body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #6B6B6B;
	text-decoration: none;
	background-color: #E5E5E5;
	
	margin: 0px;
}
.home-bg{background-image: url(../images/bg.gif);
	background-repeat: repeat-x;}
	.sub-bg{background-image: url(../images/bg02.gif);
	background-repeat: repeat-x;}
::selection {
        background: #DB2A2E; /* Safari */
		color:#fff;
        }
::-moz-selection {
        background: #DB2A2E
		; /* Firefox */
		color:#fff;
}

img{
border:0;}	
	
a {
	color: #C80000;
	text-decoration: none;
	
	}
	
a:hover {
	acolor: #000;
	text-decoration: underline;
	}
p {
	margin:0 0 25px 0;
	clear:left;
	padding:0;
	}
	
h1, h2, h3, h4 {
	margin:0 0 10px 0;
	clear:left;
	padding:0;
	font-weight: normal;
	font-variant: normal;
	line-height:normal;

		
	}
hr {
	margin:10px 0;
	height:0;
	border:0 solid #D2D2D2;
	border-top:1px solid #D2D2D2;
	clear:both;

}	
.heading{
	color:#5EA218;
	font-size:34px;
	line-height:normal;
}
.sub-heading{
	color:#5EA218;
	font-size:18px;
	line-height:normal;
}
.sub-title{
	color:#979797;
	font-size:18px;
	line-height:normal;
}

/*containers**********/

#main-container{
	width:980px;
	height:auto;
	margin:0 auto;
	position:relative;
}
#header{
	width:980px;
	height:559px;
	float:left;
	position:relative;
}
#sub-header{
	width:980px;
	height:353px;
	float:left;
	position:relative;
	background-image: url(../images/subheader.jpg);
	background-repeat: no-repeat;
}

#mask{
	width:980px;
	height:559px;
	position:absolute;
	z-index:10;
	background-image: url(../images/mask.png);
	background-repeat: no-repeat;
}
#quality{
	width:193px;
	height:193px;
	position:absolute;
	z-index:50;
	background-image: url(../images/quality.png);
	background-repeat: no-repeat;
	background-position: left top;
	top:360px;
	right:40px;
}
#top-div{
	width:980px;
	height:108px;
	position:relative;
}
#logo{
	width:318px;
	height:205px;
	position:absolute;
	z-index:100;
}
#navigation{
	width:620px;
	float:right;
	height:39px;
	padding-top:35px;
}
#navigation ul{
	width:620px;
	height:39px;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
#navigation li{
	width:auto;
	height:39px;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
#navigation a{
	font-size:12px;
	width:auto;
	height:34px;
	line-height:34px;
	float:left;
	list-style:none;
	padding:0px 15px;
	color:#fff;
	text-decoration:none;
	overflow:visible;
	text-align:center;
	text-transform: uppercase;	
	}
#navigation a:hover{
	color:#E03337;
	border:0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#prodcuts-scroll{
	width:980px;
	height:auto;
	float:left;
	position:relative;
	margin:9px 0 32px 0;
	clear:left;
}
#middle{
width:100%;
height:auto;
float:left;
background-color:#E5E5E5;
}

#middle-content{
	width:980px;
	height:auto;
	margin:0 auto;
	padding:42px 0;
	
}