* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #1e2023;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 20px;
	background-position: center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
.clearall {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
div#props {
	height:300px;
	width:1px;
}
/********** STRUCTURE ***********/
#loadingDiv {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	background: url(../images/ajax-loader.gif) middle center no-repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	
}
#logo {
	height: 38px;
	width: 238px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
/*********** NAVIGATION **********/

#nav {
	float: right;
	height: 37px;
	width: 578px;
	background-image: url(../images/nav.gif);
	margin-top: 25px;
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
}
#nav li {
	position: absolute;
	top: 0px;
	list-style-type: none;
}
#nav a {
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
#nav li, #nav a {
	display: block;
	height: 37px;
}
#nav-item-1 {
	left: 0px;
	width: 87px;
}
#nav-item-2 {
	left: 87px;
	width: 111px;
}
#nav-item-3 {
	left: 208px;
	width: 113px;
}
#nav-item-4 {
	left: 328px;
	width: 126px;
}
#nav-item-5 {
	left: 462px;
	width: 116px;
}
#nav-item-1 a:hover {
	background-image: url(../images/nav.gif);
	background-position: 0px -37px;
}
#nav-item-2 a:hover {
	background-image: url(../images/nav.gif);
	background-position: -87px -37px;
}
#nav-item-3 a:hover {
	background-image: url(../images/nav.gif);
	background-position: -208px -37px;
}
#nav-item-4 a:hover {
	background-image: url(../images/nav.gif);
	background-position: -328px -37px;
}
#nav-item-5 a:hover {
	background-image: url(../images/nav.gif);
	background-position: -462px -37px;
}
/*********** NAVIGATION ACTIVE PAGES **********/

li#nav-item-1 a.active {
	background-image: url(../images/nav.gif);
	background-position: 0px -37px;
}
li#nav-item-2 a.active {
	background-image: url(../images/nav.gif);
	background-position: -87px -37px;
}
li#nav-item-3 a.active {
	background-image: url(../images/nav.gif);
	background-position: -208px -37px;
}
li#nav-item-4 a.active {
	background-image: url(../images/nav.gif);
	background-position: -328px -37px;
}
li#nav-item-5 a.active {
	background-image: url(../images/nav.gif);
	background-position: -462px -37px;
}
/*********** FOOTER **********/

#footer {
	height:76px;
	width:900px;
	clear:both;
	padding-top: 25px;
}
.footerbox {
	float: left;
	width: 140px;
	height: 60px;
	padding: 0 10px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#footerlogo {
	background-image: url(../images/footerlogo.png);
	width:164px;
	height:29px;
	float:right;
	margin-top:14px;
}
/*********** TYPOGRAPHY ***********/
.footerbox p {
	color: #CCCCCC;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.footerbox a, #col_b a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff9011;
}
