/*_____________ Main Elements _____________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Arial,Helvetica,sans-serif; color: #5c5c5c; text-decoration: none;
	text-align: center;
	background: #63a5ef url(images/bg-2.gif) repeat-x top;
}
a, a:visited {
	color: #2660b7;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #63a5ef;
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF url(images/bg-container-2.gif) repeat-y;

}


/*_____________ HEADER _____________*/

#header {
	height: 129px;
	background: #FFFFFF url(images/bg-header-2.gif) repeat-x;
}

#utilityNav {
	font: 80% Tahoma,Arial,Helvetica,sans-serif; color: #797979; text-decoration: none;
	width: 525px;
	height: 25px;
	float: right;	
	margin-top: 10px;
	text-align: right;
	padding: 6px;
}
#utilityNav h2 {
	font: 100% Tahoma,Arial,Helvetica,sans-serif; color: #797979; text-decoration: none;
}
#utilityNav ul {
	display: inline;
	list-style-type: none;
	float: left;
	margin-left: 160px;
	
}
#utilityNav li {
	display: inline;
	border-right: 1px solid #bebebe;
}
#utilityNav li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #797979;
	text-decoration: none;
}
#utilityNav li a:hover {
	color: #2660b7;
	text-decoration: none; 
}

#utilityNav form {
	float: left;
	margin-left: 10px;
}
#utilityNav form label {
	float: left;
	margin-top: 6px;
	margin-right: 3px;
}
#utilityNav form input {
	float: left;
	margin-top: 2px;
}

#utilityNav input#cntnt01searchinput {
	margin-top: 5px;
	margin-right: 3px;
	width: 95px;
	height: 11px;
	padding: 1px;
	border: 1px solid #b3b3b3;
	font: 100% Tahoma,Arial,Helvetica,sans-serif; color: #797979; text-decoration: none;
}

#container h1 img {
	display: inline;
	float: left;
}

#contactDetails {
	clear:both;
}
#contactDetails img {
	display: inline;
	float: right;
	margin-top:7px;
}

/*_____________ MAIN NAV _____________*/

#mainNav {
	background: #FFFFFF url(images/bg-nav-2.gif) no-repeat;
	font-size: 110%; color: #474747; text-decoration: none;
	width: 950px;
	height: 17px;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	clear: both;
	border-bottom: 4px solid #FFFFFF;
}
#mainNav ul {
	display: inline;
	list-style-type: none;
}

#mainNav li {
	display: inline;
	text-align: center;
}
#mainNav li a {
	color: #474747;
	text-decoration: none;
	padding: 8px 20px;
}
#mainNav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #67a7ef;
	background: #67a7ef url(images/bg-nav-roll.gif) repeat-x;
}


/*_____________ CONTENT - NARROW _____________*/

#contentNarrow {
	width: 650px;
	padding: 0px 0 5px 5px;
}

#contentNarrow h2 {
	width: 635px;
	background: #63a5ef url(images/bg-h2-narrow.gif) no-repeat;
	border-bottom: 2px solid #4284ce;
	font: bold 130% Arial,Helvetica,sans-serif; color: #FFFFFF; text-decoration: none;
	padding: 5px 5px 4px 10px;
}
#contentNarrow p, #contentWide p {
	padding: 15px 25px 0px 25px;
	line-height: 1.5;
}


/*_____________ HOME PRESENTATION _____________*/

#presentation {
	width: 940px;
	margin: 0 auto;
	border-bottom: 5px solid #FFFFFF;
}


/*_____________ HOME INCLUSIONS _____________*/

#inclusions {
	height: 21em;
	width: 600px;
	color: #ffffff;
	margin: 15px 0 0 25px;
	display: block;
	background: #235db4 url(images/bg-features-home.jpg) top left no-repeat;
}

#inclusions h2 {
	font-size: 120%;
	margin-left: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
	background: none;
	border: 0;
	letter-spacing: 0;
	width: 500px;
}
#inclusions ul {
	margin: 0;
}
#inclusions li {
	margin-left: 30px;
	padding-left: 15px;
	float: left;
	display: inline;
	font-size: 90%;
	width: 250px;
	line-height: 1.8;
	list-style-type: none;
	background: url(images/icon-tick.gif) left no-repeat;
}
#container #contentNarrow p#moreDetails {
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0;
	margin-left: 10px;
	text-align: center;
}
#moreDetails a {
	color: #2660b7;
	text-decoration: underline;
}
#moreDetails a:hover {
	color: #63a5ef;
	text-decoration: underline;
}


