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

body { 
		padding: 0;
		margin: 0;
		font-family: 'Pontano Sans', sans-serif;
		font-size:15px;
		line-height: 1.6em;
		background:#767676 url(images/BG.jpg) top repeat-x;
		color:#22110d;
}

html {
	margin:0;
	padding:0;
	overflow-y: scroll;
	*height: 102%;
}

a {
	color:#abae30;
	text-decoration:underline;
}

a:hover {
	color:#abae30;
	text-decoration:none;
}

h3 {
	font-size:22px;
	*font-size:20px;
	font-family: 'Francois One', sans-serif;
	color:#6a6b4b;
}

#wrapper {
	margin-top:30px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:980px;
	height:150px;
	float:left;
	background:url(images/header.jpg) no-repeat;
}

#menu_bar {
	width:980px;
	height:40px;
	float:left;
	background:url(images/menu_BG.jpg) no-repeat;
}

.spacer {
	margin-left:35px;
}

#homepage_left {
	width:515px;
	height:400px;
	float:left;
	background:url(images/left-column.jpg) no-repeat;
}

#homepage_right {
	width:420px;
	height:380px;
	float:left;
	background:#eaeaea;
	padding-left:25px;
	padding-top:20px;
	padding-right:20px;
}
#line {
	width:980px;
	height:3px;
	float:left;
}

#homepage_lower_ad {
	width:980px;
	height:70px;
	background:url(images/bottom-ad.jpg);
	float:left;
}

#footer {
	width:980px;
	height:50px;
	float:left;
	margin-bottom:30px;
}

#read_more {
	width:184px;
	height:70px;
	margin-top:40px;
	margin-left:300px;
}

#footer_left {
	width:200px;
	height:50px;
	float:left;
	padding-top:20px;
}

#footer_right {
	float:left;
	height:50px;
	width:780px;
	text-align:right;
	padding-top:20px;
}

#about_box {
	width:940px;
	height:400px;
	float:left;
	padding:20px;
	background:#eaeaea;
}

#product_box {
	width:940px;
	height:1200px;
	float:left;
	padding:20px;
	background:#eaeaea;
}

#contact_box {
	width:940px;
	height:700px;
	float:left;
	padding:20px;
	background:#eaeaea;
}

.bolt_close_up {
	padding-right:20px;
	padding-bottom:20px;
}

#product_left {
	width:300px;
	height:170px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#product_right {
	width:600px;
	height:150px;
	float:left;
	background:#ddddcd;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:20px;
}

.contact_bolt {
	margin-right:20px;