html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #82ADD0 url(../i/bg_t.jpg) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F2F2F;
}

a {
	color: #B71731;
}

a:hover {
	color: #333;
}

a img {
	border: none;
}

/* --- Headings --- { --- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	color: #2E2E2E;
	text-transform: uppercase;
	padding-bottom: 7px;
	background: url(../i/line.gif) left bottom repeat-x;
	margin-bottom: 14px;
}
	#sidebar h1 {
		background: url(../i/line3.gif) left bottom repeat-x;
	}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* --- } --- Headings --- */

.smallerText {
	font-size: 11px;
}



p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper {
	width: 1010px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-bottom: 40px;
}
	
	#wrapper .vTop {
		vertical-align: top;
	}
	#wrapper .vMid {
		vertical-align: middle;
	}
	#wrapper .vBot {
		vertical-align: bottom;
	}

.cleaner {
	font-size: 1px;
	height: 1px;
	margin-bottom: -1px;
	clear: both;
}

.show {
	display: block;
}
.hide {
	display: none;
}


#top {
	background: #1A2F4E url(../i/top_bg.jpg) left top no-repeat;
	height: 21px;
	padding: 9px 0 0 45px;
	font-size: 10px;
	color: #808080;
	text-transform: uppercase;
}

	#top a {
		color: #808080;
		text-decoration: none;
	}
	
	#top a:hover,
	#top .act {
		color: #CD112F;
		text-decoration: none;
	}





#topMenu {
	height: 111px;
	background: url(../i/top_r_bg.jpg) left top repeat-x;
}
	#logo {
		background: url(../i/top_l.jpg) left top no-repeat;
		width: 206px;
		height: 111px;
	}
	
	#topMenu div {
		width: 804px;
		height: 111px;
		position: relative;
		z-index: 100;
	}
	
	#topMenu ul {
		position: absolute;
		z-index: 100;
		left: 0;
		top: 0;
	}
	
	#topMenu li,
	#topMenu li a,
	#topMenu li a span {
		display: block;
		float: left;
		width: 201px;
		text-align: center;
	}
	
	#topMenu li {
		background: url(../i/top_sepp.jpg) right top no-repeat;
		height: 111px;
	}
	
	#wrapper #topMenu .last {
		background: none;
	}
	
	#topMenu li a {
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		padding-top: 10px;
		height: 93px;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		z-index: 1;
	}
	
	html>body #topMenu li a {
		height: 93px;
	}
	
	#topMenu .li_1 {
		background: url(../i/tm_1.jpg) center 20px no-repeat;
	}
	
	#topMenu .li_2 {
		background: url(../i/tm_2.jpg) 25px 20px no-repeat;
	}
	
	#topMenu .li_3 {
		background: url(../i/tm_3.jpg) 30px 20px no-repeat;
	}
	
	#topMenu .li_4 {
		background: url(../i/tm_4.jpg) right 20px no-repeat;
	}
	
	#topMenu li a span {
		height: 93px;
		padding-bottom: 25px;
		cursor: pointer;
		position: relative;
		z-index: 1;
		padding-right: 1px;
		margin-left: -1px;
	}
	
	#topMenu .li_1 span,
	#topMenu .li_4 span {
		z-index: 1;
		padding-right: 0;
		margin-left: 0;
	}
	
	#topMenu li a:hover,
	#topMenu li .act {
		color: #303030;
		text-decoration: none;
	}
		
		#topMenu li a:hover span,
		#topMenu li .act span {
			background: url(../i/top_act.gif) left bottom no-repeat;
		}



#content {
	background: #DAE7F0 url(../i/content_bg.gif) left top repeat-y;
}
	#content p {
		padding: 0 0 15px 0;
	}

	#content td {
		vertical-align: top;
	}



