@charset "iso-8859-1";
/* CSS Document */

a, a:link, a:visited, a:active {
	color: #B37272;
	text-decoration: none;
}

a:hover {
	color: #B34747;
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

body {
	background: #EEEEEE url('../images/bg_tile.png') repeat-x fixed;
	margin: 0px;
	text-align: center;
	color: #475F6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	clear: both;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#coming_soon {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: 200px -1px 0px;
}

#maintenance {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: 200px -1px 0px;
}

#header_logo {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: -1px -1px 0px;
}

#footer {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: -1px;
	padding: 3px 5px;
	background: #CBD7DE;
}

#footer_left {
	float: left;
	width: 50%;
	position: relative;
	z-index: 1;
}

#footer_right {
	text-align: right;
	margin-left: 50%;
	position: relative;
}

#content {
	width: 614px;
	background: #E3E9F0;
	border-color: #FFFFFF;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	position: relative;
	left: 129px;
	margin: 0px;
	padding: 6px 12px 12px 12px;
	z-index: 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content img {
	max-width: 610px;
}

#menu {
	width: 128px;
	border-color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	margin: 0px;
	position: absolute;
}

#page {
	width: 768px;
	margin: 3px auto;
	background: #EEEEEE;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

#title {
	margin-bottom: 12px;
}

.menu_item {
	border-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

:active, :focus {
	outline: none;
}

/* End */