/* BASIC STYLES */
a {
	color: #AC3135;
}

body {
	background-color: #fff;
	margin: 0;
}
#wrapper {
	background-image: url('../images/theme-006/wrapper.bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 830px;
	padding-bottom: 0px;
	padding-left: 26px;
	padding-right: 26px;
	margin-bottom: 0px;
}
#header {
	border: 0;
	margin: 0;
	background-color: #333;
	height: 75px;
	width: 770px;
	background-image: url('../images/theme-006/header.bg.gifz');
	background-position: top left;
	background-repeat: repeat-y;
}

/*header*/
#header .loginwidget {
	color: #fff;
	padding-right: 10px;
}

#navbar {
	border: 0;
	margin: 0;
	background-color: transparent;
	background-image: url('../images/theme-006/navbar.bg.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 43px;
	padding: 0;
	width: 780px;
	padding-top: 22px;
}

#navbar ul.links li a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	border: 1px solid transparent;
}
#navbar ul.links li a:hover {
	background-color: #C7CBCA;
	border: 1px solid #999;
}

#navbar h1 {
	color: #fff;
}
#navbar input {
	background-image: url('no.gif');
	background-color: #E5E5E5;
	padding-bottom: 2px;
	border: 1px solid #777;
	padding-left: 5px;
}
#navbar input.button {
	background-image: url('../images/buttongrad1.gif');
	border: 1px solid #777;
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 1px;
}

#navbar2 {
	border: 0;
	margin: 0;
	background-image: url('../images/theme-006/content.bg.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
	/* height: 25px; */
	padding: 0;
	padding-top: 2px;
	padding-left: 85px;
	padding-right: 85px;
	text-align: center;
	background-color: #ccc;
}

#navbar2 ul.links li a {
}
#navbar2 ul.links li a:hover {
}

/* LEFT */
#left {
	border: 0;
	margin: 0;
	background-color: transparent;
	background-image: url('../images/theme-006/left.bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 190px;
	padding-left: 10px;
}
#left ul.links {
	padding-bottom: 5px;
}
#left ul.links li {

}
#left ul.links li:hover {
}
#left ul.links li a { 
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
}
#left ul.links li a:hover {
	text-decoration: underline;
}
#left h1 {
	margin-top: 10px;
}
#left ul.categories {
	padding-bottom: 5px;
	background-image: url('../images/theme-006/left.section.bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#left ul.categories li {
	border-top: 1px solid #8A9CA9;
}
#left ul.categories li:hover {
	background-color: #8A9CA9;
}

#left ul.categories li a:hover {
	text-decoration: underline;
}
#left ul.categories li a { 
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
}
#left ul.categories li.current { 
}
#left h1 {
	color: #fff;
}

#left form {
	/* background-color: #f00; */
	display: block;
	margin-left: -5px;
	padding-left: 5px;
	width: 186px;
	padding-bottom: 5px;
	background-image: url('../images/theme-006/left.section.bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#left .loginwidget {
	color: #fff;
}

/* CONTENT */
#content {
	border: 0;
	margin-bottom: 0;
	background-color: transparent;
	background-image: url('../images/theme-006/content.bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 8px;
	width: 565px;
	*width: 560px;
}
#breadcrumbs {
	font-weight: bold;
	color: #555;
	margin-bottom: 15px;
}
#breadcrumbs a { 
	text-decoration: underline;
	color: #AC3135;
}

/* FOOTER */
#footer {
	background-color: transparent;
	color: #888;
	border: 0;
	margin: 0;
	height: 20px;
	background-image: url('../images/theme-006/footer.bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-top: 20px
	width: 780px;
	padding-top: 13px;
	padding-right: 65px;
/*
	text-align: center;
	height: 66px;
	padding-top: 55px;
*/
}

/* TABS? */
#navbar {
}
#navbar ul li {
}


legend {
	font-size: 11pt;
}
/*
fieldset {
	background-color: #eee;
}
legend {
	font-size: 11pt;
	background-image: url('../images/theme-006/legend.bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
*/

/*
input.button {
	background-image: url('no.gif');
	background-color: #969696;
	color: #fff;
	font-weight: bold;
}
*/

/* -- IE HACKS -- */
#left #searchForm {
	*margin-top: 5px;
}

* html #left #searchForm {
	margin-top: 5px;
}

* html #left #direct2cartForm {
	margin-top: 0px;
}

* html #left {
	padding-right: 0px;
	margin-right: 0px;
}
* html #content {
	width: 561px;
	margin-left: 0px;

}
* html #navbar ul.links li a {
	border-width: 0px;
}