/* GLOBAL */

html{
	font-size: small;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
    }

body {
	font-family: Helvetica, Arial, Verdana;
	line-height:1.3em;
	color: #000;
	background-color: #0c2a4c;
	background-image: url(graphics/en-US/new/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
    }

a { 
	color: #111431; 
	}

h2, h4 { padding: 0; margin: 0; font-family:  Tahoma, helvetica, Arial, verdana, sans-serif }
h1, p, ul, ol { margin-top: 0; margin-bottom: 14px; }
h3, h5, td, table, form, div { margin: 0; padding: 0; }
img { border: 0; }

h1 { font: Arial, Helvetica, sans-serif; font-size:30px; font-style: italic; color:#111431; }
h2, h4, h5 { font-size: 1em; }
h2 a { text-decoration: none; }
h2 a:hover { text-decoration:underline; }
h3 { font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;}
h5 { display: inline; }

form { 
	display:inline; 
	}

select {
	margin-bottom: 3px; 
	}

#content {
	float:right;
	width: 570px;
	}
	
#content_home {
	float:right;
	width: 570px;
	}
	
#content_home h1 {
	display:none;
	}
	
#login {
	line-height:25px;
    width: 265px;
	}

#mainbody {
	width: 822px;
	margin: 0 auto 30px auto;
	padding: 18px 27px 44px 27px;
	font-size:95%;
	background:url(graphics/en-US/new/mainbody_bottom.jpg) bottom no-repeat #fff;
	}
	
#mainbody_account {
	width: 822px;
	margin: 0 auto;
	padding: 18px 27px 44px 27px;
	font-size:95%;
	background:url(graphics/en-US/new/mainbody_bottom.jpg) bottom no-repeat #fff;
	}

#topbar {
    width: 876px;
	margin: 0 auto;
	padding-top: 78px;
	background:url(graphics/en-US/new/logo_top_phone.png) top no-repeat #fff;
	}
		
.clear {
	clear:both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float:right;
	}
	
	
/* NAVBAR */

#logo {
	height: 205px; 
	width: 822px;
	display:block;
	margin: 0 27px;
	background: url(graphics/en-US/new/company_logo.jpg) no-repeat;    
}

#navbar {
	background: #333333;
	color: #fff;
	height: 34px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 822px;
}

#navbar-main {
	float: right;
	position: relative;
	width: 806px;
}

#navbar-main ul {
	float: left;
	list-style: none;
	position: absolute;
}

#navbar-main ul li {
	background: #333333;
	float: left;
	font-weight: bold;
	padding: 9px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

#navbar-main ul li a {
	color: #fff;
	text-decoration: none;
}

#navbar-main ul li a:hover {
	text-decoration: underline;
}

#navbar-main ul li#currenttab {
	background: #5d5d5d;
}

#navbar-main #search {
	float: right;
	height: 24px;
	padding: 6px 10px 0 10px;
}

#navbar-main #search input {
	float: right;
}

#navbar-main #search input.searchbutton {
	height: 13px;
	padding: 6px;
}

#navbar #right-edge {
	/*background: #333333 url(graphics/en-US/new/logobar_curve.png) bottom right no-repeat;*/
	float: right;
	height: 34px;
	width: 8px;
}

#navbar #right-edge.checkout {
	/*background: #978068 url(graphics/en-US/new/right_checkout_03.jpg) bottom right no-repeat;*/
}

#navbar #left-edge {
	background: #333333 url(graphics/en-US/new/search_curve.png);
	float: left;
	height: 34px;
	width: 8px;
}

#login-links {
	clear: both;
	margin: 0 27px;
}
	
/* CTGY */

#nextbutton {
	clear:both;
	float:right;
	margin-top: 20px;
	}

#prevbutton {
	position: relative;
	top: 25px;
	clear:left;
    float:left;
	}

.catrow {
	float:right;
    margin: 10px 0;
    width:570px;
    }
		
.prodbutton {
	margin: 7px auto;
	}
	
.prodbutton form { 
	display:block; 
	}	
				
