@charset "UTF-8";
/* CSS Document */

/* ********************************** */
/* NEW NAVIGATION MVH 03/03/10 */
/* ********************************** */

	
	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
		font-family:arial;
		font-size:14px;
		width:960px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			color: #ffffff;
		}
		
		.headbutton {
			padding:10px 10px 10px 15px; 
			/*margin-right:120px;*/
		}

		.headbutton-last {
			padding:10px 10px 10px 15px; 
			margin-right:40px;
		}
		.arrow {
			margin-top: 10px;
		
		}
		/* this is the parent menu */
		#nav li a {
			text-decoration:none; 
			color:#ffffff;
			font-size:13px;

		}

		#nav li a:hover {
			color: #990000;
			font-size:13px;

		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute;
			left:0px; 
			top:37px;
			width:938px;
			margin:0 auto;
			padding:10px; 
			list-style:none;
			background:#FFF url('../images/nav_menu_bg.jpg') repeat-x top left;
			display: none;
			height:210px;
			z-index: 500;
			border-left:solid 1px #CCC;
			border-right:solid 1px #CCC;
			border-bottom:solid 3px #640002;
		}
		
		#nav ul li {
			width:120px; 
			float:left; 
			border-right:solid 1px #cccccc;
			text-align: center;
			padding:6px;
			margin-top:20px;
			margin-right: 0px;
			height: 170px;
		}
		

		#nav ul .last {
			width:120px; 
			float:left; 
			border-right:none;
			text-align: center;
			padding:6px;
			margin-top:20px;
		}
		

		#nav ul li img {
			padding-bottom:10px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			color: #000000;
			font-size: 13px;
			line-height: 18px;
			
		}
		
	/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */


#nav form {
	float:right;
	padding-top:8px;
}
#nav .textfield {
	width:264px;
	height: 18px;
	vertical-align:top;
}

/* ********************************** */
/* MAIN LAYOUT CONTROLS */
/* ********************************** */

* {
	padding:0px;
	margin:0px;
	font-family: Arial;
}
img {
	border:none;
	text-decoration:none;
}
a, a:active, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color: #022044;
}

#all {
	min-height: 500px;
	height: auto;

}

#results {
	float:left;
	margin-right: 14px;
	/*margin-bottom: 15px;*/
	width: 150px;
	/*background-color: #efefef;*/
	padding:8px;
	/*border: 1px solid #cccccc;*/
	text-align: center;
	height: 180px;
	color: #555555;
	line-height: 16px;
}

#results img {
	/*margin-bottom:10px;*/
	
}

#results a:link {
		color: #660000;
		font-weight:bold;
		font-size: 14px;
		
}

#results a:visited  {
		color: #660000;
		font-weight:bold;
		font-size: 14px;
}
#results a:hover {
		color: #003366;
}


.submit {
	padding:5px;
	background:#DEDEDE url('../images/icons/bullet_go.png') no-repeat 2%;
	text-align:right;
	color:#009900;
	cursor:pointer;
	width:60px;
	border:1px solid #666;
}
.submit:hover {
	background-color:#009900;
	color:#FFF;
	cursor:pointer;
}
#wrapper_layout {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}
#wrapper_nav {
	margin-top:18px;
	background:url('../images/nav_bg.jpg') repeat-x;
	height:40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#wrapper_logo {
	width:960px;
	height:150px;
}
#wrapper_content {
	clear:both;
	width: 960px;
}
#wrapper_news {
	clear:both;
	margin-top:10px;
	font-family: Arial;
	font-size: 14px;
	border-top: 1px solid #dddddd;
	padding-top:2px;

}

#wrapper_news p {
	clear:both;
	background-color:#cccccc;
	padding:5px;


}


#wrapper_buckets {
	margin-top: 2px;
	font-family:Arial;	
	border-top: 1px solid #cccccc;
	padding-top:10px;
}

