/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #627981;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9D8AC;
	line-height: 24px;
}

td, th { font-size: 12px; }

a:link { color: #E3DBAD; text-decoration: none;}
a:visited { color: #FFFFCC; text-decoration: none;}
a:active { color: #AB936D; text-decoration: none;}
a:hover { color: #AB936D; text-decoration: underline;}


.smalltext {
	font-size: 9px;
	line-height: 14px;
}

div#mainwrap {
	width:800px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
} 
div#accountdetails {
	width:780px;
	background-color:#627981;
	text-align: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: larger;
	color: #244E5A;
}

div#header {
	width:800px;
	background-color:#627981;
	height: 235px;
}

div#topmenu{
	width:776px;
	background-color:#627981;
	height:55px;
	background-image: url(images/headerimage_b.jpg);
	text-align: right;
	padding-right: 24px;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: larger;
	color: #244E5A;
}

div#contentarea {width:800px; background-color:#627981;}
div#sidemenu {
	width:266px;
	background-color:#E9D8AC;
	float:left;
	color: #627981;
}

div#sidemenu a:link {
	color: #627981;
	text-decoration: none;
}
div#sidemenu a:visited {
	color: #728B94;
	text-decoration: none;
}
div#sidemenu a:hover {
	color: #AB8D69;
	text-decoration: none;
}
div#sidemenu a:active{
	color: #999999;
	text-decoration: underline;
}

div#mailinglist {
	width:224px;
	padding-right: 21px;
	padding-left: 21px;
}


#mailinglist input {
	background-color: #627981;
	color: #FFFFFF;
	border:0;}

div#menubase {
	height: 78px;
	
}


div#main {
	width:485px;
	background-color:#627981;
	float:left;
	padding-left: 24px;
	padding-right: 24px;
}
.substore {
	width: 480px;
	background-color: #FFFFFF;
}

div#footer {
	width:800px;
	background-color:#627981;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: 100;
	color: #E9D8AC;
}
ul {
	font-weight: bold;
	line-height: 24px;
	list-style-position: outside;
	list-style-type: none;
	margin-left:1.9em;padding-left:0
}



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
.logos {
	padding-right: 10px;
	padding-left: 10px;
	top: 0px;
}
.logobox {
	text-align: center;
}



.product {
	float: left;
	width: 242px;
	text-align: center;
	background-color: #FFFFFF;
	height: 200px;
}
td.product { float:none; }

.product2 {
	float: left;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
}

.storebox {
	width: 485px;
}

table.storebox { background-color:#FFF; }

.storebox a:link {
	color: #627981;
	text-decoration: none;
}
.storebox a:visited {
	color: #728B94;
	text-decoration: none;
}
.storebox a:hover {
	color: #AB8D69;
	text-decoration: none;
}
.storebox a:active{
	color: #999999;
	text-decoration: underline;}
  
  
  
	
div#main a:link {
	color: #E3DBAD;
	text-decoration: none;
	font-weight: bold;
}
div#main a:visited {
	color: #E3DBAD;
	text-decoration: none;
	font-weight: bold;
}
div#main a:hover {
	color: #AB8D69;
	text-decoration: none;
}
div#main a:active{
	color: #999999;
	text-decoration: underline;}
	
	
.sublink {
	font-weight: normal;
}
.producttext {
	float: right;
}
h2 {

	font-size: 14px;
	font-weight: normal;
	color: #AB936D;
}
h3 {
	font-weight: normal;
	font-size: 14px;
}

 
.shopwidth{
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 5px;

	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627981;
} 
 
.leftcol{
	width:121px;
	float:left;
	position:relative;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #627981;
  }
  
.maincol
{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:340px;
	padding-top: 5px;
	color: #627981;
	padding-right: 5px;
	padding-left: 5px;
 }
	
div#mainshop {
	width:485px;
	background-color:#627981;
	float:left;
	padding-left: 24px;
	padding-right: 24px;
}

div#mainshop a {
	color: #663333;
	text-decoration: none;
	}
.saletext {
	color: #993300;
}
.mailinglisth1 {
	color: #627981;
}
