/*
#################################################
# Global stuff
# 
#################################################
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	padding: 0px;
	margin: 0px; 
}

#header_wrapper {
	text-align: center;
	display: table;
	margin-left: auto; 
	margin-right: auto;
}

#header_logo_wrapper {
	text-align: center;
	display: table;
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
}

#header_logo {
	width: 450px;
	text-align: left;
	float: left;
	display: block;
}

#header_promo {
	width: 450px;
	text-align: right;
	padding-top: 15px;
	float: right;
	display: block;
}

form {
	margin: 0px;
	padding: 0px;
}

#float {
	float: left;
	display: block;
	vertical-align: center;
	padding: 5px;
}

/*
#################################################
# navigation_wrapper - wraps the nav at 100% wide
# navigation - wraps the navigation at 765 wide
# links - controls the links div
#################################################
*/

#navigation_wrapper {
	background-image:url("/images/navigation_bg.png");
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 5px;
}

#navigation {
	width: 900px;
	display: table;
	margin-left: auto; 
	margin-right: auto;
}

#links {
	position: relative;
	vertical-align: middle;
	height: 40px;
	float: left;
}

#links a{
	display: block;
	float: left;
	color: #333;
	padding: 12px 15px 14px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

#links a:hover, #links a.current{
	color:#333;
	background-color: #99cc00;
}

#links .Current_Link {
	color: #511202;
	background-color: #b0a898;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#links .Current_Link:hover {
	color: #3c4d39;
}


/*
#################################################
# Products Overview
#################################################
*/

#product_select_wrapper { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 900px;
	height:60px;
	display: block;
}

#product_dropdowns {
	background-image:url(/images/search_bk.gif);
	background-repeat:no-repeat;
	height:60px;
	width: 245px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

#product_dropdowns_title {
	font-size:14px;
	font-weight: bold;
	color: #FFFF00;
	width: 235px;
	margin: 5px;
	text-align: left;
}

#product_dropdowns_content {
	width: 235px;
	margin: 5px;
	text-align: left;
}

#display_basket {
	background-image: url(/images/cart_bk.gif);
	background-repeat: no-repeat;
	color: #ffcc00;
	height:60px;
	width: 400px;
	float: left;
	text-align: left;
}


/*
#################################################
# Cart Overview
#################################################
*/


#view_cart {
	width: 100%;
	height: 60px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#view_cart_title {
	width: 270px;
	height: 30px;
	font-size:14px;
	font-weight: bold;
	color: #FFFF00;
	padding: 5px;
	float: left;
	display: block;
}

#view_cart_title a {
	text-decoration: none;
	color: yellow;
	font-size: 10px;
	font-family: verdana;
}

#view_cart_buttons {
	float: right;
	display: block;
	width: 100px;
	padding: 5px;
}

#view_cart_content {
	width: 190px;
	float: left;
	display: block;
	color: #fff;
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
}

/*
#################################################
# content
# 
# 
#################################################
*/

#content_wrapper { 
	margin: 0px auto;
	width: 900px;
}

#content_header {
	background-image:url(/images/header_lg.gif);
	width: 900px;
	height: 190px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
#################################################
# Left Navigation / Content
# 
# 
#################################################
*/

#content_left { 
	color: #333;
	margin: 0px 0px 0px 0px;
	width: 190px;
	float: left;
	text-align: left;
}

#navigation_left_content {
	font-size: 12px;
	display: table;
	padding: 0px;
	background-image: url("/images/blue_line.gif");
	background-repeat: repeat-y;
	width: 190px;
	margin: 0px;
}

#navigation_left_content_top {
	display: block;
	float: left;
	width: 190px;
	height: 33px;
}

#navigation_left_content_bottom {
	display: block;
	float: left;
	width: 190px;
	height: 20px;
}

#navigation_left_links a{
	display: block;
	float: left;
	font-weight: bold;
	width: 188px;
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #e5eff5;
	text-indent: 10px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation_left_links a:hover{
	color: #003366;
	background-color: #e5eff5;
}