.container_bucket {
	width:308px;
	float:left;
	border:solid 1px #CCC;
}
.bucket_top {
	background:url('../images/buckets_bg.jpg') repeat-x;
	border-bottom:solid 1px #CCC;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px 0px;
}
.bucket_bottom {
	padding:10px;
	height:175px;
	font-size:12px;
}
#bucket_first {
	margin-right:15px;
	text-align:right;
}
#bucket_middle {
	margin-right:15px;
	text-align:center;
}
#bucket_last {
	margin-right:0px;
}

#wrapper_terms {
	margin-top: 12px;
	font-family:Arial;	
	font-size: 11px;
	color: #999999;
	padding-top:10px;
	padding-bottom:15px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border-top: 1px solid #cccccc;

}

#copyright {
	
	float:left;
	
}

#footerlinks {

	float:right;

}
/* ********************************** */
/* Top Nav */
/* ********************************** */

#top_nav {
	float:right;
	font-size:12px;
	font-family:Arial;
	color:#666666;
	width:600px;
	text-align: right;
}

#top_nav li {
	display:inline;
	padding-right:10px;
	margin-left:6px;
	border-right:solid 1px #666666;
}

#top_nav .last_item {
	border-right:none;
}

#top_nav h2 {
	float:right;
	font-size: 1.8em;
	font-weight:bolder;
	margin-top:-3px;
	text-align:left;
}

#top_nav a {
	text-decoration:none;
}

#top_nav a, #top_nav a:active, #top_nav a:visited {
	color:#666;
}
#top_nav a:hover {
	color: #022044;
}

#top_nav span {
    background:#c8c8c8;
    display:none;
    padding:10px;
    position:absolute;
    z-index:1000;
    -moz-border-radius:4px;
    font-size:12px;
    color:#000;
    font-weight:normal;
}
#top_nav img {
	vertical-align:bottom;
}
.login h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
}
.login h3 {
	color:red;
	font-size:21px;
	margin:5px 0px;
}

/* ********************************** */
/* Main Nav */
/* ********************************** */
#nav_items {
	font-family:arial;
	font-size:14px;
}
#nav_items ul {
	float:left;
	width:675px;
	padding-top:10px;
}
#nav_items li {
	display:inline;
	height:30px;
	overflow:hidden;
	color:#FFF;
	width:200px;

}
#nav_items a {
	padding:7px 7px 10px 10px;
	color:#FFF;
	text-decoration:none;
	margin-right:50px;

}
#nav_items .nav_hovered {
	background-color:#FFF;
    color:#000;
    border-top:solid 3px #640002;
    border-bottom:solid 3px #640002;
}
#nav_items .nav_clicked {
	background-color:#FFF;
    color:#000;
    border-top:solid 3px #640002;
    border-left:solid 1px #CCC;
    border-right:solid 1px #CCC;
    border-bottom:none;
    padding:7px 15px 15px 15px;
}
#nav_items .last_item {
	width:220px;
}

#nav_items img {
	vertical-align:-2px;
}

#nav_facility {
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 3px #640002;
	position:absolute;
	background:#FFF;
	height:230px;
	width:958px;
	z-index:700;
}
#nav_fac_container span {
	display:inline-block;
	padding:0px 10px;
	width:108px;
	vertical-align:top;
	border-right:solid 1px #CCC;
}

#nav_fac_container {
	width:940px;
	margin:0px auto;
	margin-top:40px;
	text-align:center;
	font-size:12px;
}
#nav_fac_container a, #nav_fac_container a:active, #nav_fac_container a:visited {
	text-decoration:none;
	color:#000;
}

#nav_fac_container span div a, #nav_fac_container span div a:visited  {
	color: #660000;
	font-size: 11px;
	display: block;
	line-height:16px;

}


#nav_fac_container a:hover {
	color:#032145;
}
#nav_fac_container img {
	margin-bottom:10px;
}
#nav_fac_container .last_item {
	margin-right:0px;
	border-right:none;
}

#nav_type {
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 3px #640002;
	position:absolute;
	background:#FFF;
	height:230px;
	width:958px;
	z-index:800;
	
}
#nav_type_container span {
	display:inline-block;
	padding:0px 15px;
	width:100px;
	vertical-align:top;
	border-right:solid 1px #CCC;
}

