/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#b52c1f;
	color:#f9f3e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#ec9289;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:10px 0;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-size:13px;
}
address {
	font-style:normal;
}
hr {
	height:1px;
	border:none;
	background:none;
	border-bottom:1px solid #ec9289;
}
.hidefocus, object { 
	outline:0; -moz-outline:0; 
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
#site {
	width:992px;
	margin:0 auto;
	position:relative;
}
#container {
	position:absolute;
	top:422px;
	left:0;
	width:992px;
	background:url(../images/top_repeat.jpg) top left repeat-x;
	z-index:2;
	height:50px;
}
#logo {
	position:absolute;
	left:16px;
	top:0;
}
#menuWrap {
	position:absolute;
	left:157px;
	top:0;
	background:#bf3527 url(../images/menu_repeat.jpg) top left repeat-x;
	width:330px;
	padding:10px 0 5px 0;
	text-transform:uppercase;
}
#menuWrap ul, #menuWrap li {
	margin:0;
	padding:0;
	list-style:none;
}
#menuWrap a {
	color:#ec9289;
}
#menuWrap a:hover, #menuWrap a:focus, #menuWrap a.active {
	color:#f9f3e5;
}
#menu {
	font-size:14px;
	border-bottom:1px solid #a1261a;
	margin:0 7px;
	padding-bottom:4px;
	margin-bottom:4px;
}
#menu li {
	display:inline;
	padding-right:16px;
}
#menu li.last {
	position:absolute;
	right:7px;
	top:10px;
	padding:0;
}
#submenu {
	font-size:11px;
	margin-left:7px;
	margin-right:5px;
	overflow:hidden;
}
* html submenu {
	height:1%;
}
#submenu li {
	float:left;
	padding-right:5px;
}
#container-right {
	position:absolute;
	left:505px;
	top:0;
	width:480px;
}
/*#content, #footer {
	position:relative;
	left:505px;
	top:0;
	width:480px;
}*/
#content .title {
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #a1261a;
	padding-bottom:4px;
	margin-bottom:-6px;
}
/*#content {
	min-height:160px;
}*/
#wrap {
	margin:10px 0;
}
#footer {
	color:#ec9289;
	font-size:9px;
	clear:both;
	border-top:1px solid #a1261a;
	padding-top:4px;
	margin-top:-6px;
	position:relative;
	height:100%;
}
#footer a {
	color:#ec9289;
}
#footer p {
	margin:0;
}
#credits {
	position:absolute;
	bottom:0;
	right:0;
}
#background {
	position:relative;
	top:0;
	left:0;
	z-index:1;
}

#mailform input, #mailform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f9f3e5;
	width:200px;
	background:#bf3527;
	border:1px solid #ec9289;
	padding:3px 5px;
}

#mailform label {
	width:80px;
	display:block;
	float:left;
}
#mailform .csc-mailform-submit {
	margin-left:80px;
	width:auto;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
}
.csc-mailform-field span {
	padding:2px 5px;
	background:#f0f8fe;
	border-bottom:2px solid #2891dd;
	font-weight:bold;
	display:block;
}