@charset "utf-8";
/* CSS Document */

#wrapper #navigation {
	padding: 0;
	width: 792px;
	background-color: #762A37;
	height: 22px;
	position: relative;
	top: 111px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #66142A;
	left: 4px;
	font-size: 12px;
	visibility: visible;
}

#wrapper #navigation ul{
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #772B38;
}

#wrapper #navigation li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	background-color: #762A37;
}

#wrapper #navigation a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	background-color: #762A37;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C1F2D;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C1F2D;
}

#wrapper #navigation a:hover{
	background-color: #971C30;
	color: white;
}

#wrapper #navigation #current a{
	background-color: #66142A;
	color: white;
	border-top-color: #66142A;
	border-right-color: #66142A;
	border-bottom-color: #66142A;
	border-left-color: #66142A;
}

#wrapper #navigation #callnow {
	position: relative;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	background-color: #762A37;
	top: 0px;
	left: 50px;
	height: 20px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