#nav_type_container {
	width:940px;
	margin:0px auto;
	margin-top:50px;
	text-align:center;
	font-size:12px;
}
#nav_type_container a, #nav_type_container a:active, #nav_type_container a:visited {
	text-decoration:none;
	color:#000;
}
#nav_type_container a:hover {
	color:#032145;
}
#nav_type_container img {
	margin-bottom:10px;
}
#nav_type_container .last_item {
	margin-right:0px;
	border-right:none;
}


.search {
	padding:2px 2px;
	background-color:#666666;
	color:#ffffff;
	cursor:pointer;
	border:0;
	height:24px;
	margin-top:-1px;
	font-size: 14px;
	font-weight: bold;
	width: 40px;
}
.search:hover {
	background-color:#032145;
	color:#FFF;
	cursor:pointer;
}
/* ********************************** */
/* Home Content Boxes */
/* ********************************** */

#wrapper_home_page {
	padding-top:10px;
}
#content_alpha {
	float:left;
	color:#FFF;
	background:url('../images/callout_bg.jpg') repeat-x;
	text-align:center;
	width:250px;
	padding:50px 20px 50px 20px;
	height:280px;
}

#content_alpha_1 {
	width:240px;
	margin:0 auto;
}

#content_alpha h1 {
	font-weight:normal;
	font-size:32px;
	padding-bottom:20px;
	border-bottom:solid 1px #FFF;
	color:#FFF;
}

#content_alpha h2 {
	margin-top:20px;
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	color:#FFF;
}

#content_beta {
	float:left;
}

#gallery {  
     position:relative;  
     height:380px;
     z-index: -1; 
 }  
     #gallery a {  
         float:left;  
         position:absolute;  
     }  
       
     #gallery a img {  
         border:none;  
     }  
       
     #gallery a.show {  
         z-index:300;
     }  
   
     #gallery .caption {  
         z-index:400;   
         background-color:#000;   
         color:#ffffff;   
         height:100px;   
         width:100%;   
         position:absolute;  
         bottom:0;  
         font-family: Arial;
     }  
   
     #gallery .caption .content {  
         margin:5px  
     }  
       
     #gallery .caption .content h3 {  
         margin:0;  
         padding:0;  
         color:#FFF;  
     }
     
/* ********************************** */
/* Product Page */
/* ********************************** */

#wrapper_prod_page {
	background:url('../images/prod_page_bg2.jpg') repeat-x bottom left;
	font-family:Arial;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	min-height: 600px;
	
}
#wrapper_prod_page h1 {
	color:#032145;
	font-size:28px;
	padding: 25px 5px 5px 25px;
}
#wrapper_prod_page h2 {
	color:#320000;
	font-size:21px;
	padding: 25px 0px 0px 25px;
	margin:5px 0px;
}
#wrapper_prod_page h3 {
	color:#320000;
	font-size:15px;
	margin:5px 0px;

}
#wrapper_prod_page p {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin: 0px auto;
	padding: 5px 0px 15px;
	width: 910px;
}


#wrapper_prod_page a, #wrapper_prod_page a:active, #wrapper_prod_page a:visited {
	color:#999;
	text-decoration:none;
}
#wrapper_prod_page a:hover {
	color:#032145;
}
#wrapper_prod_page h3 a, #wrapper_prod_page h3 a:active, #wrapper_prod_page h3 a:visited {
	color:#320000;
	text-decoration:none;
}
#wrapper_prod_page span {
	color:#666666;
	font-size:14px;
	line-height:20px;
}
#wrapper_prod_page img {
	/*vertical-align:bottom;*/
}
/*#wrapper_prod_top {
	clear:both;
	margin:0px auto;
	padding-top:5px;
	width: 920px;
}*/

#wrapper_prod_top {
clear:both;
margin:0 auto;
padding-top:5px;
width:960px;
}
#wrapper_prod_bottom {
	clear:both;
	margin:0px auto;
}
/*.container_prod_page {
	width:200px;
	display:inline-block;
	padding:0 0 0px 32px;
	height:210px;

}*/

