body {
	background: #fff;
	margin: 0;
	font-family: "Arial", "Helvetica", sans-serif;
}

img {
	display: block;
	border: 0;
}

form {
	margin: 0;
}

/********************************************************************
LAYOUT
********************************************************************/

div#admin_msg {
	background: #000;
	color: #FFF;
	font-size: 11px;
	padding: 2px 2px 4px 4px;
}
div#admin_msg a {
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
}

div#wrapper {
	width: auto;
	margin: 0;
}

div#header {
	position: relative;
	height: 154px;
	overflow: hidden;
	background: #000000;
}

div#header div#logo {
	position: absolute;
	left: 37px;
	top: 23px;
}

div#header address {
	position: absolute;
	left: 508px;
	top: 108px;
	width: 280px;
	text-align: right;
	font-style: normal;
	font-size: 11px;
	color: #FFF;
}

div#navbar {
	height: 24px;
	padding: 0px 0px 0px 35px;
	background: #A8A8A8;
	white-space: nowrap;
}

div#navbar a img {
	display: block;
	float: left;
	margin-top: 5px;
}

div#subbar {
	position: relative;
	height: 23px;
	overflow: hidden;
	background: #E0E0E0;
	font-size: 11px;
	color: #000;
}

div#subbar a {
	color: #000;
	text-decoration: none;
}

div#subbar a:hover {
	color: #666;
	text-decoration: none;
}

div#subbar div#cartinfo {
	position: absolute;
	left: 41px;
	top: 4px;
	white-space: nowrap;
}

div#subbar div#search {
	position: absolute;
	left: 510px;
	top: 0;
	width: 280px;
}

div#content {
	width: 800px;
	min-height: 360px;
	padding-left: 40px;
}

div#content div#content_left {
	float: left;
	width: 390px;
	margin-right: 80px;
	padding: 50px 0 26px;
}

div#content div#content_left.fullwidth {
	width: 750px;
}

div#content div#content_right {
	float: left;
	width: 280px;
	margin-top: 10px;
	padding-bottom: 40px;
}

div#footer {
	clear: both;
	padding: 0 40px 20px 40px;
}

.clear {
	float: none;
	clear: both;
}

div.repeat_item {
	margin: 15px 0;
	padding: 4px 0 0 0;
	border-style: solid;
	border-color: #A8A8A8;
	border-width: 1px 0 0 0;
}

/********************************************************************
NAV
********************************************************************/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 999;
}

#nav a {
	display: block;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
}


#nav li {
	float: left;
	width: auto;
	display: block;
	padding: 4px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background: #A8A8A8;
	border-style: solid;
	border-color: #A8A8A8;
	border-width: 0 1px;
}

#nav li ul {
		margin-top: 5px;
position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	margin-left: -10px;	

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul a {
	width: 150px;
	display: block;
	padding: 4px 2px 4px 4px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background: #A8A8A8;
	border-style: solid;
	border-color: #A8A8A8;
	border-width: 0 1px;
}

#nav li ul li ul a {
	font-weight: normal;
}

#nav li ul a:hover {
	background: #e0e0e0;
	color: #333;
}

#nav li ul a.first {
	border-top-width: 1px;
}

#nav li ul a.last {
	border-bottom-width: 1px;
	padding-bottom: 6px;
}

#nav li ul ul {
	padding-top: 0;
	margin: -1em 0 0 111px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	_margin-left: -66px;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
	_margin-left: 111px;
}

/*#nav, #nav ul {
	padding: 2;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 999;
}

#nav a {
	display: block;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
}

#nav li {
	float: left;
	width: auto;
	display: block;
	padding: 4px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background: #A8A8A8;
	border-style: solid;
	border-color: #A8A8A8;
	border-width: 0 1px;
}
#nav a:hover {
		color: #000000;

}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	padding-top: 0px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;

}

#nav li ul a {
	width: 150px;

	display: block;
	padding:0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background: #A8A8A8;
	border-style: solid;
	border-color: #A8A8A8;
	border-width: 0 1px;
}

#nav li ul li ul a {
	font-weight: normal;
}

#nav li ul a:hover {
	background: #e0e0e0;
	color: #333;
}

#nav li ul a.first {
	border-top-width: 1px;
}

#nav li ul a.last {
	border-bottom-width: 1px;
	padding-bottom: 6px;
}

#nav li ul ul {
	padding-top: 0;
		margin-left: 0px


}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	margin-left: 0px

}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
		margin-left: 0px

	
}*/

/********************************************************************
CATEGORY LINKS
********************************************************************/

div#cat_links {
	display: block;
	clear: both;
	height: 26px;
	margin: 4px 0 20px 0;
}

a.cat_link, a.cat_link_current {
	display: block;
	float: left;
	padding: 4px 8px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0 1px 1px;
	background: #e0e0e0;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a.cat_link:hover {
	background: #EEE;
}

a.cat_link_current {
	background: #000000;
	color: #FFF;
}

a.cat_link_current:hover {
	background: #f7931e;
}

/********************************************************************
IMAGES
********************************************************************/

div.pageimage {
	margin-top: 20px;
}

div.pageimage img {
	border: 2px solid #A8A8A8;
	width: 275px;
}

/* Hero shot */
div.image_large {
	width: 275px;
	height: 180px;
	margin-top: 50px;
	background: #fff url(../images/base/loading.gif) no-repeat scroll center;
}

div.image_large img {
	width: 275px;
	height: 180px;
	border: 2px solid #A8A8A8;
}

/* Thumbnails */
div.image_thumb {
	float: left;
	cursor: pointer;
	margin: 15px 10px 0 0;
}
div.image_thumb img {
	width: 60px;
	height: 40px;
	border: 1px solid #A8A8A8;
}
div#image_4 {
	margin-right: 0;
}

/********************************************************************
TEXT
********************************************************************/

h1 {
	margin: 0 0 6px 0;
	font-size: 24px;
	font-weight: bold;
	color: #FF7800;
}

h2 {
	margin: 10px 0 6px 0;
	font-size: 13px;
	font-weight: bold;
	color: #FF7800;
}

h3 {
	margin: 10px 0 6px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

p {
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

p.prod_price {
	font-size: 13px;
	font-weight: bold;
	color: #FF7800;
}

div#content_left div#intro {
	margin-bottom: 50px;
}

p a, ul a, .orange {
	color: #FF7800;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

div.hrule {
	height: 1px;
	width: 376px;
	overflow: hidden;
	background: #B3B3A1;
	margin: 10px 0;
	clear: both;
}

div.hrule hr {
	display: none;
}

input.button_light, input.button_dark {
	float: left;
	width: 110px;
	height: 22px;
	padding: 0 2px 2px 2px;
	margin-right: 5px;
	border: 1px solid #000000;
	font: 11px sans-serif;
	cursor: pointer;
}

input.button_light {
	background: #e0e0e0;
	color: #000000;
}
input.button_light:hover {
	background: #F5F1DC;
}
input.button_dark {
	background: #000000;
	color: #e0e0e0;
}
input.button_dark:hover {
	background: #3A3D00;
}

