body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	color:#FFFFFF;
	line-height: 1.4;
	background-color: #FFFFFF;
	min-width: 660px;
	text-align:center;
	background: transparent url(/assets/images/common/mainBKD.jpg) repeat scroll 0 0;
}


a{	
	position: relative;
	z-index:1;
}


form {
	padding:0px;
	margin:0px;
}

input{
	position: relative;
	z-index:2;
}

textarea{
	position: relative;
	z-index:2;
}




/*-------- WRAPPERS -------------*/
.wrapper{
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-position:top;
	background-repeat:repeat-x;
	margin-top: 50px;
	margin-bottom: 60px;
}

.wrapperHome{

}

.pageWrapper{
}


.contentWrapper {
	background:url(/assets/images/common/pageBKD.png);
	background-position:top left;
	background-repeat:repeat-y;	
}

* html .contentWrapper{ 
	background:url(/assets/images/common/pageBKD.jpg) repeat-y ;
	height:100px;
	width:758px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/common/pageBKD.png', sizingMethod='scale');
}


/*-------- HEADERS  -------------*/

 .header{	
	height:30px;
	width:100%;
	background:url(/assets/images/common/header.png) no-repeat 0 0;
}

* html .header{ 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/common/header.png', sizingMethod='image'); 
}




/*----- MASTHEAD AREA------*/

.masthead{
	background-color:#FFF;
	margin: 0px 40px 0px 50px;
}

.mastheadLHS{
		float: left;
		background-image:url(/assets/images/common/pageLogo.jpg);
		background-position:top 0px;
		background-repeat:no-repeat;
}

.mastheadRHS{
		float: right;
		background-image:url(/assets/images/common/phoneNo.jpg);
		background-position:top 0px;
		background-repeat:no-repeat;
}

.mastheadLinks{
		color:#CCC;
		margin-right: 10px;
		text-align: right;
}
.mastheadLinks a{
		color:#CCC;
		text-decoration: none;
}
.mastheadLinks a:hover{
		color:#000;
}



/*----- CAMPAIGN AREA------*/

.campaignArea{
	background-position:top;
	background-repeat:no-repeat;
	width: 660px;
	height: 127px;
	margin-left: 50px;
}

.campaignAreaHome{
	background-image:url(/assets/images/campaignAreas/campaignHome.jpg);
}



/*------ NAV BAR-------*/

