*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#header
{
	margin: 0px auto;
	width: 820px;
	height: 77px;
	padding: 10px 0px 10px 0px;
	background: url('../images/design_03.png') center no-repeat;
}

#strapline
{
	margin: 0px auto;
	width: 860px;
	height: 50px;
	background: url('../images/design_07.png') center no-repeat;
}

#sliderbox
{
	margin: 0px auto;
	width: 860px;
	height: 210px;
	background: url('../images/sliderbox.png') center no-repeat;
}

#form
{
	float: right;
	width: 363px;
	height: 210px;
}

#brands
{
	margin: 0px auto;
	width: 800px;
	height: 40px;
	padding-top: 10px;
	background: url('../images/brands.gif') center no-repeat;
}

#content
{
	margin: 0px auto;
	width: 860px;
	padding-top: 10px;
	line-height: 20px;
	color: #000000;
}

#content h1
{
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	background: url('../images/bulb.jpg') left no-repeat;
	border-bottom: solid 1px #ff7800;
}

#content p
{
	margin-bottom: 10px;
}

#contentleft
{
	float: left;
	width: 425px;
}

#contentright
{
	float: right;
	width: 425px;
}

#copyright, #privacy
{
	line-height: 30px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 780px;
	height: 30px;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}

#privacy a
{
	color: #ff0000;
}

#copyright a
{
	color: #666666;
	text-decoration: none;
}

.clear
{
	clear: both;
}

#map
{
	width: 380px;
	height: 280px;
	margin-top: 10px;
	border: 1px solid #c1c1c1;
}

.red
{
	background: #ff0000;
}

.red span
{
	background: #000000;
}

fieldset
{
	border: 0px;
	font-size: 11px;
	line-height: 24px;
	margin-top: 8px;
	padding-left: 20px;
}

fieldset span
{
	color: #ff0000;
}


.formleft
{
	width: 140px;
	float: left;
}

.formright
{
	width: 110px;
	margin-top: 42px;
	margin-right: 20px;
	text-align: right;
	float: right;
}

.input
{
	background: #ffffff;
	font-family: verdana;
	border: 1px solid #666666;
}

.input:hover
{
	background: #ffffff;
	border: 1px solid #ff0000;
}

.saver
{
	float: right;
}

.list
{
	list-style-type: square;
	font-weight: bold;
	color: #ff7800;
	margin-left: 30px;
	margin-bottom: 10px;
}

.submit
{
	width: 110px;
	height: 20px;
	line-height: 20px;
	border: 0px;
	color: #ffffff;
	cursor: hand;
	font-weight: bold;
	font-sixe: 12px;
	font-family: verdana;
	background: url('../images/buttons_02.png') top no-repeat;
}

.submit:hover
{
	background: url('../images/buttons_02.png') bottom no-repeat;
}

ul.thanks
{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 12px;
}

/* Slider */

#slider
{
	float: left;
	position: relative;
	overflow: hidden;
}

#slider, #slider img, #slider ul
{
	width: 397px;
	height: 210px;
}

#slider li, #slider ul
{
	padding: 0px;
	margin: 0px;
}

#slider ul
{
	position: absolute;
}

#slider .slide
{
	float: left;
	position: relative;
	display: none;
}

#slider .slide:first-child
{
	display: block;
}

#slider .slide span
{
	position: absolute;
	left: 0px;
	width: 377px;
	padding: 10px;
	height: 28px;
	line-height: 14px;
	opacity: .7;
	background: #ffffff url('../images/backdrop.png') left bottom no-repeat;
	color: #ffffff;
	bottom: 0px;
} 