/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #292A2C;
}

.buttons a {
	background-image:url(images/butback.jpg);
	background-repeat:repeat-x;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 5px;
	
	}

.buttons a:hover {
	color:#FFFFFF;
	
}

.buttons_3lines a{
	background-image:url(images/butback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align:top;
}
.buttons_3lines a:hover {
	color:#FFFFFF;
	
}

.products_buttons a{
	background-image:url(images/button.jpg);
	display:block;
	background-repeat:no-repeat;
	height: 20px;
	padding-top: 2px;
	padding-left: 55px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 2px;
	text-decoration: none;
	
}

.products_buttons a:hover {
	color:#FF3300;
	text-decoration:underline;
}

.body_background {background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
	
	}
	
.body_divider {
	background-image:url(images/cenline.jpg);
	background-repeat:repeat-y;
	padding-top: 25px;
	padding-bottom: 25px;
	background-position: center;
	height: 250px;

	}
	

.footer {
	background-color:#111111;
	color:#CCCCCC;
	text-align:center;
	padding:5px;
	font-size:10px

}
.footer a {color:#999999;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.innerbuttons a {
	color:#333333;
	display:block;
	background-color:#FFFF99;
	text-decoration:none;
	font-weight: bold;
	padding-top: 3px;
	width:100%;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #670003;
	border-right-color: #670003;
	border-bottom-color: #670003;
	border-left-color: #670003;
	height: 10px;
}

.innerbuttons a:hover {
	color:#FF3300;
	text-decoration:underline;
	background-color:#FFFF66;
	
}
	
.products {
	background-color:#AE0004;
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#mainbody {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

