body{
	background-color: #0d7e1f;
	background-image: url(/frontpages/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: arial;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img{
	border: none;
}
.clear{
	clear: left;
}

.container{
	margin: 0 auto;
	width: 898px;
}

.top{
	background-image: url(/frontpages/images/top.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 898px;
	height: 13px;
	margin: 35px 0 0 0;
}

.content{
	width: 898px;
	min-height: 600px;
	background-color: #fff;
}

.logo{
	float: left;
	margin: 5px 0 10px 20px;
}

.phone2{
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	font-size: 18px;
	color: #282828;
}

.nav{
	background-image: url(/frontpages/images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 898px;
	height: 37px;
}

.nav ul{
	margin: 0 0 0 0;
	padding: 10px 0 0 100px;
}

.nav ul li{
	display: inline;
}

.nav ul li a:link{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	background-image: url(/frontpages/images/navsep.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	
}
.nav ul li a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	background-image: url(/frontpages/images/navsep.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
.nav ul li a:hover{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	background-image: url(/frontpages/images/navsep.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
.nav ul li a:active{
		color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	background-image: url(/frontpages/images/navsep.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

.phone{
	float: left;
	padding: 0 0 0 200px;
}
.phone1{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #d60000;
	font-size: 18px;
	font-weight: bold;
}

.rotator{
	float: left;
	margin: 20px 0 0 20px;
	width: 558px;
	height: 286px;
	overflow:hidden;
}

.fixes{
	float: left;
	width: 300px;
	padding: 0 0 0 15px;
}

.itemswefix{
	margin: 20px 0 10px 0;
}

.sponsors{
	margin: 15px 0 0 15px;
}

.maintext{
	width: 558px;
	float: left;
	padding: 15px 0 0 17px;
}

.maintext h1{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #af2b2b;
	font-size: 24px;
	border-bottom: 1px solid #333;
}

.latestspecial{
	float: left;
	margin: 0 0 0 20px;
	width: 228px;
}
.ls{
	margin: 17px 0 10px 0;
}

.fix1{
	float: left;
	margin: 0 10px 10px 0;
}

.fix2{
	float: left;
	margin: 0 0 10px 0;
}

.muchmore{
	margin: 0 0 0 133px;
}

.phone2{
	float: left;
}

.twitter{
	float: left;
	margin: 0 0 0 20px;
}

.facebook{
	float: left;
	margin: 0 0 0 0;
}

.footlogo{
	margin: 10px 0 0 337px;
}
.bottom{
	width: 898px;
	background-image: url(/frontpages/images/bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 898px;
	height: 12px;
}

.paging ul{
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	list-style: none;
}

.padding: ul li{
	display: inline;
	list-style: none;
}

.blogbody a:link{
	 color: #AF2B2B;
}
.blogbody a:visited{
	 color: #AF2B2B;
}

.blogbody a:hover{
	 color: #AF2B2B;
}

.blogbody a:active{
	 color: #AF2B2B;
}



/*Columns*/
.rightcol
{
	float:left;
	width:315px;
}
.leftcol
{
	float:left;
	width:577px;
}

/* Contact form */
#contact-form{margin:10px 10px; float:left;}
#contact-form ul{list-style:none; margin:0;padding:0;}
#contact-form ul li {list-style:none;}
#contact-form input{
	background-color:#f7f7f7; 
	border:1px solid #ccc; 
	padding:6px; 
	color:#333; 
	width:300px; 
	margin: 0 20px  10px 0; 
}
#contact-form input:focus, #contact-form textarea:focus {background-color:#efefef;}
#contact-form textarea{width:500px; height:200px; background-color:#f7f7f7; border:1px solid #ccc;padding:10px; margin: 0 0 10px 0;color:#333; font-family:Arial, Helvetica, sans-serif; font-size:100%}
#contact-form input.contactbtn{margin:10px 0 0 0;background-color:green;color:#fff;}