/*

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #490506 url(images/bg.jpg) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}
.bodytxt {
	padding: 5px 5px 5px 15px;
}

.bodytxtbull{
	padding: 5px 5px 5px 20px;
}

img a {
	border:none
}

td {
	font: 900 10px Arial, Helvetica, sans-serif;
	color: #FFC666;
	text-transform: capitalize;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 754px;
	height: 90px;
	margin: 0 auto;
	background: url(images/header-pro-bg.jpg) no-repeat left top;

}
/* Page */

#page {
	width: 754px;
	margin: 0 auto;
	background: url(images/body-pro-bg.png) repeat-y left top;
}

#page-bgtop {
	padding: 0px 0px 0px 11px;
}

/* Content */

#content {
	padding: 0px;
	display: block;
	width: 733px;
	background: #dccdb1 url(images/content-bg.jpg) repeat-x top;
}

/* Menu */

#menu {
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin: 0 auto;
	display: inline;
	text-align: center;
}

#menu a {	
	margin: 0 auto;
	display: block;
	float: left;
}

#menu a:hover, #menu .active a {
	border: none;

}

/* Sidebar */

#sidebar {
	width: 303px;
	height: 475px;
	display: block;
	background: url(images/sidebar.jpg) no-repeat -4px 0px;
	padding-top: 0px;
}

#cxtbox {
	padding: 32px 0px 0px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar p {
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #BFBFBF;
}

#sidebar a:hover {
	text-decoration: underline;
}
.sidebanner {
	display: block;
	text-decoration: none;
	border-style: none;
	float: right;
}
.sbg {
	background: url(images/sbg.jpg) repeat;
}
.field {
	font: bolder 16px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/field-bg.jpg) no-repeat left top;
	border: 2px solid #000000;
	height: 20pt;
    line-height: 20pt;
}

.radiohead {
	color: #FFFFFF;
}

td label{
	color: #FF6600;
	font: normal 9px/9px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.button {
	background: url(images/submit-up.jpg) no-repeat left top;
	display: block;
	height: 45px;
	width: 150px;
	border: none;
	padding-top: 4px;
	height: 45px;
    line-height: 45px;


}
.button:hover {
	background: url(images/submit-down.jpg) no-repeat left 1px;
	display: block;
	height: 45px;
	width: 150px;
	border: none;
	height: 45px;
    line-height: 45px;
}
/* Footer */

#footer {
	width: 754px;
	height: 67px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	background: url(images/footer-bg.jpg) no-repeat left top;
	color: #e4d9c3;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline bold;
	color: #e4d9c3;
}

#footer a:hover {
	text-decoration: none;
}
