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

* {
	margin: 0;
	padding: 0;	
}

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size-adjust: inherit;
	
	text-align: left;
	text-decoration: none;	
}

img {
	border: none;
	outline: none;	
}

a {
	border: none;
	outline: none;
	color: #b61f24;
	text-decoration: none;	
}

h1 {
	margin: 0;
	padding: 0;
	
	padding-bottom: 10px;
	
	font-size: 18px;
	color: #b61f24;
}

h2 {
	margin: 0;
	padding: 0;
	
	padding-bottom: 10px;
	
	font-size: 18px;
	color: #b61f24;	
}

h3 {
	margin: 0;
	padding: 0;
	
	padding-bottom: 10px;
	
	font-size: 18px;
	color: #b61f24;
}

h4 {	
	margin: 0;
	padding: 0;
	
	padding-bottom: 10px;
	
	font-size: 12px;
	color: #b61f24;
}

h5 {
	margin: 0;
	padding: 0;
	
	padding-bottom: 10px;
	
	font-size: 18px;
	color: #b61f24;
}

h6 {
	margin: 0;
	padding: 0;
	
	padding-bottom: 10px;
	
	font-size: 18px;
	color: #b61f24;
}

ul:not(.not_inline) {
 	list-style-type: none;
 	height: 30px;
 	width: auto;
}

ul:not(.not_inline) li {
 	float: right;
}

ul a{
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

ul a:hover{
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#wrapper {
	height: auto;
	width: 904px;
	
	margin-left: auto;
	margin-right: auto;	
}

#header {
	height: 118px;
	width: 904px;
}

#logo {
	height: 118px;
	width: 240px;
	
	margin-left: 14px;
	
	position: relative;
	float: left;		
}

#menu {
	height: 30px;
	width: 450px;
	
	margin-top: 88px;
	margin-right: 14px;
	
	position: relative;
	float: right;	
}

#images {
	height: 300px;
	width: 904px;
	
	background-image: url(../images/image_bg.png);
	background-repeat: no-repeat;	
}

#slideshow {
	height: 300px;
	width: 842px;
	
	margin-left: 36px;
	top: 10px;		
}

#content {
	height: auto;
	width: 904px;
	
	background-image: url(../images/content_bg_info.png);
	background-repeat: repeat-y;
	
	float: left;
	overflow: hidden;
}

#images_shadow {
	height: 30px;
	width:	876px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/image_bg_shadow.jpg);
	background-repeat: repeat-x;
}

#content_align {
	height: auto;
	width: 600px;

	margin-left: 35px;

	float: left;
	line-height: 16px;
}

#content_shadow {
	height: 60px;
	width: 904px;

	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;	
	
	clear: both;	
}

#footer {
	height: 14px;
	width: 870px;
	
	margin-top: -20px;
	
	padding-left: 24px;
	
	color: #666;
	line-height: 14px;	
}