
body	{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	color:#FFFFE5;
	background:black url(../images/oldBrick_BKG.jpg) fixed; 
	font-family:arrus bt,arial, sans-serif;
	font-size:12pt;
}

img	{ border:0; }
input{ margin:0; padding-left:2px;}
h1 { font-size:28px; }
p { text-align:justify; }


.main{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:800px;
	border-top:10px ridge #F8BF24;
	text-align:justify;
	opacity:0.95;
}

/**********************  header   ***********************/
.header{
	float:left; 
	width:800px;
}
/************************** end header *************************************/

/************************** MAIN Content  ***************/
.leftPanel{
	float:left;
	display:inline;
	width:300px;
	background-color:#555555;
	opacity:0.95;
}
	
/************************  link panel  ************************************/
.linkPanel{
	float:left; 
	display:inline;
	font-size:10pt;
	width:224px;
	margin-left:25px;
	margin-bottom:25px;
	text-align:left;
}
.linkPanel li { 
	list-style:square url("../images/sqorange.gif");
	margin-bottom:8px;
}
.linkPanel a { text-decoration:none; }
/**********************  end link panel  **/

/**** lower left panel *****/
.lowLeftPanel {
	float:left;
	width:280px;
	padding:10px;
}

/************* end lower left panel *********/

.rightPanel {
	float:left;
	width:475px;
	min-height:400px;
	padding:10px;
	margin-bottom:25px;
	background-color:#222222;
	border-left:4px solid black;
	border-bottom:4px solid black;
	font-family:tahoma,arrus bt,arial;
	line-height:130%;
	opacity:0.99;
}
	
/**************************END MAIN Content **************************/
		
.responseErr {
	float:left;
	text-align:left;
	width:650px;
	background:url(../images/err.gif) no-repeat;
	color:red;
	font-weight:bold;
	margin:5px 0 0 40px;
	padding-left:20px;
}

.responseOK {
	float:left;
	text-align:left;
	width:650px;
	background:url(../images/ok.gif) no-repeat;
	color:green;
	font-weight:bold;
	margin:5px 0 0 40px;
	padding-left:20px;
}

.qryResponse {
	float:left;
	text-align:left;
	width:100%;
	background-color:white;
	color:blue;
}

.modelsUL li { 
	margin-top:5px; 
	list-style:square;
}
.modelsUL a { color:#FF9B4B; }
.modelsUL a:link { color:#FF9B4B; }
.modelsUL a:visited { color:#FF9B4B; }
.modelsUL a:hover { color:#F9FAE8; }

.customOptTable {
	border-collapse:collapse;
	width:500px;
	background-color:black;
}
.customOptTable tr:hover{
	background-color:#202040;
}
.customOptTable td {
	padding-left:10px;
}

a:link{ color:#F3F5BF; }
a:visited { color:#F3F5BF; }
a:hover { color:#F9FAE8; }
a:active { color:#ffffff; }

.center,.cnt { text-align:center; }
.middle,.mid { text-align:center; }
.left	{ text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.bold { font-weight:bold; }
.italic,.it { font-style:italic; }
.underline,.und { text-decoration:underline; }
.green { color:green; }
.red { color:red; }

.subText { font-size:10pt }
.terms  { font-size:10pt }
.pointer,.pnt { cursor:pointer; }
.linkImage { float:right; margin-right:5px; }
.bgyellow :hover { background-color:yellow; }

.fs8 { font-size:8pt; }
.fs10 { font-size:10pt; }
.fs11 { font-size:11pt; }
.fs12 { font-size:12pt; }
.fs14 { font-size:14pt; }
.fs16 { font-size:16pt; }

.ml10 { margin-left:10px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }

.pr30 { padding-right:30px; }
.pr60 { padding-right:60px; }
.pr80 { padding-right:80px; }
.pr90 { padding-right:90px; }
.pr120 { padding-right:120px; }
/************************************************************************************************************************************************/

/** CONTACT US page **/
.contactDiv {width:475px;line-height:120%;}
.contactSubDiv {float:left;width:475px;margin-top:3px;}
.contactFields {float:left;text-align:right;width:60px;}
.contactFields2 {float:left;text-align:left;margin-left:8px;display:inline;width:400px;}
/** END Contact US page **/

/** cart and store pages **/

.infinityCartTable {
	width:600px;
}

.shipAddressBlank {
	position:fixed;
	left:0px;
	top:0px;
	width:2000px;
	height:2000px;
	z-index:-1;
	background-color:#000000;
	opacity:0.50;
}

.shipAddressBusy {
	position:fixed;
	left:300px;
	top:100px;
	width:200px;
	height:200px;
	z-index:-1;
	/*background:#000000 url('../images/tri-gear.gif') no-repeat center center;
	opacity:0.90;*/
}

.shipAddressCollector {
	position:fixed;
	left:300px;
	top:15px;
	width:350px;
	height:450px;
	padding:5px;
	z-index:-1;
	color:black;
	background-color:#F8F9D3;
	border:5px ridge gray;
	text-align:left;
}

.shipRow { 
	float:left;
	width:340px;
	margin-bottom:4px;
}
.shipCaption {
	float:left;
	width:100px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
}
.shipField {
	float:left;
	display:inline;
}

/********  Tutorials Pages  ********************/
.tut table { width:100%; }
.tut img {
	margin-top:5px;
	margin-bottom:5px;
	border:0px;
}

/********** END Tutorials  ******************/

/********* USER ADMIN ********************/

.userViewSpan {
	float:left;
	text-align:right;
	margin-right:3px;
	width:20px;
}


/********* END USER  ***********************/

/****************** footer *************************/

.footer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#222222;
	}

.footer a{ text-decoration:none; }
.footer a:hover{ text-decoration:underline; }

/************* END footer  *********************/




	