body{
	padding:0;
	margin:0;
	background:#FEBD85 url(/media/layout/bg.gif) 0 320px repeat-x;
	text-align:center;
}
body, input, select{
	font-family:Tahoma;
	font-size:11px;
	color:#423232;
}
a{
	text-decoration:none;
}
a:focus{
	outline:none;
}
img{
	border:0;
}
h1{
	color:#F74602;
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	margin:3px 0 5px 0;
}
h2{
	color:#F74602;
	font-size:14px;
	font-weight:bold;
	margin:8px 0 5px 0;
}
h4{
	font-size:11px;
	margin:0;
}
p{
	margin:0 0 15px 0;
}



#container{
	width:945px;
	height:600px;
	margin:0 auto;
	text-align:left;
}
#header{
	width:940px;
	height:137px;
	background:url(/media/layout/bg_page_top.gif) bottom left no-repeat; 
	color:#ffffff;
	position:relative;
	text-align:right;
}
#header a{
	color:#ffffff;
}
#logo{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#top_links{
	width:262px;
	height:13px;
	padding:8px 0 6px 2px;
	margin:0 0 0 auto;
	border-bottom:1px solid #F59541;
	font-size:10px;
	text-align:left;
}
#top_links a{
	padding:3px 5px;
	margin:0 4px;
}
#top_links a.on{
	background-color:#F74600;
}
#top_links img{
	vertical-align:middle;
	padding:0 4px;
}
#menu{
	height:49px;
	margin:59px 0 0 auto;
	z-index:2;
	position:relative;
}
#menu td{
	padding:4px 6px 0 6px;
	background:url(/media/layout/bg_menu.gif) bottom repeat-x;
	font-size:12px;
	font-weight:bold;
}
#menu td a{
	text-transform:uppercase;
}
#menu td.on{
	background:url(/media/layout/bg_menu_on.gif) bottom repeat-x;
}




#page{
	width:935px;
	height:438px;
	padding:0 5px 9px 5px;
	background:url(/media/layout/bg_page.gif) top left no-repeat; 
	line-height:1.5;
}
#model_details{
	padding:1px 1px 1px 12px;
}
#model_details img{
	float:right;
}





#gallery_container{
	width:925px;
	height:115px;
	padding:5px 0;
	margin:0 auto;
	text-align:left;
}
.gallery td{
	padding:0 6px;
}
.gallery_img img{
	height:105px;
}
.gallery_img a{
	display:block;
	border:3px solid #E7E7E7;
}
.gallery_img a.on{
	border-color:#F74600;
}

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width:100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 140px; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 825px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 140px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 825px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 4px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 100px;
			width: 42px;
		}
		
		.stripNavL {
			left: 0px;
		}
		
		.stripNavR {
			right: 0px;
		}
		
		.stripNavL {
			background: url("/media/layout/arrow_left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("/media/layout/arrow_right.gif") no-repeat center;
		}

		
#contact_page{
	padding:1px 12px;

}		


form.tablestyle{
	margin:0px;
	padding:10px 0px;
}
td.label_cell{
	text-align:right;
}
input.field, textarea.field, select.field{
	border:1px solid #AFAFAF;
	padding:3px;
}
input.field, textarea.field{
	width:280px;
}
textarea.field{
	height:140px;
}
input.submit{
	border:0px;
	background-color:#F74602;
	color:#ffffff;
	padding:3px 8px;
	font-weight:bold;
	cursor:pointer;
}
.mandatory, .highlighted{
	color:#F74602;
}
#note{
	text-align:center;
	border-top:1px solid #dedede;
	margin-top:20px;
	padding-top:5px;
}



#text_page{
	padding:1px 12px;
	font-size:10px;
}

.red{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;	
}
