*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: verdana;
}

img
{
	border: 0;
}

#keywords
{
	margin: 0px auto;
	height: 20px;
}

#keywords ul
{
	list-style-type: none;
	text-align: center;
}

#keywords ul li
{
	display: inline;
	padding: 0px 10px 0px 10px;
	color: #c0c0c0;
	font-size: 10px;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 140px;
	color: #000000;
	background: url('../images/banner.jpg') top left no-repeat;
}

#menu
{
	margin: 0 auto;
	width: 860px;
	height: 40px;
}

#menu ul
{
	list-style-type: none;
	float: right;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	height: 40px;
	color: #28166F;
	font-size: 12px;
	margin-left: 1px;
	line-height: 40px;
	background: #E3E3E3;
	padding: 0px 15px 0px 15px;
	text-decoration: underline;
}

#menu ul li a:hover, #menu ul li a.current
{
	color: #ffffff;
	background: #2D2768;
	text-decoration: none;
}

#body
{
	width: 900px;
	margin: 0 auto;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	border-top: 4px solid #28166F;
}

#body p
{
	line-height: 22px;
	margin-bottom: 10px;
}

h1, h2
{
	color: #28166F;
	font-size: 16px;
	margin-bottom: 10px;
}

#body ul
{
	list-style-type: square;
	color: #ff0000;
}

#body ul li
{
	margin-left: 30px;
	margin-bottom: 10px;
}

#body ul li span
{
	color: #ffffff;
}

#leftdiv
{
	float: left;
	padding: 15px 5px 5px 5px;
	width: 280px;
	background: #28166F;
	color: #ffffff;
}

#rightdiv
{
	float: right;
	padding: 5px 5px 5px 15px;
	width: 590px;
	color: #000000;
}

#body span, #contact span
{
	color: #e54f00;
}

#leftdiv .telephone
{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#contact
{	
	margin: 0px auto;
	text-align: center;
	width: 900px;
	line-height: 35px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	border-top: 4px solid #28166F;
}

#body a, #contact a
{
	text-decoration: underline;
	color: #000000;
}

#body a:hover, #contact a:hover
{
	text-decoration: none;
	color: #ff0000;
}

#copyright
{
	line-height: 25px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	width: 900px;
	height: 50px;
	color: #000000;
	border-top: 4px solid #28166F;
	border-bottom: 4px solid #28166F;
	text-decoration: none;
}

#copyright a
{
	color: #000000;
	text-decoration: none;
}

#counter
{
	margin: 0px auto;
	text-align: center;
	width: 500px;
	line-height: 25px;
	height: 25px;
	font-size: 11px;	
}

.thumb
{
	margin: 0px auto;
	padding: 2px;
	border: 1px dashed #28166F;
	
}

.compare
{
	text-align: center;
	float: left;
	margin-right: 55px;
	width: 170px;
}

.compare img
{
	margin-bottom: 10px;
}

.clear
{
	clear: both;
}

fieldset
{
	border: 0px;
	padding-left: 20px;
}