/* willerby */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

.cleardiv {
	clear: both;
	height: 1px;
}

.redtext {
	color: red;
	font-weight: bold;
}

#tooltip{
	font-family: arial, sans-serif;
	position:absolute;
	border:1px solid #333;
	background:#fff;
	font-size: 10px;
	padding:2px 5px;
	color:#333;
	display:none;
}	



#skipnavlink a {
	position: absolute;
	z-index: 2;
	left: -1000px;
	top: 0;
}

#skipnavlink a:focus, #skipnavlink a:active {
	position: absolute;
	left: 10%;
	background-color: white;
	color: black;
}

#mc {
	position: absolute;
}







/* main navigation */
#main_nav {
	margin-top: 100px;
	width: 196px;
	text-align: right;
}

#main_nav ul {
	list-style: none;
}

#main_nav li {
	font-family: helvetica;
	text-transform: uppercase;
	font-size: 14px;
	padding: 2px 10px 2px 0px;
	margin: 4px 0px 4px 0px; 
}

#main_nav li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#main_nav li:hover {
	background: #d2d2d2;
}



/* main content */
#main_content {
	clear: both;
	background-color: white;
	height: 0;
	height /**/: auto;  /* to hide from ie6 and below */
}

#main_content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

#main_content h4 {
	font-size: 16px;
	padding: 5px 0;
}

#main_content p {
	line-height: 1.5em;
}

/* home page */

#home_nav_shadow {
	clear: both;
	background: #e3e3e3 url(../images/layout/home_nav_shadow.png) repeat-x center top;
	height /**/: 7px; /* to hide from ie6 and below */
}

#home_left {
	float: left;
	padding: 10px 20px;
	text-align: justify;
	width: 460px;
	background: #c4cad8 url(../images/layout/hometextbg.jpg) repeat-x bottom;
	font-weight: bold;
	height: 192px;
	overflow: hidden;
}

#home_left h2 {
	font-size: 1.5em;
	margin: 0px 0px 6px 0px;
}

#home_left p{
	font-weight: normal;
	line-height: 1.4em;
}

#home_left img {
	margin: 10px 30px 0px 0px;
}

#home_left a {
	width: 180px;
	display: block;
	float: left;
	color: #000;
}

#home_left a:hover {	
	text-decoration: none;
}

#home_right {
	float: left;
	width: 500px;
	height: 215px;
	overflow: hidden;
	margin-bottom: 5px;
	background: #fff url(../images/layout/home_right_bg.gif) repeat-x bottom;
	font-weight: bold;
}
#bottom_flash {
	padding: 20px 0 0 2px;
	background: white url(../images/layout/flashbg.jpg) repeat-x center top;
}

#bottom_flash a {
	margin-left: 8px;
}

/* home page slider */
#home_slider {
	clear: both;
/*	height: 265px;*/
	height: 270px;
	background-color: #e3e3e3;
	padding-left: 10px;
}

#firstslide {
	margin: 0;
	padding: 0;
}

.sliderGallery {
	float: left;
    overflow: hidden;
    position: relative;
    padding: 5px 0 10px 0;
/*	height: 250px;*/
	height: 255px;
    width: 980px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    display: inline;
	margin-left: 5px;
}

.slider {
	width: 980px;
/*	height: 19px;*/
	height: 25px;
	top: 232px;
	position: relative;
/*	background: url(../images/layout/sliderbg2.jpg) no-repeat center top;*/
	background: url(../images/layout/sliderbg3.png) no-repeat center top;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
/*	top: 0;*/
	top: 4px;
	background: url(../images/layout/handle2.gif) no-repeat;   /* for ie6 and below */
	background /**/: url(../images/layout/handle2.png) no-repeat; /* to hide from ie6 and below */
	z-index: 100;
}

.slider span {
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	position: absolute;
	z-index: 110;
/*	top: 2px;*/
	top: 6px;
}

.slider .slider-lb1 {
	left: 45px;
}

.slider .slider-lb2 {
	left: 692px;	
}

.slider .slider-lb3 {
	left: 529px;
}

/* range */

#range_nav_shadow {
	clear: both;
	background: white url(../images/layout/range_nav_shadow.jpg) no-repeat left top;
	height /**/: 6px; /* to hide from ie6 and below */
}