/*.container_prod_page {
	width:180px;
	float:left;
	height:260px;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:14px;
	text-align:center;
	padding-top:10px;
}*/

.container_prod_page {
float:left;
height:260px;
margin-bottom:14px;
margin-left:14px;
margin-right:14px;
padding-top:10px;
text-align:center;
width:208px;
}


.container_dealer_page {
	width:180px;
	float:left;
	height:170px;
	margin-left:24px;
	margin-right:24px;
	text-align:center;
	padding-top:10px;

}

.container_prod_page li {
	list-style:none;
	font-size:12px;
	color:#999;
}

.container_prod_page img {
	height: 110px;
}

.prod_page_beta li li {

	list-style:square;
	text-align:left;
	margin-left:25px;
	color:#777777;

}

.prod_page_alpha {
/*	float:left;
	margin:0 20px 0 20px;*/
	min-height: 112px;
}
.prod_page_alpha img {
	height:110px;
}
.dealer_page_alpha {
	margin:0 auto;
}


.prod_page_beta {
	/*float:left;
	margin-left:22px;*/
}

.prod_page_beta li {
	line-height: 18px;
	color: #333333;
}

.prod_page_beta li a {
	line-height: 18px;
	color: #333333;
}


#wrapper_sub_page h3 a, #wrapper_sub_page h3 a:active, #wrapper_sub_page h3 a:visited {
	color: #330000;
}

.dealer_page_beta{
	float:left;
	

}



#footer_prod_page {
	
}

/* ********************************** */
/* Product Details Page */
/* ********************************** */

#wrapper_details_page {
	background:url('../images/prod_page_bg.jpg') repeat-x bottom left;
	padding:15px;
	font-family:Arial;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;

	min-height:500px;
}
#wrapper_details_page h1 {
	color:#032145;
	font-size:28px;
	margin:0px 15px 0px 0px;
}
#wrapper_details_page h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
}
#wrapper_details_page h3 {
	color:#660000;
	font-size:16px;
	float:left;
}

#wrapper_details_page p {
	color:#666666;
	font-size:14px;
	line-height:20px;
}
#wrapper_details_page a:hover {
	color:#032145;
}
#wrapper_details_page span {
	color:#000000;
	font-size:14px;
	line-height:20px;
}
#wrapper_details_page img {
	vertical-align:text-top;
	background-color: #ffffff;
}
#wrapper_details_page .grayborder {
	border:double 4px #bbb;
}

#wrapper_details_top {
	width:900px;
	margin:0px auto;
	padding-top:10px;
	height:75px;
}
#wrapper_details_top li {
	display:inline;
	margin-left:30px;
}
#wrapper_details_top li a {
	padding:5px;
}
#details_top_alpha {
	float:left;
	width:400px;
}
#details_top_beta {
	float:right;
	font-size:15px;
	margin-top:5px;
}
#wrapper_details_bottom {
	width:900px;
	margin:0px auto;
	padding-top:25px;
	font-size:14px;
	border-top:1px solid #CCC;
}
#details_bottom_alpha {
	float:left;
	width:300px;
	padding-bottom:15px;
}
#details_bottom_beta {
	float:right;
	width:570px;
	padding-bottom: 25px;
}

#details_bottom_beta h3 {

	color:#660000;
	font-size:16px;
	margin:5px 0px;
	float: none;
	font-weight: bold;

}

#details_bottom_betaprod {
	float:left;
	width:320px;
	line-height: 25px;
	font-size: 14px;
}
#details_bottom_betaprod h3 {

	padding-bottom:10px;

}

#details_bottom_betaprod ul {
	width:300px;
	list-style: square;
	list-style-position: inside;

}


#details_bottom_beta li {
	padding:5px 0px;
	font-size:15px;
	list-style-type:square;
	margin-left:15px;
}
#details_bottom_beta li a {
	padding:5px;
}
#details_bottom_beta li a.options {
	padding:0px;
	font-size:15px;
	color:#666666;
}

