/* willerby */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

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

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

body {
	background: #bbeaff url(../images/layout/mainbg.jpg) repeat-x center top;
}

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

#main_wrapper {
	margin: 0 auto;
	width: 1000px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#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;
}

/* header */
h1 {
	font-size: 1px;
	height: 1px;
	width: 1px;
	text-indent: -5000px;
}

#header {
	height: 95px;
}

#header a {
	float: left;
}

#header_hh {
	margin-left: 27px;
}

#header_logo {
	margin-left: 170px;
	margin-top: -1px;
}

#header_lodges {
	margin-left: 230px;
}

/* main navigation */
#main_nav {
	float: left;
	width: 680px;
	height: 20px;
	margin: -6px 0 0 0;
	padding-left: 160px;
}

#main_nav ul {
	list-style: none;
}

#main_nav li {
	float: left;
}

/* drop down menu */
#model_drop {
	position: absolute;
	z-index: 1000;
	background: white url(../images/layout/drop_menu_top.jpg) repeat-x center top;
	border: 1px solid #00014c;
	padding: 15px;
/*	width: 575px;*/
	width: 500px;
	margin: -3px 0 0 229px;  /* for ie6 and below */
	margin /**/: -7px 0 0 229px; /* to hide from ie6 and below */
	display: none;
}

#model_drop h5 {
	font-size: 14px;
}

#model_drop a {
	color: black;
	text-decoration: none;
}

#model_drop a:hover {
	text-decoration: underline;
}

.drop_list_right {
	margin-left: 40px;
}

#model_drop ul {
	list-style: none;
	float: left;
	font-size: 11px;
	line-height: 1.5em;
}

#model_drop_left {
	float: left;
	width: 285px;
	border-right: 2px solid #909090;
	padding-right: 10px;
}

#model_drop_right {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
/*	border-right: 2px solid #909090;*/
	width: 180px;
}

#model_drop_right ul {
	width: 150px;
}

.drop_title {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0;
}

/* 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;
}

#vantitle {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	padding-right: 5px;
}

#vantagline {
	margin-left: 15px;
	font-size: 11px;
	padding: 5px 5px 10px 0;
}

#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: #ffd100;
	font-weight: bold;
}

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

.archive_subcat {
	padding: 5px 0;
}

.model_list a, .spec_list a {
	background: url(../images/layout/small_arrow.jpg) no-repeat left 2px;
	padding-left: 12px;
}

.submenu_indent {
	margin-left: 12px;
}

#range_vans {
	float: left;
	margin: 5px 0 5px 5px;
	width: 785px;
}

#van_intro {
	float: left;
	margin: 0 0 5px 5px;
	width: 785px;
	height: 497px;
	color: white;
}

#swapimage {
	float: right;
	padding: 73px 34px 0 0;
}

#swapimage a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 73px 0 0 0;
	font-size: 10px;
}

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

#not_available {
	margin-top: 5px;
	font-weight: bold;
	padding-left: 10px;
	height: 20px;
}

.van_range h3 {
	padding: 10px 0 0 10px;
	font-size: 16px;
	height: 20px;
}

.van_thumb {
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}

.van_thumb a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#gallery_thumbnails, #van_information {
	margin-left: 5px;
}

#gallery_thumbnails h2, #van_information h2 {
	font-size: 28px;
	padding: 5px 10px;
}

#gallery_thumbnails h3, #van_information h3 {
	font-size: 18px;
	padding: 5px 10px;
}

#gallery_thumbnails p {
	padding-left: 10px;
}

#gallery_thumbnails a {
	float: left;
	margin: 5px 0 0 10px;
}

#centrelounge {
	clear: both;
}

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

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

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

#van_information ul {
	padding: 5px 10px 5px 40px;
	line-height: 1.5em;
}

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

#side_image2 {
	float: right;
	width: 250px;
	height: 500px;
}

/* plans */
#plankey {
	float: left;
	padding: 5px 10px;
	width: 600px;
}

#plankey li{
	float: left;
	height: 26px;
	padding: 3px 0 3px 30px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 26px;
	width: 170px;
	font-weight: bold;
}