.navigationWrapper {
	width: 660px;
	background-image:url(/assets/images/common/navBarBKD.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 50px;
	height: 1%;
}

.navigation {
	width: 660px;
}

.nav ul {
	color: #FFFFFF;
	height: 28px;
	margin: 0px;
	padding: 0px;

}

.nav ul li { 
	display: inline;
	margin: 0px;
	padding: 0px;
}

.nav ul li a {
	float: left;
	font-size:11px;

	width: auto;
	color:#FFFFFF;
	margin: 0px;
	padding:0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
	font-weight:bold;
	text-decoration: none;
}

.nav ul li a:hover {
	color:#000;
	background-image:url(/assets/images/navBtnHOVER.jpg);
	background-position:top;
	background-repeat:repeat-x;
}



li.navLHS{
	float: left;
	background-image:url(/assets/images/navBarRHS.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	width: 3px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

li.navRHS{
	float: right;
	background-image:url(/assets/images/navBarRHS.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	width: 3px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

li.navBarDivider{
	float: left;
	background-image:url(/assets/images/common/navBarDivider.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	width: 6px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

/*-------- content -------------*/


.pageContent{
	color:#000000;
	margin-left: 50px;
	width: 660px;
	background-image:url(../images/common/pageContentBKD.jpg);
	background-position:top;
	background-repeat:repeat-x;
}




/*-------- SIGNUP -------------*/

.signUpWrapper{
	width: 381px;
	background-color:#FFF;
}


.signUpImage{
	width: 119px;
	float: left;
}

.signUpContent{
	width: 262px;
	float: left;
}

.signUpEmail input{
	margin: 4px 0px 0px 2px;
}

.signUpBtn{
	margin: 4px 0px 0px 43px;
}

.whiteBar{
	border-top: 10px solid #FFF;
}


/*-------- LH NAV -------------*/

.LHnav{
	float:right;
	width: 225px;
	background-color:#333;
	position: relative;
	top: -19px;
	right: -20px;
}

.LHnav ul{
	width: 225px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.LHnav li{

/*	list-style-image: url(../images/common/bulletLHnav.jpg);*/
	list-style: none;
	background-image:url(/assets/images/common/LHnavDivider.jpg);
	background-position: bottom ;
	background-repeat:repeat-x;
	padding-left: 0px;
	color: #FFF;
	vertical-align:middle;
	padding: 6px 0px 6px 0px;
}

.LHnav a{
	color:#FFF;
	text-decoration: none;
	background-image:url(/assets/images/common/bulletLHnav.jpg);
	background-position: top 0px;
	background-repeat:no-repeat;
	padding-left: 18px;
}

.LHnav a:hover{
	color:#F86706;
	text-decoration: none;
}

.LHnavFooter{
	background-image:url(/assets/images/common/LHnavFooter.jpg);
	background-position: top 0px;
	background-repeat:repeat-x;
	height: 22px;
}



/*-------- CART -------------*/


.cart{

	float:right;
	margin-top: 1px;
	margin-left: 20px;
}

.cart ul{ 
	background-color:#F86706;
	width:225px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 12px;
}

.cart li{
	list-style: none;
	background-image:url(/assets/images/common/cartArrow.jpg);
	background-position: left 0px;
	background-repeat:no-repeat;
	padding-left: 12px;
	color: #FFF;
	vertical-align:middle;
	margin-bottom: 4px;
}

li.cartTotal {
	list-style: none;
	background-image: none;
	margin: 0px;
	margin-top: 2px;
	padding: 8px 0px 8px 0px;
}


/*-------- CHECKOUT -------------*/

#checkoutContainer{
	border:1px solid #F86706;
	margin-left:10px;
	margin-top:30px;
	background-image:url(/assets/images/common/orangeBKD.jpg);
	height:1%;
}

.checkout{
	width:100%;
	float:left;
	position:relative;
}


.checkout h4 {
	background:#FF6600;
	color:#FFF;
	text-transform:capitalize;
	margin:0;
	padding:3px;
	height: 40px;
}
.checkout h4 span{
	float:left;
	display:none;
}


.checkoutStep{
	margin: 10px;
	float: left;
}


.checkoutStepDescrip{
	margin: 12px 15px 10px 10px;
	float: right;
}

.checkoutStepInfo{
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkoutStepCentre{
	float:none;
	width: 109px;
	margin-left: auto;
	margin-right: auto;
}

.checkoutStepElement{
	margin-left: 15px;
	margin-bottom: 4px;
}

.checkoutStepElement a, .checkoutStepElement label {
	text-decoration:none;
	color:#00401A;
	width: 200px;
	font-weight: bold;
}
.checkoutStepElement a:hover, .checkoutStepElement label:hover  {
	color:#000000;
}
.checkoutStepElementLHS{
	width: 120px;
	float: left;
	background-image: url(/assets/images/common/bullet_checkout.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 14px;
}


.checkoutStepElementRHS{
	float: left;
}

.checkoutHighlight{
	background-image:url(/assets/images/common/DARKorangeBKD.jpg);
}

.checkoutHighlight .checkoutStepElementLHS{
	width: 120px;
	float: left;
	background-image: url(/assets/images/common/bullet_checkoutDark.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 14px;
}

.checkoutSubmit{
	position: relative;
	left: 210px;
	float: left;
	margin-bottom: 30px;
}

.checkoutClearCart{
	position: relative;
	right: 40px;
	top: 48px;
	float: right;
	border: 1px solid #F86706;
	background-image:url(/assets/images/common/orangeBKD.jpg);
	padding: 6px;
}

.checkoutClearCart a{
	color: #F86706;
	font-weight: bold;
	text-decoration: none;
}

.checkoutClearCart a:hover{
	color: #000000;
}

.checkoutReview .checkoutStepElementLHS{
	width: 160px;
}


.checkoutSummary{
	border-top: 1px solid #F86706;
	margin: 10px;
	padding: 10px;
}

.checkoutSummaryElement{
	background-image:url(/assets/images/common/DARKorangeBKD.jpg);
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-right: 10px;
	width: 250px;
	height: 21px;
	color:#000000;
	font-weight: normal;
	text-align:right;
	margin-top: 1px;
	padding-top: 6px;
	font-size: 110%;
}

.checkoutSummaryElement strong
{
	color:#990000;
}

/*-------- SHOPPING -------------*/


#flashContent_shop{
	margin: 0px 0px 6px 20px;
}


.categoryHeadline {
	background:url(/assets/images/common/category.jpg) repeat-x top #007B32;
	border:1px solid #007B32;
	padding: 5px 5px 5px 8px;
	color:#FFF;
	width: 200px;
	font-weight: bold;
	height: 1%;
}


.categoryHeadline a:link {color:#FFF}
.categoryHeadline a:visited {color:#FFF}
.categoryHeadline a:active {color:#F60}
.categoryHeadline a:hover {color:#F60}

.categoryMain {
	float: left;
	width: 168px;
}

.categoryProduct {
	float:right;
	width: 461px;
}

.shopContainer{
	border:1px solid #F86706;
	margin-top: 1px;
	background:url(/assets/images/common/shopContainerBKD.jpg) repeat-y 0;
	width: 658px;
	height:1%;
}

.categoryWrapper{
	float:left;
	width: 169px;
}

.productWrapper{
	float:right;
	width: 476px;
}

.productWrapper hr, .categoryWrapper hr{
	 clear:both;
	 border:1px solid #F5A361;
	 border-bottom:none;
	 margin: 0px;
	 padding: 0px;
}

.categoryTitle {
	background: #F5C897;
	padding:7px 5px 7px 8px;
	color:#F86706;
	text-transform:uppercase;
	margin-top:0;
	width: 169px;
	font-weight: bold;
}

.productCategory{
	background:#FF6600;
	color:#FFF;
	text-transform:capitalize;
	margin:0;
	padding: 7px 3px 3px 10px;
	height: 20px;
	font-weight:bold;
}



/*-------- PRODUCT details -------------*/

.product{
	width: 476px;
	position: relative;
	padding-top: 14px;
}

.product img {
	border:1px solid #F5A361;
	margin:15px;
	margin-top: 0px;
	float:left;
	padding: 10px;
	margin-right: 20px;
	background-color:#FFFFFF;
}
.product img.zoom {
    background-color:#FFFFFF;
    border:1px solid #F5A361;
    float:left;
    margin:0px;
    padding:0px;
}
.productDetails{
	float: left;
	width: 310px;
}

.product ul{
		width: 270px;
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
}

ul.details {
		width: 150px;
		padding: 0px;
		margin-left: 10px;
		float: left;
}


.product ul li{
	list-style:none;
	color:#FB6A09;
	
}

.categoryWrapper ul li{
	list-style-image:url(/assets/images/common/li.png);
	color:#00401A;
	width: 130px;
}


.product ul li.name{
	list-style-image:url(/assets/images/common/li.png);
	color:#00401A;
	width: 280px;
}

.categoryWrapper ul li a,
.product ul li.name strong{

	color:#00401A;
	font-weight:bold;
	text-decoration:none;
}
.categoryWrapper ul li a:hover{
		color:#FB6A09;
}

.categoryWrapper ul li.selected a
{
		color:#FB6A09;
}

.product ul li.name a {
	color:#FB6A09;
	text-decoration:none;
}

.product ul li.name a span{
	display:block;
	width:175px;
	margin:10px 0;
}

.product ul li.added{
	background-color:#FF6600;
	color:#FFFFFF;
	padding:6px;
	margin:2px;
	font-weight:bold;
}

.product ul li.added a
{
	text-decoration:underline;
	color:#FFF;
}
.product ul li.added a:hover
{
	text-decoration:none;
}

.product ul li.cost{
	color:#900;
}



.controls{
	float: right;
	width: 110px;
	margin-top: 6px;
}


* html .product ul.controls{
	position:absolute;
	top:0;
	left:110px;

}


.dropdown{
	margin: 6px 0px 6px 25px;
}

.submit input,.submit img {
	background-image:url(/assets/images/common/add.jpg);
	background-repeat: no-repeat;
	background-color: none;
	border:none;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	color:#C95203;
	text-transform:uppercase;
	margin:0;
	float:none;
	padding: 0px;
}





/*-------- FOOTER -------------*/

.footerWrapper{
	background:url(/assets/images/common/footer.png) no-repeat 0 0;
	width:100%;
	height:50px;
}	

* html .footerWrapper{
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/common/footer.png', sizingMethod='image'); 
}

.footerLinks{
		color:#CCC;
		margin-right: 10px;
		text-align: right;
}
.footerLinks a{
		color:#999;
		text-decoration: none;
}
.footerLinks a:hover{
		color:#000;
}


/*-------- Weather -------------*/
#weather-box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999;
    background-color: #3f3f3f;
    clear: right;
    width: 221px;
    padding: 0 0 8px 4px;
    margin: -19px -20px 8px 8px;
    float: right;
}

* html #weather-box {
    margin: -39px -10px 0 0;
}

* + html #weather-box {
    margin: -39px -20px 0 0;
}

#weather-title {
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    text-align: right;
}

#conditions {
    color: #fff;
    padding: 4px;
    margin: 0 0 0 4px;
    font-size: 12px;
}

#conditions img {
    vertical-align: middle;
}

#forecast {
    padding: 4px;
    margin: 0 0 0 4px;
    font-size: 11px;
}

#weather-box #title {
    border-top: #999 1px dotted;
    border-bottom: #999 1px dotted;
    padding: 8px 0;
    margin: 0 0 4px 8px;
}

#weather-box a {
    color: #fc0;
    text-decoration: none;
}
#weather-box a:hover {
    text-decoration: underline;
}

#weather-box #spinner {
    display: none;
}

#weather-box #spinner img {
    vertical-align: middle;
}

/*-------- xxxxxxx -------------*/