/*_____________ Content - Wide _____________*/

#contentWide {
	width: 940px;
	padding: 0px 5px 20px 5px;
	background-color: #ffffff;
}
#contentWide.modelDetails {
	padding: 0px 5px 5px 5px;
}
#contentWide.modelDetails #modelNav {
	margin-top: 5px;
}

#contentWide h2 {
	background: #63a5ef url(images/bg-h2-wide.gif) no-repeat;
	border-bottom: 2px solid #4284ce;
	font: bold 130% Arial,Helvetica,sans-serif; color: #FFFFFF; text-decoration: none;
	margin: 0px;
	padding: 5px 5px 4px 10px;
	letter-spacing: -0.05em;
}
#contentWide h3 {
	font-size: 115%;
	font-weight: bold;
	color: #2660b7;
	margin-top: 15px;
	margin-left: 25px;
}
#contentWide h4 {
	text-align: center;
	font-weight: normal;
	font-size: 130%;
	margin-top: 15px;
}

#contentWide ul {
	line-height: 1.3em;
	margin-left: 65px;
	margin-top: 15px;
}

#contentWide #oneMinute {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#platinumGallery img {
	border: 1px solid #c9c9c9;
	background: #fff;
	padding: 1px;
	margin: 0 0 20px 20px;
	float: left;
}

.testimonial {
	width: 900px;
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
div.testimonial img {
	float: left;
	margin: 20px;
}


/*________ Sidebar ________*/

#sidebar {
	float: right;
	width: 285px;
	padding-right: 5px;
}

#sidebar h2 {
	margin-bottom: 20px;
}

#sidebar h3 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
}
#sidebar h3 b {
	font-size: 18px;
}

#sidebar form {
	width: 230px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#sidebar form fieldset {
	border: 0;
}

#sidebar form fieldset legend {
	display: none;
}

#sidebar form div {
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
}

#sidebar form label {
	float: left;
	width: 65px;
	text-align: right;
	margin-right: 9px;
	font: bold 13px Arial,Helvetica,Sans Serif;
	color: #474747;
}

#sidebar form fieldset input {
	width: 149px;
	height: 19px;
	border: 1px solid #9e9e9e;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}
#sidebar form textarea {
	width: 149px;
	height: 112px;
	border: 1px solid #9e9e9e;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

#sidebar form input#submitButton {
	clear: left;
	padding-top: 5px;
	margin-left: 74px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

#sidebar #financeBox {

}

#sidebar form fieldset #financeBox label {
	float: right;
	width: 180px;
	text-align: left;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
}
#sidebar form fieldset #financeBox input {
	width: 15px;
	margin: 3px 0 5px 28px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
	border: 0;
}

/*_____________ Footer _____________*/

#footer {
	background: #63a5ef url(images/bg-footer-03.jpg) no-repeat top;
	height: 70px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 330px;
	font-size: 85%;
	clear: both;
}
#footer .seventhvision a, #fullpagefoot .seventhvision a {
	color: #a3caf6;
	padding: 0 0 3px 0;
}
#footer p, #fullpagefoot p {
	color: #a3caf6;
	padding: 0 0 3px 0;
}
#footer a, #fullpagefoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #fullpagefoot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer.aboutus {
	background: #63a5ef url(images/bg-footer-04.jpg) no-repeat top;
}

#fullpagefoot {
	height: 70px;
	text-align: center;
	color: #FFFFFF;
	background: #63a5ef url(images/bg-footer-full-2.gif) no-repeat top;
	padding-top: 60px;
	font-size: 85%;
	clear: both;
}

/*_____________ Models Page ________________*/


.lifestyleExtenderBanner {
text-align: center;
margin: 0 auto;
}

#modelsFlash {
padding-top: 10px;
}

#modelSpecs {
font-size: 12px;
background-color: #ffffff;
overflow: hidden;
}

#explorerSpec, #lifestyle360Spec {
float: left;
display: inline;
width: 625px;
margin-left: 5px;

background-color: #e7e7e7;
}

.indUniqueFeatures {
margin-left: 60px;
margin-bottom: 20px;
line-height: 1.5;
}

img.heroShot {
padding: 2px;
background-color: #ffffff;
border: 1px solid #c9c9c9;
margin-left: 10px;
}

