/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 0 auto;
	border: 0;
	outline: 0;
	
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	background-color:#FFF;
	font-size: 11px;
		line-height: 18px;

}


a {text-decoration: none;}

/* Commonly used to style page titles. */
h1 {
	color: #0d4c34;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
/* Commonly used to style section titles. */
h2 {
	color: #7b7000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 13px;
}
h3 {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 12px;
	font-size: 12px;
	font-weight:normal;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #7b7000;
}
/* Sets the style for visited links. */
a:visited {
	color: #7b7000;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #7B7000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #7b7000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #7b7000;
}

li {
	line-height:150%;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rightcolumnContainer {
	float:right;
	width:230px;
}

#fullWidthNav {
	height: 28px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#fullwidth {
	width:980px;
	overflow: hidden;
	background-image: url(v2/columnBG.png);
}

#fullwidthblog {
	width:980px;
	overflow: hidden;
	background-image: url(v2/singleCol.gif);
	border-right: solid 1px #ccc;
}

#lowerWrapper {
	margin: 0px auto 0px auto; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	overflow: hidden;
	padding: 0;
	background-image: url(v2/columnBG2.png);
}

#outerWrapper {
	margin: 0px auto 0px auto; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	overflow: hidden;
}

#outerWrapperShop {
	padding-top: 10px;
	width: 650px;
	min-height: 500px;
}


#fullWidthHeader {
	background-color:#f4ca26;
	width:980px;
}

#fullWidthHeader #header {
	background-repeat: no-repeat;
	height: 120px;
	line-height: 15px;
	width: 980px;
	margin:0 auto 0 auto;
}

#fullWidthHeader #header #postcode {
	width:280px;
	height:13px;
	text-align:right;
	color:#0d4c34;
	float: right;
	vertical-align: baseline;
	padding-bottom: 10px;
	margin-top: 100px;
	padding-top: 5px;
}

#fullWidthHeader #header #postcodearea {
	color:#333;
	font-size: 10px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	vertical-align:bottom;
	height: 16px;
}

#fullWidthHeader #header #wheredoibuy {
	width:220px;
	height:18px;
	text-align:right;
	color:#0d4c34;
	float: right;
	vertical-align: baseline;
	padding-bottom: 10px;
	margin-top: 100px;
	margin-right: 260px;
}

#fullWidthHeader #header #logo {
	width:210px;
	height:120px;
	float: left;
	padding-top: 10px;
	padding-left:8px;
}

#navHeader {
	width:980px;
	
}

#topNavigation {
	margin:0 auto 0 auto;
	width:970px;
	color: #FAD781;
	height: 24px;
	padding: 0px 0px 8px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-transform: uppercase;
	font-weight:bold;
	background-color: #7c7500;
	letter-spacing:1px;
}

#topNavigation a:link {
	color: #FAD781;
	text-decoration: none;
}

#topNavigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#topNavigation a:visited {
	color: #FAD781;
	text-decoration: none;
}

#topNavigation a:active {
	color: #FAD781;
	text-decoration: none;
}


#outerWrapper #contentWrapper {
	overflow: hidden;
	padding: 0;
}
#left {
	float: left;
	padding: 25px 20px 25px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 205px;
	margin: 0;
}


#outerWrapper #contentWrapper #left blockquote {
	margin-left:10px;
	margin-top:0px;
}

#outerWrapper #contentWrapper #left ul {
	padding:0px 0px 0px 5px;
	margin:0 0 5px 0;
	list-style-type: none;
	line-height:24px;
}

#outerWrapper #contentWrapper #left ul a:hover {
	color:#CCC;
	text-decoration:none;
}

#outerWrapper #contentWrapper #left ul a:link {
	color:#7B7000;
	text-decoration: none;
}

#outerWrapper #contentWrapper #left ul a:visited {
	color:#7B7000;
	text-decoration: none;
}



#outerWrapper #contentWrapper #right ul {
	padding:0px 0px 0px 5px;
	margin:0 0 5px 0;
	list-style-type: none;
	line-height:24px;
}

#outerWrapper #contentWrapper #right ul {
	color:#7B7000;
}

#outerWrapper #contentWrapper #right ul a:hover {
	color:#CCC;
	text-decoration: none;
}

#outerWrapper #contentWrapper #right ul a:link {
	color:#7B7000;
	text-decoration: none;
}

#outerWrapper #contentWrapper #right ul a:visited {
	color:#7B7000;
	text-decoration: none;
}



#outerWrapper #contentWrapper #leftlinks {
	float: left;
	padding: 0px 10px 20px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	margin: 0px 0px 5px 0px;
}

#outerWrapper #contentWrapper #leftcomp {
	float: left;
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 210px;
	margin: 0px 0px 5px 0px;
	background-color: #FFF;
}

#outerWrapper #contentWrapper #leftColumn {
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	margin: 0px 0px 5px 0px;
	font-size:12px;
	line-height:14px;
	background-color: #F3F1E3;
	background-image: url(v2/cream.gif);
}

#outerWrapper #contentWrapper #leftColumnBlog {
	background-color: #FFFFFF;
	float: left;
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
}

#outerWrapper #contentWrapper #leftColumnBlog h3 {
	font-size:15px;
	line-height:24px;
}

