* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:1000px;
}
body {
	background:#e5eade;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.0625em;
	color:#FFF;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright {
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}

.wrapper-old { 
	width:100%;
}




/*==== GLOBAL =====*/
.container {
	width:1000px;
	margin:0 auto;
	font-size:.85em;
	position:relative;
}

#header {
	height:420px;
	background-color: #000000;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#header2 {
	height:420px;
	background-color: #000000;
	background-image: url(images/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#content {
	background-color: #000000;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#footer {
	padding:25px 0 62px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a0100f;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#C00;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:36px;
	line-height:1.2em;
	color:#ffffff;
	font-style:italic;
	margin-bottom:10px;
}
h3 {
	font-size:19px;
	line-height:1.2em;
	color:#C00;
	font-style:italic;
	margin-bottom:17px;
}
	h3.alt {
		padding-top:18px;
	}
h4 {
	font-size:1em;
	margin-bottom:17px;
	font-style:italic;
}
h5 {
	font-size:1em;
	color:#d77601;
}
h6 {
	font-size:1em;
	margin-bottom:17px;
}


.txt1 {
	color:#7b8a05;
	font-size:18px;
	line-height:1.2em;
	text-decoration:none;
	font-style:italic;
}
.txt1:hover {
	text-decoration:underline;
}
.txt2 {
	color:#d77601;
}

.link1 {
	color:#FFF;
	text-decoration:none;
	font-style:italic;
	font-size:15px;
}
.link1:hover {
	text-decoration:underline;
}


/*==================boxes====================*/
.box {
	background:#FFF;
	padding:24px 25px 35px 33px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
	.box h3 {
		font-weight:normal;
		color:#7b8a05;
		letter-spacing:-1px;
	}


blockquote {
	font-style:italic;
	background:url(images/quotes.gif) no-repeat 0 0;
	padding-bottom:17px;
}


/*===== header =====*/
#header .logo {
	float:left;
	padding:20px 0 0 20px;
}
#header .nav {
	float:right;
	padding:48px 10px 0 0;
}
	#header .nav li {
		float:left;
	}
		#header .nav li a {
	float:left;
	padding:4px 0 9px 0;
	background:url(images/nav-bg.png) no-repeat 0 0;
	width:102px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-style:italic;
	margin-left:-3px;
	text-indent:-3px;
	font-weight: bold;
		}
		#header .nav li a:hover {
	text-decoration:underline;
	background-image: url(images/nav-hover-bg.png);
	background-repeat: no-repeat;
		}

#header .slogan {
	position:absolute;
	top:370px;
	left:78px;
}

/*===== header2 =====*/
#header2 .logo {
	float:left;
	padding:20px 0 0 20px;
}
#header2 .nav {
	float:right;
	padding:48px 10px 0 0;
}
	#header2 .nav li {
		float:left;
	}
		#header2 .nav li a {
	float:left;
	padding:4px 0 9px 0;
	background:url(images/nav-bg.png) no-repeat 0 0;
	width:102px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-style:italic;
	margin-left:-3px;
	text-indent:-3px;
	font-weight: bold;
		}
		#header2 .nav li a:hover {
	text-decoration:underline;
	background-image: url(images/nav-hover-bg.png);
	background-repeat: no-repeat;
		}

#header2 .slogan {
	position:absolute;
	top:370px;
	left:78px;
}

/*===== content =====*/
#content .indent {
	padding:55px 10px 50px 20px;
}
	
	#content .row-1 {
		border-bottom:1px solid #bbc0b5;
		padding-bottom:35px;
		margin-bottom:45px;
	}
	
	


/*===== carousel begin  =====*/
	/*
	 * Required 
	*/
	#loopedCarousel .container {width:719px; height:183px; overflow:hidden; position:relative; z-index:999;}
	#loopedCarousel .slides {position:absolute; left:0;}
	#loopedCarousel .slides div {
	position:absolute;
	top:0;
	z-index:999;
	width:230px;
	height:182px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	display:none;
	overflow:hidden;
	background-color: #FFF;
} 
	#loopedCarousel p {
	margin:0;
	padding:6px 0 0 52px;
	color:#000;
	font-size:18px;
	font-style:italic;
	line-height:19px;
	background-repeat: no-repeat;
	background-position: 19px 50%;
	}
	#loopedCarousel p.alt {
		padding-top:17px;
		background-position:19px 80%;
	}
	
	#loopedCarousel a.img-wrap {
		display:block;
		width:230px;
		height:129px;
		overflow:hidden;
		text-decoration:none !important;
		position:relative;
	}
		#loopedCarousel .img-wrap img {
			position:relative;
			z-index:1;
		}
		#loopedCarousel .img-wrap span {
	display:block;
	width:230px;
	height:129px;
	position:absolute;
	left:230px;
	top:129px;
	font-size:25px;
	line-height:28px;
	color:#FFF;
	z-index:2;
	background:#C00;
	font-weight:bold;
	font-style:italic;
	text-shadow:2px 2px 2px #000000;
	cursor:pointer;
		}
			#loopedCarousel .img-wrap span b {
				display:block;
				padding:15px 10px 0 19px;
			}
	/*
	 * Optional
	*/
	#loopedCarousel { position:relative; width:719px; margin-left:25px; height:183px; padding-bottom:13px;}
	
	#loopedCarousel .previous {
		display:block;
		background:url(images/prev.png) no-repeat 0 0;
		width:22px;
		height:68px;
		position:absolute;
		left:-15px;
		top:61px;
	}
	#loopedCarousel .next {
		display:block;
		background:url(images/next.png) no-repeat 0 0;
		width:22px;
		height:68px;
		position:absolute;
		left:725px;
		top:61px;
	}