#plankey1 { background-image: url(../images/content/plankey/tvspace.gif) }
#plankey2 { background-image: url(../images/content/plankey/washingmachine.gif) }
#plankey3 { background-image: url(../images/content/plankey/cooker.gif) }
#plankey4 { background-image: url(../images/content/plankey/microwave.gif) }
#plankey5 { background-image: url(../images/content/plankey/dishwasher.gif) }
#plankey6 { background-image: url(../images/content/plankey/freezer.gif) }
#plankey7 { background-image: url(../images/content/plankey/winechiller.gif) }
#plankey8 { background-image: url(../images/content/plankey/boiler.gif) }
#plankey9 { background-image: url(../images/content/plankey/wardrobe.gif) }
#plankey10 { background-image: url(../images/content/plankey/slidingdoors.gif) }
#plankey11 { background-image: url(../images/content/plankey/foldoutbed.gif) }
#plankey12 { background-image: url(../images/content/plankey/coffee.gif) }



#key-redtv { background-image: url(../images/content/newplankey/redtv.gif) }
#key-bluetv { background-image: url(../images/content/newplankey/bluetv.gif) }
#key-washingmachine { background-image: url(../images/content/newplankey/washingmachine.gif) }
#key-cooker { background-image: url(../images/content/newplankey/cooker.gif) }
#key-redmicrowave { background-image: url(../images/content/newplankey/redmicrowave.gif) }
#key-bluemicrowave { background-image: url(../images/content/newplankey/bluemicrowave.gif) }
#key-dishwasher { background-image: url(../images/content/newplankey/dishwasher.gif) }
#key-bluefridge { background-image: url(../images/content/newplankey/bluefridge.gif) }
#key-greenfridge { background-image: url(../images/content/newplankey/greenfridge.gif) }
#key-winechiller { background-image: url(../images/content/newplankey/winechiller.gif) }
#key-boiler { background-image: url(../images/content/newplankey/boiler.gif) }
#key-wardrobe { background-image: url(../images/content/newplankey/wardrobe.gif) }
#key-slidingdoors { background-image: url(../images/content/newplankey/slidingdoors.gif) }
#key-foldoutbed { background-image: url(../images/content/newplankey/foldoutbed.gif) }
#key-coffee{ background-image: url(../images/content/newplankey/coffee.gif) }
#key-gasfire{ background-image: url(../images/content/newplankey/gasfire.gif) }
#key-electricfire{ background-image: url(../images/content/newplankey/electricfire.gif) }


/* 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;
}

/* external dimensions */
#dimensions_table {
	border-collapse: collapse;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}

#dimensions_table #range {
	width: 300px;
}	

th#cladding {
	width: 370px;
}
	
#dimensions_table th {
	padding: 5px 10px;
}

th.measurement {
	width: 40px;
	color: white;
	text-align: right;
}

th#range {
	text-align: left;
}

#a_measure {
	background-color:#35aacd;
}

#b_measure {
	background-color:#d9000f;
}

#c_measure {
	background-color:#419d28;
}

#d_measure {
	background-color:#f782bf;
}

#e_measure {
	background-color:#ff8008;
}

#f_measure {
	background-color:#801d11;
}

#g_measure {
	background-color:#491486;
}

#dimensions_table td {
	padding: 5px 10px;
	text-align: right;
}

#dimensions_table td.range_left {
	text-align: left;
}

#ex_img {
	float: left;
}

.ex_key {
	float: left;
	width: 260px;
	list-style: none;
	font-size: 10px;
	margin-left: -20px;
}

.ex_key li {
	font-weight: bold;
	padding: 5px;
}

#a_key {
	background-color:#35aacd;
	color: white;
	padding: 5px;
}

#b_key {
	background-color:#d9000f;
	color: white;
	padding: 5px;
}

#c_key {
	background-color:#419d28;
	color: white;
	padding: 5px;
}

#d_key {
	background-color:#f782bf;
	color: white;
	padding: 5px;
}

#e_key {
	background-color:#ff8008;
	color: white;
	padding: 5px;
}

#f_key {
	background-color:#801d11;
	color: white;
	padding: 5px;
}

#g_key {
	background-color:#491486;
	color: white;
	padding: 5px;
}

