﻿@charset "utf-8";
/* CSS Document */

html {
font: 100% Arial; 
}

body {
background:url(/imgs/bg.png) repeat-x #fff; 
color: #333; 
font-size: 12px;
padding:0;
margin:0;
}

.main {
position:relative;
}

.header {
background:url(/imgs/banner.jpg) no-repeat;
height:202px;
position:relative;
z-index:1;
}

.header a.logo {
background:url(/imgs/logo.jpg) no-repeat;
width:509px;
height:201px;
display:block;
text-indent:-9999px;
position:absolute;
left:-34px;
}

.header .lang {
background:#62C0FF;
color:#FFFFFF;
float:none;
font-size:10px;
padding:7px;
position:absolute;
right:0;
}

.header .lang a {
padding-left:23px;
}

.header .text1 {
color:#1E4605;
position:absolute;
right:50px;
top:90px;
}

.header .text2 {
color:#1E4605;
font-size:36px;
position:absolute;
right:44px;
top:107px;
}


body.default div#secondary.col {
 width:300px;
}

body.default div#primary.col {
 width:600px;
 padding-right:50px;
}

table.featured-list .pic a img {
width:160px;
}


.content .buttons {
text-align:left;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
 max-width:none;
}

.content .title {
background:#EEEEEE none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
color:#333333;
}

h1, h2 {
color:#666;
}

body.default div#featured.col {
border:none;
padding:20px 0;
}


div.footer *{
background:none;
}

div.footer {
background:url(/imgs/footer-bg.png) no-repeat;
width:960px;
height:166px;
}

div.footer .secondary-menu {
padding-top:25px;
}

.secondary-menu a {
color:#fff;
text-decoration:none;
}

.secondary-menu li, .secondary-menu li li:first-child {
border-left:1px solid #fff;
}

.footer .copyright {
color:#fff;
}

div.footer a.powered {
background:url(/imgs/powered.png) no-repeat;
width:115px;
height:56px;
margin:22px auto 0;
display:block;
text-indent:-9999px;
}

/*-------------------------------------------NAVIGATION-------------------------------------------------------*/
.primary-menu {
background:none;
height:35px;
left:310px;
margin:0;
padding:0;
position:absolute;
top:167px;
z-index:9999;
}

.primary-menu a {
 background:none;
display:block;
font-size:12px;
height:29px;
margin:0;
padding:10px 10px 0;
text-decoration:none;
color:#fff;
text-transform:uppercase;
}

.primary-menu a:hover,
.default .primary-menu a.home,
.sale-default .primary-menu a.sales,
.faq .primary-menu a.faq,
.contact-default .primary-menu a.contact
{
background:#FFFFFF none repeat scroll 0 0;
color:#0071BC;
}

.primary-menu li {
float: left;
}

.primary-menu li ul {
position: absolute;
width: 150px;
left: -999em;
}

.primary-menu li:hover ul {
left: auto;
}

.primary-menu li:hover ul a{
width:150px;
background:#FFFFFF none repeat scroll 0 0;
color:#0071bc;
}

.primary-menu li:hover ul a:hover{
background:#eee;
text-decoration:none;
}