@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background-image:url(../img/main/bk.gif);
   	padding:0px;
    margin:0px;
    color:#444444;
    line-height:18px;
}
div.top-header-bk{
	width:100%;
    height:auto;
	background-image:url(../img/main/top-header-bk.gif);
    background-repeat:repeat-x;    
}
div.container{
	position:relative;
    left:50%;
	width:855px;
    margin-left:-427px;
}
div.logo{
	position:absolute;
    left:26px;
    background-image:url(../img/main/logo.jpg);
    height:200px;
    width:121px;
    display:block;
}
div.flags{
	height:18px;
	float:right;
	padding-top:5px;
}
div.header{
	background-image:url(../img/main/header.jpg);
    background-repeat:no-repeat;
    height:256px;
    width:855px;
    display:block;
}
div.menu{
	height:39px;
    width:841px;
    padding:0px 4px;
    background-color:#FFFFFF;
    margin-left:3px;
}
div.menu-area{
	height:39px;
    width:841px;
    background-image:url(../img/main/menu-area.gif);
    background-repeat:repeat-x;
}
div.content-bk{
	background-color:#FFFFFF;
    border:1px solid #9d9d9b;
    border-top:none;
    width:829px;
    padding:10px;
    margin-left:2px;
    height:300px;
    height:auto !important;
    min-height:300px;
    margin-bottom:5px;
}
div.content{
	padding:25px;
    padding-top:15px;
}
div.clear-both{
	clear:both;
}
div.content div.contact_info{
	float:left;
    width:50%;
}
div.content div.contact_form{
	float:right;
    width:50%;
}
div.footer{
	position:relative;
    left:50%;
	width:815px;
    margin-left:-427px;
    text-align:right;
    margin-bottom:15px;
    padding:0px 20px;
}
/* ---------------- form ----------------*/
form div {
	clear: both;
	margin-bottom: 0px;
	padding: 4px;
	vertical-align: text-top;
}
input, textarea{
	background-color:#E6E6E6;
    border:1px solid #CCCCCC;
    color:#666666;
    font-size:11px;
    padding:2px;
    display: inline;
    width:100%;
}
textarea{
	font-size:14px;
}
label{
	color:#4D485C;
    display: block;
    padding-bottom:2px;
    text-align:left;
}
div.submit input{
	/*width:auto;*/
    float:right;
}
input[type=submit]{
	width:auto;
    padding:4px 20px;
	float:right;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 0px 2px;
	width: auto;
    background-color:none;
    padding:0px;
}
input[type=hidden] {
	display:none;
    height:0px;
    width:0px;
}
div.error-message{
	padding:0px;
    color:#999999;
    font-size:10px;
}
/* ---------------- products ----------------*/
div.product-item{
	float:left;
    width:250px;
    margin:0px 4px;
    margin-bottom:10px;
}
div.product-name{
	width:248px;
    background-color:#fafafa;
    height:20px;
    margin:2px 0px;
    display:block;
    font-size:12px;
    text-align:center;
    padding:3px 0px;
    font-weight:bold;
    border:1px solid #cccccc;
}
div.product-image{
	width:120px;
    height:120px;
    padding:5px;
    background-color:#fafafa;
    border:1px solid #cccccc;
    float:left;
}
div.product-image img{
	border:0px;
}
div.product-info{
	float:right;
    background-color:#fafafa;
    border:1px solid #cccccc;
    width:104px;
    padding:5px;
    height:120px;
}
/* ---------------- text ----------------*/
h2.heading{
	font-size:14px;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:10px;
    padding:0px;
}
h1.heading{
	font-size:14px;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:10px;
    padding:0px;
}
img.cpic{
	border:1px solid #CCCCCC;
    margin-right:10px;
}
div.front-contact{
	margin:0px 30px;
    text-align:left;
}
table td.ftable-1{
	border-top:1px solid #CCCCCC;
    padding:10px;
}
table td.ftable-2{
	border-top:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
        padding:10px;
}
table td.ftable-2 img{
	margin-left:9px;
}
table td.ftable-3{
	border-top:1px solid #CCCCCC;
        padding:10px;
}

