/* Defaults ---------------------------------------------------*/
html *{
	color:#fff;
	padding:0;
	margin:0;
	}
body {
	width:100%;
	color: #333;
	background:url(../../assets/images/bg/churchill_bg.png) top;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/* IE6&7 Center */
	padding: 0;
	margin: 0 auto;
	}
h1,h2,h3,h4,h5,p{
	font-size:12px;
	margin:0;
	}
em{
	color:inherit;
	}
img {
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
input, select, textarea {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	vertical-align:top;
	}
a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	outline:none;
	}
a:hover {
	text-decoration: underline;
	}

br.spacer{
	clear:both;
	height:1px;
	}
.hidden{
	display:none;
	}
.show{
	display:inherit;
	}
p{
	line-height:1.5em;
	text-align:justify;
}

#address_codntainer{
	display:none;
	}

/*=====================================================================================================
	Background Setup
======================================================================================================= */

#background{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
#background div.top{
	width:100%;
	height:20px;
	background:#560504 url(../../assets/images/header_bg_top.gif) no-repeat center;
	}
#wood_background_row div.wood_head{
	width:100%;
	height:180px;
	background:url(../../assets/images/bg/bg_churchill.jpg) center bottom;
	}
#wood_background_row div.wood_head_plain{
	width:100%;
	height:180px;
	background:url(../../assets/images/bg/bg_churchill_old.jpg) center bottom;
	}
#wood_background_row div.big{
	height:400px;
	}
#wood_background_row div.G{
	background:url(../../assets/images/bg/bg_glennscreek.jpg) center bottom;
	}
#wood_background_row div.PG{
	background:url(../../assets/images/bg/bg_glennscreek_old.jpg) center bottom;
	}
#wood_background_row div.L{
	background:url(../../assets/images/bg/bg_lexington.jpg) center bottom;
	}
#wood_background_row div.PL{
	background:url(../../assets/images/bg/bg_lexington_old.jpg) center bottom;
	}
#background div.wood_seal{
	width:100%;
	height:277px;
	background:url(../../assets/images/bg/seal.png) no-repeat center top;
	}

/*=====================================================================================================
	Content Setup
======================================================================================================= */

#content{
	width:950px;
	margin:0 auto;
	position:relative;
	margin-top:-477px;
	}
#grade #content{
	margin-top:-697px;
	}
#content .left{
	width:670px;
	float:left;
	}
#content .right{
	width:280px;
	float:left;
	background:url(../../assets/images/bg/bg_churchill_right.gif) left top no-repeat;
	}
#content .G{
	background:url(../../assets/images/bg/bg_glennscreek_right.gif) left top no-repeat;
	}
#content .L{
	background:url(../../assets/images/bg/bg_lexington_right.gif) left top no-repeat;
	}
	
/* Grade-Page Overrides */	
#left_grade_spacer,#left_home_spacer{
	display:none;
	}
#grade #content .right{
	background-position:0px 220px;
	}
#grade #left_grade_spacer{
	display:block;
	height:220px;
	}
#right_grade_spacer{
	height:220px;
	}
	
/* Homepage Overrides */	
#homepage #content{
	margin-top:-350px;
	}	
#homepage #content .left{
	margin-top:60px;
	}
#homepage #content .right{
	background-position:0px -127px;
	}
	
/*=====================================================================================================
	Header Styles
======================================================================================================= */


#header{
	margin:20px 0 0 0;
	}
#header div.leadin{
	width:548px;
	height:18px;
	background:url(../../assets/images/bg/header_leadin.png) no-repeat;
	padding:45px 0 0 51px;
	}
#header div.leadin h2{
	color:#fff;
	font:13px Georgia, "Times New Roman", Times, serif;
	line-height:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
#header div.leadin h2 span{
	font-size:1px;
	}
#header ul{
	margin:10px 0 0px 20px;
	}
#header ul li{
	font:19px Georgia, "Times New Roman", Times, serif;
	display:inline;
	font-style:italic;
	}
#header ul li a{
	color:#fff;
	font:19px Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:0 5px;
	font-style:italic;
	}
#header div.logo a{
	width:235px;
	height:125px;
	background:url(../../assets/images/logo.png) no-repeat;
	margin:20px 0 0 0;
	display:block;
	cursor:pointer;
	}
#header div.logo a img{
	display:none;
	}
span.dots{
	padding:0 8px;
	display:inline;
	background:url(../../assets/images/dots.png) no-repeat;
	}
#label{
	width:258px;
	height:93px;
	background:url(../../assets/images/label_small.png) no-repeat top;
	}
#choose_three{
	font:14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	margin:14px 25px 0 0;
	}
#seals{
	margin:20px 0 0 20px;
	overflow:hidden;
	}
#homepage #seals{
	margin-top:10px;
	}	
#seals a{
	width:70px;
	height:71px;
	background:url(../../assets/images/wood_seals_C.png) no-repeat;
	background-position:0 -70px;
	display:block;
	float:left;
	margin-right:4px;
	}
#seals a.G{
	background-image:url(../../assets/images/wood_seals_G.png);
	background-position:0 -70px;
	margin-right:4px;
	}