#range_nav_wrapper {
	padding-left: 10px;
	width: 195px;
	float: left;
}

#range_nav {
	width: 195px;
	padding: 10px 0 150px 0;
	background: #000050 url(../images/layout/range_nav_bottom.jpg) repeat-x center bottom;
	color: white;
}


#range_nav ul {
	list-style: none;
	margin: 0 5px 0 15px;
	line-height: 1.5em;
}

#range_nav a {
	color: white;
	text-decoration: none;
	display: block;
}

#range_nav a:hover {
	color: #ffda00;
}

#range_nav ul.model_list a:hover {
	color: #ffda00;
}

#range_nav a.range_nav_title1 {
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/layout/nav_arrow1.jpg) no-repeat left top;
}

#range_nav a.range_nav_title1:hover {
	color: #ffda00;
}

.menu_indent {
}

#range_nav a.selected {
	background: url(../images/layout/nav_arrow_down1.jpg) no-repeat left top;
}

#range_nav a.rangeselected {
	color: red;
	font-weight: bold;
}

.model_list {
	padding: 0 0 5px 5px;
}

.archive_subcat {
	padding: 5px 0;
}


.submenu_indent {
	margin-left: 12px;
}







#centrelounge {
	clear: both;
}


#featuresoptions h3 {
	font-size: 14px;
	padding: 5px 10px;
}

#featuresoptions h4 {
	font-size: 12px;
	padding: 5px 10px;
}


#side_image {
	float: right;
	width: 250px;
	height: 560px;
}






/* cladding */

.cladding {
	clear: both;
	padding: 5px 10px;
}

.cladding_img {
	float: left;
	width: 200px;
	border: 1px solid black;
}

.cladding_text {
	float: left;
	width: 530px;
	height: 50px;
	font-weight: bold;
	margin-top: -7px;
}



/* faq */
#faq li {
	padding: 5px;
}

#faq a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* brochure */

#brochure_left {
	float: left;
	width: 200px;
}

#brochure_right {
	float: left;
	width: 300px;
}

/* full price list */

#fullpricelist {
	clear: both;
/*	background: url(../images/layout/van_range_bg.jpg) repeat-x left top;*/
	padding: 0 10px;
}

#fullpricelist h2 {
	font-size: 28px;
	padding: 5px 10px;
}

#fullpricelist h3 {
	font-size: 14px;
	padding: 5px 10px;
}


#hhrange, #l_range, #range, #range2 {
	width: 370px;
}



.vogueprice {
	background: url(../images/layout/table/vogue_price.jpg) repeat-x left top;

}

.aspenprice {
	background: url(../images/layout/table/aspen_price.jpg) repeat-x left top;
	font-size: 14px;
}

.winchesterprice {
	background: url(../images/layout/table/winc_price.jpg) repeat-x left top;
	font-size: 14px;
}

.levenprice {
	background: url(../images/layout/table/leven_price.jpg) repeat-x left top;
	font-size: 14px;
}

.granadaprice {
	background: url(../images/layout/table/granada_price.jpg) repeat-x left top;
	font-size: 14px;
}

.salisburyprice {
	background: url(../images/layout/table/salisbury_price.jpg) repeat-x left top;
	font-size: 14px;
}

.savoyprice {
	background: url(../images/layout/table/savoy_price.jpg) repeat-x left top;
	font-size: 14px;
}

.vacationprice {
	background: url(../images/layout/table/vacation_price.jpg) repeat-x left top;
	font-size: 14px;
}

.rioprice {
	background: url(../images/layout/table/rio_price.jpg) repeat-x left top;
	font-size: 14px;
}

.heraldprice {
	background: url(../images/layout/table/herald_price.jpg) repeat-x left top;
	font-size: 14px;
}

.magnumprice {
	background: url(../images/layout/table/magnum_price.jpg) repeat-x left top;
	font-size: 14px;
}

.newenglandprice {
	background: url(../images/layout/table/newengland_price.jpg) repeat-x left top;
	font-size: 14px;
}

.bostonprice {
	background: url(../images/layout/table/boston_price.jpg) repeat-x left top;
	font-size: 14px;
}

.newjerseyprice {
	background: url(../images/layout/table/newjersey_price.jpg) repeat-x left top;
	font-size: 14px;
}

