@charset "utf-8";
/* CSS Document */
/* SET THE min-height FOR ALL OTHER BROWSERS */
#seatheader{
width:230px;
padding-left:20px; 
float:left;
/* border: 1px solid #00FFCC;*/

}
#coverheader{
width:100px; 
padding-left:20px; 
float:left;
}
.bottomseat{
	background-image: url(../images/bottomseat.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
.bottomcontent{
	background-color: #e5e5e5;
	
	text-align: left;
	font-size: 9px;
	color: #000000;
	padding-right:10px;
	padding-top:10px;
}
.maintext2 {
	text-align: left;
	font-size: 9px;
	color: #000000;
	padding: 10px;
}
.bottomcontentbg{
	background-image: url(../images/bottomcontentbg.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
.sub{
	background-image: url(../images/sub.jpg);
	background-repeat: no-repeat;
}
.access {
color:#e51414;
font-size: 12px;
 
}
html>body .oneColFixCtrHdr #container.select {
margin-right:-70px;
}
.select {
 margin-right:-10px;
}
.test {
	height: 28px;
	border: 1px solid #00FFCC;
	
}
.seatbg {
	background-image: url(../images/seatbg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	
}
.title {
	color: #ffffff;
	background-image: url(../images/innertitle.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.view{
	color: #ffffff;
	background-image: url(../images/view.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-left: 60px;
	padding-top: 0px;
	
}
.view-top{
	color: #ffffff;
	background-image: url(../images/innerred.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-left: 60px;
	padding-top: 0px;
	
}

#scroll{
width:780px;
height:530px;
overflow: auto;
padding: 5px
}
.faq{
	text-decoration: underline;
	color: #000000;
}
.form.search {
	padding-left:20px;
	margin:3px;
	height:25px;
	width:184px;
	border:solid 0 #fff;
	background: transparent
	url("../images/nav/search3.gif"); background-repeat: no-repeat; background-position:top left;
	font-size: 10px;
	}
form>input.search {
height:25px;
font-size: 10px;
padding-left:20px;
padding-top:5px;
margin:3px;
	height:25px;
	width:125px;
border:solid 0 #fff;
	background: transparent 
	url("../images/nav/search3.gif"); background-repeat: no-repeat; background-position:top left; }
.form {
	height: 28px;
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.oneColFixCtrHdr #container {
	width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
}
.oneColFixCtrHdr #container2 {
	width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 13px;
	
}
.maintext {
	text-align: left;
	font-size: 12px;
	color: #000000;
	padding: 13px;
}
.oneColFixCtrHdr #header {
	/* background: #DDDDDD; border: 1px solid #0000FF;
	padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 102px;
	
	padding: 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #000000; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	z-index: -100;
}
.oneColFixCtrHdr #mainContentseat {
	background: #000000; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	padding-bottom: 0;
	
	z-index: -100;
	width: 765px;
}
.oneColFixCtrHdr #footer {
	padding: 20 13px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	height: 150px;
	 border: 1px solid #000000;
}
.oneColFixCtrHdr .footer {
	margin-top: 20px;
	margin-right: 13px;
	margin-left: 13px;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 11px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bgred{
	background-image: url(../images/redpix.gif);
	background-repeat: repeat-x;
}

A {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.company {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	padding-bottom:0px;
}

p {
  text-indent: 1.5em;
}


/***** SEE PRODUCT IN ACTION - FORM *****/

.spia_table td {
	padding: 5px;
}

.spia_table textarea, .spia_table input[type="text"] {
	border: 1px solid #999999;
	width: 350px;
	padding: 2px 3px;
}

.spia_table input[type="file"] {
	margin-bottom: 5px;
}

.spia_table {
	margin-top: 15px;
	margin-left: 125px;
	width: 600px;
}












 
 
 