@charset "utf-8";
/* CSS Document */

body {
	behavior:url("csshover.htc");
	margin:0px auto;
	padding:0px;
	background:url("images/w_02.gif") repeat-x;
	background-color:#f9f6d4;
	font-family:Tahoma;
	color:#333333;
	font-size:12px;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover { 
	color:#990000;
}
#wrapper {
	margin:0px auto;
	width:905px;
}
#leftShadow {
	float:left;
	width:9px;
	height:640px;
	background:url("images/w_03.gif") top left no-repeat;
}
#rightShadow {
	float:left;
	width:8px;
	height:640px;
	background:url("images/w_06.gif") top left no-repeat;
}
#container {
	float:left;
	width:855px;
	padding:0px 17px 20px 16px;
	background-color:#FFF;
}
#header {
	height:153px;
}
#navigation {
	height:30px;
}
#navigation ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navigation ul li {
	float:right;
}
#content {
	margin:20px 0px 0px 0px;
	background-color:#FFF;
}
#footer {
	clear:both;
	margin:0px auto;
	width:905px;
	height:23px;
	background:url("images/w_48.gif") top left no-repeat;
	font-size:11px;
	background-color:#FFF;
}
#footer ul {
	list-style:none;
	list-style-type:none;
	margin:4px 20px 0px 0px;
	padding:0px;
}
#footer ul li {
	float:right;
	border-right:1px solid #666;
	padding:0px 5px 0px 5px;
}
#request {
	float:left;
	width:577px;
	height:316px;
	margin: 0px 0px 0px 18px;
}
#requestTop {
	width:567px;
	height:24px;
	background:url("images/w_28.gif") top right no-repeat;
	color:#FFF;
	font-size:14px;
	padding:5px 0px 0px 10px;
}
#requestMain {
	width:549px;
	height:230px;
	background-color:#0eb1ee;
	padding:14px;
}
#requestBottom {
	width:577px;
	height:54px;
	background:url("images/w_36.gif") top left no-repeat;
}
.clear {
	clear:both;
	margin:38px 0px 0px 0px;
}
#bottomImages {
	float:left;
	height:83px;
	padding:10px 0px 0px 0px;
	background-color:#FFF;
}
#requestMainLeft {
	float:left;
	width:276px;
	position:relative;
	color:#FFF;
	line-height:24px;
}
#requestMainRight {
	float:left;
	width:272px;
	position:relative;
	color:#FFF;
	line-height:24px;
}
#requestTitle {
	position:absolute;
	right:7px;
	width:269px;
	height:32px;
	background:url("images/w_30.gif") top left no-repeat;
	font-size:26px;
	padding:6px 0px 0px 14px;
	color:#666;
}
#requestPrice {
	position:absolute;
	width:266px;
	height:38px;
	background:url("images/w_32.gif") top left no-repeat;
}
#requestPriceLeft {
	float:left;
	width:144px;
	height:32px;
	text-align:left;
	padding:6px 0px 0px 5px;
}
#requestPriceRight {
	float:left;
	width:94px;
	height:34px;
	text-align:right;
	font-size:14px;
	color:#666;
	line-height:16px;
	padding:4px 18px 0px 0px;
}
.priceText {
	font-size:14px;
	color:#999;
}
.largePrice {
	font-size:24px;
	color:#000;
}
.formSpace {
	width:175px;
	margin:0px 100px 0px 0px;
}
#requestTop ul {
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#requestTop ul li {
	float:left;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	margin:8px 2px 0px 2px;
	padding:2px;
	height:17px;
}
#requestTop ul li:hover {
	background-color:#0eb1ee;
}
#requestTop ul li a {
	color:#FFF;
}
#concept {
	width:905px;
	margin:0px auto;
}
#downloads ul {
	clear:both;
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#downloads ul li {
	float:left;
	color:#0066CC;
	padding:2px;
	margin:3px;
	width:230px;
}
#downloads a {
	color:#0066CC;
	text-decoration:none;
	padding:2px;
}
#downloads a:hover {
	color:#0066CC;
	text-decoration:underline;
	background-color:#FFFF99;
}
table.basket td, table.basket th {
	color: #3573a6;
	font-size: 14px;
	font-weight: 600
}
table.basket th {
	text-align: center;
	padding: 10px
}
form.green, form.blue {
	font-size: 14px;
	color: #3573a6;
	padding: 10px 0px;
	margin: 0px
}
form.green input.text, form.blue input.text {
	width: 200px
}
form.green input.text {
	border: 1px solid #a2d39b
}
form.blue input.text {
	border: 1px solid #458ccc
}
.greenbox {
	border:1px solid #89e16a;
	background:#e6ffec;
}