@charset "UTF-8";

html, * {
	padding: 0;
	margin: 0;
}
body {
	background-color: #EEF4F8;
	background-color: #C0D6E5;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
h1 {
	font-family: 'MankSans-Medium',verdana,sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #2D50A3;
	padding-bottom: 10px;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: 'MankSans-Medium',verdana,sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #2D50A3;
	padding: 5px 0 10px 0;
}
body, p, td, pre, address, h3, input, select {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
}
td {
	padding-right: 10px;
	vertical-align: top;
}
p,ul {
	padding: 0 0 10px 0;
}
li {
	margin-left: 15px;
}
a img {
	border: 0;
}
a {
	color: #2D50A3;
}
a.selected {
	color: #FF630F;
}
a.pdf {
	padding-left: 15px;
	background-image: url(globaliconpdf12x12.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#box {
	width: 1024px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -520px;
	padding: 5px;
	position: relative;
	min-height: 550px;
}
#logo {
	display: block;
	position: absolute;
	top: 10px;
	right: 40px;
}
#logo img {
	border: 0;
}
#menu {
	list-style-type: none;
	display: block;
	position: relative;
	top: 35px;
	left: 40px;
	padding: 0;
	margin: 0;
	height: 80px;
}
#footer {
	clear: both;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer ul {
	list-style-type: none;
	padding: 5px 0 0 35px;
}
#footer li {
	float: left;
	padding: 0;
	margin: 0 15px 0 5px;
}
#footer li a {
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#menu li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
}
#menu li a {
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 30px 5px 0;
	border-bottom: 10px solid #2D50A3;
}
#menu a:hover, #menu a.selected {
	border-bottom: 10px solid #FF630F;
}
#content {
	display: block;
	left: 55px;
	top: 90px;
	width: 910px;
	position: absolute;
}
.underline {
	border-bottom: 1px solid black;
}
.clear{
	clear:both;
}
.quote {
	background-image: url(quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-left: 5px solid #8A8991;
}

#product {
	float: left;
	margin-right: 20px;
}
#product_spec {
	float: right;
	margin: 0 20px 0 0;
	width: 100px;
}
#maincontent {
	width: 950px;
	min-height: 450px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: relative;
	background-color: #fff;
	float: left;
	margin-left: 30px;
	margin-bottom: 5px;
}
#innercontent .description, .specs {
	font-size: 13px;
}
#innercontent {
	width: 99999px;
	min-height: 450px;
	position: relative;
	float: left;
}
#innercontent .contentslide {
	padding: 10px;
	width: 960px;
	min-height: 450px;
	float: left;
}
#innercontent .blog {
	width: 940px;
}
#innercontent .blog ol {
	padding-left: 10px;
	padding-bottom: 15px;
}
#innercontent .sub {
	visibility: hidden;
	position: absolute;
}
li.specs {
	float: left;
	display: block;
	width: 48%;
	padding: 0 0 20px 0;
	margin: 0;
}
li.buy {
	background-color: #f4f4f4;
	border: 1px solid #f0f0f0;
	float: left;
	display: block;
	width: 210px;
	height: 160px;
	margin: 0 15px 15px 0;
	padding-left: 6px;
}
li.buy img {
	width: 64px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
}
li.big {
	/* width: 443px; */
	width: 327px;
}
.price {
	color: #545454;
	margin-top: 5px;
	font-weight: bold;
}
.amount input {
	width: 40px;
	font-size: 14px;
	margin-top: 10px;
	padding: 3px;
	font-weight: bold;
}
.left {
	width: 400px;
}
.left, .right {
	float: left;
	padding-bottom: 10px;
}

input.company {
	width: 160px;
}
input.comment {
	width: 250px;
}
input.contact, input.city {
	width: 120px;
}
input.address, input.email {
	width: 180px;
}
input.zip {
	width: 40px;
}
input.phone {
	width: 100px;
}

#overview .code {
	width: 30px;
}
#overview .name {
	width: 200px;
}
#overview .total {
	width: 70px;
	text-align: right;
}
#overview .line_top {
	border-top: 1px solid #333;
}
#address_invoice {
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin: 10px 0 10px 30px;
}
img.alignleft {
	float: left;
	margin: 10px 30px 10px 0;
}