#seals a.L{
	background-image:url(../../assets/images/wood_seals_L.png);
	background-position:0 -70px;
	}
#seals a:hover, #seals a.on_it{
	background-position:0 0;
	}
#seals a span{
	display:none;
	}	
#select{
	width:220px;
	margin:0 auto 20px auto;
	padding:0 20px 0 0;
	}
#select div.indicator{
	height:20px;
	background:url(../../assets/images/tab_indicator.png) no-repeat center bottom;
	background-position:-185px bottom;
	padding:8px 0 2px 0;
	margin:0 auto;
	}
#select div.L{
	background-position:-110px bottom;
	}
#select div.G{
	background-position:-38px bottom;
	}
#select p{
	width:220px;
	color:#fff;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	margin:0 auto;
	padding:10px 0 15px 0;
	}
	
/*=====================================================================================================
	Homepage (different)
======================================================================================================= */
	
#homepage #header{
	width:100%;
	margin:0;
	padding:0;
	}
#homepage #header div.bottom{
	width:100%;
	height:180px;
	background:#cc6633 url(../../assets/images/bg/bg_churchill_old.jpg) repeat-x center;
	}
#homepage #header div.G{
	background:#cc6633 url(../../assets/images/bg/bg_glennscreek_old.jpg) repeat-x center;
	}
#homepage #header div.L{
	background:#cc6633 url(../../assets/images/bg/bg_lexington_old.jpg) repeat-x center;
	}
#homepage #header div.menu{
	width:950px;
	margin:0 auto 0 auto;
	padding:70px 0 0 0;
	}
#homepage #header div.menu h2{
	color:#fff;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 0 20px;
	}
#film_strip{
	width:100%;
	height:200px;
	background:url(../../assets/images/temp_photostrip.jpg) center;	
	}
#film_strip img.label{
	float:left;
	margin:5px 0 0 0;
	position:absolute;
	z-index:1;
	}
#film_strip div.logo{
	width:950px;
	text-align:right;
	margin:0 auto;
	position:relative;
	z-index:2;
	}
#film_strip div.logo img{
	position:relative;
	top:-70px;
	right:40px;
	}
#message_C{
	width:100%;
	height:220px;
	background:url(../../assets/images/bg/bg_churchill_old.jpg) repeat-x center bottom;
	padding:40px 0 0 0;
	}
#message_L{
	width:100%;
	height:220px;
	background:url(../../assets/images/bg/bg_lexington_old.jpg) repeat-x center bottom;
	padding:40px 0 0 0;
	}
#message_G{
	width:100%;
	height:220px;
	background:url(../../assets/images/bg/bg_glennscreek_old.jpg) repeat-x center bottom;
	padding:40px 0 0 0;
	}
#homepage div.text{
	width:950px;
	height:116px;
	margin:0 auto;
	padding:0px 0 0 0px;
	background:url(../../assets/images/homepage_message.png) no-repeat center center;
	}
#homepage div.text p{
	width:800px;
	padding:50px 0 0px 40px;
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
	
	
/*=====================================================================================================
	Right-Side Content
======================================================================================================= */
#polos{
	width:370px;
	height:288px;
	position:absolute;
	right:0;
	top:330px;
	z-index:9;
	overflow:hidden;
	background:url(../../assets/images/photos_bg.png) no-repeat;
	}
#polos.contact{
	top:435px;
	}
#right_bottom{
	margin:280px 0 0 0;
	}
#right_bottom.contact{
	margin:235px 0 0 0;
	}	
#right_bottom p{
	margin:0;
	padding:10px 0 0 0;
	background:url(../../assets/images/bg/polo_caption.png) left no-repeat;
	}	
#right_bottom a, #right_bottom span{
	color:#fff;
	line-height:45px;
	padding:0 0 0 10px;
	margin:25px 20px 0px 20px;
	display:block;
	background:url(../../assets/images/bullet_on_red.png) no-repeat left center;
	}
#small_bubble{
	height:auto;
	background:url(../../assets/images/bg/right_bubble_big.gif) left top no-repeat;
	}
#small_bubble.pricing{
	height:90px;
	}
#small_bubble.spec_sheet_request{
	height:auto;
	}
span.download{
	background:url(../../assets/images/icon_download.png) no-repeat left center;
	padding:2px 0 2px 20px;
	}
div.right_spacer{
	height:20px;
	}
#small_bubble p.title{
	padding:15px 0 0 20px;
	font:14px Georgia, "Times New Roman", Times, serif;
	}
#small_bubble p.address{
	padding:25px 0 0 20px;
	font:12px Arial, Helvetica, sans-serif;
	line-height:15px;
	letter-spacing:1px;
	}
#small_bubble p.phone{
	padding:10px 0 5px 20px;
	font:11px Arial, Helvetica, sans-serif;
	line-height:15px;
	letter-spacing:1px;
	}
#small_bubble_bottom{
	height:10px;
	background:url(../../assets/images/bg/right_bubble_big.gif) left bottom no-repeat;
	}
