/* basic elements */
body
{
	margin: 0px;
	color: #000;
	font-Family: "Arial";
}
table
{
	font-family:"Arial";
	font-size:12px;
}
a
{
	color:#146698;
	font-size:12px;
	font-Family:arial;
	text-decoration: none;
}
a:hover, #dealerMenu a:hover, #admin-menu a:hover
{
	text-decoration:underline;
}

a.url
{
	text-decoration:underline;
}
	
img
{
	border:0px;
}

/* class divs */
table.product
{
	color:black;
}
table.dealerLogin
{
	font-family:"Century Gothic";  /*used for login on dealer index page*/
	color:#146698;
	font-size:13px;
}
a.top_menu
{
	text-decoration:none;
	color:white;
	white-space:nowrap;
}
input.btn_submit
{
	height:25px;
	width:69px;
	border-width:0px;
	background-image: url(img/login_btn.gif);
	cursor:pointer;
	font-Family:'Arial';
}

input.btn_login
{
	height:25px;
	width:69px;
	border-width:0px;
	background-image: url(img/login_btn.gif);
	cursor:pointer;
	font-Family:'Arial';
}
input.login
{
	border-color: #146698;
	border-width:1px;
	width:100px;
	height:15px;
}
input.field_edit
{
	border:none;
	width:100px;
	height:15px;
}

td.top_menu
{
	font-Family:'Arial';
	font-size:12px;
}
td.login_inputs
{
	padding-left:10px;
	padding-bottom:5px;
}
td.so_inputs
{
	padding-right:25px;
	padding-left:5px;
}

/* specific divs */
#pageBody
{
}

#siteTitle
{
	height:42px;
	background:url('../img/stanton_menu_bg.jpg') no-repeat left;
	width:942px;
	margin-top:31px;
}
#title
{
	color:white;
	float:left;
	padding:10px 20px 0 20px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
}
#siteTitleLinks
{
	font-family:"Century Gothic";
	font-size: 12px;
	padding-left: 75px;
	font-variant: normal;
	background-color:red;
}
#pageContent
{
	width:900px;
	padding: 35px 0px 0px 40px;
}
#pageTitle
{
	height:30px;
	padding: 3px;
	background:url('../img/admin_title_bg.gif') no-repeat scroll 0 80% #fff;
	font-size:16px;
}
#pageDescription
{
	font-Family:"Century Gothic";
	font-size:12px;
}

#site_menu
{
	background:url('../img/stanton_menu_bg.jpg') no-repeat left;
	margin-bottom:0px;
}

#main-content
{
	padding:25px 0 0 10px;
	width:700px;
}

td#main-content
{
	vertical-align:top;
}

#dealerIndexDescription	 /*USED IN DEALER INDEX*/
{
	font-size:11px;
}	
#siteLogin
{
	font-Family:"Century Gothic";
	font-size:12px;
}
#accessText	 /*USED IN DEALER HEADER*/
{
	position: absolute;
	top:52px;
	left:440px;
}

#siteDivider   /*USED IN DEALER HEADER*/
{
	margin-top:8px;
	padding-top:46px; 
	background:url('../img/stanton_menu_bg.jpg') no-repeat left;
	height:42px;
	width:932px;
}

#dealerMenu		/*USED IN DEALER HEADER*/
{
 	position: absolute;
	top:159px;
	left:10px;
}

#dealerMenu a, #admin-menu a
{
	color:white;
	font-weight:bold;
	letter-spacing:1px;
	font-Family:arial;
	text-decoration: none;
}

#message
{
	margin-left:300px;
	font-size:11px;
	color:red;
}

#admin-menu table#menu
{
	width:620px;
}

table#menu
{
	width:900px;
}

table#menu td
{
	font-weight:bold;
	color:white;
	padding:0 5px;
}

/*css definitions below are for dealer/stock.php */
table.stock_list
{
	font-size: 10px;
	text-align:center;
	font-weight:bold;
	border-collapse:collapse;
	color:black;
	font-family:'Verdana';
}
th.sl_title
{
	text-align:left;
	font-family:"Georgia";
	font-size:16px;
	margin-bottom:2px;
	border-bottom: solid 1px black;
}
td.gh
{
	background-color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid black;
}
td.data
{
	font-size:9px;
	padding:1px;
	border:1px solid black;
}	
#special1
{
	text-align:left;
	font-size:9px;
}

/* define styles for view orders page */
#order_header
{
	color:white;
	clear:both;
	background-color:#136698;
	text-align:right;
	padding: 3px 50px 5px 0px;
	font-size:13px;
	font-weight:bold;
}
#order_table, #order_table_bottom
{
	font-family:"Arial";
	font-size:12px;
	color:#000;
}
#order_table_bottom
{
	table-layout:fixed;
}
#order_header a
{
	float:left;
	padding-left:10px;
	color:#fff;
	font-size:12px;
	font-family:"Arial";
}
#admin-menu
{
	padding-top:8px;
}

/* CSS for dealer customer service page */
table.customer-service th
{
	color:black;
	padding-top:20px;
	text-align:left;
	font-size:12px;
}

table.customer-service td
{
	font-size:12px;
	color:black;
	padding:0 5px;
}

/* CSS for customer service form */
#contact-form
{
	font-Family:"Century Gothic";
	font-size:12px;
	width:600px;
}

#contact-form input
{
	width:200px;
}

#contact-form .submit
{
	width:100px;
}

#contact-form .input-title
{
	float:left;
	width:100px;
}

td.alert
{
	color:red;
}

.left-menu
{
	margin:20px 60px;
}

.left-menu td
{
	text-align:center;
	padding:7px 0 10px 0;
	background:url(img/left_menu_divider.gif) no-repeat bottom transparent;
}

.left-menu td.no-divider { background:none;}

.left-menu a, .left-menu a:hover
{
	font-size:17px;
	font-variant:small-caps;
	color:#8a6328;
	font-family:helvetica;
	text-decoration:none;
	letter-spacing:.01em;
	white-space:nowrap;
}

.left-menu a:hover
{
}

#catalog-menu
{
	padding-top:5px;
	width:100%;
}

#catalog-menu td
{
	background:none;
	padding:1px 0;
}
/* Invoice List */

#invoice-list
{
	text-align:right;
}

#invoice-list th, #invoice-list td
{
	font-weight:normal;
	padding:0 10px;	
}

#invoice-list th
{
	text-decoration:underline;
}