.newhampshireprice {
	background: url(../images/layout/table/newhampshire_price.jpg) repeat-x left top;
	font-size: 14px;
}

.keywestprice {
	background: url(../images/layout/table/keywest_price.jpg) repeat-x left top;
	font-size: 14px;
}

.compact34price {
	background: url(../images/layout/table/compact34_price.jpg) repeat-x left top;
	font-size: 14px;
}

.woodlandprice {
	background: url(../images/layout/table/woodland_price.jpg) repeat-x left top;
	font-size: 14px;
}

.claddingprice {
	background: url(../images/layout/table/cladding_price.jpg) repeat-x left top;
}

#fullpricelist p {
	padding: 5px 10px;
}

#fullpricelist a {
	font-weight: bold;
	color: black;
}

span.resioption{
	font-weight: normal;
	font-size: 10px;
}



/* link directory */

.links_bg {
	background: url(../images/layout/links_bg.jpg) no-repeat top left;
	min-height: 500px;
}

.countryname {
	clear: both;
	margin: 10px 0;
}

#linkinfo {
	float: left;
	background: white url(../images/layout/contactbg.jpg) repeat-x center top;
	width: 245px;
	height: 220px;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 10px;
}

#backtosearch {
	clear: both;
}











/* disclaimer etc */
#legal {
	background: #FFF url(../images/layout/contactbg.jpg) repeat-x center top;
	padding: 20px;
	font-family: arial, sans-serif;
}

#legal h2 {
	font-size: 28px;
	padding: 5px 0;
}

#legal h3 {
	font-size: 18px;
	padding: 5px 0;
}

#legal p {
	padding: 5px 0;
}




div#comp {
	border-top: 5px solid #ADADAD;
	border-left: 5px solid #ADADAD;
	border-right: 5px solid #ADADAD;
	background-color: white; 
	background-position: top; 
	background-image: url(../images/content/skycomp.jpg); 
	background-repeat: no-repeat; 
	width: 519px; 
	height: 227px;
}


div#comp2 {
	border-bottom: 5px solid #ADADAD;
	border-left: 5px solid #ADADAD;
	border-right: 5px solid #ADADAD;
	background-color: white; 
	width: 519px; 
	height: 485px;
	overflow: scroll;
}

.hide {
	left: -50000px;
	position: absolute;
}

#comp2 p {
	font-size: 12px;
	font-family: arial, sans-serif;
}

#compform {
	padding-left: 25px;
}

#compform  input{
	margin: 1px;
}

#compform label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	font-family: arial, sans-serif;
	padding: 0 5px;
}

#compform span {
	font-weight: bold;
}

#compform a {
	color: black;
}

#comp2 h3 {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style:italic; 
	margin: 0px 30px 20px 30px;
}

#comp2 h3 strong {
	font-style: normal;
}

#comp2 .tandc {
		margin: 20px 30px 5px 30px;
		font-weight: bold;
}

#comp2 .tandc2 {
		margin: 0px 30px 20px 30px;
}
/*  lawns 2010 form */

#lawns2010 {	
	font-size: 12px;
	width: 1003px;

}

#lawnsheader {
	background: url(../images/layout/lawns2010.jpg) top no-repeat;
	height: 197px;
	width: 979px;
	padding-left: 20px;
}

#lawns2010info {
	float: left;
	width: 280px;
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
}

#lawns2010info h3 {
	margin: 10px 0;
	line-height: 1.4em;
	font-size: 16px;
}

#lawns2010info p {
	margin: 10px 0;
	line-height: 1.4em;
}

#lawns2010form {
	float: left;
	margin: 30px 0 0 30px;
}

.lawns2010form_left {
	float: left;
	width: 200px;
}

#lawns2010form #address2 {
	margin-top: 5px;
}

#lawns2010form #future_text, #lawns2010form #privacy {
	margin-top: 10px;
}

#future_text {
	font-size: 11px;
}

#lawns2010form #register {
	margin-top: 20px;
}

.space {
	padding: 5px;
}

span.input {
	padding-right: 5px;
}

.textreplace {
	position: absolute;
	left: -5000px;
}

/*new home page */

#reskin_left {
	width: 230px;
	float: left;
	height: 519px;
}

#rangestrip {
	background: url(../images/layout/rangestrip.jpg) no-repeat left;
	height: 101px;
	width: 770px;
}