#small_bubble div.form{
	padding:0 0 0 20px;
	}
#small_bubble div.form input.text{
	display:block;
	width:210px;
	color:#666;
	height:15px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	padding:4px 0 3px 5px;
	}
#small_bubble div.form input.submit{
	padding:14px 0 5px;
	}
#small_bubble div.confirm{
	padding:20px 0;
	}


/*=====================================================================================================
	Content Box Styles
======================================================================================================= */
#page_content{
	width:590px;
	margin:20px auto;
	}
#page_content div.page_middle{
	height:auto;
	background:url(../../assets/images/page_content_bg.jpg) repeat-y;
	padding:0 70px;
	}
#page_content div.page_middle a, #page_content div.page_middle a:visited{
	color:#000;
	text-decoration:underline;
	}
#page_content div.page_middle a:hover, #page_content div.page_middle a:active{
	color:#333;
	}
#page_content h3{
	color:#000;
	font:18px Georgia, "Times New Roman", Times, serif;
	line-height:27px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	word-spacing:1px;
	}
/****** Gallery Page ******/
#page_content div.gallery, #page_content div.testimonial{
	width: 450px;
	padding:30px 0 20px;
	border-bottom:1px dotted #666;
	overflow: hidden;
	}
#page_content div.gallery img{
	padding: 5px;
	margin-right: 10px;
	background-color: #FFF;
	float: left;
	}
#page_content div.gallery div.info{
	width: 350px;
	float: left;
	overflow: hidden;
	}
#page_content div.gallery div.info h3{
	margin-bottom: 0;
	}
#page_content div.gallery div.info p{
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height:16px;
	clear: left;
	}
#page_content div.gallery div.info p.from{
	padding: 0;
	margin: 0;
	font-size:12px;
	line-height:21px;
	}
#page_content div.first{
	padding-top:0;
	}	
#page_content p{
	color:#000;
	font-style:italic;
	}
#page_content p.from{
	color:#333;
	font-style:normal;
	font-size:12px;
	}
	
#page_content p{
	color:#000;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:21px;
	padding:0 0 10px 0;
	}
#page_content p.fill_bottom{
	padding:0 0 250px 0;
	}
#page_content p.disclaimer{
	margin-top:15px;
	border-top:1px dotted #666;
	padding-top:6px;
	padding-bottom:0;
	margin-bottom:0;
	text-align:justify;
	color:#666;
	font:10px Arial, Helvetica, sans-serif;
	}
#page_content form{
	padding:18px 0 0px;
	}
#page_content form label{
	color:#000;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:21px;
	}
#page_content form input{
	color:#666;
	width:214px;
	padding:4px 5px;
	margin:0 0 10px 0;
	font:14px Helvetica, Arial, sans-serif;
	}
#page_content form input.check{
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	}
#page_content form input.submit{
	width:auto;
	padding:0;
	margin:0;
	}
#page_content form textarea{
	color:#666;
	width:360px;
	padding:5px;
	margin-bottom:15px;
	font:14px Helvetica, Arial, sans-serif;
	}
#page_content form div.submit{
	width:373px;
	text-align:right;
	margin:0px 0 0;
	}
#page_content div.errata{
	background:url(../../assets/images/bg/brochure_bg.gif) left top;
	padding:10px 20px;
	margin:0 10px 20px 0;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000;
	}	
#page_content div.error{
	color:#000;
	font:11px Georgia, "Times New Roman", Times, serif;
	}	
#page_content form div.brochure{
	background:url(../../assets/images/bg/brochure_bg.gif) left top;
	margin:0px 10px 10px 10px;
	font:13px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-style:italic;
	padding:10px 10px 10px 15px;
	}
#page_content form div.brochure p{
	margin-bottom:5px;
	}
#page_content p a em {
	color: #000;
	}

/*=====================================================================================================
	Footer
======================================================================================================= */
#footer{
	width:560px;
	height:100px;
	margin:50px 0 0 50px;
	overflow:hidden;
	}
#footer p{
	width:100px;
	color:#999;
	font:10px Arial, Helvetica, sans-serif;
	line-height:14px;
	display:block;
	float:left;
	}
#footer p.trademark{
	width:350px;
	margin:8px 0 0 0;
	}
#footer ul{
	width:450px;
	float:right;
	display:block;
	list-style:none;
	text-align:right;
	}	
#footer ul li{
	display:inline;
	}
#footer ul li a{
	font:12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:0 4px;
	text-transform:lowercase;
	}
#footer ul li a.last{
	padding-right:0;
	}
#footer p.name{
	width:150px;
	color:#fff;
	font:12px Georgia, "Times New Roman", Times, serif;
	margin:3px 0 0 0;
	}	
#footer div.studiobanks{
	width:176px;
	float:right;
	padding:0 0px 0 0;
	margin:10px 0 0 0;	
	}
#footer div.studiobanks a{
	width:176px;
	height:15px;
	background:url(../../assets/images/studiobanks.png) no-repeat;
	display:block;
	}
#footer div.studiobanks a strong {
	display: block;
	text-indent: -5000px;
}

	