/* Globals */
html, body, div, p, h1, h2, h3, h4, h5 ,h6, p, a, img, form, fieldset, table, th, td, tr, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	border-collapse:collapse;
}

/* Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-weight:normal;
}

/* Main Layout */
#main {
	padding: 0px 0px 10px 0px;
	width: 100%;
	background:url('../images/mainbg.png') no-repeat;
	background-position: center 37px;
}

/* Top Strip */
#top {
	padding: 9px 0px 0px 0px;
	width: 100%;
	height:28px;
	background:url('../images/topbg.png' ) repeat-x;
}
#topContent {
	margin: auto;
	width: 842px;
}
#topContact {
	float:left;
	margin: auto;
	font-size: 1.4em;
	font-weight:bold;
	color: #FFFFFF;
	width:421px;;
}
#topContact .orangeText {
	color: #fc9a1c;
}
#topNav {
	float: right;
}
#topNav ul {
	list-style:none;
}
#topNav ul li {
	float:left;
	padding: 0px 15px 0px 15px;
	font-size: 1.3em;
	background:url('../images/topnavdivider.png') no-repeat;
	
}
#topNav ul li a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#topNav ul li a:hover {
	text-decoration:underline;
}
#topNav ul .first {
	background:none;
}
/* Logo Area */
#logoArea {
	margin: auto;
	width: 842px;
	height: 73px;
}
.logo {
	float: left;
	width: 226px;
	height: 73px;
	background:url('../images/logo.png' ) no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
.cart {
	float: right;
	margin: 13px 13px 0px 0px;
	padding: 13px 0px 0px 15px;
	width: 468px;
	height: 39px;
	border: 1px solid #cccccc;
	background:url('../images/cartbg.jpg') repeat-x;
}
.cart .search {
	float:left;
	width: 195px;
	border-right: 1px dashed #FFFFFF;
}
.cart .search input[type="text"] {
	margin: 0px 10px 0px 0px;
	padding: 2px 0px 0px 2px;
	border: 1px solid #757575;
	background:url('../images/inputbg.jpg') repeat-x;
	font-size: 1.2em;
	color: #9b9b9b;
	height: 20px;
	width: 125px;
}
.cart .search .gobutton {
	width: 26px;
	height: 25px;
	background:url('../images/gobutton.jpg') no-repeat;
	text-indent:-3000px;
	overflow:hidden;
	border:0px;
}
.cart .links {
	float: left;
	padding: 0px 0px 0px 10px;
	width: 260px;
	height: 29px;
	border-left: 1px dashed #cccccc

}
.cart .links ul {
	list-style:none;
}
.cart .links ul li {
	float:left;
	padding: 3px 0px 0px 0px;
	font-size: 1.3em;
	height: 21px;
}
.cart .links ul li a {
	color: #000000;
}
.cart .links ul li a:hover {
	text-decoration:none;
}
.cart .links ul .basket {
	margin: 0px 0px 0px 15px;
	background:url('../images/redbasket.png') no-repeat;
	background-position: right;
	padding-right: 22px;
}
.cart .links ul .logout {
	margin: 0px 0px 0px 15px;
}
.cart .links ul .basketItems {
	margin: 0px 10px 0px 5px;
	padding-left: 8px;
	background:url('../images/circle.png') no-repeat;
	background-position: 1px 2px;
}
.cart .links ul .basketItems span {
	margin: 0px 7px 0px 0px;
	font-weight:bold;
	color:#d8268f;
}
	
/* Inner Layout */
#shadow {
	clear:both;
	margin:auto;
	width:982px;
	min-height:638px;
	background:url('../images/shadow.png') no-repeat;
}


