body {
	background-image: url(/assets/img/background.jpg);
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#shadow {
	background-image: url(/assets/img/shadow.jpg);
	height: 530px;
	width: 1053px;
	margin-right: auto;
	margin-left: auto;
	margin-top:47px;
	padding-top: 30px;
	padding-left: 33px;
}
#box {
	height: 500px;
	width: 1020px;
	background-color: #FFF;
	position: relative;
	overflow:hidden;
}
#overall {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:100;
	overflow:hidden;
	background-image: url(/assets/img/loading.jpg);
}
#side {
	background-color: #000;
	height: 500px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu {
	width: 830px;
	position: absolute;
	left: 190px;
	top: 0px;
	background-color: #e2e2e2;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	height: 22px;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
#menu ul li a:hover, #menu ul li.active a {
	color: #FFF;
	background-color: #333;
}

.slide-img {
	height: 472px;
	width: 830px;
}
#mainbody {
	position: absolute;
	height: 472px;
	width: 830px;
	left: 190px;
	top: 28px;
}
#content {
	position: absolute;
	width: 810px;
	right: 0px;
	z-index:50;
	background-image: url(/assets/img/content_bg.png);
	padding: 10px;
}
#carousel {
	position: absolute;
	width: 810px;
	right: 0px;
	top: 130px;
	padding: 10px;
}
#logo {
	background-image: url(/assets/img/logo.gif);
	height: 139px;
	width: 190px;
	margin-top: 5px;
}
#sidemenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidemenu a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	display: block;
	text-align: right;
	margin: 0px;
	line-height:13px;
	height: 13px;
}
#sidemenu a:hover, #sidemenu li.active a {
	color: #CCC;
	background-color: #212121;
}
#sidemenu li#side23 a, #sidemenu li#side55 a, #sidemenu li#side50 a, #sidemenu li#side57 a  {
	background-color: #9c132e;
	color:#FFF;
}
@font-face {
    font-family: Eurostile;
    src: url(/assets/common/eurostile.ttf);
}

#content h2 {
	font-family: Eurostile, Verdana, Tahoma;
	font-size:18px;
	color:#000;
	font-weight: normal;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content p, #content li, #content td {
	font-family: Georgia, Verdana, Tahoma;
	font-size:14px;
	color:#333;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:justify;
}
#content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 25px;
}
#content a {
	color: #9c132e;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c132e;
}
a#slideup, a#slidedown {
	position: absolute;
	top: 7px;
	right: 7px;
	display: block;
	height: 24px;
	width: 106px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a#slideup {
	background-image: url(/assets/img/slideup.gif);
}
a#slidedown {
	background-image: url(/assets/img/slidedown.gif);
	display:none;
}
#footer {
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:1022;
}
.right {
	float:right;
}
.left {
	float:left;
}
.check {
	margin-top:5px;
	color:#FFF;
	font-size:8px;
	width: 160px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}
.check input, .check select {
	font-size:8px;
}
.check select, .check input[type=submit] {
	width:44px;
}
.check h4 {
	font-size: 10px;
	text-transform:uppercase;
	margin:0px;
}