/* 

			Barnett Fare CSS
			Rokk Media Ltd - www.rokkmedia.co.uk
			Version 1 - March 2007
						
*/

/*--------------------------------
SITE COLOURS
---------------------------------

Text - #999999 (grey)
Links - #F3931B (orange)

---------------------------------*/
body {
	font-size: 67.5%;
	line-height:140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	padding: 0;
	margin: 0;
	margin-bottom: 9px;
	color: #666;
}

/*--------------------------------
       LAYOUT
---------------------------------*/

#container {
	width: 824px;
	text-align: center;
	margin: 0 auto;
	/*To fix relative callout box - not happy about this, but couldn't solve any other way*/
	margin-top:-250px;

}

#header {
	width: 824px;
	height: 259px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#content {
	float: left;
	width: 824px;
	height:510px;
	margin: 0;
	text-align: left;
	background: #fff url(../images/template/barnett_main_bg.jpg) repeat-y;
}


#callout {
position:relative;
top:369px;
left:684px;
height:110px;
width:110px;
z-index:10;
}

#flash {
position:relative;
top:246px;
left:678px;
height:139px;
width:149px;
z-index:10;
}

/*hack to fix positioning in IE*/

/* IE6 Only */
* html #callout {
float:right;
position:relative;
bottom: 9px;
right:20px;
}

* html #flash {
float: right;
position:relative;
bottom:30px;
right:39px;
z-index:10;
}

/* IE7 Only */
*:first-child+html #callout {
position:relative;
top:369px;
left:327px;
height:110px;
width:110px;
z-index:10;
}

/* IE7 Only */
*:first-child+html #flash {
position:relative;
top:246px;
left:340px;
height:139px;
width:149px;
z-index:10;
}


/*HOME PAGE CONTENT */

#homecontainer{
float:left;
}

#home_welcome {
	background: #F3931B url(../images/home/home_welcome_bg.jpg) no-repeat;
	height:230px;
	width:412px;
	margin-left:27px;
	padding: 55px 25px 24px 25px;
}

#home_welcome #indent-right {
padding-right:83px;
}	

#home_welcome #home_welcome_button {
float:right;
position:relative;
bottom: 4px;
right:20px;
}

/*hack to fix positioning in IE*/

/* IE6 Only */
* html #home_welcome #home_welcome_button {
float:right;
position:relative;
bottom: 9px;
right:20px;
}

/* IE7 Only */
*:first-child+html #home_welcome #home_welcome_button {
float:right;
position:relative;
bottom: 9px;
right:20px;
}

#home_boxes {
	background: #F3931B url(../images/home/home_boxes.jpg) no-repeat;
	height:198px;
	width:460px;
	margin-left:27px;
	margin-top:-12px;
}

/*-------------------------------------*/

#home_boxes_wholesale {
	float:left;
	height:134px;
	width:135px;
	margin-left:23px;
	margin-top:52px;
}

#home_boxes_wholesale #home_boxes_wholesale_button {
float:left;
position:relative;
bottom: -31px;
right:-2px;
}

/*-------------------------------------*/

#home_boxes_catering {
	float:left;
	height:134px;
	width:130px;
	margin-left:10px;
	margin-top:52px;
}

#home_boxes_catering #home_boxes_catering_button {
float:left;
position:relative;
bottom: -30px;
right:8px;
}

/*-------------------------------------*/

#home_boxes_ingredients {
	float:left;
	height:134px;
	width:135px;
	margin-left:15px;
	margin-top:52px;
}

#home_boxes_ingredients #home_boxes_ingredients_button {
float:left;
position:relative;
bottom: -45px;
right:8px;
}


/*-------------------------------------*/

#home_range { 
   	padding:65px 5px 0px 25px ;
	float:left;
	background: #F3931B url(../images/home/home_range_bg.jpg) no-repeat;
	height:421px;
	width:267px;
	margin-left:8px;
}

#home_range #home_range_button {
float:left;
position:relative;
bottom: -45px;
right:-7px;
}	



/*----- Product boxes for home page range box -----*/

.product_box {
	width:251px;
	height:129px;
	margin: 10px 23px 20px 0px;
}

.product_box strong {
	display:block;
	width:190px;
	padding: 5px;
	background-color: #FDDEBB;
	color: #950000;
	font-weight:bold;
	font-size:120%;
	background-image:url(../images/products/product_name_corner.gif);
	background-repeat:no-repeat;
	background-position:top right; 
}

