* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body {
	background:#E8E6E3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height:1.125em;
	color:#0d0d0d;
	position:relative;
	text-align: center;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol {
	list-style:none;
	font-size: 12px;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright {
	clip: rect(auto,1px,auto,auto);

}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px; 
	margin:0 auto;
	font-size:.75em;
}

#ajaxBox {
	float:left;
	width:480px;
	height:146px;
}

#ajaxBox p {
	padding:2px 0 2px 0;
}

.ajaxBox01 {
	background:url(images/ajax-bg-01.png) #626f99;
	background-repeat:no-repeat;
	background-position:top center;
}
.ajaxBox02 {
	background:url(images/ajax-bg-02.png) #9D0038;
	background-repeat:no-repeat;
	background-position:top center;
}
.ajaxBox03 {
	background:url(images/ajax-bg-03.png) #177B2F;
	background-repeat:no-repeat;
	background-position:top center;
}

.ajaxNav {
	float:left;
	width:160px;
	height:27px;
	margin:3px 0 0 0;
	color:#ffffff;
	font-weight:bold;
	line-height:27px;
	text-align:Center;
	cursor:pointer;
}

#aBox01 {
	padding:15px;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

#aBox02 {
	padding:15px;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

#aBox03 {
	padding:15px;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

#aBox04 {
	padding:15px;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

.boxVis {
	display:block;
}

.boxInv {
	display:none;
}

#flashBox {
	float:right;
	width:415px;
	height:146px;
	background:url(images/flash-temp.jpg) #ffffff;
	background-repeat:no-repeat;
	background-position:top center;
}





/*==== GLOBAL =====*/

#header {
	height:139px;
	background:#fff;
}
#content {
	background:url(images/background.gif) left top #e4e2de;
	padding:0 0 10px 0;
}
	#content .aside {
		float:left;
		width:224px;
		margin-right:18px;
	}
	#content .mainContent {
	float:left;
	width:708px;
	text-align: left;
	}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:240px;
}
	#contacts-form label {
		display:block;
		height:40px;
		overflow:hidden;
	}
		#contacts-form input {
			width:225px;
			padding:6px 5px 6px 8px;
			color:#333;
			background:#f4f4f4;
			border:none;
		}
		#contacts-form textarea {
			width:225px;
			padding:6px 5px 6px 8px;
			height:100px;
			color:#333;
			background:#f4f4f4;
			border:none;
			overflow:auto;
			margin-bottom:15px;
		}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.p1 {
	margin-bottom:9px;
	font-family: Arial, Helvetica, sans-serif;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:17px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ffa800; 
	outline:none;
}
a:hover{
	text-decoration:none;
	color: #070707;
}

h1 {
	font-size:49px;
	line-height:1.2em;
	color:#423928;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
}
	h1 a {
		font-size:49px;
	line-height:1.2em;
	color:#423928;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
	}
		h1 a span {
			color:#fff;
			background:#ffa800;
		}
h2 {
	font-size:30px;
	line-height:1.2em;
	color:#423928;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:32px;
	text-align: center;
}
h3 {
	color:#222;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:18px;
	font-size:1em;
}

.link1 { 
	text-decoration:none;
	border-bottom:1px dotted #ffa800;
}
.link1:hover {
	border-bottom:1px solid #000;
	color:#000;
}



