@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background:url(../images/content.gif) repeat-y center white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
}

#header{
width:100%;
height:293px;
background:url(../images/head.jpg) no-repeat center;
}
#check{
width:892px;
margin:auto;
}
#check p, #check a{
text-align:right;
padding-top:88px;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:black;
}

#wrapper {
width:892px;
margin:auto;
padding:0 14px 0 15px;
}

#menu{
width:892;
height:32px;
margin:auto;
float:left;
/*background:url(../images/menu.gif) repeat-x;*/
}

#menu ul{
list-style:none;
}
#menu ul li{
float:left;
text-transform:uppercase;
}

#menu a{
display:block;
height:32px;
background:url(../images/menu.gif) repeat-x;
color:white;
padding:0 24px 0 24px;
text-decoration:none;
line-height:32px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-right:1px solid white;
}
#menu a:hover, #menu .active{
background:url(../images/menua.gif) repeat-x;
}
#menu .last{
border:none;
padding-right:29px
}

/*---------------------LEFT---------------------*/

#content{
width:892px;
float:left;
margin:10px 0;
}

#content h1{
height:32px;
background:url(../images/menu.gif) repeat-x;
color:white;
font-weight:normal;
font-size:20px;
padding:0 0 0 10px;
line-height:32px;
}

#content h3{
height:32px;
background:url(../images/menu.gif) repeat-x;
color:white;
font-weight:normal;
font-size:18px;
padding:0 0 0 10px;
line-height:32px;
}

#content h2{
font-size:14px;
border-bottom:1px dotted black;
}
#content p, #content ul, #content ol{
padding:5px 0;
}

#content li{
/*margin-left:15px;*/
}
#content a{
font-weight:bold;
}
#content a.black{
color:black;
}
#content p.date{
font-size:10px;
font-weight:bold;
text-align:right;
padding:0 0 5px 0!important;
}
#left{
width:222px;
padding:0 10px 0 0;
float:left;
min-height:150px;
background:url(../images/lines.gif) repeat-y right;
}

#main{
width:370px;
padding:0 10px 0 0;
float:left;
min-height:150px;
margin-left:10px;
}

#right{
width:260px;
padding:0 0 0 10px;
float:left;
background:url(../images/lines.gif) repeat-y left;
min-height:150px;
}

.left{
float:left;
margin: 0 10px 5px 0;
}
.box{
width:100%;
background:white;
border:#e5e5e5 1px solid;
border-top:none;
-moz-border-radius:0 0 10px 10px;
float:left;
}

.separator{
clear:both;
height:15px;
}

.product{
margin:5px 10px;
border-bottom:1px solid #e5e5e5;
float:left;
width:90%
}
.product p{
font-size:10px;
}
.product.last{
border:none;
}
.space{
padding:10px;
}

.grayBox{
width:240px;
background:#d0d0d0;
padding:5px 10px;
margin:3px 0;
}
.clear{
clear:both;
}
.testimonial{
font-weight:bold;
font-style:italic;
}

/*-------------VIDEO-----------*/
.video{
width:425px;
float:left;
margin:10px;
}


/*---------------FOOTER---------------*/
#footer{
width:892px;
float:left;
padding:10px 0;
}
#footer ul{
list-style:none;
text-align:center;
}
#footer ul li{
display:inline;
font-size:10px;
}
#footer a{
padding:0 8px;
color:black;
text-decoration:none;
}
#footer p{
text-align:center;
font-size:10px;
}


/*------CONTACT-------------*/
.contact {
margin:20px 0;
}
.contact td{
padding:2px 6px 2px 0;
vertical-align:top;
}

/*----------------rss-items-------------*/
ul.rss-items{
list-style:none;
border-bottom:1px solid #e5e5e5;
}

ul.rss-items a{
font-size:14px;
border-bottom:1px dotted black;
color:black;
display:block;
text-decoration:none;
}
li.rss-item{