.prodcolumn {
    float:left;
	width:275px;
	padding-right: 10px;
	text-align:center;
	}

.prodcolumn h2 { width:191px; color: #791215; display:block; margin: 0 auto; }

.thumb {
	margin: 5px auto;
	}
		
			
/* ACCOUNT PAGES */

.account_column {
	width: 50%;
	float:left;
	}	

.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
	}
	
.invalid {
	color: #FF0000;
	}
	
.pad {
    margin-top: 25px;
	}
	 
	
/* BASKET */

#total {
    padding: 10px 0 0 10px;
    text-align:right;
	}
	
.baskettext_left{
	padding: 3px 15px 0 10px;
    vertical-align: top;
	}

.baskettext_right{
	padding: 3px 0 0 10px;
	text-align: right;
    vertical-align: top;
	}
	
.baskettext_left h4, .baskettext_right h4 { margin: 1px 0 2px 0; }

.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
	}


/* PRODUCT PAGES */

h1#prodname {
	display:block;
	margin-bottom: 0;
	line-height:1.2em;
	}

#prodadd {
	display:inline; 
	position:relative; 
	top: 5px;
    }
	
.prodimage {
	margin: 0 20px 5px 0;
	float:left;
	}
	
	
/* PRODUCT LIST */
		
.alt_row_color {
	background: #f6f6f6;
	}

.listheader {
	background-color: #e1dbd4; 
	color: #000;
    height:20px;
    padding: 4px 5px; 
	border-top: 4px solid #627e68;
	}
	
.productlist_row {
	padding: 4px 6px;
	float:right;
	width: 560px;
	}
	
.productlist_row form { display:inline; float:right; margin-left: 3px; }
	
.productrow_text{
	width: 235px;
	padding-top: 2px;
	float:left;
	}	
	
.productrow_text .floatleft { max-width: 300px; width:expression(document.body.clientWidth > 287? "300px": "auto" ); }	
	

/* SUBNAV - CATTREE */

ul#first{
	width:100%;
	margin: 0;
	padding: 0 0 20px 0;
	background:url(graphics/en-US/new/subnav_bottom.jpg) no-repeat bottom;
	border-top:1px dotted #fff;
	}

#subnav{
	float:left;
	width: 211px;
	font:bold 1.1em tahoma, helvetica, arial;
	padding-top: 34px;
	background:url(graphics/en-US/new/subnav_top.png) no-repeat #68440c;
	}

#subnav h5 { display:block; color:#fff; background:#3B3939; padding: 6px 4px 6px 17px; }
#subnav li { margin: 0; padding: 20; list-style:none; border-bottom:1px dotted #fff; text-transform:uppercase; }	
#subnav li a { color: #fff; text-decoration:none; display: block; padding: 6px 4px 6px 17px; background:#5d5d5d; }
#subnav li a:hover { text-decoration:underline; }
#subnav li ul { margin: 3px 0; padding: 0; font-weight:normal; }
#subnav li.subcategory { padding: 0; margin: 0; list-style:none; border:none; }	
#subnav li.subcategory a { color: #FFFFFF; padding: 5px 2px 5px 5px; background: #68440c; text-transform:capitalize; height:17px; }		
#subnav li.subcategory a:hover { text-decoration:underline; }	
#subnav li.subcategory a:visited:hover { color: #ffffff; }
#subnav li.subcategory h5 {
	color: #FFFF00;
	padding: 5px 5px 5px 5px;
	background:none;
	text-transform:capitalize;
	font-size: 12px;
}

/* FOOTECOPYR */

.footer_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;font
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
a.footer_copy:link {
	color: #000000;
	text-decoration: none;
}
a.footer_copy:visited {
	text-decoration: none;
	color: #000000;
}
a.footer_copy:hover {
	text-decoration: underline;
	color: #000000;
}
a.footer_copy:active {
	text-decoration: none;
	color: #000000;
}
	
/* CONTACTCOPY */

.contact_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contact_copy_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.contact_form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	text-align: center;
}

.ctgy_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}