/****************************************
	global document styles
*****************************************/

body {
	margin:0;
	padding:0;
	background:#ececec;
	font-family: sans-serif;
}

.bold {
	font-weight:bold;
}

.text td {
	font-size:.75em;
}

/* Provides outer borders and centering */

#wrapback {
    width: 951px;
    margin: 0 auto;
    background: #fff;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background: url("images/headerbg.gif") repeat-x; 
	
}

/* Create uniform inner margin */

#innerwrap {
	margin:0 auto;
	width:900px;	
	text-align: left;
}

.clear {
    clear: both;
}

/* -- button styling -- */

.ic-button {
    outline: 0;
    margin:0 4px 0 0;
    padding: .4em .4em;
    text-decoration:none !important;
    cursor:pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

/* remove extra button width in IE */
button.ic-button { width:auto; overflow:visible; }

.ic-button-icon-left { padding-left: 2.1em; }
.ic-button-icon-right { padding-right: 2.1em; }
.ic-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.ic-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }


.submit input, .button, .button-primary, .button-secondary, input[type=button], input[type=submit] {
	font: normal 11px/16px "Verdana", Arial, sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.button a, .button-secondary a {
	font-weight: normal !important;
}

.submit input:hover, .button:hover, .button-secondary:hover, input[type=button]:hover, input[type=submit]:hover {
	color: #000;
	border-color: #ccc;
}

.ic-header {
    font-family: "Georgia", Times, Times New Roman, serif;
    margin: 0;
    color: #121212;
    font-size: 16pt;
    padding: .2em .2em;

}

h1 {
    font-family: "Georgia", Times, Times New Roman, serif;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "Georgia", Times, Times New Roman, serif;
    margin: 0;
    padding: 0;
    color: #121212;
    font-size: 16pt;
}

h4 {
    font-family: "Georgia", Times, Times New Roman, serif;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/****************************************
	header styles 
*****************************************/

#header{
	margin:0;
	padding:0;
}

div#cart {
	margin-top: 10px;
	padding:0px;
	float:right;
	width:320px;
}

div#cart a {
	font-size:.79em;
    font-weight: bold;
    text-decoration: none;
	color: #000;
}

div#cart a:hover{
	color: #cc0000;
    text-decoration: none;
}

#cart ul{
	margin: 0;
	list-style: none;
	padding:0;
	
}				
#cart li {
	float:left;
}

#cart .left {
	height: 55px;
	width: 75px;
	padding-left: 35px;
	
}

#cart .mid{
	height: 55px;
	width: 70px;
	padding-left: 25px;
}

#cart .right{
	height: 55px;
	padding-left: 30px;
}

.signin {
    background:url(images/signin.gif) no-repeat;
    text-indent:30px;
    display:block;
}

.register {
    background:url(images/register.gif) no-repeat;
    text-indent:30px;
    display:block;
}

.mycart {
    background:url(images/mycart.gif) no-repeat;
    text-indent:30px;
    display:block;
}

#logo {
	padding:30px 0 5px 30px;
}

#logo img {
	border:none;
}

/****************************************
	main navigation
*****************************************/

#nav {
	background: url("images/brbar.png") repeat-x left bottom;
	height:45px;
	margin:0;
	padding:0;
}

#nav ul{
	margin: 0;
    padding-top: 4px;
	list-style: none;
	float:right;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
}

#nav a {
	text-decoration: none;
	font-size:1em;
	color: #9a1111;
	font-weight: bold;
	display:block;
	padding:5px 10px 0 5px;
}

#nav a:hover{
	text-decoration: none;
	color: #fff;
    background: #000;
}

/****************************************
	main content styles 
*****************************************/

#content{
	margin:0;
	padding:0;
	width:900px;
}

/****************************************
	side/sub navigation
*****************************************/

#search {
	background: #930000;
    width: 222px;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #666;
}

#search input.text {
	background: #fff;
	border: 1px solid #666;
	margin-right: 6px;
	width: 150px;
    height: 18px;
	color: #000;
	float: left;
}

#search .button {
	float: left;
	border-color: #ccc;
	background: #930000;
	color: #fff;
	text-shadow: none !important;
}

#search input.button:hover {
	color: #fff;
    background: #000;
	border-color: #aaa;
}

#cheader {
    width:240px;
    border-bottom: 1px solid #ccc;
}


#subnav {
	background:#eef4d3;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:240px;
	float:left;
    min-height:500px;
    height:auto !important;
    height:500px;	
	margin:0;
	margin-bottom:75px;
	padding:0;
}

#subnav  ul{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	width:240px;
}

.menu_list {
	width: 240px;
}