#details_bottom_beta li a:hover.options {
	padding:0px;
	font-size:15px;
	color:#032145;
}


#details_bottom_beta ul {
	padding-bottom:15px;
}

#details_configured {
	margin:0 auto;
	width: 900px;
	text-align: left;
	border-top:1px solid #999999;
	padding-top:15px;
}
#details_configured img {
	height:90px;
	margin-right:15px;
}
#wrapper_details_page .tab_active {
	color:#032145;
	background:#dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* ********************************** */
/* Sub Pages */
/* ********************************** */

/*#wrapper_sub_page {
	background:url('../images/prod_page_bg2.jpg') repeat-x bottom left;
	font-family:Arial;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	min-height:600px;
	margin-bottom:10px;

}*/

#wrapper_sub_page {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
background:transparent url(../images/prod_page_bg2.jpg) repeat-x scroll left bottom;
font-family:Arial;
margin-bottom:10px;
min-height:600px;
padding-bottom:20px;
}
#wrapper_sub_page h1 {
	color:#032145;
	font-size:28px;
	padding: 0 0 15px 0px;
	width:920px;
	margin:0 auto;

}
#wrapper_sub_page h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
}

#wrapper_sub_page h3 {
	color:#320000;
	font-size:14px;
	margin:0px 0px;
	padding: 2px;
	
}

.searchpage h3  {
	color:#320000;
	font-size:14px;
	margin:0px 0px;
	padding: 4px 2px 4px 2px;
}
#wrapper_sub_page p {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	margin: 0px auto;
	padding: 5px 0px 15px;
	width: 900px;
}

#wrapper_sub_page .intro {
	color: #333333;
	font-size: 13px;
	margin: 0px auto;
	padding: 5px 0px 15px;
	width: 900px;
}

#wrapper_sub_page .introbullet {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	margin: 0px auto;
	padding: 5px 0px 5px 35px;
	width: 900px;
}


#wrapper_sub_page hr {
	color: #666666;
	margin: 0px auto;
	width: 915px;
}

#wrapper_sub_page table {
	margin: 0px auto;
	padding: 0px 0px 5px;
	width: 610px;
}
#wrapper_sub_page td {
	padding:5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}
#wrapper_sub_page td:hover {
}
#wrapper_sub_page img {
	vertical-align:-4px;
}

#sub_page_nav {

	padding:25px 5px 5px 25px;
}

#sub_page_nav ul {
	float:right;
	padding-top:7px;
}
#sub_page_nav li {
	display:inline;
	margin-right:20px;
}
#sub_page_nav li a {
	padding:5px;
}
#wrapper_sub_page input {
	padding:2px;
	font-size: 13px;
	color:#333333;
	width:100%;
}
#wrapper_sub_page .submitreg {
	margin:0 auto;
	width:auto;
	padding:12px;
	display:block;
}


/* ********************************** */
/* Contact Page */
/* ********************************** */ 


#wrapper_contact_page {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
background:transparent url(../images/prod_page_bg2.jpg) repeat-x scroll left bottom;
font-family:Arial;
margin-bottom:10px;
min-height:600px;
padding-bottom:20px;
}
#wrapper_contact_page h1 {
	color:#032145;
	font-size:28px;
	padding: 15px 5px 20px 12px;

}
#wrapper_contact_page h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
}
#wrapper_contact_page h3 {
	color:#320000;
	font-size:14px;
	margin:0px 0px;
	padding: 2px;
}
#wrapper_contact_page p {
	font-size: 14px;
	line-height: 22px;
	margin: 0px auto;
	padding: 5px 0px 15px;
}

#wrapper_contact_page hr {
	color: #666666;
	margin: 0px auto;
	width: 910px;
}

#wrapper_contact_page table {
	margin: 0px auto;
	padding: 0px 0px 5px;
}
#wrapper_contact_page td {
	padding:5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper_contact_page td:hover {
}
#wrapper_contact_page img {
	vertical-align:-4px;
}

