body, html {
	background:			#fff url('/images/site-left.gif') repeat-y;
	margin:				0;
	padding:			0;
	font-family:		verdana, sans-serif;
	font-size:			91%;
}

p {
	margin:				0 0 16px 0;
	padding:			0;
}

a:hover {
	text-decoration:	none;
}

h1 {
	font-size:			170%;
	font-weight: 		bold;
	margin:				0 0 16px 0;
	padding:			0;	
}

h2 {
	font-size:			125%;
	font-weight:		bold;
	margin:				0;
	padding:			0 0 10px 0;
}

h3 {
	font-size:			100%;
	font-weight:		bold;
	margin:				0;
	padding:			0 0 0px 0;
}

#current_step {
	background:			#eee;
	font-size:			75%;
	padding:			3px;
	line-height:		18px;
}

#current_step a {
	color:				blue;
}


.notice {
	border:				2px solid red;
}

#notice {
	border:				2px solid red;
	padding:			10px;
	margin:				15px;
	background-color:	#f0f0f0 ;
	font-weight:		bold;
}

#quote_step {
	background:			#ffffcc;
	border:	 			1px dashed #000;
	padding:			10px;
	margin:				15px;
	width:				540px;
	margin-bottom:		1px;
	
}

#productsDiv {
	top:				2px;
	position:			relative;
	width:				560px;
	padding:			10px;
	margin:				15px;
}

#content {
	background:			#fff url('/images/site-left.gif') repeat-y;
	left:				0;
	padding:			0 15px 60px 236px;;
	position:			absolute;
	top:				160px;
}

#content p {
	line-height:		22px;
}

#content ul {
	line-height:		22px;
}

#content ol {
	line-height:		22px;
}

#header, #footer {
	background:			#5069A2;
	border-top:			1px solid #000;
	padding:			10px 15px 10px 15px;
	width:				97%;
}

#header {
	margin-top:			-16px;
	border-bottom:		1px solid #000;
	position:			absolute;
	top:				116px;
}

#footer {
	bottom:				0;
	position:			fixed;
	clear:				both;
}

* html #footer {
	display:			none;
}

#header ul, #footer ul {
	list-style:			none;
	margin:				0;
	padding:			0;
}

#header li, #footer li {
	display:			inline;
	margin:				0;
	padding:			0 20px 0 0;
}

#header li a, #footer li a {
	color:				#fff;
	text-decoration:	none;
}

#header li a:hover, #footer li a:hover {
	text-decoration:	underline;
}

#nav {
	background:			#5069A2 url('/images/site-left.gif') repeat-y;
	
	height:				97%;
	left:				0;
	line-height:		30px;
	margin:				0;
	padding:			0 5px 0 15px;
	position:			absolute;
	top:				0;
	width:				190px;
}


#nav_links {
	position:			absolute;
	top:				155px;
}

#nav_links a {
	color:				#fff;
	text-decoration:	none;
}

#nav_links a:hover {
	text-decoration:	underline;
}

#logo {
	background:			#fff;
	left:				0;
	padding:			10px;
	padding-top:		14px;
	position:			absolute;
	top:				0;
}