@charset "UTF-8";
html {
	height: 100%;
	overflow: inherit;
}

body {
	margin:0;
	padding:0;
	background: url(../images/background.gif);
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ---- GLOBAL ----*/

h1 {
	font-size: 26px; 
	font-weight: bold;
}

h2 {
	font-size: 18px; 
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, li {
	font-size: 12px;
}

a {
	color: #eb1c25;
	text-decoration: none;
}

ul {
	margin: 0; padding: 0;
	list-style: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

.clear {
	clear:both;
}


/* ---- MAIN ____ */

#wrapper {
	min-height: 100%; 
	width: 100%; 
	position: relative;
	text-align: left;
}

#main {
	margin:auto;
	padding:0;
	position: relative;
	width: 920px;
	text-align: center;
}

#logo {
	margin: 20px 0 0 0;
	padding:0;
	float: left;
}



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

#mainNav {
	margin:0;
	padding:38px 0 7px 0;
	width:718px;
	text-align: left;
	float: right;
	background: url(../images/tile_nav.gif) bottom repeat-x;
}

	ul#mainNav{
		list-style: none;
	}
    #mainNav li {
      display: inline;
      float: left;
    }
			#mainNav li a {
				display:block;
				float: left;
				overflow: hidden;
				text-indent: -200px;
			}
			
				#mainNav li a.nav_home {
					width: 108px;
					height: 27px;
					min-height: 27px;
					background: url(../images/nav_home.gif) no-repeat;
				}
				
				#mainNav li a.nav_range {
					width: 57px;
					height: 27px;
					min-height: 27px;
					background:  url(../images/nav_range.gif) no-repeat ;
				}
				
				#mainNav li a.nav_stockist {
					width: 82px;
					height: 27px;
					min-height: 27px;
					background: url(../images/nav_stockist.gif) no-repeat;
				}
				
				#mainNav li a.nav_tips {
					width: 112px;
					height: 27px;
					min-height: 27px;
					background: url(../images/nav_tips.gif) no-repeat;
				}
				
				#mainNav li a.nav_about {
					width: 118px;
					height: 27px;
					min-height: 27px;
					background: url(../images/nav_about.gif) no-repeat;
				}
				
				#mainNav li a.nav_contact {
					width: 93px;
					height: 27px;
					min-height: 27px;
					background: url(../images/nav_contact.gif) no-repeat;
				}
				
				#mainNav li a.nav_subscribe {
					width: 80px;
					height: 27px;
					min-height: 27px;
					background: url(../images/nav_subscribe.gif) no-repeat;
				}
			
			#mainNav li a:hover {
				background-position: 0 -27px;
			}
			
#mainNav img {
	padding: 10px 0 0 0;
	float: left;
}

/*--- MAIN NAV SELECTED --- */

#home #mainNav li a.nav_home,
#range #mainNav li a.nav_range,
#stockists #mainNav li a.nav_stockist,
#tips #mainNav li a.nav_tips,
#about #mainNav li a.nav_about,
#contact #mainNav li a.nav_contact,
#subscribe #mainNav li a.nav_subscribe {
	background-position: 0 -54px;
}

#home #mainNav .div_range,
#range #mainNav .div_range, #range #mainNav .div_stockist,
#stockists #mainNav .div_stockist, #stockists #mainNav .div_tips,
#tips #mainNav .div_tips, #tips #mainNav .div_about,
#about #mainNav .div_about, #about #mainNav .div_contact,
#contact #mainNav .div_contact, #contact #mainNav .div_subscribe,
#subscribe #mainNav .div_subscribe {
	visibility:hidden;
}
			
/* ---- HOVER MENUS ---- */
#mainNav ul.sub_nav{ 
	padding: 0;
	margin:0;
	position:absolute;
	top:65px;
	list-style: none;
	color: #FFFFFF;
	background: #c3171f;
	display:none;
  z-index: 100000;
}

#mainNav ul.sub_nav li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 175px;
  width: 175px;
}
#mainNav .tips {
  left: 452px;
}
#mainNav .about {
  left: 565px;
}

#mainNav ul.sub_nav li a {
  margin: 0;
  padding: 10px;
  text-indent: 0px;
  color: #FFFFFF;
  background: #c3171f;
  width: 100%;
  overflow:hidden;
  clear: both;
}

