/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #033651;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5A5758;
}

body.editor {
	background-color: #FFFFFF;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
}

a {text-decoration: none; color : #006699}
a:hover {text-decoration: none; color : #333333}

a img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 909px;
	margin: 0px auto;
	position: relative;
}

#page {
	width: 900px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#right_shadow {
	width: 7px;
	background-image: url('../images/right_shadow.gif');
}

#leftcontent {
	width: 178px;
	background-color: #F6F6F6;
	background-image: url('../images/leftnav_bg.jpg');
}

#leftnav a, #rightnav a {
	width: 175px;
	height: 36px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 36px;
}

#leftnav a:hover, #rightnav a:hover {
	color: #000000;
}

#rightnav {
	width: 176px;
	background-color: #093B54;
	height: 700px;
}

#rightnav a {
	width: 174px;
	height: 36px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 36px;
	margin-left: 2px;
}

#rightnav a.active {
	color: #f49110;
}

#leftnav a {
	background-image: url('../images/leftnav_menu_bg.gif');
}

#leftnav a.first {
	background-image: url('../images/leftnav_menu_bg_first.gif');
}

#rightnav {
	background-image: url('../images/rightnav_bg.jpg');
}

#rightnav a {
	background-image: url('../images/rightnav_menu_bg.gif');
}

#rightnav a.first {
	background-image: url('../images/rightnav_menu_bg_first.gif');
}

#content_box {
	width: 546px;
	background-image: url('../images/content_bg.gif');
}

#content {
	background-repeat: no-repeat;
	background-position: top;
	padding: 45px 16px 45px 30px;
	background-image: url('../images/content_bg.jpg');
}

#bottomnav {
	text-align: right;
	background-repeat: repeat-y;
	color: #FFFFFF;
	line-height: 26px;
	vertical-align: bottom;
	background-image: url('../images/bottomnav_bg.gif');
}

#bottomnav table {
	float: right;
	background-image: url('../images/bottomnav_menu_bg.gif');
}

#bottomnav a {
	color: #FFFFFF;
	padding: 0px 4px;
}

/* FORM CSS */

.button {
	color: #ffffff;
	background-color: #99A57D;
	border: 0px;
	margin: 2px;
	padding: 2px;
}
a.button {
    line-height: 27px;
    padding: 1px 4px 2px 2px;
}

a.button:hover { 
    color:#ffffff; 
    cursor:default;
}

/* CONTENT CSS */

.headerphoto {
	padding: 9px;
	background-image: url('../images/headerphoto_bg.png');
}

h1 {
	font-size: 18px;
	color: #231F20;
	margin-bottom: 14px;
}

h3 {
	font-size: 13px;
	color: #231F20;
	line-height: 18px;
}

.date {
	color: #CCCCCC;
}

#categoryGrid table {
	width: 100%;
}

#categoryGrid td {
	width: 33%;
}

/* PRODUCT GRID */

#categoryDescription {
	margin-bottom: 20px;
	line-height: 20px;
	color: #312D2E;
}

.myrow {
}

.display {
	margin-bottom: 5px;
	font-size: 11px;
	color: #A1A1A4;
}

.sort {
	font-size: 11px;
	color: #A1A1A4;
}

.thumbnail {
	width: 140px;
	height: 136px;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background-image: url('../images/thumbnail_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
}

.thumbnail img {
	margin: 0px 5px 0px 0px;
}

.photo {
	width: 315px;
	height: 311px;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background-image: url('../images/photo_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
}

.photo img {
	margin: 0px 5px 0px 0px;
}

.title {
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #231F20;
}

.title a {
	color: #231F20;
}

.title a:hover {
	color: #006699;
}

.description {
	width: 140px;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	color: #58585A;
}

.details {
	width: 140px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	color: #58585A;
	
}

.details a {
	color: #A1A1A4;
}

.details a:hover {
	color: #006699;
}

.individual_product {
	width: 140px;
}

.pagination {
	color: #231F20;
	float: right;
}

.pagination a {
	color: #231F20;
}

.pagination a:hover {
	color: #006699;
}

/* Product CSS */

#productDetail #extraDetails {
	padding: 5px 0px 0px 10px;
}

/* Cart CSS */

#cartItems {        
	margin-top: 10px; 
	width: 100%;
}

#cartItems th {
	text-align: left; 
}

#orderDetails {
	width: 100%; 
}

#viewCart, #customerLogin, #checkoutBilling, #checkoutShipping, #checkoutPayment, #checkoutConfirm, #checkoutComplete, #clientAccount {
	width: 100%;
}

td.form-label, td.form-label-required {
	vertical-align: middle;
}

td.form-field {
	padding: 2px 0px 2px 2px;
	vertical-align: middle;
}

.submit, .button, #searchsubmit {
	border: 1px solid #000000;
	background-color: #2D2120;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px 0px;
}

.legend-image {
	float:right;
	padding: 0px 0px 5px 20px;
}

#email_signup {
	height: 151px;
	background-image: url('../images/email_signup_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 63px;
}

#email_signup input.emailbox {
	width: 150px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
	border: 0px;
	margin-bottom: 12px;
}

#testimonial {
	padding: 0px 15px 20px 15px;
	text-align: right;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

#testimonial blockquote {
	text-align: left;
}

#featured_product {
	width: 140px;
	margin: 0px auto;
	background-image: url('../images/featured_product_bg.gif');
	background-repeat: no-repeat;
}

#featured_product img {
	margin: 5px 0px 8px 5px;
}

#featured_product a b {
	color: #292526;
}

#featured_product a {
	color: #999999;
}

#price {
	font-weight: bold;
}

#sidebar {
	padding: 0px 15px 20px 15px;
	color: #000000;
}

#sidebar li {
	list-style: none;
}

#sidebar li.categories li {
	list-style: disc;
	list-style-position: inside;
}

#sidebar h2, #sidebar form div {
	font-size: 15px;
	font-weight: bold;
}

#sidebar a {
	color: #000000;
}

#sidebar form {
	margin-bottom: 15px;
}

#sidebar input {
	margin: 3px 0px;
}

#sidebar #s {
	border: 1px solid #BB7914;
	width: 143px;
	padding: 2px 1px;
}

.cartWarning, .myerror { color: #FF0000; }

/* Blog CSS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

img.alignright {      
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
} 

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;  
}

img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}       

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
	height: 20px;
}

#social_icons {
	position: absolute;
	top: 1px;
	right: 18px;
}

#cartnav {
	position: absolute;
	top: 1px;
	right: 50px;
	background-image: url('../images/cartnav_bg.gif');
	background-repeat: no-repeat;
}

#cartnav ul {
	height: 22px;
	background-image: url('../images/cartnav_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#cartnav li {
	list-style: none;
	float: left;
	padding: 0px 9px 0px 10px;
	background-image: url('../images/cartnav_divider.gif');
	background-repeat: no-repeat;
}

#cartnav li a {
	color: #FFFFFF;
}

#cartnav li a:hover {
	color: #000000;
}

#header_feature {
	border: 1px solid #000000;
	background-image: url('../images/header_feature_bg.gif');
	background-repeat: repeat-x;
	background-color: #F3692A;
	padding: 10px;
	color: #FFFFFF;
	width: 210px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: 48px;
	left: 335px;
}

#header_feature strong {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

