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

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	}

a	{
	color: #039;
	font-weight: bold;
}

img {
	border: none;
}

h1 {
	font-size: large;
	font-weight: normal;
	color: #265C98;
	margin-bottom: 10px;
}

#coupon_cities {
	list-style: none;
}

#coupon_cities li {
	padding-bottom: 15px;
}

#container {
	height: 100%;
	width: 100%;
	background-image: url(site-graphics/bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#main {
	width: 800px;
	padding-top: 45px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#content {
	padding-top: 15px;
	background-color: #E7EBF5;
	border-left: #919191 2px solid;
	border-right: #919191 2px solid;
}

#content hr {
	clear: both;
	border: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #73A3D6;
	height: 3px;
	font-size: 1px;
}

#content table {
	border: #73A3D6 2px solid;
}

#content td {
	padding: 4px 8px;
}

#images {
	width: 280px;
	float: left;
	margin-bottom: 15px;
}

#text {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

#text p {
	text-align: left;
	margin-bottom: 10px;
}

#footer {
	padding: 11px 0px 12px 0px;
	background-color: #E7EBF5;
	border-left: #919191 2px solid;
	border-right: #919191 2px solid;
	border-bottom: #919191 2px solid;
	color: #265C98;
	font-size: 15px;
	font-weight: bold;
}

#copyright {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 12px 0px;
	background-color: #CE3A22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
}

/* NAVIGATION */

#navigation {
	height: 143px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

#navigation img {
	float: left;
}

.nav-inactive, .nav2-inactive {
	float: left;
	margin: 57px 0px 0px 4px;
	background-color: #265C98;
	background-image: url(site-graphics/nav-bg-inactive.gif);
	background-repeat: repeat-x;
}

.nav-active, .nav2-active {
	float: left;
	margin: 57px 0px 0px 4px;	
	background-color: #73A3D7;
	background-image: url(site-graphics/nav-bg-active.gif);
	background-repeat: repeat-x;
}

.nav-inactive a {
	border: #3473B9 2px solid;
	border-bottom: none;	
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 30px;
	width: 96px;
	padding-top: 11px;
}

.nav2-inactive a {
	border: #3473B9 2px solid;
	border-bottom: none;	
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 38px;
	width: 96px;
	padding-top: 3px;
}

.nav-inactive a:hover, .nav2-inactive a:hover {
	border: #8EBAE9 2px solid;
	border-bottom: none;	

}

.nav-active a {
	border: #8EBAE9 2px solid;
	border-bottom: none;
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 30px;
	width: 96px;
	padding-top: 11px;
}

.nav2-active a {
	border: #3473B9 2px solid;
	border-bottom: none;	
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 38px;
	width: 96px;
	padding-top: 3px;
}