@charset "UTF-8";
/* CSS Document */

header {
	padding:26px 0 0 0; 
	height:82px;
	}
	
/*header img {margin-bottom:51px;}*/
header h1 {text-transform: uppercase; color:#a8a4a4;}
header h1 span {font-size:11px; color:#757171;text-transform:none;}
nav {display:block; margin:0; padding:0; width:100%; font-size:10px; font-weight:bold; letter-spacing:.1em; text-transform: uppercase;}
nav a:link, nav a:visited {
	margin:0 32px 0 0; 
	text-decoration:none; color:#a8a4a4;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	}
nav a:hover, nav a:active {color:#d05454;}
nav a#login:link, a#login:visited {float:right; margin:0; padding-left:19px; background: url(../images/plus.gif) no-repeat center left;}
nav a#login:hover, a#login:active {background: url(../images/plus_r.gif) no-repeat center left;}
section img {margin:0 10px 10px 0; float:left;}

a.back {float:left; color: #484545; text-decoration:none; padding-left:22px; background: url(../images/lt_arrow.png) no-repeat center left;}

footer {}
#work h3 {margin:0 0 1.5em 0;}
#contact a:link, #contact a:visited {text-decoration:underline;}
#contact nav a:link, #contact nav a:visited {text-decoration:none;}
#contact h3 {margin:0;}




/*--- Color Guide 
Light Grey = #a8a4a4 Old = b6b3b3
dk grey = #757171    Old = 97939-3
darkest grey = #484545
Red = #d05454

*/
