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

body {
	background-image:url(../Images/wrappers/bg_body_new.gif); background-repeat: repeat-x;
	background-color: #31394e;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#home li.home a {
		background-position: -750px 0;
}

#work li.work a {
		background-position: -750px 0;
}

#photos li.photos a {
		background-position: -750px 0;
}

#about li.about a {
		background-position: -750px 0;
}


#wrapper {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	background-color: #242b3d;
}

#header {
	height: 187px;
	width: 1100px;
	background-image: url(../Images/wrappers/header_new.gif); background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 1100px;
	}
	
#header h1 a {
	padding: 0;
	margin: 0;
	width: 1100px;
	height: 187px;
	display: block;
	background: url(../Images/wrappers/header_new.gif) no-repeat top left;
	}
	
#header h1 a span { 
	display: none; 
}

#header_bottom 
{
	float: left;
	height: auto;
	width: 1100px;
	background-image: url(../Images/wrappers/header_bottom_full_new.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
}

#main {
	float: left;
	height: auto;
	width: 1100px;
}


#leftcolnew {
	float: left;
	height: auto;
	width: 554px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 350px;
	padding-left: 140px;
	margin-right:0px;
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 1.4;
}

#rightcolnew {
	float: right;
	height: auto;
	width: 375px;
	padding-right: 0px;
	padding-top: 20px;
	margin-right: 0px;
}

#footer {
	font-family: "Century Gothic";
	font-size: 11px;
	float: left;
	height: 50px;
	width: 783px;
	padding-top: 5px;
	color: #666666;
	clear: both;
	padding-left: 700px;
}
	
ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	float: right;
	width: 375px;
	height: 310px;
}

ul#topnav li {
	float: right;
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: right;
	display: block;
	height: 77px; /*--Specify height of navigation--*/
	text-indent: -9999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: -375px 0;
}

/*--Assign an image and width to each link--*/
ul#topnav li.home a {
	background-image: url(../Images/wrappers/home_a.png);
	width: 375px;
}
ul#topnav li.work a {
	background-image: url(../Images/wrappers/work_a.png);
	width: 375px;
}
ul#topnav li.photos a {
	background-image: url(../Images/wrappers/photos_a.png);
	width: 375px;
}
ul#topnav li.about a {
	background-image: url(../Images/wrappers/about_a.png);
	width: 375px;
}

.homeover {
	position: relative;
	top: 186px;
	left: 722px;
	width: 83px;
	height: 83px;
	background-color: transparent;
	border: 1px solid yellow;
}	
		
#contact {
	margin: 0;
	padding-left: 25px;
	padding-top: 60px;
	float: left;
	width: 275px;
	height: 410px;
}

.photos {
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 15px;
}

.shadow {
 	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 	: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}

.gothicheader {
	font-size: 20px;
	font-weight:100;
	font-family: "Century Gothic";
	color: #e1d586;
	padding-bottom: 0px;
	padding-top: 20px;
}

.mainsubheader {
	font-size: 16px;
	font-weight:100;
	font-style:italic;
	font-family: "Century Gothic";
	color: #ccc;
	padding-bottom: 10px;
	padding-top: 0px;
}

a:link {text-decoration: none;  color:#e1d586;}
a:visited {text-decoration: none; color:#e1d586;}
a:active {text-decoration: none}
a:hover {text-decoration: none; color:#CCC;}
