a img {
	border: none;
}
body {
	background: #121b24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

#wrapper {
	background: #FFFFFF;
	width: 1020px;
	margin: 0 auto;
}
#header {
	background: url(images/header-bg.jpg) repeat-x left top;
	height: 106px;
	overflow: hidden;
}
.logo {
	background: #FF0000;
}
.top-caption {
	padding: 0px 10px 0 00px;
}
.spotlight {
	background: url(images/spotlight-bg.jpg) repeat-x left top;
	height: 320px;
	padding: 0 0 0 5px;
	border-top: 1px solid #000000;
}
.navigation {
	height: 30px;
	clear: both;
	padding: 2px 70px 0;
	float: right;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.navigation ul li a {
	margin: 0;
	padding:  6px 10px;
	margin-left: -4px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #000000;
}
/*-------------------------------*/
#main {
	clear: both;
	margin-top: 10px;
	background: #6699cc url(images/main-bg.jpg) repeat-y left top;
}
.left-col {
	width: 537px;
}
.right-col {
	margin-left: 537px;
	background: url(images/content-bg.jpg) repeat-x left top;
}
.welcome-content-t {
	background: url(images/content-l.jpg) no-repeat left top;
}
.welcome-content-b {
	background: url(images/content-r.jpg) no-repeat right  top;
	height: 550px;
}
.welcome {
	padding: 0 10px;
}
div.form {
	padding-left: 30px;
}
.form  label  {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 0 5px 5px;
}
.form p {
	margin: 2px 0 0 0;
}
.form  input.inputbox  {
	background: url(images/input-street-address.jpg) no-repeat left top;
	border: none;
	padding: 2px 0 6px 10px;
	height: 25px;
	width: 408px;
}
.form  input.inputbox-city  {
	background: url(images/input-city.png) no-repeat left top;
	border: none;
	padding: 2px 0 6px 10px;
	height: 25px;
	width: 192px;
}
.user2 {
	background:  #333333;
	font-size: 16px;
	font-weight: bold;
	color: #a5a8ac;
}
.user4 {
	margin-left: 215px;
}
.offer {
	padding: 5px;
}

div.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

