/* reset */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*
table{border-collapse:collapse;border-spacing:0;}
*/
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
/*sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}*/
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}




html, body {
	background-color: #777	;
	/* background: #7C8489 url(../img/bg.jpg) repeat-x; */
	height: 100%;
}
body {
	text-align: center;
}
body, input, select, table, td, li {
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
}
a {
	color: #008F8C;
}

h2 {
	font-weight: bold;
	font-size: 11pt;
	
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	
	background: url(../img/h2.gif) no-repeat 0 1px;
}
h3 {
	font-weight: bold;
	font-size: 8pt;
	
	padding-bottom: 5px;
	border-bottom: 2px solid #008F8C;
	margin: 30px 10px 10px 0;
	
	line-height: 150%;
	text-transform: uppercase;
}
h3 strong {
	font-size: 9pt;
}
h3 span {
	font-size: 7pt;
}
span.hidden {
	display: none;
}

h4 {
	font-weight: bold;
}

p {
	margin: 0 10px 15px 0;
	line-height: 150%;
	text-align: justify;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
u {
	text-decoration: underline;
}

#content ul {
	margin: 15px;
}
#content li {
	padding: 0 0 0 10px;
	list-style-type:square;
	line-height: 150%;
}

#container {
	position: relative;
	margin: 10px auto 0 auto;
	
	width: 930px;
	min-height: 100%;
	height:auto !important;
	height: 100%;

	background:  #fff url(../img/main_bg.jpg) repeat-y 15px 100px;
	
	text-align: left;
	padding: 0 15px 15px 15px;
	
	/*background-color: #fff;*/
}

/* skin history */
#container.history {
	background:  #fff url(../img/background_history.jpg) repeat-y 15px 100px;
}
/* skin history */
#container.history h2 {
 margin-top: 10px;
}


#header {
	padding-top: 15px;
	padding-bottom: 10px;
	height: 149px;
}
	#header h1 {
		width: 250px;
		height: 121px;
		
		float: left;
		
		text-indent: -9999pt;
		
		cursor: pointer;
	}

#search {
	float: right;
	
	padding: 40px 0 0 0;
	
	width: 247px;
	height: 52px;
	
	font-size: 7pt;
	
	
}
	#search div {
		margin: 0 0 5px 0;
	}
	#search label {
		display: block;
		width: 80px;
		float: left;
		padding-top: 3px;
		font-weight: bold;
		color: #fff;
	}
	#search input {
		height: 15px;
		width: 152px;
	}
	#search select {
		width: 154px;
		font-size: 7pt;
		height:18px;
	}

		
#navigation {
	width: 950px;
	clear: both;
	z-index: 100;
	position: relative;
}
	#navigation li.category {
		display: block;
		position: relative;
		
		float: left;
		
		margin: 0 20px 0 10px;
		padding: 0;
	}
	#navigation li.category > a {	
		display: block;
		 
		padding: 6px 10px 9px 10px;
		
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
	#navigation li.over > a {
		color: #fff;
		
		background: url(../img/navigation_hover.jpg) repeat-x;
	}
		#navigation li ul {
			position: absolute;
			clear: both;
			
			left: 0;
			top: 28px;
			
			display: none;
			
			width: 165px;
			padding: 0 0 2px 0;
			background: #e7e7e7 url(../img/navigation_footer.gif) no-repeat bottom;
		}
		
			#navigation li ul li {
				float: none;
				
				margin: 0;
				padding: 0;
				border-bottom: 1px solid #fff;
			}
			#navigation li ul li.last {
				border: 0;
			}
				#navigation li ul li a {
					display: block;
					
					width: 155px;
					padding: 4px 0 4px 10px;
					
					color: #000;
					text-decoration: none;
					font-weight: bold;
					font-size: 7pt;
				}
				#navigation li ul li a:hover {
					background-image: none;
					background-color: #fbfbfb;
				}

#language-selector {
	width:60px;
	position: absolute;
	top: 142px;
	left: 886px;}

#content {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	
	width: 720px;
}

.quicknav {
	float: left;

	text-align: center;
	width: 180px;
}
#main-content {
	clear: both;
}

	.quicknav .item {
		background-image: url(../img/quicknav1.gif);
		width: 170px;
		height: 82px;
		
		color: #fff;
		font-weight: bold;
		font-size: 7pt;
		padding: 3px 0 0 5px;
		
		margin-bottom: 10px;
	}
	.quicknav .odd {
		background-image: url(../img/quicknav2.gif);
	}
	
	.quicknav .item img {
		margin: 5px 0 0 -5px;
	}
	.quicknav h3 {
		margin-top: 10px;
	}
	.quicknav img {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
table {
	border: 1px solid #999;
	width: 98%;
}
	th, td {
		padding: 5px;
	}
	th {
		background-color: #7c8489;
		color: #fff;
		font-weight: bold;
	}
	td {
		background-color: #f7f7f7;
	}
	tr.odd td {
		background-color: #d1d4d6;
	}
	
	tr.presentation td {
		background-color: #ffb350;
	}
	
iframe.register {
	width: 700px;
	height: 700px;
}

.promotions {
	clear: both;
	margin-top: 0px;
}
.promtions img {
	float: left;
}

.newsitem {
	height: 164px;
	width: 430px;
	background: url(../img/newsbg-new.jpg);
	float: left;
	margin: 0 10px 19px 0;
}
.newsitem.big {
	width: 710px;
	height: 139px;
}
.newsitem .image,
.news .image {
	float: left;
}
.news .image {
	margin: 0px 10px 7px 0;
}
.newsitem .headline {
	display: block;
	font-weight: bold;
	
	height: 20px;
	padding: 5px 0 0 10px;
	font-size: 7pt;
	color: #fff;
	
	overflow: hidden;
}
.newsitem .message {
	display: block;
	margin: 14px 15px 10px 135px;
	
	font-size: 7pt;
	
	line-height: 150%;
	text-align: justify;
}
.newsitem .more {
	display: block;
	padding-left: 135px;
	
	font-size: 7pt;
}
.newsitem .more a {
	color: #000;
}
	
#newscontent {
	width: 455px; height: 150px; margin-right: 5px; float: left;
}
.frontblock {
	width: 225px; height: 250px; background-color: black; margin-top: 5px; margin-right: 5px; float: left;
}

.logo {
	float: right;
	margin: 0 10px 5px 10px;
}
.nomargin {
	margin: 0;
}

.photo {
	text-align: center;
	margin: 10px 0;
}
.pagephoto {

	margin: 10px 0;
}

.emph {
	padding: 0 20px;
	margin-bottom: 20px;
	width: 92%;
	
	border: 1px solid #F40034;
	background-color: #feedf1;

}
.emph h3 {
	margin-top: 15px;
}

.top {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding-left: 20px;
	
	background: url(../img/top.gif) no-repeat 0 3px;
	
	float: right;
}
#companies td {
	padding: 20px 0;
	text-align: center;
	background-color:#FFF;
}
#companies tr.odd td {
	background-color:#FFF;
}

.comp td {
	font-weight: bold;
	background-color: #7c8489;
	color: white;
}



.promotions {
	clear: both;
	margin-top: 10px;
}
.promotions img {
	display: block;
	float: left;
	margin-right: 18px;
}
.promotions img.last {
	margin:0;
}