#outerWrapper #contentWrapper #leftColumn img {
	margin-bottom:10px;
}

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

#outerWrapper #contentWrapper #rightColumn {
	background-color: #FFFFFF;
	float: right;
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	margin: 10px 0px 15px 0px;
	text-align: left;
	font-size:12px;
	line-height:16px;
}

#outerWrapper #contentWrapper #rightColumnBlog {
	background-color: #FFFFFF;
	border-left-style: none;
	float: right;
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size:12px;
	line-height:16px;
}

#outerWrapper #contentWrapper #rightColumnBlog h3 {
	font-size:15px;
	line-height:16px;
}

#outerWrapper #contentWrapper #rightColumn img {
	margin-bottom:10px;
}

#outerWrapper #contentWrapper #rightBox {
	background-color: #FFFFFF;
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	margin: 0px 0px 20px 0px;
	font-size:11px;
	line-height:16px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */


#panels {
	margin: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 470px;
	float: left;
	padding: 10px;
}

#centre {
	margin: 10px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 510px;
	float: left;
}

#centre #mainimage img {
			
}

#outerWrapper #contentWrapper #centreBlog {
	margin: 0px 0px 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 680px;
	float: right;
	padding-top: 0px;
	background-color: #fff;
	padding-bottom: 10px;
}

#outerWrapper #contentWrapper #mainBlog {
	margin: 0px 10px 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 700px;
	float: right;
	padding-top: 20px;
	background-color: #FFF;
}

#outerWrapper #contentWrapper #mybedmaxcentre {
	margin: 0px 0px 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 700px;
	float: left;
	min-height: 400px;
}

#outerWrapper #contentWrapper #caption {
	background-color: #FFFFFF;
	margin: 5px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 20px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 480px;
	float: left;
	font-size:11px;
	color:#718d6f;
}

#outerWrapper #contentWrapper #content {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 470px;
	float: left;
	font-size: 12px;
}

#outerWrapper #contentWrapper #contentBlog {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 600px;
	float: left;
}


#outerWrapper #contentWrapper #centreBlog #content {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 5px 10px 5px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 650px;
	float: left;
}

#outerWrapper #contentWrapper #mybedmaxcontent {
	background-color: #FFFFFF;
	margin: 0px 0px 20px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 675px;
	float: left;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
}

#outerWrapper #contentWrapper #centre img {
	
}

#outerWrapper #contentWrapper #leftlinks img {
}

#outerWrapper #contentWrapper #leftlinks h2 {
	line-height: 20px;
	font-size:12px; !important
}

#outerWrapper #contentWrapper #right h1 {
	line-height: 20px;
	font-size:14px; !important
}


#fullWidthFooter {
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	height: 170px;
	padding: 0px 10px 30px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FADB85;
	font-size: 12px;
	text-align: center;
	background-image: url(v2/footer2.jpg);
	width: 960px;
	text-transform: uppercase;
}

#fullWidthFooter h1 {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
/* Commonly used to style section titles. */
#fullWidthFooter h2 {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

#fullWidthFooter  a:link {
	color: #FAD781;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#fullWidthFooter a:visited {
	color: #FAD984;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#fullWidthFooter a:hover {
  color: #FFF;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
#fullWidthFooter a:focus {
	color: #FAD883;
}
/* Sets the style for a link that is being activated/clicked. */
#fullWidthFooter a:active {
	color: #FAD984;
}


.hr {
	color:#CCC;
}

td {
}

.comp {font-size:9px;}

comp {font-size:9px;}

#ticker {width:230px;
height:230px;
	list-style-type: none;
}
#hozrule {
	height:20px;
	width:430px;
	border-top: 1px solid #CCC;
}

#hozruleBlog {
	height:20px;
	width:650px;
	border-top: 1px solid #CCC;
}

.white {
	color:#7B7000;
}

.langboxes{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px;
	border-color:#F3E371;
	background:#7c7500;
	margin:2px 0px 2px 0px;
	border-style: solid;
	color:#FFF;
	height:18px;
	}
#LogInContainer {text-align:center;}
#imagerow {
	height: 253px;
	width: 980px;
}
#slogan {
	height: 25px;
	width: 980px;
	padding-top: 8px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c3bd61;
	letter-spacing: 2px;
	text-transform:uppercase;
	background-color:#133e1e;
}
#imagerow #imagerowleft {
	height: 215px;
	width: 235px;
	float: left;
}
#imagerow #imagerowcentre {
	height: 215px;
	width: 510px;
	float: left;
	padding: 0 0;
}
#imagerow #imagerowright {
	height: 215px;
	width: 200px;
	float: left;
}

#fullwidth #outerWrapper #fullwidth #outerWrapper #lowerWrapper #left #socialnetwork {
	text-align: right; !important
	padding: 10px;
}
 .clearBG {background-color:#fff;}

.margin-20 {margin-left:-20px;}

.11pixel {font-size:11px;}

#marginLeft15px {
	margin-left:10px;
!important
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right:0px;
	min-height: 130px;
}

#marginRight15px {
	margin-right:10px;
!important
	padding-bottom: 30px;
	padding-top: 0px;
	padding-left: 15px;
	min-height: 130px;
}

.black {color:#000;}

