body{
	margin: 0;
	background: #fff url(../img/pagebg.png) top center no-repeat;
}
a img{ border: none; }
.clear{ clear: both; overflow: hidden; height: 1px; }
#wrapper{
	width: 960px;
	margin: 0 auto;
}
/**************************
Header
**************************/
#header{
	padding: 30px 0;
}

#header h1{
	background: url(../img/lyndaleicon.gif) top left no-repeat;
	height: 50px;
	float: left;
	width: 260px;
	margin: 14px 0 0 0;
	padding: 0 0 0 50px;
	font-weight: normal;
	color: #fff;
}
#header h1 strong{
	color: #c0003b;
	font-weight: bold;
}
#header ul{
	margin: 0 0 0 510px;
}
#header ul li{
	float: left;
	width: 150px;
}
#header ul li ul{
	clear: left;
	margin: 0;
	padding: 0;
}
#header ul li ul li{
	float: none;
	padding: 8px 0 0 0;
}

/**************************
Content
**************************/

#content{
	padding: 30px;
	background: #fff;
}

#text{
	margin-left: 540px;
}

#screen{
	width: 500px;
	float: left;
}
#scrollBox{
	display: inline-block;
    width: 500px;
    overflow: hidden;
	height: 400px;
}
#wrap{ height: 400px; }
#wrap div.panel{ float:left; }
#wrap div.panel div.img{
	display: block;
	height: 350px;
	overflow: hidden;
	width: 500px;
	z-index: 101;
}
#wrap div.panel h2{
	background: #c8cee2;
	height: 30px;
	width: 470px;
	padding: 10px 15px;
	margin:  0 0 0 0;
	z-index: 1001;
}

/* 1,2,3.. styling */
#screen ol{ margin: 15px 0 0 0; height: 20px; }
#screen ol li{
	list-style: none;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
#screen ol li a{
	display: block;
	background: url(../img/home/circle.png) 0 0;
	width: 30px;
	height: 16px;
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#screen ol li a:hover{
	background-position: 0 -60px;
}
#screen ol li a.me{
	background-position: 0 -30px;
}
#screen ol li.title{
	width: 120px;
	padding-top: 7px;
	height: 23px;
}

/**************************
Pages
**************************/
.leftcol{ width: 360px; float: left; }
.rightcol{ margin-left: 400px; }

/**************************
Builds view
**************************/

#builds .project{
	clear: both;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #e7e7e7;
}
#builds .details{
	float: left;
	width: 320px;
}
#builds .photos{
	margin-left : 360px;
}
#builds .photos a, #intdesign .photos a{
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	border: solid 3px #efefef;
	margin: 0 0 6px 6px;
	overflow: hidden;
}
#builds .photos a:hover, #intdesign .photos a:hover{
	border: solid 3px #c0003b;
}

/* Lightbox styles */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }			
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }


/**************************
Contact Form
**************************/

#contact_frm label{
	display: block;
	clear: left;
	padding: 0 0 10px 0;
}
#contact_frm .hr{ padding-bottom: 10px; margin-bottom: 10px; }
#contact_frm input.textfield,
#contact_frm textarea{
	width: 336px;
	border: solid 1px #d7d7d7;
	padding: 6px 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #736f7a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 2px #d7d7d7;
	-moz-box-shadow: 1px 1px 2px #d7d7d7;
	-webkit-box-shadow: 1px 1px 2px #d7d7d7;
}
#contact_frm input.textfield{
	width: 276px;
}

#contact_frm textarea{
	height: 200px;
}

#contact_frm select{
	width: 300px;
	border: solid 1px #d7d7d7;
	padding: 6px 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #736f7a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 2px #d7d7d7;
	-moz-box-shadow: 1px 1px 2px #d7d7d7;
	-webkit-box-shadow: 1px 1px 2px #d7d7d7;
}

#contact_frm select option{
	font-size: 14px !important;
	color: #736f7a;
}

#contact_frm select optgroup{
	font-size: 14px !important;
	color: #59575f;
}

#contact_frm select:focus,
#contact_frm textarea:focus,
#contact_frm input.textfield:focus{
	border-color: #9b9b9b;
	background: #f8f6f2;
}

#contact_frm input.submitfield{
	border: none;
	float: right;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fff;
	background: #c0003b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}

#contact_frm input.submitfield:hover{
	background-color: #900530;
}

/* MAP */
#map{
	width: 490px;
	height: 360px;
	border: solid 3px #efefef;
}
#map:hover{
	border: solid 3px #d7d7d7;
}

#map div#popup {
font-size: 0.875em;
height: 104px;
}
#map div#popup strong {
color: #c0003b;
}
#map div#popup p{
margin: 0;
padding: 0;
}


/* Footer */
#footer{
	margin: 30px;
	border-top: solid 1px #d7d7d7;
	padding: 30px 0;
	clear: both;
}
