
body {
	font-family:	"Verdana", sans-serif; 
	font-size:		12pt; 
	color:			black; 
	background:		url(images/bg.jpg) repeat-x;
	background-color: #E7EEEE;
	margin:			10px 0 10px 0;
	padding:		0;
}

a {
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

.coupon {
	border: 2px black dashed;
}

#navlink-list li:before {
	content: "| ";
}

#navlink-list li:first-child:before {
	content: "";
}

#navlink-list {
	margin: 0px;
	padding: 0px;
}

#navlink-list li {
	display:			inline;
	list-style-type:	none;
	font-size:			small;
}

#page {
	background: white;
	width:	900px;
	margin: 0 auto;
	border: solid 1px #dadada;
}


#super-navigation li:before {
	content:			"| ";
}

#super-navigation li:first-child:before {
	content:			"";
}

#super-navigation {
	float:				right;
	margin:				0;
	padding:			5px 10px 10px 0;
}

#super-navigation li {
	display:			inline;
	list-style-type:	none;
	font-size:			small;
}

#super-navigation li a {
	color:				black;
}

#super-navigation li a:hover {
	color:				blue;
}

#super-navigation ul {
	padding: 0;
	margin: 0;
}

#navigation {
	height:		25px;
	width:		900px;
	overflow:	hidden;
}

#logo  {
	width:		900px;
	height:		165px;
	background:	url(images/logo.png) no-repeat;
}

#content  {
	width:		900px;
}

#footer {
	background-color:	#364759;
	color:				white;
	text-align:			center;
	width:				900px;
}

div#footer a {
	color:				white;
}

#navigation ul  {
	margin: 			0;
	padding: 			0;
	list-style-type:	none;
}

#navigation ul li {
	float:		left;
}

#navigation li a {
	display:	block;
	width:		100px;
	height:		50px;
	overflow:	hidden;
	padding-top:	25px;
}

#nav-home			{ background: url(images/home.png); }
#nav-home:hover		{ background-position: 0 25px; }
#nav-home:active	{ background-position: 0 75px; }

#nav-about			{ background: url(images/about.png); }
#nav-about:hover	{ background-position: 0 25px; }
#nav-about:active	{ background-position: 0 75px; }

#nav-products			{ background: url(images/products.png); }
#nav-products:hover		{ background-position: 0 25px; }
#nav-products:active	{ background-position: 0 75px; }

#nav-locations			{ background: url(images/locations.png); }
#nav-locations:hover	{ background-position: 0 25px; }
#nav-locations:active	{ background-position: 0 75px; }

#nav-doctors			{ background: url(images/doctors.png); }
#nav-doctors:hover		{ background-position: 0 25px; }
#nav-doctors:active		{ background-position: 0 75px; }

#nav-insurance			{ background: url(images/insurance.png); }
#nav-insurance:hover	{ background-position: 0 25px; }
#nav-insurance:active	{ background-position: 0 75px; }

#nav-offers			{ background: url(images/offers.png); }
#nav-offers:hover	{ background-position: 0 25px; }
#nav-offers:active	{ background-position: 0 75px; }

#nav-contact		{ background: url(images/contact.png); }
#nav-contact:hover	{ background-position: 0 25px; }
#nav-contact:active	{ background-position: 0 75px; }

