html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	height:100%;
	}
body {
	font-family: trebuchet ms, tahoma, arial;
	font-size: 14px;
	color:#2f2424;
	background: #fff url('media/bg.png') repeat-x top left;
	}
.c {
	clear: both;
	font-size:0;
	height:0;
	}
	
img {
	border: 0;
	}

a {
	color:#00a3d3;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
.holder {
	width: 960px;
	position:relative;
	padding-right:3px;
	margin: 0 auto;
	}
	
#top {
	height: 97px;
	overflow: hidden;
	position: relative;
	}
	
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 97px;
	}
	
#top h1 {
	color:#a2a2a2;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 185px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	}
	
#langbar {
	width: 110px;
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
#langbar a {
	display: block;
	font-size: 11px;
	margin-bottom: 1px;
	padding-left: 8px;
	}
	
#langbar a.selected {
	color:#000;
	background: url('media/small_arrow.png') no-repeat left center;
	}
	
#menu {
	height: 46px;
	overflow: hidden;
	}
	
#menu a {
	color:#ace4f4;
	height: 32px;
	padding-top: 14px;
	float: left;
	display: block;
	font-size: 13px;
	margin: 0 15px;
	text-shadow: #0081a7 0px 1px 1px;
	}

#menu a:hover {
	text-decoration: none;
	color:#fff;
	}

#menu a.selected {
	color:#fff;
	background: url('media/menu_arrow.png') no-repeat center bottom;
	}
	
#subMenu {
	border-bottom: 1px solid #e9edee;
	padding: 10px 5px;
	}
	
#subMenu a {	
	display: block;
	float: left;
	text-decoration: underline;
	margin: 0 10px;
	font-size: 12px;
	}
	
#subMenu a.selected {
	color:#000;
	text-decoration: none;
	}
	
#content {
	padding: 1px 15px;
	}
	
#content h2 {
	margin: 10px 0 10px 0;
	font-size: 16px;
	}
	
#footer {
	background:#f5f5f7;
	border-top: 1px solid #e9edee;
	margin-top:10px;
	padding: 10px 0;
	}
	
#footer h3 {
	color:#333;
	margin: 0;
	font-size: 15px;
	border-bottom: 1px solid #dadada;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	}
	
#footer .box {
	float: left;
	padding: 0 10px;
	color:#7b7b7b;
	font-size: 12px;
	width: 220px;
	}
	
#footer .box strong {
	color:#000;
	}

#footer .box p {
	margin:0;
	}

form {
	margin: 0;
	}
.orderForm td, .orderForm th {
	padding: 5px 5px;
	}
	
.orderForm th {
	font-size: 13px;
	text-align: left;
	width: 120px;
	text-align: left;
	}

.input {
	border: 1px solid #ccc;
	border-top: 1px solid #ABADB3;
	padding: 2px;
	font-family: trebuchet ms, tahoma, arial;
	color:#555;
	font-size: 12px;
	}

.input:focus {
	border: 1px solid #52a505;
	color:#000;
	}
	
.button {
	width: 101px;
	height: 26px;
	padding: 0;
	background: url('media/button_green.png') no-repeat;
	font-family: trebuchet ms, tahoma, arial;
	color:#fff;
	font-weight: bold;
	border: 0;
	font-size: 12px;
	}
	
.messageOK {
	font-size: 15px;
	font-weight: bold;
	color:#52A505;
	}
	
.messageERR {
	font-size: 14px;
	font-weight: bold;
	color:#f00;
	}