/*GENERAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body.background {
	background-color: #694651;
}

#page {
	margin:0 auto;
	padding:0;
	background-image : url("/images/wall.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #694651;
	clear: both;
	width:1050px;
}

#page-wrapper {
	margin:0 auto;
	padding:0;
	clear: both;
	width:990px;
}

div, p, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	color : #333333;
	font-style : normal;
	line-height:20px;
}

hr {
	color:#999999;
	height:1px;
}

.medium {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	line-height:15px;
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	line-height:12px;
}

.smallbold {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000000;
	line-height:12px;
}

.smallgrey {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #666666;
	line-height:12px;
}

.small-white {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
}

.odd { background-color: #e9e3e5; }
.even { background-color: #EEEEEE; }

#subpage-content ul li {
	list-style-image : url("/images/li.gif"); 
	margin-left : -10px;
}

.imgout {
	border: 0;
	filter: alpha(opacity=60);
	margin: 0;
	padding: 0;
}

.imgover {
	border: 0;
	margin: 0;
	padding: 0;
}	

/*LINKS--------------------------------------------------*/

a:link {
	color: #ab6440;
	font-weight : bold;
}
a:visited {
	color: #532e3a;
	font-weight : bold;
}
a:hover {color:#532e3a;}

/*HEADINGS--------------------------------------------------*/

h1.title {
	font-family : Arial, Verdana, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color : #000000;
	margin-top:0px;
}

h1 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #000000;
	margin-top:0px;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #333333;
	margin-top:0px;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 11pt;
	color : #000000;
	margin-top:0px;
}

h6 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #333333;
	padding:10px;
	line-height:15px;
	background-color:#EEEEEE;
}

/*HEADER--------------------------------------------------*/

#header-wrapper {
	margin:0 auto;
	width:929px;
	height:128px;
	padding-left:30px;
	padding-right:30px;
	
}

#logo {
	float:left;
	width:158px;
	height:78px;
	border:0px;
	padding-top:30px;
	padding-bottom:20px;
}

/*REGISTRATION--------------------------------------------------*/

#registration {
	float:right;
	width:198px;
	padding-top:52px;
	height: 67px;
	
}
#registration p {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #fffefe;
	font-style : normal;
	margin: 0px 0px 5px 0px;
	line-height:15px;
}

#registration-input {
	float:left;
	width:169px;
}

#registration-button {
	float:right;
	
}

/*MENU--------------------------------------------------*/

#menu {
	background-image : url("/images/menu_under.gif");
	background-repeat : no-repeat;
	background-color:#5c3843;
	width : 990px;
	height : 39px;
	
}

.menutop {
	float:left;
}

.menutop ul {
	margin-top:9px;
	padding-left:10px;
	margin-left:0px;
}

.menutop li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-weight:normal;
	font-size : 14px;
	color:#ebdcd4;
	text-transform:uppercase;
	line-height: 20px;
	display:block;
}

.menutop li a, .menutop li a:visited {
	color:#ebdcd4;
	text-decoration:none;
	font-weight:bold;
	font-size : 14px;
	padding-left: 16px;
	padding-right: 16px;
}

.menutop li a:hover, .menutop li a.active {
	color:#FFFFFF;
}

.submenu ul {
	margin:0px;
	padding:0px;
	text-align:right;
}

.submenu li {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-weight:normal;
	font-size : 14px;
}



/*HOME PRODUCT--------------------------------------------------*/

#home-prod-wrapper {
	padding:18px 0px 18px 0px;
	margin:0px;
	overflow:hidden;
	height: 20px;
}

#home-prod-range {
	float:right;
	height: 20px;
	padding-right: 30px;
	margin: 0px;
}

#product-placeholder {
	padding-bottom: 30px;
}


/*HOMEPAGE CONTENT--------------------------------------------------*/

#homecontent-wrapper {
	margin:0 auto;
	padding:0 30px 0 30px;
	text-align:left;
	width:930px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#homecontent-left {
	padding:0px;
	text-align:left;
	float:left;
	width:510px;
	height:345px;
	margin-right:20px;
}

#homecontent-left h1 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color : #000000;
	margin-bottom:10px;
}

#homecontent-left p {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	line-height:17px;
	padding:8px 0 0 0;
	margin:0px;
}

#homecontent-right {
	padding: 0px;
	text-align:left;
	float:right;
	width:400px;
}

#home-snippets-heading {
	width: 930px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

h2.snippets {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	padding:0px;
	margin-bottom:20px;
	width: 930px;
	height: 36px;
	line-height:36px;
	padding-left:25px;
	background-image : url("/images/h2_snippets.gif");
	background-repeat:no-repeat;
	display:block;
}

#home-snippets {
	width: 930px;
	margin:0px;
	padding:0px;
	border-left:1px #c59881 dotted;
	overflow:hidden;
}

