body {
  margin: 0px;
  padding: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
}

/*------------------------------------------GENERIC DESIGN OPTIONS---------------------*/
/*-------------------------------------------------------------------------------------*/

/* --Page background image and color --*/
	body{background:url(images/page_bg.jpg) repeat-x #111;}
/*--Title bar background image/color and font style --*/
	.title_bar{	background: url(images/header_bg.jpg); color: #fff;}
/*--Header colors --*/
	h1, .head1 {color: #000;}
	h2, .head2 {color: #000;}
	h3, .head3 {color: #000;}
	h4, h5, h6, .head4 {color: #000;}
/*--Link colors --*/
	a:link, a:visited, a:active{color:#00f;}
	a:hover{color:#f0f;}
/*--Form button colors--*/
	.button{background: #6B6B6B; border:1px solid #111;	color: #fff;}
	.button:hover{background: #CCCECE; color:#333; border:1px soild #111;}
/*--Sidebar link color--*/
	#sidebar a:link, #menu a:visited{color: #fff;}
/*--Sidebar active link color--*/
	#active a:link, #active a:visited{background: #323232;}
/*--Sidebar link roll-over color--*/
	#sidebar a:hover{background-color: #E8E8E8; color: #000;}
/*--Cart table colors --*/
	div.cart_table table {background-color: #ffffff;}
	div.cart_table table tr.row_title td {background-color: #666666; color: #FFFFFF;}
	div.cart_table table tr.row_odd td {background-color: #dedede; color:#000000}
	div.cart_table table tr.row_even td {background-color: #cccccc; color:#000000}
	div.cart_table table tr.row_total td {background-color: #999999; color: #FFFFFF;}
	div.cart_table table tr.row_bottom td {background-color: #ffffff; color: #000000;}
/*--Checkout table colors --*/
	div.checkout_form table {background-color: #ffffff;}
	div.checkout_form table td.col_label {font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #CCCECE; color: #FFFFFF; font-weight: bold; text-align: right; padding-right:5px;}
	div.checkout_form table td.col_label_req {font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #6B6B6B; color: #FFFFFF; font-weight: bold; text-align: right; padding-right:5px;}
	div.checkout_form input,select {background-color: #efefef; color: #000000; border: solid 1px #666666; padding:2px; margin:0px;}

/*------------------------------------------LAYOUT DIVS---------------------*/
/*--------------------------------------------------------------------------*/

#container{
	width: 800px;
	margin:auto;
}
#content {
  background: url(images/content_bg.png);
  width: 800px;
}
 #sidebar {
  width: 175px;
  float:left;
  margin:10px 0px 0px 25px;
  _display:inline;
}
#text{
	width: 500px; 
	float:right; 
	margin:10px 50px 10px 0px;
	_display:inline;
}
#footer {
	width:800px;
	margin:auto;
}

/*------------------------------------------TOP MENU---------------------*/
/*------------------------------------------THEIR CODE FROM WEBSITE-----*/
#menu_top {
	float: left;
	clear:both;
	width: 750px;
	font-size: 10px;
	font-weight:normal;
	padding: 0;
	text-align:center;
	height:60px;
	margin:15px 25px -20px;
}
#ddtabs {
	width: 750px;
	font-weight:normal;
	padding: 0px;
	text-align:center;
	margin:0;
	background-image:url(images/menu_bg.jpg);
	list-style:none;
	float:left;
}
#ddtabs li {float: left;}
#ddtabs li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 .65083em;
	margin:0;
	background: url(images/menuDivider.jpg) no-repeat top right;	
	font-size: 10px;
	line-height:30px;
}
#ddtabs li a:hover {background-image: url(images/menu_bg_hover.jpg);background-repeat:repeat-x;}
#footer_bot {
	margin:auto;
	width: 750px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	padding: 5px 10px;
	font-size: 10px;
	color: #333;
}
#footer_bot li a {
	text-decoration: none;
	color: #333;
	padding: 0px 10px;
	margin:0px;
	border-right:1px solid #fff;
}
#footer_bot a:hover {
	text-decoration: underline;
}
#footer_bot ul {	
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer_bot li {
	list-style-type:none;
	display: inline;
	padding: 0px;
}
#footer_bot li a.last {
	padding-right: 0px;
	border-right:none;
}
#footer_bot p{margin: 0; padding:0;}
/*------------------------------------------CLASSES/DEFINITIONS---------------------*/
/*----------------------------------------------------------------------------------*/

.clear{clear:both}

.smalltext {
  font-size: 10px;
  color: #000;
}
h1, .head1, h2, .head2, h3, .head3,h4, h5, h6, .head4 {
  font-family:Arial, Helvetica, sans-serif; 
  font-weight: bold;
}
.text, p, ol, ul, li {
  font-family:Arial, Helvetica, sans-serif; 
}
h1, .head1 {font-size: 19px;}
h2, .head2 {font-size: 17px;}
h3, .head3 {font-size: 15px;}
h4, h5, h6, .head4 {font-size: 13px;}
p, ul, ol, li, .text {font-size: 12px;}
a:link, a:visited, a:active{text-decoration:underline;}
a:hover{text-decoration:none;}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px;
   _width:0; 
   _overflow: visible;
   border: outset 2px #ccc;
}
.button:hover{
   border: inset 2px #ccc;
}
.title_bar{
	text-align: left;
	vertical-align: middle;
	padding:5px;
	width: 490px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
}
#sidebar ul{
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style-type: none;
}
#sidebar a{
	display: block;
	font-size:11px;
	padding: 5px 10px;
	width: 153px;
	border-bottom:1px solid #fff;
}
.last a{
	border-bottom:1px solid none;
}
#sidebar a:link, #menu a:visited{text-decoration: none;}