/* Main Navigation */
#mainNav {
	width: 842px;
	height: 30px;
	background:url('../images/navbg.jpg') repeat-x;
}
#mainNav ul {
	list-style:none;
}
#mainNav ul li {
	float: left;
	text-indent:-3000px;
	overflow:hidden;
}
#mainNav ul li a {
	display:block;
}
#mainNav ul li ul {
	position:absolute;
	z-index:150;
	display:none;
}
#mainNav ul li:hover ul {
	margin: 30px 0px 0px 0px;
	display:block;
	border-bottom: 1px solid #4e324b;

}
#mainNav ul li ul li {
	float:none;
	background:url('../images/linkbullet.jpg') no-repeat;
	background-position:20px 10px;
}
#mainNav ul li ul li a {
	padding: 5px 0px 0px 32px;
	background:none;
	text-indent:0px;
	overflow:visible;
	width: 198px;
	height: 20px;
	border-right:1px solid #4e324b;
	background:url('../images/subnavbg.png') repeat-x;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#mainNav ul li ul li a:hover {
	color:#fc9a1c;
}
.ourProducts a {
	width: 201px;
	height: 30px;
	background:url('../images/navbar/ourproducts.jpg') no-repeat;
}
.enjoy a{
	width: 134px;
	height: 30px;
	background:url('../images/navbar/enjoy.jpg') no-repeat;
}
.stocklist a{
	width: 168px;
	height: 30px;
	background:url('../images/navbar/stocklist.jpg') no-repeat;
}
.thesloe a{
	width: 169px;
	height: 30px;
	background:url('../images/navbar/thesloe.jpg') no-repeat;
}
.news a{
	width: 170px;
	height: 30px;
	background:url('../images/navbar/news.jpg') no-repeat;
}

/* Footer */
#footer {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	/*width: 795px;*/
	width:842px;
	height:154px;
	/*background:url('../images/h1rule.png') no-repeat;
	background-position:top;*/
	background:url('../images/footerbg.jpg' ) no-repeat;
}
#footer ul {
	float:left;
	margin: 15px 0px 0px 20px;
	list-style:none;
}
#footer ul li {
	padding: 3px 0px 0px 15px;
	font-size: 1.3em;
	background:url('../images/bullet.jpg') no-repeat;
	background-position: 0px 10px;
}
#footer ul li a {
	color: #545354;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:none;
}
#footer ul .fade {
	background:url('../images/bullet2.jpg') no-repeat;
	background-position: 0px 10px;
}
#footer ul .fade a{
	color: #cccccc;
}
#footer ul .last {
	background:url('../images/h1rule2.png') no-repeat;
	background-position: 10px 10px;
}
#footerLogos {
	float: right;
	padding: 25px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
#footerLogos div {
	margin: 0px 0px 10px 0px;
}
#footerLogos .bottom img {
	margin: 0px 15px 0px 0px;
}
#footerLogos img {
	float: left;
	margin: 0px 10px 0px 0px;
}
/* Bottom Navigation */
#bottomNav {
	clear:both;
	margin: auto;
	padding: 15px 0px 0px 40px;
	width: 802px;
	font-size: 1.3em;
	color:#545354;
}
#bottomNavLeft {
	float:left;
}
#bottomNavRight {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
}
#bottomNavRightText {
	float:left;
	padding: 5px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
#bottomNavRightLinks {	
	float:left;
}
#bottomNav a {
	color: #fc9a1c;
	text-decoration:none;
}
#bottomNav a:hover {
	text-decoration:underline;
}
/* Cards and company info */
#cards-and-company {
	clear:both;
	margin: auto;
	margin-top: 40px;
	padding: 15px 0px 0px 0;
	width: 802px;
	color:#545354;
	background:transparent url(../images/h1rule.png) no-repeat scroll center top ;
}
#cards-and-company .card-position {
	margin: 0 0 0 115px;
}
#cards-and-company img {
	margin: 5px 3px 5px 0;
}
#cards-and-company p {
	color: #545354;
	font-size: 1.1em;
	text-decoration:none;
	text-align: center;
}
#cards-and-company a {
	color: #fc9a1c;
	text-decoration:none;
}

#cards-and-company a:hover {
	text-decoration:underline;
}
	
/* Other */
.clear {
	clear:both;
	height:0px;
}

/* Magento */
.product-image-zoom {
	overflow:hidden;
	width: 265px;
	z-index:9;
}