/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .inner { 
		padding:33px 13px 32px 13px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header h1 {
	float:left;
	padding:50px 0 0 15px;
}

	.slide-panel {
		position: fixed;
		width:100%;
		color:#fff;
		left:0;
		top:0px;
	}
		.slide-panel .wrapper {
			height:29px;
			background:#ffa800;
			font-size:.91em;
		}
			.slide-panel .fleft {
				padding:4px 0 0 15px;
			}
			.slide-panel ul {
				float:right;
				padding:3px 15px 0 0;
				line-height:20px;
			}
				.slide-panel ul li {
					display:inline;
				}
					.slide-panel ul li a {
						color:#fff;
						text-decoration:none;
						padding:2px 6px 6px 3px;
					}
					.slide-panel ul li a.rss {
						background:url(images/rss.gif) no-repeat right top;
						padding:0 22px 2px 0;
					}
					.slide-panel ul li a:hover {
						text-decoration: none;
					}
		
		.slide-panel p {
			float:right;
			display:inline;
			padding:0 96px 0 0;
			margin:0;
		}


/*===== content =====*/
#content .indent {
	padding:10px 15px 0 15px;
}
	#content .section {
		padding-bottom:0px;
	}
	
	.nav {
		padding:20px 0px 5px 17px;
		width:100%;
		overflow:hidden;
	}
		.nav li {
			float:left;
			padding-bottom:10px !important;
		}
		.nav li.item1 {
			padding:0 0 0 0;
		}
		.nav li.item2 {
			padding:0 0 0 6px;
		}
		.nav li.item3 {
			padding:0 0 0 6px;
		}
		.nav li.item4 {
			padding:0 0 0 6px;
		}
		.nav li.item5 {
			padding:0 0 0 6px;
		}
		.nav li.item6 {
			padding:0 0 0 6px;
		}
		.nav li.item7 {
			padding:0 0 0 6px;
		}
		.nav li.item8 {
			padding:0 0 0 6px;
		}
			.nav li a {
				color:#fff;
				text-decoration:none;
				float:left;
				background:#ffa800;
				text-decoration:none;
				text-transform:uppercase;
				width:130px;
				line-height:30px;
				text-align:center;
			}
			.nav li a:hover, .nav li a.current {
	background:#393223;
	font-size: 12px;
			}
	
	.gallery {
	padding:0 0 0 6px;
	font-weight: lighter;
	}
	.gallery ul {
		width:100%;
		overflow:hidden;
	}
		.gallery li {
	float:left;
	width:224px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
		}
		.gallery li:hover, .gallery li.active {
	background:#ffa800;
	width: 224px;
		}
			.gallery li .sm-box {
	background:#fff;
	padding:15px 10px 8px 13px;
	color:#000;
	font-size:17px;
	text-align: left;
			}
				.gallery li .sm-box strong {
					font-size:17px;
					text-transform:uppercase;
					line-height:1.1em;
					font-weight:normal;
					color:#423928;
					display:block;
					padding-bottom:4px;
				}
				.gallery li:hover strong, .gallery li.active strong {
					color:#ffa800;
				}
				.gallery li .sm-box a {
									color:#000;
				}
				
				.gallery li .sm-box12 {
				background:#fff;
				padding:15px 10px 15px 13px;
				color:#000;
				font-size:17px;
			}
				.gallery li .sm-box strong {
					font-size:17px;
					text-transform:uppercase;
					line-height:1.1em;
					font-weight:normal;
					color:#423928;
					display:block;
					padding-bottom:4px;
				}
				.gallery li:hover strong, .gallery li.active strong {
	color:#ffa800;
	text-align: left;
	font-size: 17px;
				}
				.gallery li .sm-box a {
	font-size:17px;
	color:#000;
				}
	
	.list1 li {
		border-bottom:8px solid #dcd8cf;
		text-transform:uppercase;
		padding:0 0 4px 0;
		margin-bottom:7px;
	}
	.list1 li.last {
		border-bottom:none;
	}
		.list1 li a {
			text-decoration:none;
		}
			.list1 li a:hover {
				color:#000;
			}


#content p a {
	color:#0d0d0d;
}

/*===== footer =====*/
#footer {
	bottom: 0px;
	height: 50px;
	left: 3px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	border-top: 3px solid #ffa800;
	color: #666;
    }

#footer .container {
    margin: 7px auto 0;
    width: 960px;
    }

#footer .left {
    margin-left: 71px;
    padding-top: 8px;
    width: 244px;
    }

#footer .right {
    float: right;
    margin-right: 95px;
    width: 250px;
    }

#footer .right img {
    margin-bottom: 5px;
    }

#footer .right a.text {
    padding-left: 41px;
    font-size: 140%;
    }

* html body {
    overflow: hidden;
    }

.item a, .item a:link, #footer .right a, #footer .right a:link {
    text-decoration: none;
    }
	
#footer {
        position: fixed;
        }
   

/*----- forms -----*/
#newsletter-form fieldset {
	border:none;
}
	#newsletter-form div.field {
		padding:5px 0 5px 0;
	}
		#newsletter-form strong {
			text-transform:uppercase;
			font-weight:normal;
		}
		#newsletter-form input.text {
			width:160px;
			padding:4px 0 3px 4px;
			margin-right:7px;
			border:1px solid #e1dacc;
		}
		#newsletter-form input.submit {
			width:24px;
			height:24px;
			background:url(images/submit.gif) no-repeat left top;
			border:none;
			cursor:pointer;
		}
		#newsletter-form a {
			text-decoration:none;
			border-bottom:1px dotted #ffa800;
		}
		#newsletter-form a:hover {
			border-bottom:1px solid #000;
			color:#000
		}

/*==========================================*/
.BLACCK {
	color: #000;
	text-align: left;
}
