﻿body {
	margin: 0px;
	background: #00457a url('img/bg.gif') repeat-y;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 62.8%
}

div#wrapper {
	width: 800px;
	margin: 0px
}

div#header {
	width: 100%;
	height: 154px;
	background: url('img/header.jpg')
}

div#header ul {
	margin: 0px;
	padding: 5px 10px;
	text-align: right
}

div#header li {
	display: inline;
	list-style-type: none;
	padding-left: 5px
}

div#menu {
	width: 200px;
	background: url('img/menu_bg.gif') no-repeat;
	float: left
}

div#menu img {
	padding-left: 8px;
	margin-top: 5px
}

div#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 10px
}

div#menu li {
	list-style-type: none
}

div#menu a {
	display: block;
	width: 170px;
	text-align: right;
	padding: 2px 5px;
	margin-top: 1px;
	background: #6c8b56 url('img/menu_item.gif');
	color: white;
	text-decoration: none;
	font-weight: bold
}

div#menu a:hover {
	background: #9FAD43
}

a.s_a {
	display: block;
	width: 170px;
	text-align: right;
	padding: 2px 5px;
	margin-top: 1px;
	background: #6c8b56 url('img/menu_item.gif');
	color: white;
	text-decoration: none;
	font-weight: bold
}

a.s_a:hover {
	background: #9FAD43
}

ul.s_ul {
	margin: 0px;
	padding: 0px
}
li.s_li {
	list-style-type: none
}
div.s_div {
	width: 180px;
	background-repeat: repeat-y;
	float: left;
	background-color:#00457a;
}

form {
	margin: 0px;
	padding: 0px
}

input#input_text {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 132px;
	height: 14px;
	border: 1px solid #3a7fb0;
	background: #00457a;
	color: white;
	font-size: 1.2em
}

input#input_submit {
	margin: 0px;
	padding: 0px;
	width: 43px;
	height: 16px;
	border: 1px solid #3a7fb0;
	background: #a1d0d5;
	color: #00457a;
	font-size: 0.9em
}

div#content {
	width: 560px;
	background: url('img/content_bg.gif') no-repeat;
	float: right;
	padding: 20px;
	color: white;
	font-size: 1.4em;
	letter-spacing: 0.05em
}

div#flash {
	width: 599px;
	height: 180px;
	margin-bottom: 10px;
	float: right
}

div#content p {
	text-align: justify
}

div#content img {
	border: 1px solid #3a7fb0
}

h1 {
	margin: 0px 0px 30px 0px;
	text-align: right;
	color: #ffdd00;
	font-size: 1.3em
}

h2 {
	margin: 0px 0px 10px 0px;
	color: #ffdd00;
	font-size: 1.1em
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
}

img {
	border: 0px
}

img.img_left {
float: left;
margin-right: 10px
}

img.img_right {
float: right;
margin-left: 10px
}

div#footer {
	display: inline;
	width: 560px;
	margin: 0px 20px;
	padding-top: 8px;
	float: right;
	border-top: 1px solid  #3a7fb0;
	color: #3a7fb0;
	font-size: 0.9em
}

div#footer a {
	font-weight: bold;
	text-decoration: none
}

div#footer a:link, div#footer a:visited {
	color: #3a7fb0
}

div#footer a:hover, div#footer a:active {
 	color: #99b5ca
 }
 
div#footer a img {
	filter:alpha(opacity=40); /* IE-specific */
	opacity: 0.4;
	position: relative;
	top: 3px
}

div#footer a:hover img {
	filter:alpha(opacity=100); /* IE-specific */
	opacity: 1.0
}

div#counter {
	float: left
}

div#credits {
	float: right;
	position: relative;
	top: -7px
}

div#content a:link {
	color: #ffdd00;
	text-decoration: none;
	font-weight: bold;
	background: #1768A2;
	padding: 0px 5px 0px 5px
}

div#content a:visited {
	color: #ffdd00;
	text-decoration: none;
	font-weight: bold;
	background: #1768A2;
	padding: 0px 5px 0px 5px
}

div#content a:hover {
	color: #ffdd00;
	text-decoration: none;
	font-weight: bold;
	background: #397FB2;
	padding: 0px 5px 0px 5px
}

div#content a:active {
	color: #ffdd00;
	text-decoration: none;
	font-weight: bold;
	background: #397FB2;
	padding: 0px 5px 0px 5px
}

div.product {
	width: 538px;
	border: dashed 1px #3a7fb0;
	padding: 10px;
	background: url('img/product_bg.jpg') no-repeat bottom left;
	margin-top: 10px
}

div.product_picture {
	float: right;
	padding-left: 10px;
	text-align:right;
}

div.bogus_defloater {
	clear: both
}


