
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:#444444;
	opacity:0.99;
}
	
/************************  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; }

#linkPanel ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#linkPanel ul li ul{	/* Styling for those who don't have javascript enabled */
	padding-left:10px;
}
#linkPanel	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#FFFFE5;
	vertical-align:middle;	/* Align text in the middle */
	border:none;
	display:block;
}
#linkPanel	li a:hover,#linkPanel .activeMainMenuItem{
	color:#FFFFFF;
	background-color:#333333;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #666666;
	padding-left:4px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#333333;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:2px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/*  text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFFFFF;	/* White text */
	background-color:#555555;	/* Blue background */
}
/**********************  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;
}

.appointments {
	float:left;
	text-align:left;
	width:475px;
	font-size:10pt;
	margin-top:7px;
	margin-bottom:10px;
}

.appointments div { float:left; display:inline;color:#FF9B4B;}
.appointmentsSub1 { width:300px; }
.appointmentsSub2 { text-align:center; width:115px; margin-right:60px;}
.appointments div:link { color:#FF9B4B; }
.appointments div:visited { color:#FF9B4B; }
.appointments div:hover { color:#F9FAE8; }
	
/**************************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 { font-size:10pt; }
.modelsUL li { 
	margin-top:2px; 
	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;
}

.repairReadIt {
	float:right;
	padding-right:60px;
	cursor:pointer;
	font-weight:bold;
	color:yellow;
}
.repairHideIt {
	float:right;
	padding-right:30px;
	cursor:pointer;
	font-weight:bold;
	color:yellow;
	display:none;
}
	
.repairPhil {
		display:none;
		border:2px solid black;
		-moz-border-radius:5px; /* css3 for firefox 3 */
		-moz-box-shadow: 5px 5px 8px #444444; /* css3 for firefox */
		background-color:#efefef;
		color:black;
		font-size:small;
		padding:5px;
	}
	
a:link{ color:#F3F5BF; }
a:visited { color:#F3F5BF; }
a:hover { color:#F9FAE8; }
a:active { color:#ffffff; }
 
 .hide { display:none; }
 
 .fright { float:right; }
 .fleft { float:left; }
 
.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; }
.nodec { text-decoration:none; }
.green { color:green; }
.red { color:red; }
.yellow { color:yellow; }

.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; }
.mt3 { margin-top:3px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom: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  *********************/


/***** GALLERY ************/

.galleryMainDiv {
	float:left;
	width:100%;
	text-align:center;
	font-family:arial,arrus BT,sans serif;
	margin-top:5px;
	margin-bottom:20px;
}

.galleryMainDiv img {
	padding:10px;
	background-color:black;
	border:6px groove silver;
	border-radius:15px;
	-moz-border-radius:25px;
	cursor:pointer;	
}
.galleryMainDiv div {
	font-size:small;
}
