/*test*/
body {
	margin-top: 2px;
	padding: 0;
	background: #787878;
	text-align: justify;
	font-family: tahoma, arial;
	font-size: 13px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
}

a img {
	border: none;
}
img {
	margin: 0px 10px 10px 10px;
}
#header {
	width: 800px;
	margin: 0px auto;
	height: 150px;
	background: url(images/img02.jpg) repeat-x left top;
}
label
{
	width:150px;
	float:left;
	margin-bottom:5px;
}
input
{
	margin-bottom:5px;
}
/* Header */

#logo {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	padding: 40px 0 0 3px;
	font-size: 16px;
	color: #110E0F;
	text-align:right;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/* Menu */

#menu {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 80px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right top;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	border: 1px solid #ffffff;
}

#menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#sub_nav_bar{
width: 795px;
background: url(images/sub_nav.jpg) no-repeat left top;
border: 0px solid #8C0209;
height: 20px;
}
#sub_nav_bar ul {
margin-top: 0px;
margin-left: 10px;
padding: 0px;
height: 20px;
}
.sub_nav {
	margin-top: 2px;
	list-style: none;
	float:left;
	margin-right: 15px;
}
.sub_nav a{
	font-weight: bold;
	color: #ffffff;
}
.sub_nav:hover {
}

/* Content */

#content {
	width: 790px;
	margin: 0 auto;
	padding: 1px 5px;
	background: #FFFFFF;
	border: 0px solid #ffffff`;
	min-height:400px;
}

/* Footer */

#footer {
	width: 760px;
	min-height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #890208;
}
#footer p.company_info {
	color:#787878;	
	font-size:12px;
}
#footer a {
}

#footer .link {
	float: right;
}
.bottom{
	margin: 0 auto;
	width:800px;
	height: 30px;
	border: 1px solid black;
}
.sitemap{
	margin-left: 10px;	
}
.error{
	font-size:10px;
	color: red;
	font-weight:bold;
}