/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background:#101010; color:#fff; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; /* backgrounds? */ }

#bodyWrapper { width: 980px; margin:16px auto 16px auto; }

/* specific link colours for this site */
a         { color: #f4a40d; text-decoration: none; }
a:link    { color: #f4a40d; text-decoration: none; }
a:visited { color: #f4a40d; text-decoration: none; }
a:hover   { color: #f4a40d; text-decoration: underline; }
a:active  { color: #f4a40d; text-decoration: underline; }

h1{ color:#f4a40d; }


/*******************/
/* header elements */
/*******************/
#header {  }

#logo { float: left; margin-bottom:10px; margin-top:10px; }

ul#nav      {   clear:both; border-top:1px solid #484d4e; border-bottom:1px solid #484d4e; height:22px; padding:7px 0 0px 0;}
ul#nav li   { float: left; margin-right: 10px; }
ul#nav li#tel   { float:right; }
ul#nav li#email  { float:right; margin-right:0px; margin-top:2px; }
ul#nav li#email a  { margin-right:0px;}
ul#nav li a { display: block; color:#fff; font-weight:bold; font-size:14px; margin-right:30px; text-transform:uppercase; }
ul#nav li a#other { margin:2px 0 0 0; padding:0px; background:url(../images/house_icon.png) no-repeat; width:10px; height:10px;  }
ul#nav li a:hover#other { background:url(../images/house_icon_hover.png) no-repeat }
ul#nav li a:hover { text-decoration:none; color:#f4a40d; }


/********************/
/* content elements */
/********************/
.content {  float:right; width:731px; padding:15px 0 15px 0; overflow:hidden;  }

#leftside{ 
	float:left;
	width:232px; 
	margin-bottom:21px; 
	margin-top:15px; 
	min-height:300px; 
	background:url(../images/header_categories.png) no-repeat 0 0;
}

#innerCat{ border-left:2px solid #484d4e; border-right:2px solid #484d4e; min-height:200px; margin-top:10px; }
#leftside #innerCat ul.categories{ padding:50px 0 0 13px;}
#leftside #innerCat ul.categories li{ padding-bottom:4px;}
#leftside #innerCat ul.categories li a{ color:#f0ac17; font-weight:bold; }
#leftside #innerCat ul.categories li a:hover, ul.categories li a:active{ text-decoration:none; color:#fff; }

/** sub cats **/
#leftside #innerCat ul.categories li.cat_sub{ margin-left:16px; }
#leftside #innerCat ul.categories li.cat_sub a{  color:#fff; }
#leftside #innerCat ul.categories li.cat_sub a:hover{ color:#ccc; }

/** **/
#welcomeOuter{ 
	float:left; 
	width:732px; 
	margin-bottom:21px; 
	margin-bottom:15px; 
	min-height:50px; 
	background:url(../images/header_welcome.png) no-repeat 0 0;
}

#welcomeOuter #welcomeInner{
	border-left:2px solid #f0ac17; 
	background:#fff;  
	border-right:2px solid #f0ac17; 
	min-height:50px; 
	margin-top:41px; 
	width:727px;
	padding:0px; 
	color:#000000;
	overflow:hidden;
}

#special_box_outer{
	float:left; 
	margin-right:17px; 
	background:url(../images/header_special_offers.png) no-repeat; 
	width:357px; 
	height:188px;
}
.special_box_inner{ 
	border-left:2px solid #484d4e; 
	border-right:2px solid #484d4e; 
	height:173px; 
	margin-top:10px;
}
#feature_box_outer{ 
	float:right; 
	background:url(../images/header_featured_product.png) no-repeat; 
	width:357px;  
	height:188px;
}
#feature_box_inner{ 
	border-left:2px solid #484d4e; 
	border-right:2px solid #484d4e; 
	min-height:150px; 
	margin-top:10px;
}
#store_box_outer{  
	float:left; 
	background: url(../images/header_store.png) no-repeat; 
	width:731px; 
	margin-top:15px;
}
#store_box_inner{ 
	border-left:2px solid #f0ac17; 
	border-right:2px solid #f0ac17; 
	width:727px; 
	padding:19px 0 19px 0;
	margin-top:42px; 
	background:#fff;
}
/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer { clear:both; margin-top:21px; border-top:1px solid #484d4e; font-size:11px; color:#b9b8b8; padding-top:21px;  }
#footer a { text-decoration: none; font-size:11px; color:#b9b8b8;  } /* for the clevercherry.com link */
#footer a:hover, #footer a:active  { color:#f4a40d; }

#footerLeft { float:left; width:350px; }

#footerRight { float:right; width:260px; text-align:right; }


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */
