@charset "UTF-8";
/* CSS Document */


/* CSS Reset 
:link,:visited { text-decoration:none } 
ul,ol { list-style:none } 
h1,h2,h3,h4,h5,h6,pre,code { font-size:12px; } 
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } */
a:active{outline: none;}


body {
	background-image: url(../images/bg.png);
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #c2c1c1;
	line-height: 16px;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #c2c1c1;
	line-height: 17px;
}

ul li {
	list-style-image: url(../images/li.png);
	color: #c2c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:active   {
	color: #c2c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c2c1c1;
}
a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

h2 {
	color: #c2c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
}

h3 {
	color: #c2c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

img {
	border: 0;
}

a.pic {
	border-bottom: 0px;
}

#header1 .content, #header2 .content, #home .content, #footer .content, #portfolio .content{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 117px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/* -----HEADER STYLES-------- */



#header1 {
	background-image: url(../images/header/bg.png);
	height: 117px;
}

#header1 .content .copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ababab;
	float: right;
}
#header1 .content .logo {
	float: left;
}

#header2 {
	background-image: url(../images/header/bg.png);
	height: 117px;
}

#header2 .content .copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ababab;
	float: right;
}
#header2 .content .logo {
	float: left;
}


.logo h1 {
	text-indent:10000px;
	display:none;
}







/*#header1 .content .nav , #header2 .content .nav{
	width: 165px;
	float: right;
	margin-top: 30px;
}*/

/*#header1 .content .nav a:hover, #header2 .content .nav a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}*/


#nav{
	float:right;
	margin-top:30px;
}
#nav ul{
	padding:0;
	margin:0;;
}

#nav ul li{
	display:inline;
	margin:0;
	padding:0;
}

a#portfolioButton {
	background:url(../images/portfolio_1.png) 0 0 no-repeat;
	padding:7px 0px 5px 15px;
	min-width:101px;
	height:32px;
}

a#portfolioButton2 {
	background:url(../images/portfolio_1.png) no-repeat;
	background-position:0 -32px;
	padding:7px 0px 5px 15px;
	min-width:59px;
	height:32px;
}


a#homeButton {
	background:url(../images/home_1.png) no-repeat;
	background-position:0 -32px;
	padding:7px 0px 5px 15px;
	min-width:59px;
	height:32px;
}


a#homeButton2 {
	background:url(../images/home_1.png) 0 0 no-repeat;
	padding:7px 0px 5px 15px;
	min-width:101px;
	height:32px;
}

a:hover#portfolioButton, a:hover#homeButton2 {
	background-position:0 -32px;
	border-bottom-width: 0px;
}

a:hover#homeButton, a:hover#portfolioButton2 {
	border-bottom-width: 0px;
}





/* -----HOME STYLES-------- */



#home .content .colLeft {
	float: left;
	width: 600px;
}

#home .content .colRight {
	float: right;
	width: 300px;
}


.colLeft img    {
	border:1px solid #3b3b3b;
	padding:5px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}



/* ------PORTFOLIO STYLES -------*/

#portfolio .content img{
	border:1px solid #3b3b3b;
	padding:5px;
	background-color: #fff;
	margin-right: 40px;
	margin-bottom: 20px;
}





/* -----FOOTER STYLES-------- */

#footer {
	background-image: url(../images/footer/bg.png);
	height: 300px;
}

#footer .content .colRight {
	float: left;
	width: 300px;
	margin-top: 10px;
}

#footer .content .colLeft {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-top: 10px;
}

#footer .content .colMiddle {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-top: 10px;
}



.clear {
	clear: both;
}
