html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #ec1b30; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaa dotted; margin: 12px 0px 13px 0px; }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 0px 25px; list-style-type: square; }
li { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; font-weight: bold; }

ul { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 32px; list-style-type: none; }
li { margin: 0px 0px 0px 0px; padding: 2px 0px 2px 15px; font-weight: normal; background-position: 2px 6px; background-image: url('images/red-bull.jpg'); background-repeat: no-repeat; }

body {
	background-color: #222;
	font-family: Helvetica, Arial;
	font-size: 12px;	
	color: #343434;
}
#Container {
	margin: 0px auto 0px auto;
	width: 960px;
}
#Border {
	float: left;
	border-right: 10px #fed30a solid;
}
#Header {
	float: left;
	width: 960px;
	height: 300px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;	
}
#HeaderEnjoy {
	float: left;
	width: 960px;
	height: 31px;
	text-align: right;
}
#HeaderEnjoy img { margin-right: -10px; }
#HeaderStrap {
	float: left; 
	width: 510px;
	height: 150px;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	padding: 50px 450px 0px 40px;
}
#Menu {
	float: left;
	padding: 4px 30px 3px 40px;
	background-image: url('images/menu-background.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
}
#Menu a { color: #fff; text-decoration: none; font-weight: bold; }
#Menu a:hover { color: #343434; text-decoration: none; }
#Menu .selected { color: #343434; text-decoration: none; }
#Content {
	float: left;
	width: 960px;
	min-height: 300px;
	padding: 0px 0px 100px 0px;
	background-color: #ffffff;
	background-image: url('images/bottom-curve.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#Footer {
	float: left;
	width: 960px;
	color: #A8A8AA;
	font-size: 10px;
	text-align: right;
	padding: 3px 0px 20px 0px;
}
#Footer a { color: #A8A8AA; text-decoration: none; }
#Footer a:hover { text-decoration: underline; }

h1 { font-size: 22px; font-weight: normal; margin: 0px; color: #343434; }
h2 { font-size: 22px; font-weight: bold; margin: 20px 0px 15px 0px; color: #ec1b30; }
h3 { font-size: 16px; font-weight: bold; margin: 15px 0px 10px 0px; color: #ec1b30; }
.size6 { font-size: 6px; line-height: 6px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; line-height: 20px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.black { color: #000; }
.red { color: #ec1b30; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 172px; border: 1px #000 solid; padding: 2px; }
.textarea { width: 172px; height: 50px; border: 1px #000 solid; padding: 2px; }
.select { width: 172px; border: 1px #aaa solid; }
.submit { width: 120px; border: 1px #aaa solid; }

blockquote { background-image: url('images/quote.gif'); background-repeat: no-repeat; padding: 0px 0px 0px 45px; margin: 0px 0px 0px 0px; }
#PullOut { min-height: 50px; width: 548px; background-image: url('images/pull-out.gif'); background-position: bottom left; border-top: 2px #ec1b30 solid; background-repeat: no-repeat; padding: 18px; margin: 0px 0px 0px 0px; }

#Column1 { float: left; display: inline; width: 280px; margin-left: 40px; line-height: 16px; }
#Column1And2 { float: left; display: inline; width: 580px; margin-left: 40px; line-height: 16px; }
#Column2 { float: left; display: inline; width: 280px; margin-left: 20px; line-height: 16px; }
#Column2And3 { float: left; display: inline; width: 580px; margin-left: 20px; line-height: 16px; }
#Column3 { float: left; display: inline; width: 280px; margin-left: 20px; text-align: right; line-height: 16px; }

#Column1And2Wrapper { float: left; display: inline; width: 620px; }

#YellowBox { float: right; display: inline; width: 178px; min-height: 100px; padding: 15px; background-color: #FED30A; background-image: url('images/yellow-corner.jpg'); background-repeat: no-repeat; background-position: bottom right; text-align: left; margin-bottom: 15px; }
#YellowBox .quote {  font-size: 18px; line-height: 22px; }
#YellowBox .credit {  font-size: 10px; line-height: 12px; }

#OrangeBox { float: right; display: inline; width: 178px; min-height: 100px; padding: 15px; background-color: #F48222; background-image: url('images/orange-corner.jpg'); background-repeat: no-repeat; background-position: bottom right; text-align: left; margin-bottom: 15px; color: #fff; }
#OrangeBox .quote {  font-size: 18px; line-height: 22px; }
#OrangeBox .credit {  font-size: 10px; line-height: 12px; }

#RedBox { float: right; display: inline; width: 178px; min-height: 100px; padding: 15px; background-color: #ec1b30; background-image: url('images/red-corner.jpg'); background-repeat: no-repeat; background-position: bottom right; text-align: left; margin-bottom: 15px; color: #fff; }
#RedBox .quote {  font-size: 14px; line-height: 16px; }
#RedBox .credit {  font-size: 10px; line-height: 12px; }

#YellowBoxWide { float: left; display: inline; width: 656px; min-height: 400px; padding: 15px; background-color: #FED30A; background-image: url('images/yellow-corner.jpg'); background-repeat: no-repeat; background-position: bottom right; text-align: left; margin-bottom: 15px; }

div.ContentTopImage { width:610px; padding-left:40px; padding-bottom:20px }

#Stockists { float: left; width: 438px; height: 240px; background-image: url('../images/stockists.jpg'); font-size: 18px; line-height: 26px; padding: 20px 200px 20px 20px; }
#Stockists a { font-weight: normal; }

#Content100 {
	float: left;
	padding: 10px;
	background-color: #ffffff;
	background-image: none;	
}












#rateStatus{float:left; clear:both; width:100%; height:0px; display: none; }
#rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin: 0px 0px 5px 0px;}
#rateMe li{float:left;list-style:none;}
#rateMe li a:hover,
#rateMe .on{background:url(../images/redstar-1.jpg) no-repeat;}
#rateMe a{float:left;background:url(../images/redstar-0.jpg) no-repeat;width:27px; height:27px;}
#ratingSaved{display:none;}
.saved{color:red; }


