* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 0 0 #000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#FFFFCC;
	padding-left:75px;
}

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 { 
	float:left;
}

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

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

.date-font		{ color: #FFFFFF; font: 11px arial, verdana, sans-serif; font-weight: bold; }


/*==== GLOBAL =====*/
#main {
	width:883px; 
	margin:0 0 0 25px;
	font-size:.75em;
	position:relative;
}

#header {
	height:423px;
	margin-left:-25px;
}
#content {
	padding:0 0 57px 0;
}
#footer {
	padding:0 0 97px 0;
}


/*----- 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-indentr { 
	margin:0 20px 0 0; 
	float:right;
}

.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:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

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

h2 {
	font-size:35px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:18px;
}
h3 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-bottom:14px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:20px;
}

	

.button { 
	display:block;
	width:260px;
	line-height:34px;
	font-size:20px;
	color:#1e1e1e;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.button:hover {
	color:#fff;
}


.address {
	padding-bottom:5px;
}
	.address dt {
		margin-bottom:20px;
		font-size:14px;
		color:#fff;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:85px;
		}
		.address dd a {
			color:#838180;
			text-decoration:none;
		}
		.address dd a:hover {
			color:#fff;
		}


/*===== header =====*/
.flash-menu {
	width:100%;
	height:224px;
}


#header .indent {
	padding:224px 0 0 0;
	margin-left:-25px;
}

/*===== content =====*/
	.list1 {
		padding-bottom:19px;
	}
	.list1.alt {
		padding-top:10px;
	}
		.list1 li {
			background:url(images/line-hor.png) 0 100% repeat-x;
			padding:2px 0 1px 0;
			vertical-align:top;
			width:100%;
			overflow:hidden;
		}
		.list1 li.last {
			background:none;
		}
			.list1 li a {
				background:url(images/arrow1.png) no-repeat 0 2px;
				padding:0 0 2px 30px;
				text-decoration:none;
				float:left;
				color:#eddd33;
			}
			.list1 li a:hover {
				text-decoration:underline;
			}

		.list1 li.noa {
				background:url(images/arrow1.png) no-repeat 0 2px;
				padding:0 0 2px 30px;
				text-decoration:none;
				float:left;
				color:#eddd33;
				overflow:hidden;
		}
		
				.list1 li.noai {
				background:url(images/line-hor.png) 0 100% repeat-x;
				padding:0 0 2px 2px;
				text-decoration:none;
				float:left;
				color:#06fd80;
				overflow:hidden;
		}

	
	.folio {
		width:100%;
		overflow:hidden;
	}
		.folio li {
			float:left;
			width:254px;
			height:145px;
			margin:0 50px 15px 0;
			font-size:14px;
		}
		.folio li.last {
			margin-right:0;
		}
			.folio li img {
				display:block;
			}
			.folio li a {
				color:#fff;
				text-decoration:none;
			}
			.folio li a:hover {
				text-decoration:underline;
			}
	

	.color1 .txt1, .color1 h4 {
		color:#eddd33;
	}
	.color1 .button {
		background:url(images/button-bg1.gif) no-repeat 0 0;
	}
	
	.color2 .txt1, .color2 h4 {
		color:#06fd80;
	}
	.color2 .button {
		background:url(images/button-bg2.gif) no-repeat 0 0;
	}
		.color2 .list1 li a {
			color:#06fd80;
		}
	
	.color3 .txt1, .color3 h4 {
		color:#eddd33;
	}
	.color3 .button {
		background:url(images/button-bg3.gif) no-repeat 0 0;
	}
		.color3 .list1 li a {
			color:#fc3991;
		}

		.page-splits	{ height: 2px; color: #996600; background-color: #CC6600; border: #CC6600 0px solid; border-top: #CC9900 1px solid; }

		.imagestripe	{
		border-top:#FFCC00 1px solid;
		border-bottom:#CC9900 1px solid;
		background-color:#CC9900;
		height: 2px;
		}
		
		.imagesline	{
		border-top:#666666 1px solid;
		background-color:#666666;
		height: 1px;
		}
		

/*===== footer =====*/
#footer {
	color:#fff;
	font-weight:bold;
}
	#footer a {
		color:#eafa88;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
.box {
	background:#1e1e1e;
	width:100%;
	text-align:right;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:16px 45px 16px 0;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:26px;
		overflow:hidden;
	}
		#contacts-form input.text {
			width:245px;
			padding:2px 5px 2px 5px;
			border:1px solid #a4a4a4;
			color:#878681;
			background:url(images/png-bg.png) 0 0;
		}
		#contacts-form textarea {
			width:245px;
			padding:2px 5px 2px 5px;
			border:1px solid #a4a4a4;
			color:#878681;
			height:185px;
			margin-bottom:22px;
			overflow:auto;
			background:url(images/png-bg.png) 0 0;
		}
		#contacts-form .button {
			float:right;
			margin-left:25px;
		}
		#contacts-form input.reset {
			background:url(images/reset.gif) no-repeat 0 0;
			width:120px;
			height:35px;
			border:none;
			margin-right:20px;
		}
		#contacts-form input.submit {
			background:url(images/submit.gif) no-repeat 0 0;
			width:120px;
			height:35px;
			border:none;
		}

/*==========================================*/

