body{
	margin:0px;
	background: #EDEDED;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
a:link, a:visited, a:active{color:#015696; text-decoration:none}
a:hover{color:#EE551B;}
h1, .head1 {font-size: 19px; font-weight: bold;}
h2, .head2 {font-size: 17px; font-weight: bold;}
h3, .head3 {font-size: 15px; font-weight: bold;}
h4, h5, h6, .head4 {font-size: 13px; font-weight: bold;}

h1.category {color:#EE551B;}

/*-------------------------LAYOUT------------------------------*/
#shadow{
	margin:auto;
	padding-bottom:10px;
	background:url(images/shadow.png) no-repeat bottom;
	width:761px;
}
#container{
	margin:auto;
	width:741px;
	background:#fff;
}
#menu{
	width: 168px;
	float:left;
	margin:30px;
	border:1px solid #CCC;
	background:#EDEDED;
}
#content{
	width: 481px;
	float:left;
	margin:30px 30px 30px 0px;
}
#footer{
	clear: both;
	border-bottom:2px solid #015697;
	border-top:2px solid #015697;
	padding:15px 0px;
}
.address_block,
.address_block_b{
	float:left;
	margin-left:65px;
	color:#666;
	font-family:"Times New Roman", Times, serif;
	font-size:11px
}
.address_block_b{
	color:#025597; 
	font-weight:bold; 
	font-style:italic;
	margin-left:30px;
}
.address_block a:link,
.address_block a:visited,
.address_block a:active{color: #666; text-decoration:none}
.address_block a:hover{text-decoration:underline}
.clear{clear:both}
/*-------------------------MENU------------------------------*/
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a{
	display: block;
	font-size:11px;
	padding: 5px 10px;
	width: 148px;
}
#menu a:link, #menu a:visited{text-decoration: none;color: #333;}
#active a:link, #active a:visited{background: #999; color:#fff;}
#menu a:hover{background-color: #EE551B; color: #fff;}

/*-------------------------GENERIC DESIGN OPTIONS---------------------*/
.smalltext {
	font-size: 10px;
	color: #333;
}.text {
	font-size: 11px;
	color: #333;
}
/*--Title bar background image/color and font style --*/
	.title_bar{
		color: #fff;
		background:url(images/title.jpg) right no-repeat;
		text-align: right;
		vertical-align: middle;
		padding:5px 30px 5px 5px;
		width: 476px;
		height:18px;
		font-family:Arial, Helvetica, sans-serif; 
		font-size: 16px;
		font-weight: bold;
	}
/*--Header colors --*/
	h1, .head1 {color: #015696;}
	h2, .head2 {color: #015696;}
	h3, .head3 {color: #015696;}
	h4, h5, h6, .head4 {color: #015696;}
/*--Cart table colors --*/
	div.cart_table table {background-color: #ffffff;}
	div.cart_table table tr.row_title td {background-color: #015696; color: #fff;}
	div.cart_table table tr.row_odd td {background-color: #EDEDED; color: #000}
	div.cart_table table tr.row_even td {backsground-color: #fff; color: #000}
	div.cart_table table tr.row_total td {background-color: #015696; color: #fff;}
	div.cart_table table tr.row_bottom td {background-color: #EDEDED; color: #fff;}
/*--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: #666666; 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: #015696; 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;}
/*--Form button colors--*/
	.button,
	.button_med,
	.button_large,
	.button_huge{
		color:#FFF; 
		font-size: 80%; 
		font-weight: bold; 
		text-align: center; 
		text-decoration: none;
		padding:7px 20px; 
		overflow: visible; 
		border: none; 
		cursor: pointer;
	}
	.button{width: 110px; height: 40px; background: url(images/button_small.jpg) 0 0 no-repeat;}
	.button_med{width: 160px; height: 40px; background: url(images/button_med.jpg) 0 0 no-repeat;}
	.button_large{width: 210px; height: 40px; background: url(images/button_large.jpg) 0 0 no-repeat;}
	.button_huge{width: 260px; height: 40px; background: url(images/button_huge.jpg) 0 0 no-repeat;}
	
	.button:hover{background: url(images/button_small.jpg) -110px 0 no-repeat;}
	.button_med:hover{background: url(images/button_med.jpg) -160px 0 no-repeat;}
	.button_large:hover{background: url(images/button_large.jpg) -210px 0 no-repeat;}
	.button_huge:hover{background: url(images/button_huge.jpg) -260px 0 no-repeat;}

