﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: right;
	width: 600px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/header.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#header .hdrR {
	line-height: 16px;
	text-align: right;
	padding: 10px 14px;
	color: #9ebe25;
	font: normal 12px verdana, Arial, Helvetica, sans-serif;
}
#header .hdrR p {
	padding-top: 30px;
}
#header .hdrR form input {
	border: 1px solid #ff7dbb;
	background-color: #fff;
	color: #aaa;
	font-size: 11px;
}
#header .hdrR form .button {
	border: none;
	background-color: #9ebe25;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin-left: 4px;
	padding: 1px 4px;
}

#navigation {
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}

/* Top menu */
.menu {
	margin-top: 1px;
	background-color: #9EBE25;
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	padding: 12px;
	color: #fff;
	text-align: center;
}
A.menu:link {
color: #FFF;
text-decoration: none;
}

A.menu:visited {
color: #FFF;
text-decoration: none;
}

A.menu:active {
color: #FFF;
text-decoration: none;
}

A.menu:hover {
color: #bd1e96;
text-decoration: none;
}

/* Main links */
A:visited {
color: #749201;
text-decoration: none;
}

A:active {
color: #bb497d;
text-decoration: none;
}

A:hover {
color: #bd1e96;
text-decoration: none;
}

/* Main content settings */
#contents {
	margin: 10px 6px 20px 6px;
}
#contents .left {
	width: 188px;

}
#contents .left ul {
	margin-bottom: 20px;
}
#contents .left ul li {
	list-style: none;
	line-height: 30px;
	border-bottom: 1px dashed #bb497d;
}
#contents .left ul li {
	color: #749201;
	font-size: 12px;
}
#contents .left h2 {
	margin-top: 22px;
	color: #800000;
	font: normal 18px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 6px 10px;
	position: relative;
}
#contents .left p {
	background-color: #FFFFFF;
	padding: 10px;
	color: #666;
	line-height: 16px;
}
#contents .cnt {
	margin: 0 20px;
	width: 460px;
}
#contents .cnt h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #980048;
}
#contents .cnt p.par {
	margin-bottom: 16px;
}
#contents .cnt img.banner {
	padding-top: 9px;
}
#contents .cnt h1 {
	color: #bd1e96;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}
#contents .cnt .product {
	padding: 18px 0;
}
#contents .cnt .product .prd {
	width: 210px;
	padding: 0 10px;
	text-align: center;
}
#contents .cnt .product .prd {
	color: #88a615;
}
#contents .right {
	width: 200px;
}
#contents .right img {
	margin: 8px 0;
}
#contents .right .news {
	margin-top: 10px;
	background-color: #feedf5;
	border: 6px solid #fec7e1;
	padding: 10px;
}
#contents .right .news h3 {
	font: bold 18px "Trebuchet MS";
	color: #980048;
}
#contents .right .news p {
	line-height: 16px;
	color: #555;
}

/* Navigation Styles 
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff; */
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