/* 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;
}

.fullpricelisttable {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}

.fullpricelisttable th, .fullpricelisttable td {
	padding: 5px 10px;
	text-align: left;
}

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

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

}

.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;
}

/* company information */
#company_wrapper {
	float: left;
	margin: 5px 0 5px 5px;
	width: 785px;
}

#distbg {
	background: url(../images/content/distbg.jpg) no-repeat left bottom;
	width: 785px;
	height: 500px;
}

#company_information {
	margin-left: 5px;
}

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

#company_information h3 {
	font-size: 18px;
	padding: 5px 10px;
}

#company_information h4 {
	font-size: 14px;
	padding: 5px 10px;
}

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

#company_information ul {
	padding: 5px 10px 5px 40px;
	line-height: 1.5em;
}

#history_left {
	float: left;
	width: 470px;
}

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

#historygallery {
	width: 276px;
	height: 220px;
	overflow: hidden;
}

/* 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;
}

/* contact */
#contact {
	background: white url(../images/layout/contactbg.jpg) repeat-x center top;
}

#contact_left {
	float: left;
	width: 350px;
	padding-left: 20px;
}

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

#contact_left p {
	padding: 5px 0;
}

#contact_right {
	float: left;
	width: 60px;
}

#contactmap {
	width: 600px;
	height: 450px;
	margin: 5px 10px;
	border: 1px solid black;
}

/* distributors map */

#map_selects {
	padding: 5px 0;
	background-color: #000050;
	color: white;
	font-weight: bold;
}

.mapselect {
	float: left;
}

#mapsubmit {
	display: none;
}

#npginfo {
	clear: both;
	background-color: #000050;
	color: white;
	font-weight: normal;
}

#npginfo img {
	float:left;
	padding: 5px 10px;
}

#map {
	width: 780px;
	height: 600px;
} 

#mapgroup {
	width: 780px;
	height: 450px;
} 

/* news */

#newscenter {
	float: left;
	width: 535px;
	padding: 0 5px;
}

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

#newscenter h3 {
	font-size: 18px;
	padding: 5px 10px;
}

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

#newscenter ul {
	padding: 5px 10px 5px 40px;
	line-height: 1.5em;
}

#newsimagessingle {
	width: 520px;
	padding: 10px;
}

#newsimagessingle div {
	float: left;
	width: 225px;
	padding: 10px 30px 10px 0px;
}


#newsimages {
	width: 520px;
	padding: 10px;
}

#newsimages div {
	float: left;
	width: 225px;
	padding: 10px;
}

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

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

#news_nav ul {
	list-style: none;
	margin: 0 5px 0 15px;
	line-height: 1.5em;
	font-weight: bold;
}

#news_nav li {
	padding: 10px 0;
}

#news_nav a {
	color: white;
	text-decoration: none;
}

#news_nav a.newsselected {
	color: #ffd100;
	font-weight: bold;
}

#newsarchivelink {
	padding: 5px 0 5px 15px;
	font-size: 18px;
}

#whatisrss {
	margin-top: 10px;
	margin-left: 15px;
}

#newsfeed {
	margin-left: 15px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #e66629;
}

#newsfeed a {
	background: url(../images/layout/rsslogo.jpg) no-repeat center left;
	color: #e66629;
	padding: 10px 0 10px 30px;
}

.newsimagelink {
	font-weight:bold;
	text-align: center;
	padding: 5px 0;
	width: 215px;
}

/*contact customer services form*/

#customer_contact_left {
	font-weight: bold;
	margin-left: 20px;
	height: 500px;
	background: url(../images/layout/contact_bg.jpg) no-repeat right top;
}

#customer_contact_left h2 {
	padding-left: 20px;
	padding-top: 20px;
}

#customer_contact_left .toptext {
	padding-left: 20px;
}

#customer_contact_left p {
	padding-top:5px;
}

#formleft {
	margin-top: 20px;
	float: left;
	font-weight: bold;
	margin-left: 20px;
	height: 400px;
}

#formright {
	margin-top: 20px;
	float: left;
	font-weight: bold;
	margin-left: 40px;
	height: 400px;
}

#formright .submit {
	margin-top: 20px;
	margin-bottom: 20px;
}

