/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../i/Front/back.jpg) repeat-x;
	background-color: #FFFFFF;
}

h1 {
	font-size: 44px;
}

#main {
	width: 1024px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left:-512px;
}

#Logo {
	width: 1024px;
	height: 115px;
	background: url(../i/Front/topLogo.jpg) no-repeat;
}

#Logo H1 {
	display: none;
}

#navbox {
	width: 1024px;
	height: 35px;
	background: #9D080D;	
}

#navbox ul {
	list-style: none;
}

#navbox ul li {	
	float: left;
	display: block;	
}

#navbox ul li a {
	display: block;
	height: 35px;	
}

#navbox span {
	display: none;
}

#navbox a.Partners {
	width: 204px;
	background: url(../i/Front/images/Partners.jpg);
}
#navbox a.Partners:hover {
	background-position: 0% -35px;
} 

#navbox a.History {
	width: 205px;
	background: url(../i/Front/images/History.jpg);
}

#navbox a.History:hover {
	background-position: 0% -35px;
}

#navbox a.Markets {
	width: 203px;
	background: url(../i/Front/images/Markets.jpg);
}

#navbox a.Markets:hover {
	background-position: 0% -35px;
}

#navbox a.Services {
	width: 204px;
	background: url(../i/Front/images/Services.jpg);
}

#navbox a.Services:hover {
	background-position: 0% -35px;
}

#navbox a.Contacts {
	width: 208px;
	background: url(../i/Front/images/Contacts.jpg);
}

#navbox a.Contacts:hover {
	background-position: 0% -35px;
}

#content {
	margin-top: 27px;
	width: 944px;
	height:auto;
	position: absolute;
	left: 50%;
	margin-left:-472px;
}



#contentTop {
	width: 944px;
	height: 40px;
	background: url(../i/Front/TopContent.jpg) no-repeat;
}

#contentBody {
	/*margin-left: 1px;*/
	padding: 20px;
	width: 898px;	
	background: #8B0703 repeat-y;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#contentBot {
	width: 944px;
	height: 46px;
	background: url(../i/Front/conBot.jpg) no-repeat;
}

#insideContent {
	margin-top: 14px;
	margin-left: 57px;
	width: 774px;
	height: auto;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFCCFF;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;	
	color: #FFCCFF;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFCC;
	text-decoration: none;
}


a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;	
	color: #FFCCFF;
	text-decoration: none;
}

#footer {
	width: 944px;
	height:auto;
	margin-top: 50px;
	color: #999999;
}

#footer a:link {
	color: #999999;
	text-decoration: none;
}

#footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: none;
}

#footer a:active {
	color: #999999;
	text-decoration: none;
}

#indexinfo {
	width: 700px;
	height: 175px;
	overflow: hidden;
}
