* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002899;
	line-height:20px;
}

a:link, a:visited, a:active {
	color:#002899;
	text-decoration:underline;
}

a:hover {
	color:#0053a1;
	text-decoration:none;
}

#top {
	margin:0 auto;
	width:990px;
	height:188px;
	background-image:url(/images/top.gif);
	background-repeat:no-repeat;
}

#middle {
	margin:0 auto;
	width:990px;
	background-image:url(/images/middle.gif);
	background-repeat:repeat-y;
	overflow:auto;
	
	/*min-height:500px;
    height:auto !important;
    height:500px;*/
}

#bottom {
	margin:0 auto;
	width:990px;
	height:50px;
	background-image:url(/images/bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:130px;
	font-size:12px;
}

#navigation {
	width:220px;
	float:left;
	padding-left:50px;
	min-height:450px;
	height:auto !important;
	height:450px;
}

#content {
	width:640px;
	float:left;	
	
	
}

#content p {
	margin-bottom:12px;
}

#text ul, #text ol {
	margin-bottom:12px;
	margin-left:25px;

}

#banner {
	text-align:center;
}

#banner img {
	border:3px solid #002899;
}

#text {
	width:380px;
	float:left;
}

#image {
	width:200px;	
	float:right;
	

	text-align:center;
}

/*shop*/

#navigation.shop {
	min-height:720px;
	height:auto !important;
	height:720px;
}

#shopnavigation {
	text-align:center;
	width:174px;
}

#navigation.shop .menu li#shop {
	margin-bottom:25px;
}

#navigation.shop .menu li#home {
	margin-top:25px;
}

#shopnavigation ul li {
	list-style-type:none;
	font-weight:bold;
	margin-bottom:6px;
	font-size:18px;
	line-height:22px;
}	

.category {
	font-weight:bold;
	font-size:18px;
	line-height:22px;
}

#shopnavigation ul li ul li,
#shopnavigation ul.shopinfo li {
	margin-bottom:0px;
	font-weight:normal;
	font-size:16px;
}	

.shopinfo {
	margin-top:12px;
}

#shopnavigation a:link, #shopnavigation a:active, #shopnavigation a:visited {
	text-decoration:none;
}

#shopnavigation a:hover {
	text-decoration:underline;
}

#thumbs ul li {
	list-style-type:none;
	float:left;
	margin:0 10px;
	text-align:center;
	margin-top:40px;
	height:250px;
	width:190px;
}

#thumbs img {
	margin-bottom:8px
}

#thumbs a:link, #thumbs a:visited, #thumbs a:active {
	text-decoration:none;
}	

#thumbs a:hover {
	text-decoration:underline;
}	

#thumbs-td {
	list-style-type:none;
	/*float:left;*/
	margin:0 10px;
	text-align:center;
	margin-top:40px;
	/*height:250px;*/
	width:190px;
}

#thumbs-td img {
	margin-bottom:12px;
}

#thumbs-td a:link, #thumbs-td a:visited, #thumbs-td a:active {
	text-decoration:none;
}	

#thumbs-td a:hover {
	text-decoration:underline;
}	

#product {
	float:left;
	margin-right:35px;
}

#product img {
	border:2px solid #002899;
}

#description {
	float:left;
}

.price {
	font-weight:bold;
}

#views {
	/*margin-top:10px;*/
}

#views ul li {
	float:left;
	list-style-type:none;
	
}

#product #views img {
	border:0;
	margin-left: 5px;
}

#product #product-img img{
	border:0;
	/*margin-left: 5px;*/
}

#inlarge a:link, #inlarge a:visited, #inlarge a:active {
	text-decoration:none;
}
#inlarge a:hover {
	text-decoration:underline;
}

/*shop end*/

/*menu*/

.menu {
	list-style: none;
}

.menu li {
	height: 24px;
	list-style: none;
	background-repeat: no-repeat;
	width:174px;
	margin:50px 0;
}

.menu li#shop {
	margin-top:10px;
}

.menu li#stockists {
	margin-bottom:10px;
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 24px;
	background-repeat: no-repeat;
	width:174px;
}

.menu:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#shop a {background-image: url(/images/shop.gif);} 
#shop {background-image:url(/images/shop-over.gif);}

#home a {background-image: url(/images/home.gif);} 
#home {background-image:url(/images/home-over.gif);}

#about-us a {background-image: url(/images/about.gif);} 
#about-us {background-image:url(/images/about-over.gif);}

#contact a {background-image: url(/images/contact.gif);} 
#contact {background-image:url(/images/contact-over.gif);}

#terms a {background-image: url(/images/terms.gif);} 
#terms {background-image:url(/images/terms-over.gif);}

#stockists a {background-image: url(/images/stockists.gif);} 
#stockists {background-image:url(/images/stockists-over.gif);}

#shop a:hover, 
#home a:hover, 
#about-us a:hover,
#contact a:hover, 
#terms a:hover,
#stockists a:hover {
	background: none;
}

/*menu end*/

