	* {
		margin: 0;
		padding: 0;
		z-index: 5;
	}

	html {
		background: #efefef;		
	}
	
	body {
		font-family: Arial;
		font-size: 11px;
		color: #7e7e7e;
		background: #fff url( '../images/bgr.png' ) repeat-x top;
	}
	
	#wrapper {
		margin: 0 auto;
		width: 865px;
		background: url( '../images/wrapper_bgr.png' ) repeat-y 3px;
		padding-left: 3px;
	}
	
	a {
		color: #fcfcfc;
		text-decoration: none;
	}
	
	a img {
		border: 0;
	}
	
	p {
		padding: 5px 0;
	}
	
	form, fieldset {
		border: 0;
	}
	
	h3, h4 {
		padding-top: 10px;
		padding-bottom: 0px;
		font-size: 14px;
	}
	
	h4 {
		text-decoration: none;
		font-size: 12px;
	}
	
	.title, .title2 {
		font: 14px Myriad;
		color: #404040;
		font-weight: bolder;
		border-bottom: 1px dotted #5c5c5c;
		display: block;
		padding-bottom: 7px;
		padding-top: 5px;
		background: url( '../images/bullet2.png' ) no-repeat 0 8px;
		padding-left: 15px;
	}
	
	.title2 {
		background: url( '../images/bullet1.png' ) no-repeat 0 22px;
		font: 13px Arial;
		color: #fff;
		text-transform: uppercase;
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
		font-weight: bolder;
		letter-spacing: 0.8px;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.required {
		border: 1px solid red;
	}

/*********************
*	HEADER
*********************/
	#header {
		font-weight: bolder;
		height: 117px;
	}
	
	#header #logo {
		width: 208px;
		height: 172px;
		float: left;
		margin-right: 15px;
		margin-bottom: -68px;
		position: relative;
	}
	
	#header .menu {
		float: left;
		padding: 0;
		height: 36px;
		margin-top: 90px;
		margin-left: 45px;		
	}

	#header .menu li {
		display: inline;
	}

	#header .menu li a {
		float: left;
		text-align: center;
		background: #a90101 url( '../images/menu_item_bgr.png' ) no-repeat;
		/*background: #a90101 url( '../images/menu_item_bgr1.png' );*/
		width: 92px;
		padding-top: 13px;
		height: 23px;
		margin: 0px 3px;
		color: #fff;
		font: 12px Arial;
	}
	
	#header .menu li a:hover, #header .menu li a.active {
		background: url( '../images/menu_item_active_bgr.png' ) no-repeat;
		color: #262e31;
		
	}
	
	.border {
		display: block;
		background: url( '../images/border_bgr.png' ) repeat-x;
		height: 2px;
		margin: 7px 0;
	}

/*********************
*	SIDEBAR-LEFT
*********************/

	#sidebar-left {
		/*background: #5a5a5a;*/
		float: left;
		width: 172px;
		position: relative;
		margin-bottom: -107px;
		margin-top: 43px;
		margin-left: 0px;
		padding: 0 17px;
		color: #fff;
		border-top: 5px solid #fff;
	}
	
	#sidebar-left a.submenu {
		background: url( '../images/bullet3.png' ) no-repeat left center;
		padding-left: 15px;
		font: 12px Arial;
		color: #fff;
		letter-spacing: 0.8px;
	}
	
	#sidebar-left a.submenu:hover {
		color: #9F9F9F;
	}
	
	#sidebar-left a.active {
		background-image: url( '../images/bullet4.png' );
	}

/*********************
*	CONTENT
*********************/	
	#content {
		clear: both;
		margin-top: 5px;
	}

/*********************
*	MAIN
*********************/	
	#main {
		float: right;
		background: #f8f5f3 url( '../images/text_bgr.png' ) repeat-x;
		padding: 10px 20px;
		margin-top: 50px;
		position: relative;
		margin-bottom: -100px;
		font: 11px Tahoma;
		line-height: 18px;
		letter-spacing: 0.2px;
		width: 600px;
		color: #4F4F4F;
	}
	
	#main a {
		color: #c20a15;
		text-decoration: underline;
	}
	
	#text li {
		margin-left: 25px;
	}
	
	#banner-zone {
		float: right;
		/*height: 227px;*/
		margin-bottom: 0px;
		margin-top: 35px;
	}

	#main img.right {
		float: right;
		margin: 10px;
		margin-right: 0px;
		border: 1px solid #929292;
	}

	#sidebar_bottom {
		position: relative;
		margin-bottom: 0px;
		z-index: 1;
		height: 117px;
	}
	
/*********************
*	FOOTER
*********************/
	#footer {
		color: #fff;
		padding-top: 50px;
		background: url( '../images/footer_bgr.png' ) repeat-x center top;
		height: 100px;
		margin-top: -110px;
		/*margin-bottom: 5px;*/
	}
	
	#footer .copyright {		
		margin: 50px auto;
		display: block;
		width: 850px;
	}

/*********************
*	FORM
*********************/
	.button {
		background: #d7d7d7;
		border: 0;
		padding: 3px;
		margin: 5px;
		text-decoration: none;
		cursor: pointer;
	}
	
	.button input {
		background: transparent;
		border: 0;

		color: #3e4547;
		text-transform: uppercase;
		font-weight: bolder;
		font: 10px "Trebuchet MS";
	}
	
	.input {
		border-left: 1px solid #b49a9b;
		border-top: 1px solid #a2a2a2;
		border-bottom: 1px solid #a2a2a2;
		border-right: 1px solid #613637;
		padding: 3px;
		height: 12px;
		margin: 4px 0;
		font-size: 12px;
	}
	
	textarea.input {
		height: 150px;
	}
	
	#sidebar-left .input {
		width: 165px;
	}
