@CHARSET "ISO-8859-1";
body{
	/*background-color:#B4B4B4;*/
	background-color:#FFFFFF;
	margin-bottom:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-family:Verdana,'Times New Roman',Times,serif;*/
	font-size:12px;
	color:#222;
	line-height:18px;
	
	/* MSIE 5 doesn't center based on auto left/right margins, 
	but 'text-align:center' does center top-level divs: */
	text-align: center;
	
	/* Specify a min-width for the body as wide as the 'wrapper'
	element itself. This prevents negative (i.e. inaccessible)
	left-margins in narrow browser windows when using 
	Navigator 6+/Mozilla on Win32: */
	min-width: 810px;
}
input, textarea, select{
	border:1px solid #7F9DB9; 
}
input{
	height:18px;
}
/* general a link rules */
a, a:hover, a:visited {
	color:#5E5E5E;
}
a{
	text-decoration:none;	
}
a:hover{
	text-decoration: underline;
}

/* general header rules */
h1{
	padding-top: 5px;
}
h2{
	font-size: 20px;
}

/* rules for the main and column containers */
div#mainContainer{
	padding-top:10px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url('../images/layout/background.jpg');
}

div#topbar{
	position:relative;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	padding-top:5px;
}

div#dealertools{
	position:absolute;
	top:10px;
	left: 700px;
}

div#dealertools a, div#dealertools a:hover, div#dealertools a:visited{
	color:#A00000;
}

div#dealertools a{
	text-decoration: none;
}
div#dealertools a:hover{
	text-decoration: underline;
}

div#searchbar{
	position:relative;
	width: 100%;
	margin-top:3px;
	text-align: center;
}

div#searchform{
	position:absolute;
	top:3px;
	left: 200px;
	font-size:15px;
	font-weight: bold;
	color: #9E9E9E;
}

div#dealerbutton{
	width: 100%;
	margin-top: 3px;
	text-align: center;
}

/* left column items */
	div#leftcolumn{
		float: left;
		text-align: center;
		background-color: #FFFFFF;
		margin-left: 12px;
	}
		div#leftcolumnsub{
			position: relative;
			height: 560px;
			width: 545px;
			margin-left: 5px;
		}	
		div#leftcolumntop{
			left:0px;
			width:545px;
			height:349px;
		}
		div#leftcolumnbottom{
			position:absolute;
			bottom:15px;
			left:0px;
			width:545px;
			height: 200px;
			background-repeat:no-repeat;
			background-position:center;
			background-image:url('../images/layout/descriptionbox.jpg');
		}
		div#leftcolumnbottom p{
			padding-top: 8px;
			padding-bottom: 2px;
			padding-left:8px;
			padding-right: 8px;
			text-align:justify;
		}
/* right column items */
	/* the main container for all things in the righthand column */
	div#rightcolumn{
		float: right;
		width: 220px;
		text-align: center;
		border: 0px solid orange;
		margin-right: 15px;
	}
	/* Display Pod
	 * a product display pod is a container which has three parts a top, middle and bottom.
	 * the top contains the title of the pod the middle contains the pod contents (usually a display of the products)
	 * and the bottom contains either a caption or button. 
	 */
	div .Pod{
		position: relative;
		height: 260px;
		width: 220px;
		background-repeat:no-repeat;
		background-position:center;
		background-image:url('../images/layout/podbackground.jpg');
	}
	div .PodTop{
		position:absolute;
		top:0px;
		left:0px;
		height: 20px;
		width: 220px;
		padding-top:8px;
		border: 0px solid red;
	}
	div .PodMiddle{
		position:absolute;
		top: 22px;
		left: 0px;
		height: 214px;
		border: 0px solid blue;
	}			
	div .PodBottom{
		position:absolute;
		bottom:0px;
		left:0px;
		height: 20px;
		width: 220px;
		border: 0px solid red;
	}

table#dashboardtable{
	width:475px;
	border-collapse: collapse;
}

table#dashboardtable td{
	padding-bottom: 30px;
	padding-top: 10px;
}

table#dashboardtable a, table#dashboardtable a:active, table#dashboardtable a:focus, table#dashboardtable a:hover{
	text-decoration: none;
}
div#aboutsei, div#contactus{
	text-align: justify;
	height: 600px;
}
div#aboutsei p{
	padding-right:20px;
}
div#login{
	text-align: left;
}
div#becomeadealer{
	width:750px;
	height:600px;
}
div#contactus p{
	padding-left: 10px;
}
div#faq{
	text-align: justify;
	/*height: 550px;
	overflow: auto;*/
}

