/* CSS Document */
html {
scrollbar-arrow-color: #A1A1A1;
scrollbar-3dlight-color: #A1A1A1;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #F8F8F8;
scrollbar-darkshadow-color: #A1A1A1;}

body{
margin:0 auto;
text-align: left;
padding: 0;
font: 10px Verdana, Arial, Tahoma, Sans-serif;
color:#201362;
background-color: #FFFFFF;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

a:visited {color: #464764;text-decoration:none;}
a:link {color:#464764;text-decoration:none; font-weight: bold;}
a:hover {color: #9EAFC2;text-decoration:underline;}
a:active {color: #464764;text-decoration:underline;}


/********************** Wrapper's **********************/
.wrapper{
width: 1000px;
float: left;
}



/********************** Content **********************/
.logo{
width: 270px;
height:261px;
background-image: url(images/top.jpg);
background-repeat: no-repeat;
padding-left: 530px;
}

#featured {
	margin-right: 10px;
	margin-bottom: 30px;
	float: left;
	width:200px;
	height:230px;
	position: relative;
	margin-top: 0px;
	margin-left: 10px;

}
#inlineFourth {
	height: auto;
	width: 200px;
	left: 15px;
	top: 40px;
	margin-top: 28px;
}


/********************** Left Side **********************/
.leftside{
width: 200px;
background-image: url(images/sidebg.jpg);
height: 700px;
float: left;
}

.homeleftside{
width: 200px;
background-image: url(images/sidebg.jpg);
height: 900px;
float: left;
}


.stock_leftside{
width: 200px;
background-image: url(images/sidebg.jpg);
height: 2000px;
float: left;
}

/********************** Navigation **********************/

/*********************Right Side************************/

.rightside {
	width: 200px;
	height: 700px;
float: left;
}

.nav {
float:left;
margin:0px;
padding: 0px;
width: 200px;
}
.nav ul{
float: left;
width:150px;
margin:0px;
padding: 0px;

}

.nav li{
float: left;
margin-left: 10px;
width:150px;
height: 22px;
text-decoration: none;
list-style: none;
text-align: right;
}
html>body .nav li{
margin-left: 20px;
}
.nav a{
font-size:9px;
display: block;
width:150px;
height: 15px;
padding-top: 4px; 
padding-right: 4px; 
background-color: #201362;
color: #FFF;
font-weight: bold;

}
.nav a:visited {color: #FFF;text-decoration:none;}
.nav a:hover{
display: block;
background-color: #de560d;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.address{
width:150px;
padding-left:30px;
padding-top:10px;
float: left;

}

.address h3{
margin: 0px;
font: 14px Verdana, Arial, Tahoma, Sans-serif;
color:#de560d;
font-weight: bold;
height: 13px;
width: 150px;
}
.address p{
font: 11px  Arial, Verdana, Tahoma, Sans-serif;
color:#201362;
width: 150px;
}


.main{
float: left;
width: 600px;

}

.title{
float: left;
height: 31px;
width: 560px;
background-image: url(images/titlebg.jpg);
background-repeat: no-repeat;
padding-top: 4px;
padding-left: 40px;
font: 14px Verdana, Arial, Tahoma, Sans-serif;
color:#de560d;
font-weight: bold;
}



.flash{
padding-left: 50px; 
float: left;
width: 550px;
height: 200px;
}

.home_content{
float: left;
width: 550px;
height: 450px;
padding-left: 50px; 
font: 11px Verdana, Arial, Tahoma, Sans-serif;
background-image: url(images/homecontentbg.jpg);
background-repeat: no-repeat;
}
.home_content p{
width: 350px;

}

.content{
float: left;
width: 600px;
height: 450px;
font: 11px Verdana, Arial, Tahoma, Sans-serif;
}



/********************** Font Types **********************/

span{
color:#de560d;
font-weight: bold;
}


/****************** Styles for Forms *******************/

table {
	font-size: 11px;
	border: none;
	float: left;
	width: 550px;
}


input {
	width: 250px;
}
textarea {
	height: 50px;
	width: 250px;
}
.send {
	width: 100px;
	background-color:white;
	color:black;
	border: 1px solid #336699;
}
h4 {
	font-size: 12px;
	background-color: #201362;
	color:white;
		width: 585px;
	padding: 3px;
	margin: 0px;
}

p {
	margin: 5px;
}

.red{
color: #336699;
	font-size: 12px;
}

/*End Styles for Forms */

.map{
margin: 0px 0px 0px 0px;
}

.ccards{
margin-left:0px;
}

img{
border:none;
}
/*TECHNICAL DATA*/
/* HIGHLIGHTED TABS */
.mainTabs .mainTabOn, .mainTabs .bottomTab, .techSpecTabs .tabOn, .techSpecTabs .bottomTab {background-color:#98a5cb;}   /*background color for highlited tab and bottom line under tab */
.mainTabs .mainTabOn a, .techSpecTabs .tabOn a {color:#000;}    
/* Not HIGLIGHTED TAB */
.techSpecTabs .tabOff {background-color:#fec23d;}   /*link color for unhighlited TECH SPEC tab */
.techSpecTabs .tabOff a {color:#000000;}   /*link color for unhighlited TECH SPEC tab */
.mainTabs .mainTabOff  {background-color:#fec23d;}/*background color for unhighlited tab*/
.mainTabs .mainTabOff a {color:#000000;}/*link color for unhighlited tab */