/*===== carousel end  =====*/



/* Easy Tooltip */
#easyTooltip {
	margin:0 10px 1em 0;
	padding:0 0 0 19px;
	background:url(images/arrow1.gif) no-repeat 0 59px;
}
	#easyTooltip div {
		background:#e8eee0;
		border-right:1px solid #bbc0b5;
		border-bottom:1px solid #bbc0b5;
		padding:27px 27px 20px 27px;
		width:299px;
		color:#4c2a00;
		font-size:13px;
		line-height:17px;
	}
#easyTooltip h4{
	font-size:1em;
	padding:0 !important;
	margin:16px 0 10px 0;
	font-style:italic;
}
	#easyTooltip h4 a {
		color:#d77601;
	}	

#item, #item1, #item2, #item3, #item4, #item5, #item6 {display:none;}				
/* // Easy Tooltip */


	
	.list1 dt {
		font-style:italic;
		margin-bottom:6px;
	}
		.list1 dt em {
			display:block;
			margin-bottom:11px;
		}
		.list1 dt a {
			color:#4c2a00;
			font-weight:bold;
		}
	.list1 dd {
		padding-bottom:15px;
	}
	
	
	.list2 li {
		padding:0 0 6px 0;
	}
		.list2 li a {
	color:#C00;
	font-style:italic;
	font-weight:bold;
		}
	
	
	.list3 dt {
		font-weight:bold;
		font-style:italic;
	}
	.list3 dd {
		margin-bottom:10px;
	}
	
	
	.list4 li {
		font-weight:bold;
		text-align:right;
		color:#d77601;
		font-style:italic;
		padding-bottom:25px;
	}
		.list4 li div {
			font-weight:normal;
			text-align:left;
			color:#4c2a00;
			font-style:normal;
		}


/*===== footer =====*/
#footer {
	font-weight:bold;
	color:#FFF;
}
	#footer .indent {
		padding:0 6px 0 0;
	}	
		#footer a {
	color:#C00;
		}
		#footer strong {
	text-transform:none;
		}
		
		#footer .nav {
			font-weight:normal;
			margin-left:-4px;
			padding:8px 90px 4px 0;
		}
			#footer .nav li {
	display:inline;
	color:#FFF;
			}
				#footer .nav li a {
	text-decoration:none;
	padding:0 7px 0 4px;
	color:#FFF;
				}
				#footer .nav li a:hover {
					text-decoration:underline;
				}
	
		.home-address {
			background:url(images/home-address.jpg) no-repeat 0 0;
			width:237px;
			height:72px;
			float:right;
			color:#fff;
			font-weight:bold;
			line-height:16px;
			padding-left:96px;
			text-shadow:2px 2px 1px #e48800;
		}
			.home-address dt {
				padding:9px 0 0 0;
			}
			.home-address dd {
				display:inline;
			}


/*----- forms -----*/
#contacts-form fieldset {
	width:100%;
	overflow:hidden;
	display:block;
	border:none;
}
	#contacts-form .col-1 {
		width:267px !important;
		margin-right:33px !important;
	}
	#contacts-form .col-2 {
		width:331px !important;
		margin-right:0 !important;
	}
		
		#contacts-form label {
			display:block;
			height:42px;
			overflow:hidden;
		}
			#contacts-form label input {
				float:right;
				width:140px;
				background:#fff;
				border:1px solid #ccd1c5;
				padding:2px 0 2px 5px;
			}
			#contacts-form textarea {
				width:188px;
				height:58px;
				background:#fff;
				border:1px solid #ccd1c5;
				padding:2px 0 2px 5px;
				float:right;
				overflow:auto;
				margin-bottom:14px;
			}

/*==========================================*/
#page4 #content .container .indent .wrapper .col-1 .row-1 .news {
	color: #FFF;
}
#page2 #content .container .indent .wrapper .col-2 .box .stats {
	color: #000;
}
#page5 #content .container .indent table tr .tdpadding {
	padding: 10px;
}
#page1 #content .container .indent .row-1 .wrapper-old .col-1 .p1 em .white {
	color: #FFF;
}
#page1 #content .container .indent .row-2 .wrapper .col-2 .list1 dd .white {
	color: #FFF;
}
#page1 #content .container .indent .row-2 .wrapper .col-1 .white {
	color: #FFF;
}
#page1 #content .container .indent .row-2 .wrapper .col-4 .list3 .white {
	color: #FFF;
}
#page1 #content .container .indent .row-2 .wrapper .col-4 .list3 .white a {
	color: #FFF;
}