#contact_page_nav {

	padding:25px 5px 5px 25px;
}

#contact_page_nav ul {
	float:right;
	padding-top:7px;
}
#contact_page_nav li {
	display:inline;
	margin-right:20px;
}
#contact_page_nav li a {
	padding:5px;
}
#wrapper_contact_page input {
	padding:2px;
	font-size: 13px;
	color:#333333;
}
#wrapper_contact_page .submitreg {
	margin:0 auto;
	width:auto;
	padding:12px;
	display:block;
}

/* ********************************** */
/* End Contact Page */
/* ********************************** */ 



.inline_li li {
	display:inline;
	padding-right:10px;
}
#contact_alpha {
	width:370px;
	padding:10px;
	float:right;
}
#contact_beta {
	width:500px;
	float:left;
	background:#032145;
	padding:10px;
	margin-left:12px;
	color:#FFF;
	font-size:12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#wrapper_sub_page .tab_active {
	color:#032145;
	background:#dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tabs td {
	border:1px solid #CCC;
}
#tabs li {
	/*list-style:none;*/
}

#searchtabs {

	width:920px;
	margin:0 auto;
	padding: 0px 0px 15px 0px;

}

#productview {
	width:905px;
	margin:0 auto;
	padding: 0px 0px 15px 0px;

}

#backview {
	width:905px;
	margin:0 auto;
	padding: 0px 0px 15px 0px;
}

#seatview {
	width:905px;
	margin:0 auto;
	padding: 0px 0px 15px 0px;
}
#endview {
	width:905px;
	margin:0 auto;
	padding: 0px 0px 15px 0px;
}
#docview {
	width:905px;
	margin:0 auto;
	padding: 0px 0px 15px 0px;
}


/* ********************************** */
/* Profile Page */
/* ********************************** */ 



#wrapper_profile_page {
	background:url('../images/prod_page_bg2.jpg') repeat-x bottom left;
	font-family:Arial;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	min-height:400px;
}
#wrapper_profile_page h1 {
	color:#032145;
	font-size:28px;
	padding: 25px 5px 5px 25px;

}
#wrapper_profile_page h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
}
#wrapper_profile_page h3 {
	color:#320000;
	font-size:16px;
	margin:5px 0px;
}
#wrapper_profile_page p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	margin: 0px auto;
	padding: 5px 0px 15px;
	width: 910px;
}

#wrapper_profile_page hr {
	color: #666666;
	margin: 0px auto;
	width: 910px;
}

#wrapper_profile_page table {
	margin: 0px auto;
	padding: 0px 0px 5px;
	width: 610px;
}
#wrapper_profile_page td {
	padding:5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}
#wrapper_profile_page td:hover {
}
#wrapper_profile_page img {
	vertical-align:-4px;
}


#wrapper_profile_page input {
	padding:2px;
	font-size: 13px;
	color:#333333;
	width:99%;
}
#wrapper_profile_page .submitreg {
	margin:0 auto;
	width:auto;
	padding:12px;
	display:block;
}


/* ********************************** */
/* Register Page */
/* ********************************** */ 



#wrapper_register_page {
	background:url('../images/prod_page_bg2.jpg') repeat-x bottom left;
	font-family:Arial;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	min-height:400px;
}
#wrapper_register_page h1 {
	color:#032145;
	font-size:28px;
	padding: 25px 5px 5px 25px;

}
#wrapper_register_page h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
}
#wrapper_register_page h3 {
	color:#320000;
	font-size:16px;
	margin:5px 0px;
}
#wrapper_register_page p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	margin: 0px auto;
	padding: 5px 0px 15px;
	width: 910px;
}

#wrapper_register_page hr {
	color: #666666;
	margin: 0px auto;
	width: 910px;
}

#wrapper_register_page table {
	margin: 0px auto;
	padding: 0px 0px 5px;
	width: 910px;
}
#wrapper_register_page td {
	padding:5px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}
#wrapper_register_page td:hover {
}
#wrapper_register_page img {
	vertical-align:-4px;
}

