* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
	margin:20px;
}

a:link, a:active, a:visited {
	color:#ad2f41;
	text-decoration:underline;
}	

a:hover {
	text-decoration:none;
}

body.shop {
	background-image:url(/images/stripes.jpg);
	background-position:center;
	margin:3px;
}

#top {
	width:918px;
	background-image:url(/images/top.png);
	background-repeat:no-repeat;
	margin:0 auto;
	height:146px;
}

#bottom {
	width:918px;
	background-image:url(/images/bottom.png);
	background-repeat:no-repeat;
	margin:0 auto;
	height:156px;
}

#middle {
	background-image:url(/images/middle.png);
	background-repeat:repeat-y;
	width:880px;
	margin:0 auto;
	padding:0 19px;
	overflow:auto; /*better than fixed height - also display:table sometimes breaks the floats inside in ff*/
}

#left {
	width:170px;
	text-align:center;
	padding:10px 0;
	float:left;
}

#right {
	width:690px;
	float:right;
	padding-bottom:15px;
}

.title {
	clear:both;
	/*margin-top:24px;*/
	margin:0px;
	padding:0px;
	margin-bottom:24px;
	font-size:24px;
	color:#ad2f41;
	height:42px;
	line-height:normal;
}

.cat-title {
	clear:both;
	font-size:24px;
	color:#ad2f41;
	height:56px;
	/*line-height:normal;*/
}

h1 {
	clear:both;
	font-size:20px;
	color:#ad2f41;
	height:56px;
}

.producttitle {
	
	padding-bottom:20px;
	font-size:20px;
	color:#ad2f41;

}

#product {
	width:285px;
	/*height:459px;*/
	height:483px;
	padding-left:24px;
	padding-top:31px;
	background-image:url(/images/product.jpg);
	background-repeat:no-repeat;
}

#description {
	float:right;
	width:370px;
	line-height:18px;
	font-size:12px;
}

#description p {
	margin-bottom:10px;
}

#stock {
	width:250px;
	
	
}

#whole {
	width:350px;
	
	
	float:right;
	margin-right:15px
}

.tara {
	text-align:center;
	margin-top:20px;
}

#category {
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:18px;
}

#category p {
	margin-bottom:10px;
}

#category ul {
	margin-left:-7px;
}

#cat-product {
margin-left:-7px;
}
#category ul li {
	padding:0 15px;
	line-height:22px;
	width:190px;
	height:355px;
	background-image:url(/images/category.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	float:left;
	margin-right:7px;
	margin-bottom:13px;
	
	text-align:center;
	padding-top:20px;
	
}

$static-page-div {
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:18px;
}

#category-td {
	padding:0 15px;
	line-height:22px;
	width:190px;
	height:355px;
	background-image:url(/images/category.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	float:left;
	margin-right:7px;
	margin-bottom:13px;
	
	text-align:center;
	padding-top:20px;
	
}

#category img {
	margin-bottom:18px;
}

#category ul li a:link, #category ul li a:visited, #category ul li a:active {
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:normal;
}

#category ul li a:hover {
	color:#ad2f41;
}

#category-td a:link, #category-td a:visited, #category-td a:active {
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:normal;
}

#category-td a:hover {
	color:#ad2f41;
}


#price {
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}

#alternate {
	margin-top:10px;
}

#alternate ul {
	padding:0;
	margin:0;
}

#alternate ul li {
	padding:0;
	margin:0;
	width:94px;
	height:150px;
	background-image:none;
	margin-right:7px;
	
}

#left ul {
	margin-top:15px;
}

#left ul li {
	list-style-type:none;
}

#left ul li a:link, #left ul li a:active, #left ul li a:visited {
	color:#ad2f41;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
}

#left ul li a:hover {
	text-decoration:underline;
}

#static {
	width:900px;
	height:560px;
	margin:0 auto;
	background-repeat:no-repeat;
}

.home {
	background-image:url(/images/home.jpg);
}

.about {
	background-image:url(/images/about.jpg);
}

.about #content {
	padding-top:20px;
}

#logo {
	margin-left:45px;
}

#navigation {
	width:100px;
	float:left;
}

#content {
	width:560px;
	float:right;
	margin-top:120px;
	margin-right:220px;
}

#content p {
	margin-bottom:8px;
}

#mirror {
	float:right;
	margin-left:5px;
}

/*menu*/

.menu {
	padding-top:140px;
	list-style: none;
	margin-left:15px;
}

.menu li {
	
	margin-bottom:5px;
	height: 26px;
	list-style: none;
	background-repeat: no-repeat;
	
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 26px;
	background-repeat: no-repeat;
}

.menu:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#home a {background-image:url(/images/home.gif);width:54px;} 
#about a {background-image:url(/images/about.gif);width:59px;} 
#shop a {background-image:url(/images/shop.gif);width:46px;} 
#stockists a {background-image:url(/images/stockists.gif);width:71px;}
#gall a {background-image:url(/images/gallery.gif);width:65px;}
#contact a {background-image:url(/images/contact.gif);width:68px;} 

.menushop {
	list-style: none;
	margin-left:26px;
	margin-left:0;
	margin-top:15px;
}

.menushop li {
	margin-right:34px;
	height: 54px;
	list-style: none;
	background-repeat: no-repeat;
	float:left;
}

.menushop li a, .menushop li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 54px;
	background-repeat: no-repeat;
}

.menushop:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*menu end*/

