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

body {
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	width: 990px;
	height: auto;
}

.content {
	font-size: 14px;
	color: #2d2d2d;
	padding: 5px;
	text-align: left;	
}

.background {color: #FFFFFF}

.topmenu_bg {
	background-image: url(../home/images/layout/top_menu.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	width: 100%;
}

.topmenu_spacer {
	height: 38px;
	width: 250px;
	float: left;
}

.topmenu {
	height: 38px;
	width: 125px;
	float: left;
	vertical-align: middle;
	padding-top: 10px;	
}

a:link {
	color: #FF0F00;
	text-decoration: none;
}
a:active {
	color: #FF0F00;
}
a:visisted {
	text-decoration: none;
	color: #c10000;
}

a:hover {
	text-decoration: underline;
	color: #FF0F00;
}
#menu_on a:link {
	color: white;
	text-decoration: none;
}
#menu_on a:visited {
	color: white;
	text-decoration: none;
}
#menu_on a:hover {
	color: white;
	text-decoration: underline;
}
#menu_on  a:active {
	color: white;
	text-decoration: none;
}
#menu_on {
	color: white;
	background-image: url(../home/images/layout/top_tab_right_active.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	border-right-width: .5px;
	border-right-style: solid;
	border-right-color: #cccccc;
	height: 28px;
}
#menu_off a:link {
	color: #2d2d2d;
	text-decoration: none;
	
}
#menu_off a:visited {
	color: #2d2d2d;
	text-decoration: none;

}
#menu_off a:hover {
color: #2d2d2d;
	text-decoration: underline;
	
}
#menu_off  a:active {
	color: #2d2d2d;
	text-decoration: none;
	
}

#menu_off {
	color: #2d2d2d;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-right-width: .5px;
	border-right-style: solid;
	border-right-color: #cccccc;
	height: 28px;
}


.content_spacer {
	height: 30px;
	width: 990px;
}

.content_spacer1 {
	height: 150px;
	width: 990px;
	
}

.content_borders {
	height: 10px;
	width: 400;
	float: left;
	
}

.content_bg {
	background-image: url(../home/images/layout/content_bg_none.gif);
}

.contact_home {
	font-size: 12px;
	color: #2d2d2d;
	background-image: url(../home/images/icons/home.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 7px 5px 5px 45px;
}
.contact_phone {
	font-size: 12px;
	color: #2d2d2d;
	background-image: url(../home/images/icons/phone.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 12px 5px 5px 45px;
}
.contact_email {
	font-size: 12px;
	color: #2d2d2d;
	height: 30px;
	background-image: url(../home/images/icons/email.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
}
.contact_hours {
	font-size: 12px;
	color: #2d2d2d;
	background-image: url(../home/images/icons/clock.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 7px 5px 5px 45px;
}
.contact_cart {
	font-size: 12px;
	color: #2d2d2d;
	background-image: url(../home/images/icons/cart.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 7px 5px 5px 45px;
}
.headings {
	font-size: 16px;
	color: #2d2d2d;
	background-image: url(../home/images/layout/heading_bg_29.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.contact_wrapper {
	width: 200px;
	height:auto;
	margin-left: 10px;
	border: thin solid #CCCCCC;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	float: left;
	clear: left;
}



.news_wrapper {
	width: 200px;
	height:auto;
	border: thin solid #CCCCCC;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	position: relative;
	float: right;
	margin-right: 10px;
}


.home_wrapper {
	width: 475px;
	height:auto;
	border: thin solid #CCCCCC;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.home_wrapper_right {
	width: 475px;
	height:auto;
	border: thin solid #CCCCCC;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: both;
	}
.img_floatleft {
	float: left;

	margin: 4px;
}


.newprod_content {
	font-size: 14px;
	color: #2d2d2d;
	padding: 5px;
	height: 125px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.logo_bar {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}