.label {
	font-weight: bold;
}

#wrapper_register_page input.field {
	padding:2px;
	font-size: 13px;
	color:#333333;
	width:100%;
}
#wrapper_register_page .submitreg {
	margin:0 auto;
	width:auto;
	padding:12px;
	display:block;
}


 
/* ********************************** */
/* Configuration Tool */
/* ********************************** */ 

#wrapper_config_page {
	padding:15px;
	font-family:Arial;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	padding-bottom:200px;
	min-height:600px;
}
#wrapper_config_page h1 {
	color:#032145;
	font-size:28px;
	margin:10px 0px 20px 0px;
}
#wrapper_config_page h2 {
	color:#032145;
	font-size:21px;
	margin:5px 0px;
	padding:5px;
	background-color: #dddddd;
}
#wrapper_config_page h3 {
	color:#320000;
	font-size:16px;
	margin:5px 0px;
}
#sidebar {
	float:left;
	width: 130px;
	
}
#breadcrumbs {
	font-size:12px;
	font-family:Arial;
	width:100%;
	margin-bottom:10px;
	margin-top:-12px;
	color: #999999;
}
#breadcrumbs img {
	vertical-align:middle;
}

#breadcrumbs a:link {
	text-decoration: underline;
	color:#999999;
}
#breadcrumbs a:visited {
	text-decoration: underline;
	color:#999999;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color:#666666;
}

#pages {
	width: 84%;
	padding-left: 24px;
	margin-right:24px;
	border-left: 145px solid #efefef;
	border-top:1px solid #efefef;
}

#selection {
	font-size:12px;
	line-height: 18px;
	margin-left:25px;
}
#selection p {
	color:#660000;
	font-size:12px;
}
.style1 {color: #888888}

hr {
	color: #999999;
	background-color:#999999;
	border:0;
	height:1px;
}
.platform {
	font-size:14px;
	font-weight:bold;
}
.style2 {
	font-size: 10px;
	color: #666666;
}
.style3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.style5 {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
}
.style7 {font-size: 11px; font-weight: bold; color: #660000; }
.style9 {
	font-size: 24px;
	color: #ffdbd2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.wrapper {
width:100%;
}

.box {
	float:left; 
	width:49%;
	height: auto;
	padding-bottom:30px;
}

.item {
	float:left; 
	width:30%; 
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	margin-left: 15px;
	height: 250px;

}
.names {
	font-size:14px;
	font-weight:bold;
	text-align: center;

}
.lis {

	font-size:11px;
	font-family: Arial, Helvetica;
	line-height: 16px;
}
.listitems {
	float:left;
	width:60%; 
	height: 250px;
	font-size:11px;
	font-family: Arial, Helvetica;
}
.options {
	font-size:13px;
	color: #999999;
	font-weight: normal;
}
.options label {
	color:#660000;
}
div.radio {
	height: 19px;
	width: 19px;
	overflow: hidden;
	background: #fff url(img/bg.png) repeat-x left 10px;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: solid 1px #999999;
}

div.radio.focus {
	border-color: #003366;
}

div.radio.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
}

div.radio span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.radio span.checked {
	background: url(img/radio.gif) no-repeat center center;
}

div.radio span input {
	position: absolute;
	opacity: 0;
}
.sidehead {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #660000;
}
#sidebar {
	height:1000px;
}
.bottomtrack {
	height:80px;
	margin-right:10px;
	float:left;
	background:#FFF;
}
.bottomtrack_hide {
	display:none;
	height:80px;
	margin-right:10px;
	float:left;
}
.bottomtrack img {
	height:100%;
}
#ordertrack1 {
	height:80px;
	float:left;
}
#ordertrack2 {
	height:80px;
	float:left;
}
#ordertrack3 {
	height:80px;
	float:left;
}
#ordertrack4 {
	height:80px;
	float:left;
}
#ordertrack1 img {
	height:100%;
}
#ordertrack2 img {
	height:100%;
}
#ordertrack3 img {
	height:100%;
}
#ordertrack4 img {
	height:100%;
}
.confirmContainer {
	margin: 10px auto;
	width:800px;
	border: solid 1px #aaaaaa;
	padding:0px 5px;
}
.confirmContainer td {
	padding:5px;
	width:16%;
}
.accContainer {
	margin: 10px auto;
	width:800px;
	border: solid 1px #666;
	padding:10px;
}
.orderText {
	padding:15px 20px;
	width:50%;
}
.orderContainer {
	margin: 10px auto;
	width:800px;
	border: solid 1px #666;
}
.orderTable td {
	padding:5px;
}
select {
	width:120px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #032145;
	margin-top:5px;
	/*border: 1px #bfc6c7 solid;*/
}
select[disabled] {
	width:130px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #687275;
	border: 1px #bfc6c7 solid;
}
option {
	padding:2px;
}
.textarea {
	width: 300px; 
	height: 40px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #687275;
	border: 1px #bfc6c7 solid;
	margin:5px 0px;
}

