body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0 auto;
	background-color: #ff0000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	border-bottom-style: none;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

#header {
	clear: both;
	width: 760px;
	height: 150px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#contactInfo {
	float: right;
	padding: 2px 5px 0 0;
	margin: 0;
	width: 55%;
	font-weight: bold;
	text-align: right;
	text-shadow: #999;
	font-size: 9px;
	height: 145px;
}

#navbar {
	clear: both;
	padding: 5px 0 0 5px;
	margin: 0;
	width: 755px;
	height: 20px;
	background-image: url(../images/nav_bar.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

#navbar a { 
	text-decoration: none;
	color: #000;
}

#navbar a:hover {
	font-size: 11px;
	color: #ffff00;
	text-decoration: none;
	list-style: circle;
}

#navbar ul li {
	list-style: none;
	text-align: center;
}


#content {
	clear: both;
	width: 760px;
}

.middleSpacer {	
	border-top: 1px double #ff0000;
	width: 100%
	padding: 0;
	margin: 5px 0 5px 0;
}

.bottomSpacer {	
	border-top: 1px double #ff0000;
	width: 100%
	padding: 0;
	margin: 5px 0 5px 0;
}


#contentMain {
	width: 550px;
	background-color:#fff;
	float: left;
	margin: 0;
	padding: 10px;
}

#contentSide {
	width: 168px;
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background-image: url(../images/sidebar.gif);
	background-repeat: repeat-x;
	height: 100%;
	text-align: center;
}


#sideTop {
	height: 50%;
	width: 168px;
	padding: 0;
	text-align: center;
}

#sideBottom {
	height: 50%;
	width: 168px;
	padding: 0;
	
}

.sideTitles {
	font-weight: bold;
	padding-bottom: 5px;
	color: #ff0000;
}

.sideSpacer {	
	border-top: 1px double #ff0000;
	width: 100%
	padding: 0;
	margin: 5px 0 5px 0;
}

#weeks_specials {
	margin: 0 auto;
	text-align: center;
}

.homeImage {
	clear: both;
	margin: 0 0 5px 0 auto;
}

.indication {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ccc;
}

.hr {
	border-bottom: 1px dotted #999;
}

.contentText {
	text-align: justify;
}

.ads {
	margin: 0;
	padding: 0;
}

.textBold {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover {
	font-weight: bold;
	color: #ff0000;
}

.manufacturers {
	list-style: none;
}

#stock {
	line-height: 1.8em;
}

#googleMap {
	margin: 0 auto;
	padding: 5px 0 5px 0;
}


#footer {
	clear: both;
	width: 760px;
	border-top: 1px solid #ff0000;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