ul.modelOptions {
list-style-type: none;
margin: 0 10px;
height: 25px;
border-bottom: 1px solid #c9c9c9;
font: 11px Arial,Helvetica,Sans Serif;
text-align: right;
}
ul.modelOptions li {
float: right;
padding: 5px 0 0 19px;
height: 17px;
margin-left: 20px;
}
ul.modelOptions li.tellFriend {
background: url(images/icon-tell-friend.gif) left no-repeat;
}
ul.modelOptions li.printBrochure {
float: left;
padding: 0;
margin: 3px 0 0 0;
}
ul.modelOptions li.photoGallery {
background: url(images/icon-photo-gallery.gif) left no-repeat;
}
ul.modelOptions li a {
text-decoration: none;
color: #5c5c5c;
}
ul.modelOptions li a:hover {
text-decoration: underline;
color: #2962b6;
}


#modelSpecs p {
margin: 0 10px 15px 10px;
}

#modelSpecs h4 {
font: 14px Arial,Helvetica,Sans Serif;
color: #2962b6;
font-weight: bold;
padding: 18px 0 3px 0;
margin: 0 10px 10px 10px;
border-bottom: 1px solid #97afd2;
border-top: 1px solid #f7f7f7;
}

#modelSpecs dl {
padding: 0 10px;
width: 290px;
float: left;
}
#modelSpecs dl dt, #modelSpecs dl dd {
height: 70px;
}
#modelSpecs dl dt {
float: left;
margin-right: 10px;
display: inline;
}
#modelSpecs dl dt img {
padding: 1px;
background-color: #ffffff;
border: 1px solid #c9c9c9;
}
#modelSpecs dl dd a {
text-decoration: none;
color: #5c5c5c;
height: 70px;
display: block;
}
#modelSpecs dl dd a:hover {
color: #2962b6;
}

#extrasInfo {
float: left;
display: inline;
width: 310px;
margin-left: 5px;
background-color: #e7e7e7;
}

#extrasInfo p {
margin: 3px 10px;
}
#extrasInfo h4 {
border-top: 0;
}
#extrasInfo fieldset {
margin: 0 10px;
border: 0;
}
#extrasInfo fieldset div {
margin-left: 8px;
margin-bottom: 5px;
}
#extrasInfo fieldset div input {
margin-right: 10px;
float: left;
}
#extrasInfo fieldset div label {
font-weight: bold;
}
#extrasInfo fieldset legend {
display: none;
}
#extrasInfo fieldset .tableHeader {
display: none;
}
#extrasInfo fieldset tr {
vertical-align: top;
}

#extrasInfo fieldset tr td.optSelect {
width: 32px;
text-align: center;
}
#extrasInfo fieldset tr td.optDesc {
border-right: 1px solid #b5b5b5;
padding: 0 10px 8px 0;
}
#extrasInfo fieldset tr td.optPrice {
text-align: right;
width: 60px;
}

#totalPrice {
font-weight: bold;
font-size: 14px;
margin: 15px 0;
text-align: center;
}

#runningTotal {
position: absolute;
display: none;
right: 0;
top: 0;
background-color: #ffffff;
text-align: left;
border-left: 4px solid #2961b5;
border-bottom: 4px solid #2961b5;
padding: 10px 0 10px 0;
width: 280px;
}

@media screen
  {
  #runningTotal
    {
    position: fixed;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    }
  * html #runningTotal
    {
    position: absolute;
	right: 17px;  
    }
  /* All done. */
  }




#runningTotal h2 {
font-size: 18px;
color: #2961b5;
font-weight: normal;
margin: 0 10px;
border-bottom: 1px solid #b2c6e4;
}
#runningTotal dl {
margin-left: 20px;
line-height: 1.5;
padding-top: 10px;
width: 240px;
}
#runningTotal dl dt {
float: left;
width: 170px;
}
#runningTotal dl dd {
font-weight: bold;
}
.totalAmount {
border-top: 1px solid #5c5c5c;
font-weight: bold;
height: 38px;
}

#requestQuote label {
float: left;
width: 80px;
text-align: right;
margin-right: 5px;
}

#requestQuote fieldset input {
width: 150px;
margin-bottom: 5px;
font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}
#requestQuote fieldset textarea {
overflow: auto;
width: 180px;
height: 50px;
font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}
#requestQuote #submitButton {
width: 70px;
margin-left: 95px;
margin-bottom: 20px;


}
#requestQuote p {
margin-bottom: 15px;
}

#requestQuote div#errorText {
	width: 265px;
margin-left: 10px;
}

