body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
		background: #336666;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: center;
}


	a, a:visited {	
	color: #336666;
	background: inherit;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	background: inherit;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	color: #663300;
}

h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #663300;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #663300;
	
}
h3 {
	font-size: 130%;	
}
p {
	margin:.4em 0 .8em 0;
	padding:0;


}


img {
	margin:7px 0 5px;
}

.center {
text-align: center; }


#ads img {
	display:block;
	padding-top:10px;
}


/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}


/* Header styles */
#header {
	clear:both;
	width:100%;
	background-color: #cc9966;
	
}
#header img
{
	border-style: none;
}

#header {
	border-bottom:1px solid #cc9966;
	text-align: center;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	width:100%;
	list-style:none;
	margin: 0px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:inline;
	margin:0 0 0 1px;
	padding:3px 7px;
	text-align:center;
	background-color: #cc9966;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */




}



/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background: #FFFFE5;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background: #FFFFE5;	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear: both;
	float: left;
	background-color: #336666;
	width:100%;
    text-align: center;
	overflow: auto;
	font-weight: bold;
	
	
}
#footer p {
	clear: both;
	margin:0;
	overflow: auto;

}

#footer a, a:visited {	
	color: #000000;
	background: inherit;
	text-decoration: none;
}
#fixed  {
     margin:0 auto;
	 width:90%;  
	 text-align:left;
	 background: #336666;
	 clear: both;
 }

 /* Main Column */
#main {
	float: left;
	clear: both;
	padding: 0px 0 0 0; margin: 0 0 0 2px;
	display: inline;
	
}

#main a  {
   text-decoration: underline;
   font-weight: bold;
   }

#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #330000; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #330000;
	text-decoration: none;	
}
#main ul li {
	
	list-style:none;
}
#storeinfo  {
   text-align: center;
   }
    .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#saleitem  {
width: 550px;
float: left;
margin: 0 0px 0px 0;
clear: left;

}

#photoblock  {
float: left;
width: 155px;
margin: 0 5px 2px 0;
padding: 2px;

display: inline;


}