#mainNav ul.sub_nav li a:hover {
	background: #9a1218;
	text-decoration: none;
}

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

#secondary_nav {
	margin: 0;
	padding: 20px 0 0 0;
	width: 184px;
	float: left;
	text-align: left;
}



/* ---- PROMO ---- */

#promo {
	margin: 0;
	padding: 20px 0 0 0;
	width: 220px;
	float: right;
	text-align: left;
}

#stockist_module {
	margin: 0;
	padding: 0;
	width: 211px;
	height: 166px;
	background: url(../images/tile_grey.gif) bottom repeat-x #FFFFFF;
	border: solid 2px #eb1c25;
	float: right;
	text-align: left;
}

	#stockist_module h2 {
		margin: 0;
		padding: 17px 0 0 17px;
	}

	#stockist_module form {
		margin:0;
		padding:0 17px;
	}
	
		#stockist_module form p{
			margin: 0;
			padding-left: 7px;
      padding-right: 5px;
			font-size: 10px;
      display: inline;
		}
		
		#stockist_module form p.error{
			padding-left: 0px;
			color:#FF0000;
			height: 25px;
      font-size: 9px;
      display: block;
      padding-bottom: 10px;
		}
	
		#stockist_module form select {
			width: 75px;
			height: 20px;
		}
		
		#stockist_module form input.postcode {
			width: 60px;
			height: 15px;
			float: left;
		}
		
		#stockist_module form input.button {
			float: right;
      margin-top: 15px;
		}
		
#customer_module {
	margin: 0;
	padding: 0;
	width: 211px;
	background: url(../images/tile_grey.gif) bottom repeat-x #FFFFFF;
	border: solid 2px #eb1c25;
	float: right;
	text-align: left;
}

	#customer_module h2 {
		margin: 0;
		padding: 17px 0 17px 17px;
	}
	
	#customer_module p {
		margin: 0;
		padding: 0 0 17px 17px;
		font-size: 13px;
		line-height: 18px;
	}
		 

/* ---- CONTENT ---- */

#content {
	margin: 0;
	padding: 20px 0 0 18px;
	width: 483px;
	float: left;
	text-align: left;
}

	

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

.clear_footer {
	margin: 0;
	height: 150px;
	min-height: 150px;
}

#footer {
	margin:-103px 0 0 0;
	padding:0;
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: url(../images/background2.gif);
	border-top: solid 3px #eb1c25;
	text-align: center;
}

	#footer p{
		margin: auto;
		padding: 0;
		width: 400px;
		font-size:10px;
		color: #FFFFFF;
		text-align: left;
		float:left;
	}
	
	#footer a {
		color:#FFFFFF;
	}
	
	#footer img {
		float: right;
	}
	
	#footer_content {
		margin: auto;
		padding: 20px 0 0 0;
		width: 920px;
	}

/* ---- STOCKISTS ---- */
#stockists #content {
	margin: 0;
	padding: 20px 0 0 0;
	width: 685px;
}

	#stockists #content h1{
		margin: 0;
		padding: 0;
	}
	
	#stockists #content h3 {
		margin: 0;
		padding: 0;
		width: 200px;
		float: left;
	}
	
	#stockists #map {
		width: 681px;
		height: 400px;
		border: 2px solid #cccccc;
	}
	
	#stockists #stockist_search {
		margin: 20px 0 0 0;
		padding: 20px;
		background:url(../images/tile_grey.gif) bottom repeat-x #FFFFFF;
		border: solid 2px #eb1c25;
	}
	
	#stockist_search form {
		margin: 0;
		padding: 7px 0 0 45px;
		float: left;
		font-size: 12px;
	}
	
	#stockist_search form .postcode {
		width: 75px;
	}
	

/* ---- ERRORS ---- */
#content .errors {
  color: #EB1C25;
}
  #content .errors h3 {
    margin: 0px;
  }
  #content .errors ul {
    margin-left: 0px;
  }
#content .error {
  border: 1px solid #EB1c25;
}




#about #content {
  width: 685px;
  padding: 20px 0 0 0;
}

.promo {
  padding-top: 10px;
  float: right;
}

#disclaimer #content,
#privacy #content {
	padding: 20px 0 0 0;
	width: 920px;
}

#disclaimer #content a {
	color: #990000;
}


