@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background: url(../images/body_bg.jpg) top repeat-x;
	margin: 0;
}

#maincontainer {
	margin: 0 auto 0 auto;
	height: auto;
	width: 836px;
}

#header {
	width: 836px;
	height: 115px;
	float: left;
}

#logo {
	width: 326px;
	height: 115px;
	background: url(../images/logo.jpg) top no-repeat;
	float: left;
}

#heading {
	width: 510px;
	height: 115px;
	float: left;
	text-align: right;
	color: #A2A2A2;
}

#heading h1 {
	color: #721014;
	font-size: 18px;
	margin: 20px 0 0 0;
	font-weight: normal;
}

#heading h2 {
	color: #A2A2A2;
	font-size: 14px;
	margin: 5px 0 20px 0;
	font-weight: normal;
}

#navigationarea {
	width: 836px;
	height: 256px;
	float: left;
}

#nav {
	width: 326px;
	height: 256px;
	float: left;
}

#mainimg {
	width: 510px;
	height: 256px;
	float: left;
}

#nav ul {
	font-size: 14px;
	padding: 25px 5px 0 35px;
	margin: 0;
}

#nav ul li {
	list-style:url(../images/listimage.png);
	color: #5B5959;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#nav ul li a:link, #nav ul li a:visited{
	list-style:url(../images/listimage.png);
	color: #5B5959;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

#nav ul li a:hover{
	list-style:url(../images/listimage_over.png);
	color: #721014;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

#bar {
	width: 836px;
	height: 59px;
	float: left;
}

#left_bar {
	width: 326px;
	height: 59px;
	float: left;
	background: url(../images/left_bar.jpg) top no-repeat;
	color: #FFFFFF;
	font-size: 25px;
	text-transform:uppercase;
}

#left_bar h1 {
	color: #FFFFFF;
	font-size: 25px;
	text-transform:uppercase;
	margin: 15px 0 0 60px;
	font-weight: normal;
}

#right_bar {
	width: 510px;
	height: 59px;
	float: left;
	background: url(../images/right_bar.jpg) top no-repeat;
}

#right_bar h1 {
	color: #FFFFFF;
	font-size: 25px;
	text-transform:uppercase;
	margin: 15px 0 0 60px;
	font-weight: normal;
}

#leftside {
	width: 326px;
	height: auto;
	float: left;
}

#leftImage {
	width: 326px;
	height:217px;
	float: left;
	margin: 1px 0 0 0;
}

#contact {
	height: auto;
	width: 326px;
	float: left;
}

#contact h2 {
	color: #721014;
	font-weight: normal;
	font-size: 18px;
	text-transform:uppercase;
	margin: 10px 0 10px 5px;
}

#contact p {
	color: #A2A2A2;
	font-weight: 16px;
	margin: 0 0 0 5px;
	line-height: 1.25;
}

#bottomLeft {
	width: 326px;
	height: auto;
	float: left;
}

#bottomLeft p {
	color: #5B5959;
	font-size: 12px;
	margin: 0 5px 10px 5px;
	line-height: 1.5;
}

#rightside {
	width: 495px; 
	height: auto;
	float: left;
	margin: 10px 0 10px 15px;
}

#rightside h1 {
	color: #721014;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

#rightside p {
	color: #5B5959;
	font-size: 13px;
}

#footer {
	height: 87px;
	background: url(../images/footerbg.jpg) top repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
}

#footerLinks {
	width: 836px;
	height: 87px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#footerLinks p {
	color: #A2A2A2;
	font-size: 10px;
	line-height: 1.25;
	margin: 0 0 5px 0;
}

#footerLinks p a:link, #footerLinks p a:visited {
	color: #A2A2A2;
	text-decoration: none;
}

#footerLinks p a:hover {
	color: #A2A2A2;
	text-decoration: underline;
}

.design {
	color: #721014;
}

#footer p.design a:link, #footer p.design a:visited{
	color: #721014;
	text-decoration: none;
}

#footer p.design a:hover {
	color: #721014;
	text-decoration: underline;
}

