*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #dfdfdf;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#headercontainer
{	
	margin: 0px auto;
	padding-top: 20px;
	width: 100%;
	height: 120px;
	background: #cccccc;
}

#header
{
	margin: 0px auto;
	width: 890px;
	height: 120px;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	background: url('../images/design_03.jpg') top left repeat-x;
}

.logo
{
	float: left;
	padding-left: 20px;
}

.address
{
	float: right;
	padding-right: 20px;
}

#menu
{	
	margin: 0px auto;
	width: 100%;
	height: 60px;
	background: url('../images/design_09.jpg') top left repeat-x;
}

#menu ul 
{
	margin: 0px auto;
	width: 890px;
	height: 60px;
	list-style-type: none;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	background: url('../images/telephone.jpg') top right no-repeat;
}


#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	display: block;
	padding-right: 25px;
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	background: url('../images/design_11.jpg') top right no-repeat;
}

#menu ul li a:hover, #menu ul li a.active
{
	color: #ffffff;
	background: url('../images/design_15.jpg') top right no-repeat;
}

#body
{
	margin: 0px auto;
	width: 890px;
	background: #eeeeee;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
}

#bodycontent
{
	padding: 10px;
	line-height: 22px;
}

#bodycontent p
{
	margin-bottom: 12px;
}

#bodyleft
{
	float: left;
	width: 520px;
}

#bodyright
{
	float: right;
	width: 350px;
}

#bodyright img
{
	float: right;
	padding: 5px;
	margin-bottom: 12px;
	background: #ffffff;
}

#bodyleft img
{
	float: left;
	padding: 5px;
	margin: 5px 12px 1px 0px;
	background: #ffffff;
}

#contactleft
{
	float: left;
	width: 620px;
}

#contactright
{
	float: right;
	width: 250px;
}

#contactright ul, #sorry ul
{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}

#contactright ul a, #sorry ul a
{
	color: #666666;
	text-decoration: none;
}

#contactright ul a:hover, #sorry ul a:hover
{
	color: #000000;
	text-decoration: underline;
}

#adverts
{
	margin: 10px auto;
	text-align: center;
	width: 868px;
	height: 100px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

h1
{
	color: #6c0000;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#footercontainer
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #c2c2c2;
	border-top: 5px solid #ffffff;
}

#footer
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 890px;
	height: 40px;
	background: #666666;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}

img.right
{
	float: right;
	padding: 4px;
	background: #ffffff;
	border: solid 1px #cccccc;
}

fieldset
{
	border: 0px;
}

input[type=text]
{
	border: solid 1px #cccccc;
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
}

textarea
{
	overflow: auto;
	border: solid 1px #cccccc;
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
}

input[type=text]:hover, textarea:hover
{
	border: solid 1px #666666;
	background: #dfdfdf;
}


input[type=submit]
{
	overflow: auto;
	border: solid 1px #666666;
	background: #dfdfdf;
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
	cursor: hand;
}

input[type=submit]:hover
{
	border: solid 1px #000000;
	background: #c0c0c0;
}

.red
{
	color: #ff0000;
}

.green
{
	color: #085e0f;
}

