/* global */
* {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #140000 url(images/bodybg.gif) repeat-x scroll left top;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

/* /global */

.main {
	background: #000;
	height: auto;
	margin: 40px auto 5px auto; 
	padding-bottom: 40px;
	position: relative; 
	width: 970px;
}

.pageHead {
	background-color: transparent;
	height: auto;
	margin-bottom: 27px;
	padding: 35px 40px 0 40px;
}

.topBanner {
	background: #000 url(images/topbanner_bg.png) no-repeat left top;
	height: 152px;
	margin-bottom: 8px;
	width: 890px;
}

.headLogo {
	float:left;
	margin-left: 2px;
}

/* main menu wide*/

.menuMainWide {
	background-color: #000;
	border: 1px solid #563409;
	float: left;
}

/*.menuMainWide ul li.current a {
}*/

/* /main menu wide*/

.ipContent { /* required ImpressPages CMS element where all content is placed */
	background-color: #fff;
	float: left; /* "ipContent" div should be floated to left or right because clear property in some modules */
	height: auto;
	margin: 0 40px 25px 40px;
	padding: 40px;
	width: 810px;
}

.contact {
	border-top: 1px solid #b76d29;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	width: 890px;
}

.contact p {
	color: #fff;
	margin-bottom: 10px;
}

.contact a {
	color: #fff;
	text-decoration: underline;
}

.contact a:hover {
	text-decoration: none;
}

.contact .name {
	float: left;
	margin-right: 4px;
}

.contact .name p {
	color: #b76d29;
}

.contact .info {
	float: left;
}

.footer {
	color: #fff;
	height: auto;
	margin: 0 auto 25px auto;
	padding: 0 10px;
	width: 952px;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.footer .copyright {
	border-right: 1px solid #fff;
	float: right;
	margin-right: 10px;
	padding-right: 10px;
}

.footer .login {
	float: right;
}
