/* Begin Structure Styles =============================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	overflow: -moz-scrollbars-vertical;
}
.rightfloat{
	float:right;
	clear:right;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	margin-right:25px;
	_margin-right:15px;
	margin-top:20px;
}
.widthspecific{
	width:182px;
}
.logotop{
background: url(../images/logo.png) no-repeat;
float:left;
width:454px;
height:68px;
margin:0px;
padding:0px;
margin-top:8px;
margin-left:8px;
_margin-left:2px;
_behavior:url(./Scripts/iepngfix.htc);
}

#wrapper {
	padding: 0px;
	width: 759px;
	margin: 0px auto;
}

#header {
	text-align: left;
	height: 110px;
	width: 759px;
	margin: 0px;
	padding: 0px;
}

#top_basket {
	background: url(../images/basket_small.gif) no-repeat;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding-top: 20px;
	padding-left: 100px;
	width: 155px;
	color: #FFFFFF;	
}

#top_basket ul li {
	display: block;
	list-style-type: none;
	padding: 0 8px 2px 2px;
	margin-left: 1px;
}

#top_basket a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#top_basket a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer {
	clear: both;
	border-top:4px solid #DFD1D1;
	width: 759px;
	font-size: 10px;
	text-align: center;
	margin-top:10px;
	padding: 10px 0 0 0;
	height: 25px;
	float:left;
}

/* End Structure Styles =============================================== */

#outer_content_container {
	text-align: left;
	float: left;
	width: 759px;
	
}

#content_container {
	float: right;
	margin: 0;
	padding-right: 0px;
	width: 570px;
	padding-left:10px;
	
	}

.main_title {
	margin: 0;
	padding: 8px 10px 10px 0;
	float: left;
	width: 560px;
	border-bottom: 1px dashed #C70912;
}

.main_title h1 {
	font-weight: bold;
	font-size: 18px;
	color: #C70912;
}

.main_content {
	margin: 0;
	padding: 7px 0;
	float: left;
	width: 570px;
}

.main_content h1, #main_content h2, #main_content h3, #main_content h3, {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.main_content ul {
	padding-left: 25px;
}

.main_content ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 6px 9px; /* new */
	padding: 6px 0 6px 20px;
}

.main_content ul li a {	
	text-decoration: none;
}

.main_content ul li a:hover {
	text-decoration: none;
}

.main_content ul li a:visited {
	text-decoration: none;
}

.main_content ul li a:active {
	text-decoration: none;
}

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	margin: 0 0 4px 0;
	padding: 5px 0 0 0px;
	float: left;
	font-size: 10px;
	width: 558px;
	height: 17px;
	color: #7F7F7F;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	border-right: 1px solid #7F7F7F;
	padding-right: 4px;
	margin-left: 4px;	
}

#breadcrumb ul li.last {
	border: 0;
	padding: 0;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #7F7F7F;
}

#breadcrumb a:hover, a.white {
	color: #7F7F7F;
}

/* End Breadcrumb Styles =============================================== */

/* Begin Left Menu Styles =============================================== */

#left_nav_container {
	margin: 0 0 25px 0;
	padding: 0;
	width: 145px;
	float: left;
}

.left_content {
	margin: 0;
	padding: 7px 10px;
	float: left;
	width: 143px;
}

.left_product_nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 145px;
}

.left_product_nav ul li {
	list-style-type: none;
}

.left_product_nav ul li a {
	font-weight: normal;
	color: #FFFFFF;
	width: 135px;
	height: 17px;
	text-align: left;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 2px 23px;
	text-decoration: none;
	background: url(../images/menu_over.gif) no-repeat;
}

.left_product_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.left_product_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.left_product_nav ul li a:hover {
	color: #C70912;
	text-decoration: none;
	background: url(../images/menu_over_hov.gif) no-repeat;
}

/* End Left Menu Styles =============================================== */

/* Begin Class Styles =============================================== */

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #999999;	
}

.fontyellow {
	color: #F4D836;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #C70912;	
}

.fontbrown {
	color: #773F21;	
}

.border {
	border: 1px solid #727272;
}

.bordertop {
	border-top: 1px solid #727272;
}

.borderright {
	border-right: 1px solid #727272;
}

.borderleft {
	border-left: 1px solid #727272;
}

.borderbottom {
	border-bottom: 1px dashed #7F7F7F;
}

.backgroundgrey {
	background-color: #E5E5E5;
}

.backgroundblue {
	background-color: #103191;
}

.backgrounddark {
	background-color: #773F21;
}

.backgroundred {
	background-color: #C70912;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #103191;
}

a:hover, a {
	text-decoration: none;
	color: #3F3F3F;
}

a.dark:link, a.dark:visited, a.dark:active {
	color: #3F3F3F;
}

a.dark:hover, a.white {
	color: #103191;
}

a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
}

a.white:hover, a.white {
	color: #FFFFFF;
}

/* End Class Styles =============================================== */

/** Product List Page Styles Begin ===========================================*/

.productlistrow {
	float: left;
	border: 1px solid #773F21;
	margin-top: 12px;
	width: 536px;
}

.productlistcolumn1 {
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	width: 220px;
}

.productlistcolumn2 {
	float: left;
	padding: 0;
	margin: 10px 5px 0 4px;
	width: 290px;
}

/** Product List Page Styles End ===========================================*/

/* Begin Basket Styles =============================================== */

.baskettop {
	font-weight: bold;
	color: #FFFFFF;
	background: #103191;
	padding: 5px;
}
.basketmiddle {
	padding: 3px;	
}
.basketbottom {
	color: #FFFFFF;
	padding: 3px;
	background: #103191;
}

/* End Basket Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #103191;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #103191;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 160px; 
	font-weight: bold; 
}

.input {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #C70912 solid;
	color: #103191;
}

.inputsmall {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #C70912 solid;
	color: #103191;
}

.textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #C70912 solid;
	color: #103191;
}

/* End Form Styles =============================================== */

