@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
} 


img {
	border: 0;
}

input, button {
	overflow: visible;
}

a:link, a:visited {
	color: #006b54;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}


#wrapper {
	width: 762px;
	margin: auto;
}

.clear {
	clear: both;
}

#header {
	width: 762px;
	height: 80px;
	margin: 20px 0px 20px 0px;
}

#header #links {
	width: 316px;
	height: 80px;
	float: left;
	line-height: 80px;
}

#header #contacts {
	width: 295px;
	height: 70px;
	float: left;
	color: #006b54;
	text-align: center;
	padding-top: 10px;
}

#header #logo {
	width: 151px;
	height: 80px;
	float: left
}

#mainImage {
	width: 762px;
	height: 320px;
}


#searchBar {
	width: 752px;
	height: 32px;
	background-color: #006b54;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
}

.formButton {
	padding: 2px 5px 2px 5px;
}

#footer {
	width: 692px;
	height: 30px;
	background: url(../graphics/main/footer.gif) top left no-repeat;
	line-height: 30px;
	margin: 20px 0px 20px 0px;
	color: #006b54;
	padding-left: 70px;	
}

#miniBasket {
	width: 154px;
	float: right;
	color: #FFFFFF;
	text-align: center;
	background: url(../graphics/main/basketbg.png) bottom left no-repeat !important;
	background: url(../graphics/main/basketbg.gif) bottom left no-repeat;
}

#miniBasket a:link, #miniBasket a:visited{
	color: #FFFFFF;
}

#miniBasket a:hover, #miniBasket a:active {
	color: #FFFFFF;
}

#miniBasket p {
	padding: 8px 0px 8px 0px;
}

#miniBasketHeader {
	width: 154px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	background-color: #338876;
}

#mainPage {
	width: 557px;
	float: right;
}

#locationBar {
	width: 557px;
	text-align: right;
	margin-bottom: 10px;
}

.pageDivider {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: #008980 1px solid;
}

.contactField {
	width: 180px;
	margin-left: 5px;
}

.specialsLink, .specialsLink a:link, .specialsLink a:visited, .specialsLink a:hover {
	color:#CC0000;
}