div#faq .question{
	font-weight: bold;
	padding-right: 10px;
}
		
div#faq .answer{
	padding-left: 10px;
	padding-right: 10px;
}

div#loginform{
	padding-left: 100px;
}
#loginButton{
	width: 90px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../images/layout/buttons/login_button.jpg') no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}
#dsSendButton{
	width: 90px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../images/layout/buttons/send_button.jpg') no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}
#InventoryOverviewSearchButton{
	width: 81px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../images/layout/buttons/search_button.jpg') no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}
#StockStatusDownload{
	text-align: center;
	width: 170px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FAFAFA;
	font-weight:bolder;
	font-size: 11px;
	background-image: url(../images/layout/buttons/grey_button.jpg);
	background-repeat:no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
#btnFinishAndSubmit{
	width: 150px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../images/layout/buttons/finish_button.jpg') no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}
#btnEnterNextOrder{
	width: 150px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../images/layout/buttons/next_button.jpg') no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}
#btnClearForm{
	width: 150px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../images/layout/buttons/clear_button.jpg') no-repeat top left;
	vertical-align: middle;
	cursor: pointer;
}
/* the bottom bar which contains various links like FAQ's, Order Parts, Contact Us, etc. */
div#bottombar{
	width: 810px;
	height: 30px;
	color: #666666;
	cursor: default;
	line-height:2.5;
	text-align: center;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('../images/layout/linkbar.jpg');
}

/* copyright */
div#copyright{
	font-size: 10px;
	color: #666666;
	text-align:center;
	line-height: 3;
}

/* Account Settings */
div#AccountSettingsLeft{
	float: left;
	width: 307px;
	border-right: 1px solid #999999;
}

div#AccountSettingsRight{
	float: right;
	width:260px;
	padding: 3px;
	
}

div .ContactInfo{
	/*border: 1px solid #333333;*/
}

a.ContactEditLink, a:hover.ContactEditLink, a:visited.ContactEditLink{
	color: #B52324;
}

span.ContactEditLink{
	color: #B52324;
	cursor: pointer;
}
span:hover.ContactEditLink{
	color: #B52324;
	cursor: pointer;
	text-decoration:underline;
}

.ContactHeader{
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Other */
a.imagelink, a:hover.imagelink, a:visited.imagelink{
	text-decoration: none;
	border:0px;
}
div .righthomespacer{
	height: 25px;
}
div .spacer_5{
	height: 5px;
}
div .spacer_10{
	height: 10px;
}

div .clearboth{
	clear:both;
}

div .errormsg{
	width: 345px;
	color: #800000;
	text-align: center;
	border: 1px solid #E60000;
	background-color: #FFCCCC;
}

td.oi_tableheader{
	background-color: #EBEBEB;
	color: #5E5E5E;
	text-align:center;
	vertical-align: middle;
}

.redtext{
	color: #B52324;	
}

.redbackground{
	color: #FFFFFF;
	background-color: #B52324;
	border: 1px solid #000000;
}

.orangebackground{
	color: #000000;
	background-color: orange;
}

.yellowbackground{
	color: #000000;
	background-color: yellow;
}

.greenbackground{
	color: #FFFFFF;
	background-color: green;
}

.smokeytext{
	color: #5E5E5E;
}
.bold{
	font-weight: bold;	
}
.center{
	text-align:center;
}
.letterspacing_1px{
	letter-spacing: 1px;
}

.fontsize_11px{
	font-size: 11px;
}

.green_button{
	background-image: url(../images/layout/buttons/green_button.jpg);
	background-repeat:no-repeat;
}

.red_button{
	background-image: url(../images/layout/buttons/red_button.jpg);
	background-repeat:no-repeat;
}

.grey_button{
	background-image: url(../images/layout/buttons/grey_button.jpg);
	background-repeat:no-repeat;
}

.button_text{
	letter-spacing: 1px;
	text-align: center;
	color: #FAFAFA;
	font-weight: bold;
}

.button_text2{
	letter-spacing: 1px;
	text-align: center;
	color: #FAFAFA;
	font-weight: bold;
	width: 175px;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}

.monthly_order_counts{
	text-align: center;
	width: 50px;
}

.ytd_order_counts{
	text-align: center;
	width: 75px;
}

.clear {
clear:both;
width:100%;
font-size:1px;
} 