.menu_head {
    margin: 0;
    padding: 0;   
}

.menu_head a {
	padding: 5px 20px;
	cursor: pointer;
	position: relative;
    font-weight:bold;
    font-size: 9pt;
    color: #930000;
    display: block;
    text-decoration: none;
    background: #eef4d3 url(images/down.png) center right no-repeat;
    border-bottom: 1px solid #ccc;
}

.menu_head a:hover{
    color: #fff;
    background-color: #000;
}

.menu_body {
	display:none;
    border-bottom: 1px solid #ccc;
}

.menu_body a{
    display:block;
    color:#000;
    background-color:#fff;
    padding-left:25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:bold;
    font-size: 9pt;
    text-decoration:none;
}

.menu_body a:hover{
    color: #fff;
    background-color:#930000;
}

/****************************************
	main text/copy area
*****************************************/

#copy {
	float:right;
	width:620px;
	margin:0;
	padding:0 0 50px 30px;
}

#copy a {
    text-decoration: none;
    color: #930000;
}

#copy a:hover {
    color: #930000;
    text-decoration: underline;
}

#copy p {
	font-size: .75em;
	color: #000;
}

#copy p.intro {
	font-family: "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000;
    width: 570px;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 33px;
    margin-left: 10px;
}

#copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#copy ul {
    font-size: .75em;
}

li.copy {
    float: left;
    width: 250px;
    margin-top: 20px;
    margin-right: 30px;
	font-size: .75em;
}

.imgbox {
    height: 154px;
    width: 254px;
    background-image: url(images/imagebg.gif);
}

.imgcenter {
    margin-top: 20px;
    margin-left: 70px;
}

#centernew {
    margin-left: 30px;
}

#whatsnew {
	float:left;
	width:620px;
}

#whatsnew p.new {
	font-family: "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000;
	font-size: 13px;
}

#linkbutton {
    float: right;
}

#linkbutton a {
    color: #fff;
    text-decoration: none;
}

#linkbutton a:hover {
    color: #fff;
}

/****************************************
	footer
*****************************************/

#footer {
	clear:both;
	margin:0;
	padding:0px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background:#eef4d3;
}

#footer  {
	text-align:center;
	color: #333;
	font-weight:bold;
	font-size:.75em;
}	
#footer a {
	text-decoration: none;
	color: #9a1111;
}

#footer a:hover {
    color: #000;
    text-decoration: underline;
}

#footer .ici {
	color:#333;
	font-size:.75em;
	text-align:center;
	font-weight:bold;
}

/****************************************
	product page
*****************************************/
#breadcrumbs {
	margin:30px 25px 30px 0;
	font-weight:bold;
	font-size:.75em;
	color:#000;
}

#breadcrumbs a  {
	color:#9a1111;
	text-decoration:none;
}

#breadcrumbs  a .last {
	color:#9a1111;
	text-decoration:none;
	font-weight:bold;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}


#copy #description {
	float:left;
	width:300px;
	margin-right:30px;
	margin-bottom:20px;
}

#copy #generalimage {
	float:left;
	width:200px;
	margin-bottom:20px;
}

#prodtable {
	clear:both;
	margin-top:20px;
}

#prodtable table {
	border-collapse: collapse; 
	width:600px;
}

#prodtable th {
	background:#000;
	color:white;
	text-align:center;
	padding:0;
	margin:0;
}

#prodtable td {
	padding:3px;
	vertical-align:top;
	font-size:.75em;
}

/****************************************
	sub category 
*****************************************/
.prodsub {
	border-bottom: 2px solid black;
	margin-bottom:20px;
	overflow:hidden;
}

.prodsub .category {
	margin-left:20px;
	font-weight:bold;
	font-size:1em;
}

.prodsub .leftcol {
	float:left;
	width:300px;
	margin-right:30px;
	margin-left:40px;
}

.prodsub .rightcol {
	float:left;
	margin-right:30px;
}

#title {
	font:bold 1em;
}

#sort {
	text-align:right;
	font-size:.75em;
}

#sort a {
	color:#9a1111;
}
/****************************************
	main category 
*****************************************/
#categories {
	width:650px;
	overflow:hidden;
}

#categories ul {
	list-style:none;
	overflow:hidden;
}

#categories li {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	text-align:center;
}

#categories img {
	border:0;
}

#categories a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#categories .title {
	margin-top:20px;
}

/****************************************
	cart/submit buttons
*****************************************/

input.submit {
	color: #ffffff;
	border-style: solid;
	border-color: #C1C1C1;
	border-width: 1px;
	font-family: verdana;
	background: #930000;
	font-weight: normal;
	font-size: 11px;
	text-shadow: none !important;

}