div.success {
background-color: #c7f7cb;
color: #06630f;
text-align: center;
padding: 10px 0;
margin-top: 5px;
border: 1px solid #06a215;
}

#requestQuote fieldset div label {
float: right;
width: 200px;
text-align: left;
margin-right: 0px;
margin: 5px 0 5px 0;
font-weight: normal;
}
#requestQuote fieldset div input {
width: 15px;
margin: 6px 0 5px 60px;
font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

.indSideImg {
margin-left: 10px;
margin-bottom: 10px;
}


/*_____________ Gallery _____________*/

#gallery {
	margin-left: 20px;
}

#gallery img {
	border: 1px solid;
	float: left;
	margin: 0px 5px 10px 5px;
	height: 110px;
	width: 110px;
	background-color: #f2f1f1;
}

#galleryCategories {
	margin: 15px 0 0 20px;
	background: #FFF;
	overflow: hidden;
}
#galleryCategories img {
	float: left;
	margin: 0 16px 16px 0;
}


/*_____________ Gallery ______________*/

#l360Gallery, #tent9ftGallery, #tent12ftGallery {
float: left;
display: inline;
width: 425px;
margin-left: 30px;
background-color: #e7e7e7;
padding-bottom: 10px;
margin-bottom: 30px;
}

#expGallery {
float: left;
display: inline;
width: 880px;
margin-left: 30px;
background-color: #e7e7e7;
padding-bottom: 10px;
margin-bottom: 30px;
margin-top: 25px;
}

#podiumGallery {
float: left;
display: inline;
width: 880px;
margin-left: 30px;
background-color: #e7e7e7;
padding-bottom: 10px;
margin-bottom: 30px;
margin-top: 25px;
}

#podiumGallery a img {
float: left;
display: inline;
padding: 1px;
background-color: #ffffff;
border: 1px solid #c9c9c9;
margin-left: 10px;
margin-bottom: 10px;
}

#l360Gallery a img, #tent9ftGallery a img, #tent12ftGallery a img {
float: left;
display: inline;
padding: 1px;
background-color: #ffffff;
border: 1px solid #c9c9c9;
margin-left: 21px;
margin-bottom: 15px;
}

#expGallery a img {
float: left;
display: inline;
padding: 1px;
background-color: #ffffff;
border: 1px solid #c9c9c9;
margin-left: 10px;
margin-bottom: 10px;
}

#galleryDisclaimer {
padding: 20px;
}

/*_____________ Content - News _____________*/

.news {
	width: 580px;
}

#contentWide h1 {
	background-color: #e7e7e7;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	color: #2660b7;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	padding: 7px 15px;
	height: 18px;
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 15px;
}

.news h1 {
	background: #e7e7e7 url(images/bg-news-header-2.gif) no-repeat left top;
}
.news h1 a {
	text-decoration: none;
	color: #2660b7;
}

.news h2 {
	font-size: 120%;
	font-weight: bold;
	color: #2660b7;
	margin-bottom: 5px;
}

.news h3 {
	font-size: 120%;
	font-weight: bold;
	color: #2660b7;
	margin-bottom: 15px;
	margin-left: 25px;
}
#contentWide small {
	background: url(images/calendar-icon.gif) no-repeat left top;
	font-size: 95%;
	color: #929292;
	margin-top: 5px;
	margin-left: 25px;
	padding-left: 20px;
	display: block;
}
.news p {
	line-height: 1.5em;
}

.news form {
	margin-left: 25px;
}

.news form input#cntnt01searchinput {
	height: 15px;
	width: 150px;
}
#NewsPostDetailReturnLink {
	margin-left: 25px;
	margin-bottom: 20px;
}
ul.categories {
	margin-left: 20px;
}

#prevarticles {
	float: right;
	margin-left: 40px;
	font-size: 85%;
	width: 285px;
	background-color: #e7e7e7;
	padding-bottom: 20px;
	margin-top: 15px;
}

#prevarticles ul {
	list-style-type: none;
	line-height: 1.4;
	padding-left: 15px;
	margin: 0;
}
#prevarticles ul li {
	margin-bottom: 8px;
}
#prevarticles h1 {
	background: #e7e7e7 url(images/bg-news-header.gif) no-repeat left top;
	font-size: 140%;	
	margin: 0 0 15px 0;
}


/*_____________ About Us Content _____________*/

p.quote {
	margin-left: 45px;
	margin-right: 10px;
	font: 95% Georgia, Trebuchet MS, Times New Roman, serif;
	line-height: 1.5;
	font-style: italic;
	letter-spacing: 1px;
}