.product_box_container {
	border: 1px #FDDEBB solid;
	width:251px;
	height:89px;
}

.product_box_pic {
	float:left;
	padding: 5px;
}

.product_box_description {
	float:left;
	width:126px;
	height: 69px;
	background-color:#FDDEBB;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	font-size:90%;
	line-height:130%;
	}

.product_box_description .price {
	display:block;
	float:right;
	width:60px;
	background-color:#F3931B;
	background-image:url(../images/products/price_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:3px;
	margin:2px;
	color: #fff;
	font-size:120%;
	font-style:normal;
	font-weight:bold;
	}

.product_box_description .price em {
	font-size: 90%;
	font-weight:normal;
	font-style:normal;
}

.product_box_link a:link, .product_box_link a:visited {
	display:block;
	float:right;
	background-color:#FDDEBB;
	width:57px;
	height:15px;
	padding:5px;
	color:#950000;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

.product_box_link a:hover, .product_box_link a:active {
background-color:#950000;
color: #FDDEBB;
text-decoration:none;
}

/*--------------------------------
       NAVIGATION
---------------------------------*/

/*Main navigation (horizontal menu)
-------------------------------------------*/

#navcontainer-home {
	text-align: left;
	background: url(../images/template/barnett_internal_NAV.jpg) no-repeat top left;
	width: 824px;
	height: 59px;
}

#navcontainer {
	text-align: left;
	background: url(../images/template/barnett_NAV.jpg) no-repeat top left;
	width: 824px;
	height: 59px;
}


#navigation {
	width: 724px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
}

#navigation ul {
	list-style:none;
	margin: 0px;
	text-align:left;
	padding: 15px 0px 0px 38px;

	}

/* the top level menu items */

#navigation li {
 	float: left;
	padding: 0px;
	display: inline;
	height: 33px;
	background:url(../images/template/barnett_home_NAV_divider.gif) top right;
	background-repeat:no-repeat;
	}

#navigation a:link, #navigation a:visited  {
	display: block;
	color: #666;
	text-decoration: none;	
	border: none;
	padding: 20px 11px 0px 5px;
	}

#navigation a:hover {
	color: #333;
	border: none;
	
	}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

/*drop-down navigation if and when required*/

#navigation li li {
height: auto;
margin: 0;
padding: 0 0 0 0;
width: 100%;
background-color: #ededed;
color: #ffffff;
border-bottom: 1px solid #ffffff;
text-decoration: none;
}

#navigation li li span {
display: block;
margin: 0;
padding: 5px 5px 5px 12px;
position: relative;
text-align:left;
}


#navigation li ul {
margin: 0px 0 0 0px;
padding: 0;
position: absolute;
width: 135px;
left: -999em;
background: #ffffff;
border-bottom: 4px solid #bdc1c2;
}


/* FOOTER */  

#footer {
	float:left;
	width: 824px;
	height: 66px;
	padding: 220px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(../images/template/barnett_foot_h2.jpg) no-repeat top left;
}

#copyright {
	float:right;
	width: 300px;
	padding: 0;
	margin: 0;
	padding-top: 9px;
	color:#999;
}

#basenav {
float:left;
width: 470px;
}

#basenav ul {
	font-size: 1.0em;
	list-style: none;
	margin: 0;
	padding: 5px 0px 0px 10px;
	line-height: 1.9;
}

#basenav li {
	display: inline;
}

#basenav a:link, #basenav a:visited {
	padding: 23px 0px 0px 0px;
	color: #666;
	text-decoration: none;
	font-size:80%;
}

#basenav a:hover, #basenav a:active {
	color: #F3931B;
}

.divider {
	color:#F3931B;
	padding-left:2px;
}


/*--------------------------------
       LINKS
---------------------------------*/

a:link, a:visited {
	color: #F3931B;
}

a:hover, a:active {
	color: #666;
}


/*--------------------------------
       LISTS
---------------------------------*/


ul {
	list-style:square;
	margin:0px 40px 0px 40px;
}

li {
margin-bottom:5px;
}

hr {
border: #FFCC00 1px solid;
}

/*--------------------------------
       IMAGES
---------------------------------*/


img {
border:none;
}


/*--------------------------------
       OTHER
---------------------------------*/

blockquote {
	width: 210px;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;
	color: #4eafd0;
	background: url(../images/quote-open.gif) no-repeat top left;
}

#quote {
	margin: 0;
	margin-right: 10px;
	padding: 20px 20px 90px 20px;
	background: url(../images/quote-closed.gif) no-repeat bottom right;
}
