/* design by http://www.drakov.info */
html,body{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	background:#1b1d1f url(../images/background.jpg) center center;
	color:#FFF;
}
div#container{
	width:800px;
	margin:0 auto;
	position:relative;
}
div#header{
	width:801px;
	position:absolute;
	top:0;
	left:0;
}
div#title{
	background:url(../images/title_bar.jpg) left top no-repeat;
	line-height:20px;
	vertical-align:middle;
	text-align:right;
	height:20px;
	padding-right:10px;
}
h1#nav_top{
	background:url(../images/nav_top.jpg) no-repeat;
	line-height:38px;
	vertical-align:middle;
	padding-left:5px;
}
div#top_nav{
	background:url(../images/nav_bg.jpg) top left no-repeat;
	line-height:29px;
	vertical-align:middle;
	height:29px;
	padding-left:479px;
}
a.nav_link:link, a.nav_link:visited, a.nav_link:active, a.nav_link:hover{
	font-size:13px;
	font-family:'Trebuchet MS';
	background:#000;
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
	height:29px;
	float:left;
	text-align:center;
	font-weight:bold;
}
a.nav_link:hover{
	background:#d68609;
	color:#000;
}
div#content{
	padding:265px 10px 10px 10px;
	background:#FFF;
	font-size:12px;
	color:#000;
}
div#footer{
	background:url(../images/footer.jpg) no-repeat;
	height:50px;
	padding:30px 0 0 10px;
	text-align:left;
	font-size:10px;
	color:#999;
}
a.ftr_link:link, a.ftr_link:visited, a.ftr_link:active, a.ftr_link:hover{
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
}
/* common css */
a{
	outline:none;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-size:13px;
	color:#000
}
h1{
	color:#FFF;
	font-size:15px;
}
h3, h5{
	color:#FFF;
}
div.clear{
	clear:both;
	height:1px;
}
/* catalogue css */
ul.catalogue_menu{
	margin:0;
	padding:0;
}
ul.catalogue_menu li{
	list-style:none;
	margin:0;
	padding:0;
}
a.catalogue_item:link, a.catalogue_item:visited, a.catalogue_item:active, a.catalogue_item:hover{
	font-size:13px;
	font-family:'Trebuchet MS';
	background:#000;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	display:block;
}
a.main:link, a.main:visited, a.main:active, a.main:hover{
	background:#d68609;
	color:#000;
	font-size:14px;
}
a.sub:link, a.sub:visited, a.sub:active, a.sub:hover{
	background:#f2cb65;
	color:#000;
	padding-left:10px;
}
a.sub_sub:link, a.sub_sub:visited, a.sub_sub:active, a.sub_sub:hover{
	background:#f3d68b;
	color:#000;
	padding-left:15px;
}
a.main:hover, a.sub:hover, a.sub_sub:hover{
	background:#333;
	color:#FFF;
}
a.more_info:link, a.more_info:visited, a.more_info:active, a.more_info:hover{
	font-size:12px;
	color:#D68609;
	text-decoration:none;
}
a.more_info:hover{
	color:#333333;
}
a.more_info_title:link, a.more_info_title:visited, a.more_info_title:active, a.more_info_title:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.more_info_title:hover{
	color:#000000;
}
a.cat_selected:link, a.cat_selected:visited, a.cat_selected:active, a.cat_selected:hover{
	background:#000;
	color:#FFF;
}
div.product_title{
	background:#996600;
	font-weight:bold;
	font-size:13px;
	color:#FFF;
	padding:3px;
}
div.product_description{
	margin-top:5px;
}
img.product_image{
	width:120px;
	margin-right:5px;
}
img.product_image_big{
	max-width:240px;
	margin-right:5px;
}
div#catalogue_menu{
	float:left;
	margin-right:10px;
	width:220px;
}
div#catalogue_content{
	float:right;
	width:550px;
}

div.certificate{
	font-size:11px;
	margin-bottom:8px;
}

div.certificate strong{
	font-size:12px;
}

a.certificate_link:link, a.certificate_link:visited, a.certificate_link:active, a.certificate_link:hover{
	text-decoration:none;
	color:#D68609;
}

a.certificate_link:hover{
	color:#333333;
}

div.certif_col, div.certif_col, div.certif_col, div.certif_col{
	float:left;
	margin-right:10px;
	width:240px;
	overflow:hidden;
}

/*------------------------------------------------------------------------------------- PAGINATION ------*/

ul.pagination{
	font-size:11px;	
}

ul.pagination span{
	display:block;
	padding-bottom:5px;
}

ul.pagination li{
	float:left;
	margin-right:5px;
	height:20px;
	line-height:20px;
	list-style:none;	
}

ul.pagination li.current{
	font-weight:bold;
	padding:0 3px;
}

ul.pagination li a.page:link, a.page:visited, a.page:active, a.page:hover{
	padding:3px;
	border:1px #D68609 solid;
	background:#D68609;
	color:#CCCCCC;
	text-decoration:none;
	
}

a.page:hover{
	color:#FFFFFF;
}

form.contact-form{
	margin-top:10px;
}

form.contact-form .error{
	border:1px #FF3300 solid;
	display:block;
}


form.contact-form table tr td label.error{
	border:none;
	color:#FF3300;
}

form.contact-form input,textarea{
	width:200px;
	border:1px #333333 solid;
	padding:3px;
}

form.contact-form table{
	color:#000000;
	font-size:11px;
}

div.contact-form-messsages{
	margin-top:15px;
	font-weight:bold;
}

h4.main_title{
	background:#d68609;
	color:#000;
	font-size:14px;
	padding:2px 5px;	
}