/*_____________ Optional Extras Content _____________*/

#optionalExtras {
	padding: 0px 0px 30px 5px;
}

/*_____________ Contact Form _____________*/


p.address {
}
p.address strong {
	font-size: 130%;
}

p.address img {
	float: left;
	margin-right: 10px;
	border: 1px solid;
	margin-bottom: 15px;
}

#emailForm {
	float: right;
	background-color: #ffffff;
	border-left: 1px solid #d8d8d8;
	margin-left: 25px;
	width: 460px;
	display: inline;
}
#emailForm h3 {
	margin-left: 25px;
}

#contactForm {
	width: 420px;
	margin-bottom: 100px;
	padding-left: 25px;
}

#contactForm fieldset {
	border: 0;
	padding-top: 15px;
}

#contactForm fieldset legend {
	display: none;
}

#contactForm div {
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
}

#contactForm label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: bold;
}

#contactForm input {
	width: 180px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}
#contactForm textarea {
	width: 220px;
	height: 200px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

#contactForm textarea#comments {
	width: 220px;
	height: 70px;
}

#contactForm fieldset #financeBox label {
	float: right;
	width: 270px;
	text-align: left;
	margin: 0;
	font-weight: normal;
}
#contactForm fieldset #financeBox input {
	width: 15px;
	margin: 3px 0 5px 130px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

#contactForm input#submitButton {
	clear: left;
	width: 120px;
	margin-top: 0px;
	margin-left: 125px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

div#errorText {
	color: red;
	background-color: #ffc9c9;
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #ff0000;
	margin-bottom: 15px;
	line-height: 1.5;
	width: 313px;
}

div#errorText p {
	margin: 0px;
	font-weight: bold;
}

div#errorText ul {
	margin: 0px;
	margin-left: 35px;
}

/*__________Tell a Friend ________*/

#friendForm {
	margin-right: 30px;
	width: 540px;
	margin-bottom: 100px;
	margin-left: 25px;
}

#friendForm fieldset {
	border: 0;
	padding-top: 20px;
}

#friendForm fieldset legend {
	display: none;
}

#friendForm div {
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
}

#friendForm label {
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: bold;
}

#friendForm input {
	width: 180px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}
#friendForm textarea {
	width: 350px;
	height: 100px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}

#friendForm input#submitButton {
	clear: left;
	width: 120px;
	margin-top: 5px;
	margin-left: 170px;
	font: 100% Arial,Helvetica,Sans Serif; color: #4b4a4a; text-decoration: none;
}
#verification #captcha {
	margin-left: 170px;
}
#verification a {
	margin-left: 170px;
	font-size: 80%;
	text-decoration: none;
	padding-bottom: 6px;
	display: block;
}


/*__________ Video Page ________*/

#instructionalVideo {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	width: 470px;
}


/*_____________ Misc _____________*/

.imgRight {
	float: right;
	margin: 15px;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.imgMap {
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.clearBoth, p.success {
	clear: both;
}
p.success {
	color: #2660b7;
}
#container p.success {
background-color: #c7f7cb;
color: #06630f;
text-align: center;
padding: 10px;

margin: 20px;
border: 1px solid #06a215;
}

#contentFull p.pdf {
	background: url(images/icon-pdf.gif) no-repeat left top;
	margin-left: 30px;
	width: 680px;
}

#googleMap {
clear: left;
display: block;
padding-top: 15px;
}

#independentBanner {
border-top: 1px solid #fff;
margin-left: 10px;
padding-top: 3px;
width: 605px;
overflow: hidden;
}
#independentBanner a {
display: block;
float: left;
}
#independentBanner a img {
display: inline;
}

/*_____________ Model Info _____________*/

#modelInfo {
background-color: #fff;
padding-left: 5px;
overflow: hidden;
}
#modelHeader {
height: 359px;
text-align: right;
overflow: hidden;
margin-bottom: 5px;
}
#modelHeader div {
width: 260px;
text-align: left;
height: 339px;
margin: -359px 5px 0 auto;
background: url(/images/bg-option-panel.png) no-repeat;
z-index: 10;
position: relative;
padding: 20px 0 0 20px;
color: #fff;
}
#modelHeader div h3 {
margin-bottom: 12px;
}
#modelHeader div p {
font-size: 12px;
line-height: 1.5;
width: 240px;
margin-bottom: 15px;
}
#modelHeader div ul {
list-style-type: none;
}
#modelHeader div li a {
background: url(/images/bg-button.png) no-repeat;
display: block;
padding: 5px 0 0 9px;
width: 233px;
height: 23px;
margin: 0 0 9px 0;
}