div.homecontentbox {
	padding:0 25px 0 25px;
	float:left;
	width:258px;
	border-right:1px #c59881 dotted;
}

div.homecontentbox h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #000000;
	padding-bottom:5px;
	text-transform: none;
	line-height: 10px;
	margin-bottom:0px;
}

div.homecontentbox p {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11px;
	color : #6f605b;
	font-style : normal;
	line-height:16px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:10px;
}

div.homecontentbox p img {
	padding-left: 20px;
}

/*--------HOMEPAGE ANIMATION--------*/

div.banner_scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 400px; 
    height:345px; 
	background-color:#FFFFFF;
}
 
div.banner_scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.banner_scrollable div.items div { 
    position:absolute;
    top:0;
    left:0;
}

div.banner_scrollable div.items div p { 
	margin:0px;
	padding:0px;
}

div.banner_scrollable div.items div {
    z-index:8;
}

div.banner_scrollable div.items div.active {
    z-index:10;
}

div.banner_scrollable div.items div.last-active {
    z-index:9;
}


/*GENERAL CONTENT--------------------------------------------------*/

#pagetitlewrap {
	margin:0 auto;
	width:700px;
	overflow:hidden;
}

#pagetitleleft {
	float:left;
	width:400px;
	overflow:hidden;
}

#pagetitleright {
	float:right;
	width:300px;
	overflow:hidden;
}

#subpage-wrapper {
	margin:0 auto;
	width:990px;
	overflow:hidden;
	margin-top:30px;
	background-image : url("/images/wall_content.gif");
	background-repeat:repeat-y;
}

#subpage-content-frame {
	float: right;
	width:760px;
}

#subpage-content {
	margin:0 auto;
	width:700px;
	background-color:#FFFFFF;
	overflow:hidden;
	padding:18px 30px 30px 30px;
	text-align:left;
	overflow:hidden;
}

.shopintro div p img {
	margin-left:20px;
	border:1px #d8c2b6 solid;
}

#tips {
	margin:0 auto;
	margin-top:20px;
	width:630px;
	background-color:#f5efeb;
	padding:20px;
	border:1px #d8c2b6 solid;
	margin-left:0px;
}

#tips h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	color : #000000;
	margin:0px;
}

#tips p, #tips div {
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	color : #333333;
	font-style : normal;
	line-height:20px;
	margin: 0px;
}

table.stockists h2 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #000000;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#f5efeb;
	padding: 4px;
}



/*PRODUCTS--------------------------------------------------*/

.prodimage {
	border:1px #d8c2b6 solid;
	height:200px;
	width:200px;
}

.prodthumb {
	border:1px #d8c2b6 solid;
	height:100px;
	width:100px;
}


/*SUB PAGE PRODUCT MENU--------------------------------------------------*/

#product-menu-frame {
	float: left;
	width:199px;
	margin:0 auto;
}

#product-menu{
	padding:18px 20px 20px 20px;
}

#product-menu ul {
	text-align:left;
	padding-left:0px;
	margin:0px;
	padding-top:0px;
}

#product-menu li {
	display:block;
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom:1px #c59881 dotted;
	padding-top:7px;
	padding-bottom:7px;
}

#product-menu li a:link, #product-menu li a:visited {
	color:#ab6440;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	padding-left:10px;
	display:block;
}

#product-menu li a:hover {
	color:#532e3a;
	padding-left:10px;	
	background-image : url(/images/li-product.gif);
	background-repeat : no-repeat;
}

#product-menu li a:active, #product-menu li a.active {
	color:#532e3a;
	background-image : url(/images/li-product.gif);
	background-repeat : no-repeat;
	padding-left:10px;
}

/*FOOTER--------------------------------------------------*/

#footer-wrapper {
	width:930px;
	margin:0 auto;
	text-align:center;
	height:60px;
	padding-top:20px;
}

#footerleft {
	float:left;
	width:59px;
}

#footerright {
	float:right;
	text-align:right;
	width:67px;
	font-family : Helvetica, Arial, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #333333;
}

#footerleft a, #footerright a  {
	text-decoration:none;
	font-weight:bold;
	color: #e5e0c6;
}

#footerleft a:hover, #footerright a:hover  {
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
}
/*FORMS--------------------------------------------------*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	font-family : Arial, sans-serif;
	border: 1px solid #5f3844; 
	background: #f8f4f1;
	color: #000000;
	margin: 0;
	padding-left: 3px;
	font-size : 10pt;
}

.reg-forminput {
	font-family : Arial, sans-serif;
	border: 1px solid #ffffff; 
	background: #efe5de;
	color: #000000;
	margin: 0;
	padding: 0px;
	font-size : 10pt;
}

.required {
	border-left: 4px solid #5f3844;	
}