@charset "UTF-8";
:focus {
	outline: thin dotted black;
}

h1 {
	position: absolute;
	top: -10000px;
	font-size: 1px;
}

html, body{
	width: 100%;
	background: white;
	font: 11pt Arial,sans-serif;
	color: #636363;
}

a{
	color: #636363;
}

#quickmenu{
	display: block;
	width: 510px;
	margin: 20px auto 10px;
	padding-left: 155px;
	height: 12px;
	overflow: hidden;
}
#quickmenu li{
	float: left;
	border-left: 1px solid #636363;
	margin-left: -1px;
}

#quickmenu li a {
	display: block;
	font-size: 8pt;
	padding: 0 6px 2px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

#menubar{
	width: 100%;
	clear: both;
	margin-top: 5px;
	text-align: center;
	background: white url(/images/back_foot.png) repeat-x;
	height: 35px;
	display: block;
	
}

#menu_top{
	list-style-type: none;
	margin-left: 0;
}

#menu_top li{
	display: block;
	float: left;
	overflow: visible;
}

#menu_top li.special {
	padding-right:30px;
}

#menu_top li a{
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu_top li.active a,
#menu_top li a:hover{
	color: white;
	background: white url(/images/menutop_a.png) repeat-x;
}

#menu_top li.special a {
	color: white;
	background: white url(/images/menutop_special.png) repeat-x;
}

div#container{
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: white url(/images/back.png) repeat-x;
}

div#menublock,
div#content,
div#head{
	width: 900px;
	margin: 0 auto;
	display: block;
}

div#head{
	height: 145px;
}

#choose,
.comment{
	clear: both;
}
#logo,
#flag,
#label{
	float: left;
}
#logo{	padding: 60px 0 0;			}
#flag{	padding: 55px 0 0 80px; }
#label{	padding: 55px 0 0 40px; }

#left,
#right{
	display: block;
	padding-top: 30px;
	float: left;
	overflow: hidden;
}
#left{
	width: 265px;
}

#right{
	width: 660px;
	margin-right: -500px;
}

#menu li{
	width: 211px;
}
#menu li a{
	background: url(/images/menu_back.png);
	display: block;
	width: 179px;
	height: 20px;
	font-size: 8pt;
	padding: 9px 16px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li.active a,
#menu li a:hover{
	color: white;
	background: url(/images/menu_back_a.png);
}

.infoblock{
	display: block;
	margin: 0 30px 0 0;
	padding: 0px;
	width: 189px;
	height: 240px;
	float: left;
	position: relative;
}

.infoblock h2{
	height: 76px;
}
.infoblock p{
	font-size: 8pt;
	height: 155px;
	padding: 9px 17px 0;
	color: #fff;
	line-height: 130%;
}

#info_home_classic {
	background: transparent url(/images/home_classic_bg.jpg) no-repeat 0 75px;
}

#info_home_classic_plus {
	background: transparent url(/images/home_classic_plus_bg.jpg) no-repeat 0 75px;
}

#info_home_professional {
	background: transparent url(/images/home_professional_bg.jpg) no-repeat 0 75px;
}

.btnOrder, .btnOrder_blue, .btnOrder_green, .btnOrder_orange {
	display: block;
	position: relative;
	bottom: 60px;
	height: 54px;
	width: 189px;
	padding: 19px 0 0 33px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.btnOrder_blue{
	background: url(/images/home_classic_order.jpg) no-repeat left top;
}

.btnOrder_green{
	background: url(/images/home_classic_plus_order.jpg) no-repeat left top;
}

.btnOrder_orange{
	background: url(/images/home_professional_order.jpg) no-repeat left top;
}

#foot{
	width: 100%;
	clear: both;
	font-size: 7pt;
	margin-top: 5px;
	padding: 11px 0;
	text-align: center;
	background: white url(/images/back_foot.png) repeat-x center;
}

.centered {
	text-align: center;
}

#lng, #mname {
	display: none;
}

.clear {
	clear: both;
}

.red {
	color: #ff0000;
}

/***
 * forms
 */
form fieldset {
	border: dashed #636363 1px;
	padding: 17pt;
	margin-bottom: 20px;
}

form fieldset legend {
	display: block;
	padding: 0 8px;
	font-size: 120%;
	background-color: #fff;
}

.ibox {
	border: #636363 1px solid;
	background-color: #fff;
	color: #000;
	width: 400px;
}

#right ul {
	list-style: square;
	margin: 15px;
}

.normal {
	font-weight: normal;
}

table {
	width: 100%;
}

table td {
	padding: 8px;
}

table th {
	padding: 8px;
	font-weight: bold;
	font-size: 115%;
	text-align: left;
	border-bottom: 1px dashed #636363; 
}

.orange {
	color: rgb(255, 120, 0);
}

.bold {
	font-weight: bold;
}

.promo_div {
	margin: 10px auto -37px auto;
	width: 250px;
	height: 23px;
	padding-right: 640px;
}

a.projects {
	padding-left: 15px;
	background: transparent url(/images/home_bullet.jpg) no-repeat 0 3px;
	display: block;
	text-decoration: none;
	color: #a7a7a7;
}