#featureNav {
height: 40px;
margin-right: 5px;
background: #e8e8e9 url(/images/bg-model-tabs.gif) repeat-x;
overflow: hidden;
margin-bottom: 20px;
}
#featureNav p.price {
float: right;
font-size: 14px;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
letter-spacing: -.5px;
margin: 4px 20px 0 0;
}
#featureNav p.price strong {
color: #2a61b4;
font-size: 24px;
}
#featureNav ul {
font-size: 16px;
font-weight: bold;
list-style-type: none;
}
#featureNav ul a {
float: left;
height: 32px;
text-decoration: none;
border-left: 1px solid #fff;
padding: 8px 12px 0 12px;
color: #474747;
}
#featureNav ul .current a, #featureNavSmall ul .current a {
color: #2a62b5;
background-color: #fff;
}
#featureNav ul a:hover {
color: #2a62b5;
}

#featureNavSmall {
height: 28px;
margin-right: 5px;
overflow: hidden;
margin-bottom: 20px;
background-color: #e8e8e9;
}
#featureNavSmall ul {
font-size: 11px;
font-weight: bold;
list-style-type: none;
}
#featureNavSmall ul a {
float: left;
height: 21px;
text-decoration: none;
border-left: 1px solid #fff;
padding: 7px 12px 0 12px;
color: #474747;
}
#featureNavSmall ul a:hover {
color: #2a62b5;
}

#slider {
width: 940px;
overflow: hidden;
}

#optional, #quote, #standard {
width: 940px;
display: block;
float: left;
}

#standard ul, #optional ul {
list-style-type: none;
font-size: 11px;
overflow: hidden;
}
#standard ul li, #optional ul li {
float: left; 
width: 170px;
height: 187px;
margin-left: 15px;
}

#optional ul li {
height: 220px;
}
#optional ul li a {
height: 162px;
display: block;
}

#standard ul li a, #optional ul li a {
color: #474747;
text-decoration: none;
}
#standard ul li a img, #optional ul li a img {
border: 1px solid #bebebf;
padding: 1px;
margin-bottom: 4px;
}
#standard ul li a:hover, #optional ul li a:hover {
color: #2a62b5;
}
#standard ul li a:hover img, #optional ul li a:hover img {
border: 1px solid #2a62b5;
}

#optional ul div {
background-color: #e8e8e9;
height: 20px;
padding: 6px 0 0 6px;
}
#optional ul div.selected {
	background-color: #63a5ef;
	color: #fff;
}
#optional ul div input {
float: left;
margin-right: 6px;
}
#optional ul div label {
font-size: 11px;
}


#contentWide #modelNav {
height: 130px;
background: url(/images/bg-model-nav.jpg);
margin: 0;
list-style-type: none;
}
#contentWide #modelNav li {
display: block;
float: left;
margin: 5px 0 0 5px;
}
#contentWide #modelNav li img {
opacity: 0.8;
filter: alpha(opacity=80);
}
#contentWide #modelNav li a:hover img, #contentWide #modelNav li.current img {
opacity: 1;
filter: alpha(opacity=100);
}

#quoteform {
width: 480px;
padding: 5px 0 30px 25px;
overflow: hidden;
}

#quoteform input {
margin: 10px 0 0 75px;
}

#quoteform fieldset { 
border: none;
padding: 25px 0 0 5px;
}
#quoteform fieldset legend { 
display: none;
}
#quoteform fieldset label { 
float: left;
display: block;
clear: left;
width: 75px;
padding-top: 5px;
}
#quoteform fieldset input, #quoteform fieldset textarea { 
float: left;
margin-bottom: 10px;
border: 1px solid #b8b8b8;
font: 11px Arial, Helvetica, Sans Serif;
padding: 4px;
}
#quoteform fieldset input { 
width: 210px;
height: 18px;
margin: 0 0 10px 0;
}
#quoteform fieldset textarea { 
width: 290px;
height: 92px;
overflow: auto;
}

#quoteform fieldset div label { 
float: right;
clear: both;
width: 380px;
padding-top: 2px;
font-size: 12px;
}
#quoteform fieldset div input { 
width: 15px;
height: 20px;
margin: 0 0 0 75px;
}

#banners {
float: right;
padding: 60px 25px 0 0;
}
#banners img {
margin-bottom: 18px;
}