/* @group html */

body
{
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:72%;
background:#FFF;
margin:0;
text-align: center;
background: #2D48B0;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
	
}


p {
	margin-top: 0;
}

a {
color:#336699;
color: #6D4807;
}



strong {
	color: #766300;
	color:#333;
	color:#3b547a;
}
a:hover {
color: #000;

}

a img {
border:0;
}


li,ul {
margin: 0;	
padding: 0;
list-style: none;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}


 h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h1
{
	font-family: "comic", monospace;
	font-family: Georgia, Times, serif;
margin-top:0;
font-weight: bold;
text-decoration:none;
font-size: 1.8em;
color: #861272;
color:#2D48B0;
margin-top: 30px;
margin-bottom: 60px;
text-transform: uppercase;
letter-spacing: 2px;
}

h2 {
font-family: Georgia, Times, serif;
color: #2A589F;
color: #6D4807;
font-size: 2em;
margin: 0;
}

h3
{
font-weight: normal;
font-size: 1.5em;
color:#336699;
color: #B33B11;
color:990000;
margin: 0;
}

h4
{
font-size: 1.1em;
color: #6D4807;
margin: 10px 0;

}

h4.divider {
width: 500px;
float: left;	
}


h3 a {
color: #B33B11;	
}

ul.nav {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(/images/line.jpg) repeat-x left bottom;
}

#content img {
	float: right;
	margin: 0 10px 10px 10px;
	
}

#content div.gallery p {
	float: left;
	width: 500px;
}

#content div.gallery p img {
	float: left;
	margin: 10px 10px 10px 0;
	
}

input {
	padding: 5px 0;
}

/* @group table */

table {
	border-collapse: collapse;
	padding: 0;
	background: #fcf7e0;
}

table#products td {
	padding: 4px 5px;
	border-bottom: 1px solid #e7d8b9;
}

table#products th {
	background: #ebc293;
	
}

table#products input {
	padding: 0;
}

/* @end */

/* @end */

/* @group layout */

/*************** layout ***************/

#header
{
margin:0 ;
height: 200px;

}

#wrapper
{
text-align: left;
width: 850px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding:0;
background:url(/images/bg-page.jpg) repeat-y;
}

#left {
	padding: 0;
	width: 280px;
	float: left;
	margin: 0;
	
	background:url(/images/logo.jpg) no-repeat top left;
	display: inline;
	}
#left .pad {
	padding-top: 300px;
	padding-left: 50px;
	padding-right: 20px;
}


#content {
padding: 0;
/*margin-left:280px;
float conent to avoid 3px gap in IE 5,6
*/
float:left;
width: 560px;
background:url(/images/bg-top.jpg) no-repeat;
}

div.article {
	width: 500px;
	float: left;
}

div.products {
	width: 500px;
	float: right;
	background: url(/images/line.jpg) bottom left repeat-x;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.price {
	font-weight: bold;
	float: left;
	margin-top: 5px;
}

div.products-2 {
	width: 500px;
	float: right;
	background: url(/images/line.jpg) bottom left repeat-x;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

div.products-wahine {
	background: url(/images/line.jpg) bottom left repeat-x;
	margin-bottom: 7px;
	
	width: 500px;
	float: right;
}

div.contact {
	margin-top: 20px;
	margin-right: 10px;
}

div.contact h3 {
font-family: Georgia, Times, serif;
font-size: 1.2em;
background: url(/images/line.jpg) no-repeat left bottom;	
}

#content .pad {
padding-right: 50px;
padding-top: 20px;
}

#footer
{
width: 850px;
background:#2D48B0 url(/images/bg-bottom.jpg) no-repeat left top;
margin:0 ;
padding:0;
clear: both;
}

#footer p {
	text-align: center;
margin:0;
padding: 20px 50px;
color: #FFF;
font-size: 0.9em;
}

#footer a {
color: #FFF;
}

/* @group boxes */
.box {
	background: #DEF1DA;
	margin: 15px 0;
}

.box h3 {

color: #FFF;
padding-left:20px;	
}

.box h3 a {
	text-decoration: none;
	color: #FFF;
	display: block;
}

.box ul {

	padding: 20px;
	padding-top: 10px;
}

.box a {
	color:#003300;
}
/* @end */

/* @end */



/* @group nav */

/*************** nav ***************/

/* @group top */

#nav-top {
margin:0 auto;
width: 800px;
height: 16px;
margin-top: 10px;
margin-bottom: 4px;
}


#nav-top ul {
margin:0;
padding:10px 0px 0px 0px;
padding:0;
list-style:none;
clear:both;
float: right;

}

#nav-top li {
margin:0;
padding:0;
list-style:none;
float: left;
line-height: 1em;
}

#nav-top a {
	font-size: 11px;
text-decoration:none;
color:#FFF;
text-transform:uppercase;
letter-spacing:0.1em;
border-right:1px solid #fff;
padding:0px 10px;
display:block;
}

#nav-top a.last {
	border: none;
}

#nav-top a.first {
border-left:1px solid #FFF;
}

#nav-top a:hover {
color:#FFF;
text-decoration:underline;
}

/* @end */

/* @group left */

#nav-left ul{
margin:0;
padding:0;
list-style:none;
}

#nav-left li{
margin:0;
padding:0;
list-style:none;
background: url(/images/line.jpg) no-repeat left bottom;
padding:5px 0;
}

#nav-left a{
font-family: Georgia, Times, serif;
font-size: 1.2em;
text-decoration: none;
display:block;
color: #990000;
}

#nav-left a:hover {
	color: #6D4807;
	padding-left: 3px;
}

/* @end */

/* @end */
a.credit {
color:#666666;
}



img.floatLeft {
float:left;
margin:0 10px 10px 0;
}

/* @group misc */

/* self-clearing floats */

#content div.pad:after,
.products:after

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


/* Hides from IE-mac \*/
* html #content div.pad,
* html .products
{height: 1%;}
/* End hide from IE-mac */

p.clear {
clear:both;
margin:0;
height:0;
}

/* @end */

/* @group sidebar */

#sidebar h3 {
margin-top:0;
}

#sidebar h2 {
text-transform:uppercase;
letter-spacing:0.1em;
border-top:1px solid #B59929;
border-bottom:1px solid #B59929;
font-family: Georgia, Times, Serif;
font-weight: normal;
font-size: 1.3em;
color:#FFF;
color: #D85656;
width:200px;
}

/* @end */