#footer {
	clear:both;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.sizing {
	font-size:12px;
	margin-top:20px;
	border-collapse:collapse;
	
}

.sizing td, .sizing th {
	border:1px solid #e6e6e6;
	padding:5px;
		width:80px;
}

.sizing th {

	font-weight:bold;
	text-align:left;
}

/*wall gallery*/

#gallery {
	clear:both;
	width:880px;
	height:580px;
	overflow:auto;
	margin-bottom:20px;
}

#wall {
	height:550px;
	width:1431px;width:4197px;
	background-image:url(../images/wall.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#wall ul {
	margin:0;
	padding:0;
}

#wall ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
}

#wall ul li#photo-a01 {
	width:100px;
	height:134px;
	left:43px;
	top:303px;
}

#wall ul li#photo-a02 {
	width:52px;
	height:71px;
	left:199px;
	top:286px;
}

#wall ul li#photo-a03 {
	width:50px;
	height:40px;
	left:366px;
	top:191px;
}

#wall ul li#photo-a04 {
	width:116px;
	height:163px;
	left:312px;
	top:273px;
}

#wall ul li#photo-a05 {
	width:90px;
	height:69px;
	left:466px;
	top:128px;
}

#wall ul li#photo-a06 {
	width:59px;
	height:42px;
	left:614px;
	top:177px;
}

#wall ul li#photo-a07 {
	width:69px;
	height:86px;
	left:613px;
	top:286px;
}

#wall ul li#photo-a08 {
	width:86px;
	height:72px;
	left:797px;
	top:110px;
}

#wall ul li#photo-a09 {
	width:90px;
	height:109px;
	left:822px;
	top:403px;
}

#wall ul li#photo-a10 {
	width:96px;
	height:75px;
	left:976px;
	top:77px;
}

#wall ul li#photo-a11 {
	width:99px;
	height:135px;
	left:953px;
	top:222px;
}

#wall ul li#photo-a12 {
	width:89px;
	height:121px;
	left:1119px;
	top:155px;
}

#wall ul li#photo-a13 {
	width:78px;
	height:147px;
	left:1296px;
	top:97px;
}

#wall ul li#photo-a14 {
	width:78px;
	height:148px;
	left:1296px;
	top:290px;
}

#wall ul li#photo-b01 {
	width:100px;
	height:134px;
	left:1425px;
	top:303px;
}

#wall ul li#photo-b02 {
	width:52px;
	height:71px;
	left:1582px;
	top:286px;
}

#wall ul li#photo-b03 {
	width:50px;
	height:40px;
	left:1749px;
	top:191px;
}

#wall ul li#photo-b04 {
	width:116px;
	height:163px;
	left:1695px;
	top:273px;
}

#wall ul li#photo-b05 {
	width:90px;
	height:69px;
	left:1849px;
	top:128px;
}

#wall ul li#photo-b06 {
	width:59px;
	height:42px;
	left:1997px;
	top:177px;
}

#wall ul li#photo-b07 {
	width:69px;
	height:86px;
	left:1996px;
	top:286px;
}

#wall ul li#photo-b08 {
	width:86px;
	height:72px;
	left:2180px;
	top:110px;
}

#wall ul li#photo-b09 {
	width:90px;
	height:109px;
	left:2204px;
	top:403px;
}

#wall ul li#photo-b10 {
	width:96px;
	height:75px;
	left:2359px;
	top:77px;
}

#wall ul li#photo-b11 {
	width:99px;
	height:135px;
	left:2336px;
	top:222px;
}

#wall ul li#photo-b12 {
	width:89px;
	height:121px;
	left:2502px;
	top:155px;
}

#wall ul li#photo-b13 {
	width:78px;
	height:147px;
	left:2679px;
	top:97px;
}

#wall ul li#photo-b14 {
	width:78px;
	height:148px;
	left:2679px;
	top:290px;
}

#wall ul li#photo-c01 {
	width:100px;
	height:134px;
	left:2808px;
	top:303px;
}

#wall ul li#photo-c02 {
	width:52px;
	height:71px;
	left:2965px;
	top:286px;
}

#wall ul li#photo-c03 {
	width:50px;
	height:40px;
	left:3132px;
	top:191px;
}

#wall ul li#photo-c04 {
	width:116px;
	height:163px;
	left:3078px;
	top:273px;
}

#wall ul li#photo-c05 {
	width:90px;
	height:69px;
	left:3232px;
	top:128px;
}

#wall ul li#photo-c06 {
	width:59px;
	height:42px;
	left:3380px;
	top:177px;
}

#wall ul li#photo-c07 {
	width:69px;
	height:86px;
	left:3379px;
	top:286px;
}

#wall ul li#photo-c08 {
	width:86px;
	height:72px;
	left:3563px;
	top:110px;
}

#wall ul li#photo-c09 {
	width:90px;
	height:109px;
	left:3587px;
	top:403px;
}

#wall ul li#photo-c10 {
	width:96px;
	height:75px;
	left:3742px;
	top:77px;
}

#wall ul li#photo-c11 {
	width:99px;
	height:135px;
	left:3719px;
	top:222px;
}

#wall ul li#photo-c12 {
	width:89px;
	height:121px;
	left:3885px;
	top:155px;
}

#wall ul li#photo-c13 {
	width:78px;
	height:147px;
	left:4062px;
	top:97px;
}

#wall ul li#photo-c14 {
	width:78px;
	height:148px;
	left:4062px;
	top:290px;
}