* {
	margin:0;
	padding:0;	
}
body, html{
	height: 100%;
	min-height: 100%;
}
body{
	background: #fff url("../images/bg_body.png") left top repeat-x;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;	
	color: #474747;	
}
img{
	border: none;
	vertical-align: bottom;
}
a{  
    color: #951818;
}
a:hover{
  text-decoration: none;
}
p{
  
}
h2{
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0 0 28px;
    height: 17px;
}
.clear{
    clear: both;
    font-size: 0px;
}
.con
{
    min-height:100%;    
    position:relative;    
}
*html .con
{
    height: 100%;    
}
.page{
    width: 900px;
    margin: 0px auto;
    padding-bottom: 105px;
}
.header
{
    background: url("../images/header.png") left top no-repeat;
    width: 900px;
    height: 132px;  
    
}
.header img{
    float: left;    
}
.header-menu
{
    padding: 75px 0 0 30px;
    float: left;
    font-family: Arial;
}
.header-menu p
{
    float: left;
    padding: 0 0 0 40px;
}
.header-menu p a
{
    color: #fff;
    text-decoration: none;
}
.header-menu p a:hover
{
    text-decoration: underline;    
}
.container
{
    clear: both;
}
.left-side
{
    float: left;
    width: 178px;    
}
.area
{
    background-color: #f1f1f1;
    margin-top: 10px;
}
.content
{
    float: left;
    width: 497px;
}
.content p
{
   line-height: 15px;
}
.content p a
{
    color: #6b8814;    
}
.content-top
{
    background: url("../images/content_top.png") left top repeat-x;
    padding: 0 10px 0 10px;    
}
.title
{
    color: #6b8814;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding: 15px 0 10px 15px;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.production
{
    clear: both;
    padding-top: 20px;    
    padding-left: 10px;
}
.product
{
    float: left;
    width: 151px;
    padding: 0 10px 0 0;
}
.url
{
    background-color: #6b8814;
    height: 18px;
    text-align: center;
    padding-top: 3px;    
    color: #fff;
}
.product p
{
    font-size: 10px;
    color: #818181;
}
.separator
{
    clear: both;
    padding-top: 45px;    
}
.right-side
{
    float: left;
    width: 225px;
}
.block
{
        
}
.block h3
{
    height: 32px;    
    padding: 6px 0 0 12px;
    font-size: 11px;
    color: #fff;
}
.block h3 span
{
    font-size: 10px;
    font-weight: normal;    
}
.block div
{
    padding: 15px;
    font-size: 10px;
    line-height: 13px;
}
.block div a
{
    color: #275cd6;    
}
.green{background-color: #e8f0d2;}
.green h3{background: url("../images/right_green.png") left top repeat-x;}
.brown{background-color: #feecde;}
.brown h3{background: url("../images/right_brown.png") left top repeat-x;}
.blue{background-color: #e4f4ff;}
.blue h3{background: url("../images/right_blue.png") left top repeat-x;}
.block div div.dot-line
{
    clear: both;
    background: url("../images/dot_line.png") left center repeat-x;
    font-size: 0px;    
    height: 16px;
    padding:0;
}
.bottom
{
    clear: both;
    background: url("../images/bg_bottom.png") left bottom repeat-x;    
    position:absolute;
    bottom:0;
    width:100%;
    height: 105px;
}
.footer
{
    margin: 0px auto;
    width: 900px;
    height: 105px;
    background: url("../images/bg_footer.png") left top no-repeat;
}
.dotfreak
{
    float: right;
    margin-top: 30px;    
}