/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
}

*html body {
	text-align: center;
}

#wrapper {
	border: 1px solid #4F91CD;
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
}
#structure {
	width: 100%;
}
#navigation {
	background-color: #4F91CD;
	width: 169px;
	padding: 20px 0px 40px 0px;
	vertical-align: top;
}
#navigation div {
	margin-bottom: 20px;
}
#divider {
	border-right: 3px solid #4F91CD;
	width: 10px;
}
#content {
	vertical-align: top;
	text-align: left !important;
}
#logo_home {
	text-align: center;
	margin-top: 25px;
}
#image_home {
	text-align: center;
	margin-top: 60px;
}

a		{text-decoration: none; color: #4F91CD}
a:link		{text-decoration: none; color: #4F91CD}
a:visited	{text-decoration: none; color: #4F91CD}
a:active 	{text-decoration: none; color: #4F91CD}
a:hover 		{text-decoration: underline; color: #4F91CD}

div#innercontent {
	padding: 15px 20px 30px 20px;
	background-color: #FFFFFF;
	float: left;
	width: 581px;
}
*html div#innercontent {
	width: 621px;
}
div#innercontent h1 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #4F91CD;
	text-align: center;
}
div#innercontent h2 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #4F91CD;
	text-align: center;
}
div#innercontent h3 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4F91CD;
}
div#innercontent h4 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}
div#innercontent p {
	margin-top: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}
div#innercontent ol {
	margin-top: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}
div#innercontent li {
	margin-bottom: 15px;
}
.error {
	color: #cc0000;
}
#logo {
	text-align: center;
	margin-bottom: 25px;
}
#forms{
	border-top: 1px solid #4F91CD;
	border-bottom: 1px solid #4F91CD;
	border-left: 2px solid #4F91CD;
	border-right: 2px solid #4F91CD;
	margin-top: 5px;
	margin-bottom: 20px;
}
#forms th {
	background-color: #4F91CD;
	font-size: 0.8em;
	padding: 2px 5px;
	color: #ffffff;
}
#forms td {
	font-size: 0.8em;
	padding: 2px 5px;
	border-bottom: 1px solid #4F91CD;
	border-top: 1px solid #4F91CD;
}
.image {
	text-align: center;
}
.image img {
	margin: 0px 10px 10px 10px;
}
#contact {
	margin: 20px 30px 20px 0px;
}
#contact label {
	width: 120px;
	float: left;
	margin-top: 0px;
	font-size: 0.8em;
}
#contact p {
	padding-left: 130px;
}
#contact input {
	width: 100%;
}
#contact textarea {
	width: 100%;
}
#contact select {
	
}
.product {
	margin-top: 10px;
	margin-bottom: 5px;
}
.product_image {
	text-align: center;
}
.product_title {
	vertical-align: top;
	text-align: right;
	height: 10px;
}
.product_detail {
	vertical-align: top;
}
.product_detail table {
	margin-top: 10px;
}
.product_detail table td {
	padding: 5px 3px 5px 3px;
	font-size: 0.7em;
}
.basketheader {
	background-color: #4F91CD;
	color: #ffffff;
	font-size: 0.8em;
}
.basketmiddle {
	background-color: #f6f5f5;
	font-size: 0.8em;
}
.basketmiddle input {
	width: 25px;
	height: 18px;
	font-size: 0.8em;
	padding-top: 0px;
}
.basketbase {
	background-color: #f6f5f5;
	padding: 6px 5px 10px 5px;
	font-size: 0.8em;
}
.basketbase input {
	width: 90%;
}