body 
{
	font-family: Calibri, Verdana, Tahoma;
	background-image: url(images/bgGradient.jpg);
	background-repeat: repeat-x;
}

#masterDiv
{
	text-align: center;
	width: 920px;
	/*border: solid 1px black;*/
	padding-bottom: 25px;
	/*background-image: url(images/bgGradientLight.jpg);*/
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

/*Forces the main block to "encompass" the inner pane for Firefox*/
#masterDiv:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.pane
{
	background-color:White;
	border: solid 1px black;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin: 25px 10px 25px 10px;
	float:left;
	width: 880px;
	background-image: url(images/backgroundFuzz.jpg);
	background-repeat: repeat;
}

.subPane
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.menuBox
{
	position:absolute;
	width: 105px;
	background-color: White;
	border: solid 1px black;
	display: none;
	text-align: left;
	padding: 5px 0px 5px 25px;
}

#supportMenu
{
	width: 155px;
}

.line
{
	color:Navy;
	height:1px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #aaaacc;
	text-decoration: none;
}

img 
{
	border-style:none;
}

h1
{
	font-family: Segoe UI, Verdana, Tahoma;
	font-weight:100;
}

/***HOME PAGE***/
.coverImage
{
	margin: 25px 50px 25px 50px;
	border-width: 0px;
}

.coverLine
{
	width: 600px;
	height: 3px;
	border-style:double;
	color: #797979;
	
}


#menuTable
{
	margin-left: auto;
	margin-right: auto;

}

#logo
{
	text-align:left;
	background-color: White;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
/***PRODUCTS***/
.pictures
{
	float: left;
	margin: 0px 0px 5px 25px;
}

.textBox
{
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.textBox div
{
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.column img
{
	border: solid 1px Black;
}

.detailsHeader
{
	float:left; 
	vertical-align: middle
}

.detailsPic
{
	text-align:center;
	margin: 25px 5px 25px 5px;
}

.options
{
	float: left;
	text-align:right;
	background-color:White;
	padding: 5px 5px 5px 5px;
	width: 170px;
}

.detailsInfo 
{
	 font-size:small;
	 /*border: solid 1px black;*/
	 float:left;
	/*background-image: url(images/gradientH.jpg); */
	background-repeat:repeat-y;
	margin: 5px 5px 5px 5px;
}

.detailsTable
{
	width:400px;	
}

.detailsTable tr td
{
	border-bottom: solid 1px #dddddd;
}

.detailsTable tr td:first-child,
.leftCol
{
/*	color: White;*/
color: #022c7e;
	text-align:left;
}

.rightCol
{
	text-align: left;
}

.splitCol
{
	float:left;
	width: 50%;
}

.modelCol
{
	color:Gray;
}

.tableSubHeading 
{
	text-align:left;
	color: White;
	font-size:large;
	background-color:Transparent;
	background-image: url(images/gradientTitle.jpg); 
	background-repeat:repeat-y;
}

/***SUPPORT***/
.tableHeading 
{
	 background: #5d78a5;
	 color: #ffffff; 
	 font-size: 16px;
	 text-align:center;
}
 
 .standardTable
 {
	border: solid 1px black;
	
	width: 100%
 }
 
 td:first-child + td + td + td,
 .drivers
 {
	font-size: smaller;
	text-align:left;
 }

#blue {
 background: #003399;
 height: 100%
 }

.ques {
 background: #ccccff;
 font-size: 18px; }


/***PURCHASING***/
#purchaseInfo
{
	float:left;
	width: 50%;
	background-color: #A5B0C4;
	border: solid 1px Black;
	/*padding: 5px 5px 5px 5px;*/
}

.dealer
{	
/*background-image: url("images/purchasingbar.jpg");*/
	background-repeat:no-repeat;
	height: 75px;
	border: solid 1px #A5B0C4;
	cursor:pointer;
}

.purchaseInfo
{
	border: solid 1px #A5B0C4;
	cursor:pointer;
	height: 75px;
	margin: 5px 0px 5px 5px;

}

#productNumbersNote, .productNumbers
{
	float:left;
	padding: 20px 20px 20px 20px;
	width: 40%;
	background-color: #A5B0C4;
	height: 100%;
	display: none;
}

#allInfo
{
	background-color: #A5B0C4;
	float:left;
	width: 100%;
}

.productNoLink
{
	font-size:small;
	color: Blue;
	cursor: pointer;
}

.leftList
{
	float:left;
	margin: 10px 10px 10px 10px;
	height: 200px;
}

#productInfo
{
	float: left;
}

.productTable
{
	background-color: #e9e9FF;
	margin: 10px 10px 10px 10px;
	width: 220px;
}

.productTable tr td
{
	border-left-width: 0px;
	border-top-color: #A5B0C4;
	border-bottom-color: #A5B0C4;
	width: 50%;
}

.dealerText
{
	/*background-color: #e9e9FF;*/
	width: 220px;
	font-weight:bold;
	margin: 10px 10px 10px 10px;
}

#companyInfo
{
	font-family: Kalinga, Century Gothic, Segoe UI, Verdana;
	margin: 10px 10px 10px 10px;
}


.companyLocationNumbers td:first-child
{
	width: 120px;
}

.companyName
{
	font-size: xx-large;
}

#purchasingNote
{
	margin: 10px 10px 10px 10px;
	float: left;
}

#leftarrow
{
	vertical-align:middle;
}

/***WHY EXORVISION***/
.blueText
{
	color:Blue;
}

/***RMA***/
#rmaNote
{
	float:right;
	border: solid 1px Black;
	padding: 20px 20px 20px 20px;
	margin-right: 40px;
	width: 40%
}