#search_products {
	background-image: url(/images/search_gray.gif);
	background-repeat: no-repeat;
	color: #006699;
	font-size: 14px;
	height: 90px;
	width: 190px;
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#search_products_title {
	font-size:14px;
	font-weight: bold;
	color: #006699;
	width: 180px;
	margin: 5px;
}

#search_products_content {
	width: 180px;
	margin: 5px;
}

#search_products_content input {
	border: 1px solid #548700;
}
.banner{
margin:5px 0px 5px 0px;
}
#contact {
	background-image:url(/images/black_line.gif);
	background-repeat:repeat-y;
	width: 190px;
	display: table;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact_content_top {
	display: block;
	width: 190px;
	height: 33px;
}

#contact_content {
	font-size: 12px;
	padding: 5px;
	display: block;
	margin: 1px;
}

#contact_content_bottom {
	display: block;
	width: 190px;
	height: 20px;
}

/*
#################################################
# Right Navigation / Content
# 
# 
#################################################
*/

#content_right { 
	margin: 0px;
	padding: 0px;
	width: 706px;
	display: table;
	float: right;
	text-align: left;
}

#content_right_content {
	background-image: url(/images/content_line.gif);
	background-repeat: repeat-y;
	font-size:14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	display: table;
}

#content_right_top {
	width: 706px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}


#content_crumb {
	font-size: 10px;
	width: 100%;
	color: #006699;
	padding: 0px;
	margin: 5px;
}

#content_crumb a {
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

#page_title, h1, .Content_Title, .Category_Title {
	text-indent: 5px;
	font-size:18px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	height: 22px;
	font-weight:normal;
	padding:0px;
	color: #006699;
}

#page_content{
	padding-left:5px;
	padding-right:5px;
	width:696px;
	display: block;
	float: left;
}

#content_right_bottom {
	width: 706px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#featured_right {
	width: 706px;
	display: block;
	float: left;
	margin-top: 5px;
}

#featured_right_top {
	width: 706px;
	height: 47px;
	display: block;
	float: left;
}

#featured_right_content { 
	background-image:url(/images/content_line.gif);
	background-repeat:repeat-y;
	float: right;
	color: #333;
	font-size:14px;
	border: 0px solid #ccc;
	margin: 0px;
	padding: 5px;
	width: 706px;
	display: block;
	text-align: center;
	float: left;
}

#featured_right_bottom {
	width: 706px;
	height: 10px;
	display: block;
	float: left;
}

#Featured_Product {
	width: 155px;
	display: block;
	float: left;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
	padding: 5px;
}

#Featured_Image {
	height: 100px;
}

#Featured_Name {
	height: 50px;
}

#Featured_Price {
	font-weight: bold;
}

/*
#################################################
# Footer
# 
# 
#################################################
*/

#footer_wrapper { 
	background-image: url("/images/footer_bk.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 200px;
	clear: both;
	color: #003366;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size:12px;
}

#footer { 
	width:900px;
	display: table;
	text-align: center;
	color: #003366;
	padding: 0px;
	margin: 0px;
	font-size:12px;
}

#footernav {
	width: 100%;
	font-size:12px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#footer_images {
	width: 600px;
	text-align: center;
	display: block;
	font-size:12px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #ccc;
	margin: 0px;
}

#footer_text {
	text-align: left;
	width:  100%;
	font-size:12px;
	padding: 0px;
	display: block;
	color: #ccc;
}

#footernav a {
	text-decoration: none;
	color: #003366;
	padding-left: 5px;
	padding-right: 5px;
}

#footer-image {
	display: block;
	float:left;
	height: 100px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ccc;
}

div.float {
	float: left;
	padding:10px;
}
  
div.float p {
	text-align: center;
}

a.category {
	display: block;
	float: left;
	width: 30%;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

a.category:hover {
	background-color: #666;
	color: #fff;
}

#Cart_SubCategories {
	display: block;
	float: left;
	width: 100%;
	padding-left: 10px;
}