#wrapper_config_page input {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #687275;
	border: 1px #bfc6c7 solid;
	margin-left:15px;
}
#wrapper_config_page input:focus, textarea:focus {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #687275;
	border: 1px solid #666;
}

.text {
	width: 300px; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #687275;
	border: 1px #bfc6c7 solid;
	padding:3px;
}
#wrapper_config_page .submit {
	padding:5px;
	background:#DEDEDE url('../images/icons/bullet_go.png') no-repeat 2%;
	text-align:right;
	color:#009900;
	cursor:pointer;
	width:160px;
	border:1px solid #666;
}
#wrapper_config_page .submit:hover {
	background-color:#009900;
	color:#FFF;
	cursor:pointer;
}
#wrapper_config_page .cancel {
	padding:5px;
	margin-right:20px;
	background-color:#DEDEDE;
	border:1px solid #666;
	color:#FF0000;
	cursor:pointer;
}
#wrapper_config_page .cancel:hover {
	background-color:#FF0000;
	color:#FFF;
	cursor:pointer;
}
#bottom {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	position: fixed;
	bottom: 0px;
	left:0px;
	background: #CCCCCC;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	line-height: 20px;
	z-index:1;
	height:100px;
}
#bottom_buttons {
	float:right;
	margin:0px 20px 0px 0px;
	text-align:center;
}
/* ********************************** */
/* jAlert Popups */
/* ********************************** */

.alert {

	background-color:#ffffcc;
	padding: 15px;
	width:250px;
	border: solid 1px #ffcccc;
	position: absolute;
	top:180px;
	left: 40%;
	text-align:center;

}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ********************************** */
/* Facebox */
/* ********************************** */
#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  text-align: left;
}

#facebox .popup {
  position: relative;
  top: 40px;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 40px;
  background: #fff;
  width: 400px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* ********************************** */
/* CUSTOMIZE */
/* ********************************** */

.custback {

	text-align: center;	
	float:left;
	padding-right:40px;

}

.custseat {

	text-align: center;	
	float:left;
	padding-right:40px;

}

.custend {

	text-align: center;	
	float:left;
	padding-right:40px;

}
.custplatform {

	text-align: center;	
	float:left;

}

.caption {
	font-family: Arial;
	font-size: 20px;
	margin-top:-18px;
	padding-bottom:6px;
}
.caption span {
	font-family: Arial;
	font-size: 14px;
	margin-top:-18px;
	padding-bottom:6px;
	color:#444444;
}

#about li {

	list-style:square;
	text-align:left;
	margin-left:65px;
	color:#333333;
	font-size: 14px;
	line-height: 18px;

}

 #usertable {
 }
 #usertable th,
 #usertable tr.highlight {
  background-color: #ffffdd;
 }

.imageshow {
	display: none;

}
#signupform label.error {
  background:url("../images/cancel.png") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#signupform label.checked {
  background:url("../images/accept.png") no-repeat 0px 0px;
}
 /* ********************************** */
/* CLEAR FIXES */
/* ********************************** */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
