body {
	margin: 0;
	border-top: 8px solid #1A3748;
	padding: 0;
	background-color: #1A3748;
	background-image: url("images/page.gif");
	background-repeat: repeat-y;
	background-position: top center;
	font: 14px arial, sans-serif;
}

div#page {
	width: 784px;
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
	padding: 0;
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
}

div#top {
	height: 150px;
	margin: 0;
	padding: 0;
}

div#menu {
	float: left;
	width: 205px;
	padding: 0 0 0 6px;
}

#menulink, .menulink:link, .menulink:visited, .menulink:active {
	display: block;
	height: 16px;
	margin: 6px 0 0 0;
	border: 1px solid #fff;
	padding: 5px 0 5px 5px;
	background: url("images/menu.gif");
	font: bold 14px georgia, serif;
	text-transform: uppercase;
}

.menulink:link, .menulink:visited, .menulink:active {
	color: #fff;
}

.menulink:hover{
	color: #8A7E73;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #776759;
}

div#menu fieldset {
	margin: 0;
}

div#menu img {
	display: block;
	margin: 20px 0 0 0;
}

/*CONTENT*/
div#content {
	float: right;
	width: 535px;
	margin: 0;
	padding: 0 18px 10px 18px;
}

h1 {
	margin: 4px 0 0 0;
	font: bold 29px georgia, serif;
	text-transform: uppercase;
	color: #210F05;
}

h1:first-letter {
	font: bold 36px georgia, serif;
}

h2 {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #8A7E73;
	font: bold 22px georgia, serif;
	color: #210F05;
}

h3 {
	margin: 15px 0 -14px 0;
	font: bold 15px arial, sans-serif;
}

p {
	margin: 15px 0 0 0;
	line-height: 17px;
}

table {
	margin: 15px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #1A3748;
}

a:hover {
}

img {
	border: 0;
}

img.highlight {
	float: left;
	margin: 15px 20px 0 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

div.highlight {
	float: right;
	width: 230px;
	margin: 5px 0 15px 20px;
}

div.highlight h2 {
	margin-top: 5px;
	border: 0;
}

div.highlight h3, div.highlight fieldset, div.highlight table {
	margin-top: 5px;
}
/*Home*/
img.home {
	margin: 5px 5px 0 0;
	border: 1px solid #8A7E73;
}

/*Products*/
div.product {
	clear: both;
	margin: 15px 0 0 0;
	padding: 8px 8px 5px 8px;
	background-color: #8A7E73;
	background-image: url("images/product.gif");
	background-repeat: repeat-x;
	color: white;
}

div.product h3 {
	margin-top: 0;
}

img.item {
	float: left;
	width: 170px;
	margin: 0 20px 5px 0;
	border: 1px solid #ccc;
}

div.sample {
	float: left;
	margin: 15px 15px 0 0;
	text-align: center;
	font-size: 12px;
}

div.sample img{
	height: 90px;
	border: 1px solid #8A7E73;
}

table#prices {
	margin: 15px 0 0 0;
	font-size: 12px;
}

table#prices td {
	width: 50px;
}

img.gate {
	display: block;float: left;
	margin: 15px 7px 0 8px;
	border: 1px solid #8A7E73;
}

img.wordsign {
	padding: 10px 0 0 0;
}

img.gallery{
	display: block;
	margin: 20px 0 20px 0;
	border: 1px solid #8A7E73;
}
/*Pay*/
fieldset#pay {
	clear: both;
	font-size: 15px;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	margin: 0;
	padding: 0 0 0 204px;
	text-align: center;
	font-size: 11px;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	font-weight: normal;
}