#sidebar {
	width: 206px;
}
	#sidebar ul,
	#sidebar ul li {
		display: block;
		width: 206px;
	}
	
	#sidebar ul {
		background: #2E2E2E url(../i/side_bg.jpg) left top no-repeat;
		padding: 12px 0 2px 0;
	}
	
	#sidebar ul li {
		background: url(../i/side_sepp.gif) left bottom no-repeat;
		padding: 2px 0 14px 0;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
	}
	
	#sidebar ul li a {		
		text-decoration: none;
		color: #FFF;
	}
	
	#wrapper #sidebar ul .last {
		background: none;
	}
	
	#sidebar ul li a:hover {
		color: #BFBFBF;
		text-decoration: none;
	}

	
	#wrapper #sidebar ul li ul {
		background: transparent none;
		
	}
	
		#wrapper #sidebar ul li ul li {
			font-size: 11px;
			font-weight: normal;
			background: none;
			padding: 2px 0 9px 0;
		}
		
		#wrapper #sidebar ul li ul li a {		
			text-decoration: none;
			color: #BFBFBF;
		}
		
		#wrapper #sidebar ul li ul li a:hover,
		#wrapper #sidebar ul li ul li .act {
			color: #FF2E3D;
		}


.padd {
	padding: 12px 20px 15px 20px;
}

.padd2 {
	padding: 25px 20px 25px 20px;
}


#header {
	height: 48px;
	width: 804px;
	background-color: #5C677B;
	padding: 179px 0 8px 0;
	position: relative;
	z-index: 1;
	background-position: left top;
	background-repeat: no-repeat;
}
	.header_1 {
		background-image: url(../i/header1.jpg);
	}
	.header_2 {
		background-image: url(../i/header2.jpg);
	}
	.header_3 {
		background-image: url(../i/header3.jpg);
	}
	.header_4 {
		background-image: url(../i/header4.jpg);
	}
	
	#header p {
		position: absolute;
		z-index: 10;
		width: 290px;
		color: #FFF;
		right: 0;
		top: 196px;
		text-align: center;
	}

.line {
	background: url(../i/line2.gif) left bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#footer {
    position: relative;
	z-index: 1;
    height: 86px;
    background: #19294A url(../i/footer_bg.jpg) right top no-repeat;
    clear: both;
	padding: 20px 20px 0 25px;
	font-size: 11px;
	color: #A5A5A5;
}

	#footer .border_l {
		border-left: 1px solid #565656;
		padding-left: 20px;
	}
	
	#footer td {
		vertical-align: top;
	}
	
	#footer a {
		color: #B71731;
	}
	
	#footer a:hover {
		color: #E42945;
	}

/* --- Forms --- { --- */

.shortInput,
.normalInput,
.normalInput2,
.mediumInput,
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 1px;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	color: #777;
}

.form .shortInput,
.form .normalInput,
.form .normalInput2,
.form .mediumInput,
.form .longInput {
	margin: 2px 0 16px 0;
}

.shortInput {
	width: 40px;
}

.normalInput {
}

.normalInput2 {
	width: 185px;
}

.mediumInput {
	width: 265px;
}

.longInput {
}


.marg5 {
	margin-top: 5px;
}

.marg10 {
	margin-top: 10px;
}

/* --- } --- Forms --- */




IMG.photo{
	border:3px solid white;
}


#content .txt ul li{
	list-style-type:disc;
	margin:3px 0 2px 20px;
}


#content div.pages ul  {
	list-style-type:none;
	background:none;
}

#content div.pages ul li {
	display:block;
	float:left;
	text-align:center;
	width:25px;
	padding:0;
	margin:2px;	
	background:none;
}

#content div.pages ul li a{
	display:block;
	float:left;
	text-align:center;
	width:25px;
	height:20px;
	background:#FCF6E4;
	border:1px solid #BBBBEE;
	padding:5px 0 0 0;
	margin:2px;	
}

#content div.pages ul li a:hover, 
#content div.pages ul li a.act {
	padding:5px 0 0 0;
	background:#4C559A none repeat scroll 0 0;
	border:1px solid #4C7A24;
	color:#FFFFFF;
	display:block;
	float:left;
	width:25px;
}