#enquiry {
	height: 100px;
}

.tooltip { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
	background: url(../images/layout/popup.jpg) repeat-x white; 
	width: 400px; 
	margin-left: 10px; 
	padding: 10px; 
	border: 1px solid #002993;
	}

#serialp {
	float: left;
}
	
#serialnumberlink {
	float: left;
}

#serialnumberlink img {
	padding-top: 18px;
	padding-left: 5px;
}

#namep {
	clear: both;
}


/* brochure request form */
.brochure_bg {
	background: url(../images/layout/brochure_bg.jpg) no-repeat center left;
}

#brochure_form {
	font-weight: bold;
}

#address2 {
	margin-top: 5px;
}

.hha_bg {
	background: url(../images/layout/hha_bg.jpg) no-repeat center left;
}

#hha_form {
	font-weight: bold;
}

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

#form_right {
	float: left;
	width: 350px;
}

#form_right label {
	padding-left: 3px;
}

#loc_left {
	float: left;
	width: 150px;
}

#loc_right {
	float: left;
	width: 150px;
}

/* disclaimer etc */
#legal {
	background: white url(../images/layout/contactbg.jpg) repeat-x center top;
	padding-left: 20px;
}

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

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

#legal p {
	padding: 5px 0;
}

/*  footer */
#footer {
	clear: both;
	height: 117px;
	background: white url(../images/layout/footerbg.jpg) no-repeat center top;
}

#footerlinks {
	float: left;
	width: 200px;
	margin: 0px 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

#footerlogos {
	float: right;
	margin: 15px 0 0 0;
	padding: 0 7px 0 0;
}

#countrylinks {
	float: left;
	padding-top: 30px;
	padding-left: 153px;
	
}

.footerlogos2 {
	padding-right: 5px;
}

/* new map sections */

#mapcontent {
	width: 1000px;
	clear: both;
	background-color: #fff;
	background-image: url(../images/layout/home_nav_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 10px 0;
}

#side {
	font-family: Arial, sans-serif;
	width: 240px; 
	height: 630px;
	margin: 0 10px;
	float: left;
}

#controls {
	height: 180px;
	background-color: #003096;
}

#controls h2 {
	margin: 12px 12px 5px 12px;
	color: #fff;
	font-size: 14px;
}

#controls p {
	margin: 7px 12px;
	color: #fff;
	font-size: 12px;
}

#controls #country, #controls #region, #controls #viewing, #controls #opid{
	width: 180px;
}

#sidelist {
	border: 1px solid #003096;
	overflow: auto;
	height: 450px;
}

#sidelist h3{	
	margin: 2px 0;
	padding: 10px ;
	font-size: 14px;
	background-color: #012A94;
	color: #fff;
}

#sidelist p{	
	margin: 3px 0;
	padding: 5px 15px ;
	font-size: 10px;
	background-color: #CCCCCC;
}

#sidelist p strong{
	font-weight: bold;
	font-size: 11px;
}

#sidelist a {
	color: #000;
}

#map {
	float: left;
	width: 730px;
	height: 630px;
}

.clear {
	height: 0px;
	clear: both;
}


p#360link {
	border: red solid 4px;
}


.optionwrap {
}

.optionimage {
	float: left;
}

.optionimage img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.optiontext {
	float: left;
	width: 350px;
}

.optiontext2 {
	float: left;
	width: 50px;
}

.optioncaption {
	width: 184px;
	padding-right: 10px;
	float: left;
}

.blue_resioption td{ 
	color: blue;
}


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 */
#new_home_content {
	background: #f6f6f6;
	height: 680px;
	padding: 2px 7px 7px 7px;
}

#new_home_content img {
	border: 0px;
}


#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;
}

#pageflip {
	
}

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;
}

.flashlogo {
	float: left;
	margin-left: 10px;
}

.flashtext {
	float: left;
}

.clickhere {
	background: url(../images/layout/range_nav_bottom.jpg) repeat-x center;
	color: #FFF;
	width: 260px;
	margin: 30px;
}

.clickhere a {
	text-decoration: none;
	color: #FFF;
}


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

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

.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-----------------------------------*/