#lodgestrip {
	background: url(../images/layout/lodgestrip.jpg) no-repeat left;
	height: 101px;
	width: 770px;
}



#new_home_content #home_map_key {
	height: 20px;
	background: #000154;
}
#new_home_content #home_map_key li{
	float: left;
	padding: 2px 20px 0 20px;
}

#new_home_content #home_map_key li a{
	color: #fff;
}

#new_home_content #new_home_left {
	width: 731px;
	float: left;
	padding-top: 7px;
	background-image: url(../images/content/homemap/lodgefoot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 0px;
	
}

#new_home_left a img {
	 display: block;
	 float: left;
	 padding-bottom: 7px;
}

#new_home_left .lodgemargin {
	 padding-right: 10px;
}

#new_home_content #new_home_right  {
	width: 242px; 
	float: left;
	margin-top: 7px;
	margin-left: 13px;
}
#new_home_content #new_home_intro{
	height: 168px;
	overflow: hidden;
}

#new_home_content #new_home_intro_text  {
	font-size: 11px;
	line-height: 14px;
	margin: 3px 10px 5px 5px;
}

#new_home_content #new_home_right  a img{
	margin: 0;
}	
.footermainlogosleft{
	margin: 0 7px;
	padding: 0 3px;
	background:white;
	float: left;
	line-height: 0px;
}
.footermainlogosright{
	margin: 0 7px;
	padding: 0 3px;
	background:white;
	float: right;
	line-height: 0px;
}


div#tobeconfirmed * {
	background-color: #ff00ea;
}

#safetypic {
	float: left;
	padding: 7px 10px 5px 15px;
}

#lodgedownload {
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../pdf/pdf.jpg) no-repeat left top;
}

#lodgedownload p {
	padding-left: 70px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #CCC;
}


ul.ebrochure {
	list-style: none;
}

ul.ebrochure li {
	margin-bottom: 10px;
	padding-left: 30px;
}

ul.ebrochure img{
	float: left;
	clear: left;
	margin-right: 10px;
}

.arrows {
	background: url(../images/content/arrows.jpg) no-repeat left top;	
	height: 22px;
}

.zoom {
	background: url(../images/content/zoom.jpg) no-repeat left top;
}

.thumbs {	
	background: url(../images/content/thumbs.jpg) no-repeat left top;
	height: 22px;
}

.toc {	
	background: url(../images/content/toc.jpg) no-repeat left top;
	height: 22px;
}

.view {	
	background: url(../images/content/view.jpg) no-repeat left top;
	height: 22px;
}

.print {	
	background: url(../images/content/print.jpg) no-repeat left top;
	height: 22px;
}



/*------------------------------- cladding and selector CSS-----------------------------------*/

.selectionguide, .exteriorcladding {
	width: 500px;
}

.selectionguide  img {
	margin-top: 10px;
}

.claddingimg {
	margin-left: 10px;
	margin-bottom: 10px;
}

.claddingthumb {
	margin-left: 10px;
	width: 200px;
	height: 290px;
	float: left;
}

.claddingthumb2 {
	margin-left: 10px;
	width: 200px;
	height: 250px;
	float: left;
}

.claddingthumb3 {
	margin-left: 10px;
	width: 200px;
	height: 390px;
	float: left;
}

.claddingthumb p, .claddingthumb2 p, .claddingthumb3 p {	
	padding: 10px;
}

.claddingthumb h3 span, .claddingthumb2 h3 span, .claddingthumb3 h3 span {
	margin-left: -10px;
}

.new42010 {
	background: #af946b;
	width: 650px;
	clear: both;
	color: #FFF;
	padding-bottom: 10px;
}
.new42010 img{
	margin-left: 10px;
	margin-bottom: 10px;
}

.new42010alt {
	background: #af946b;
	width: 640px;
	clear: both;
	color: #FFF;
	padding-bottom: 10px;
}
.new42010alt img{
	margin-left: 10px;
	margin-bottom: 10px;
}

/*------------------------------- cladding and selector CSS-----------------------------------*/


.homeblurb h2 {
	color: #FFF;
	padding: 15px 0px 10px 30px;
	font-weight: normal;
	font-size: 20px;
}
.homeblurb p{
	color: #FFF;
	padding-left: 30px;
}

