/* global styles */
* {
	font-size:12px;
	font-family:"arial","sans-serif";
}

html {
	background-color:#1E0B07;
}

.container {
	width: 950px;
	margin: auto;
}

.contain-float {
	clear: both;
}

h1 {
	font-size:18px;
	font-weight: normal;
}

.horrizontal-line {
	width: 950px;
	border-bottom: 1px solid #4F4140;
}

a {
  	color: #ACA19F;
  	text-decoration: none;
	font-weight: bold;
}

.link a:hover {
	color:#fff;
}

a:link { 
	/**/
}
a:visited {
  	/**/
}
a:hover {
	color:#3B2E23;
}
a:active { 
  	/**/
}

p {
	margin-top: 15px;	
}


/* utils */
.hide {
	display:none;
}

.text-align-right {
	text-align:right;	
}

.text-align-left {
	text-align:left;	
}

/*content styles*/
.container {
	margin-top: 10px;
}

/* header styles */
.header .head {
	height: 73px;
	width: 950px;
	overflow: hidden;
}

.header .head .logo {
	float: left;
}

.header .foot{
	height: 25px;
	width: 950px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.header .menu {
	height: 73px;
	float: right;
}

.header .site-menu {
	height: 25px;
	overflow: hidden;
	margin-top: 48px;
}
.site-menu ul {
	margin-right: -5px;
}

.site-menu li {
	float: left;
}

.site-menu li a {
	display:block;
	font-size:13px;	
	font-family:"courier","sans-serif";
	font-weight: normal;	
	height: 25px;
	padding: 6px 15px 0px 15px;
	margin: 3px 5px 0px 5px;	
}

.site-menu li.active a, .site-menu li a:hover {
	color: #1E0B07;
	background-color: #FFFFFF;		
}


/* footer styles */
.footer {
	clear:both;
	width: 950px;
	height: 150px;
}

.footer .horrizontal-line {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer .contact-info {
	float: left;
	/*color: #E2DDDD;*/
	color: #7F7370;
	
	margin-right: 135px;
	
}

.footer .contact-info h3 {
	font-weight:normal;
	font-family:"courier","sans-serif";
	font-size: 13px;
}

.footer .contact-info .content {
	font-size: 11px;
}

.footer .contact-info .content a {
	font-size: 11px;
	font-weight: normal;
}

.footer .contact-info .content a:hover {
	color:#fff;
}


.footer .logo {
	float: right;
}

.footer a:hover {
	color:#fff;	
}

/* error page */

.error .middle {
	background-color:#fff;	
	padding:10px;
}

