* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

#focus-stealer      { position: absolute; left: -9999px; }




body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#676767;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
	padding-bottom:18px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:960px; 
	margin:0 auto;
	font-size:.8125em;
}





/*==== GLOBAL =====*/
#header {
	height:230px;
	border-top:10px solid #000;
}
#content {
	min-height:557px;
	height:auto !important;
	height:557px;
}
#footer {
	height:0px;
	background:url(images/tail-bottom.gif) left top repeat-x;
}


/*----- 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:20px;
}
.img-box2 { 
	
	overflow:hidden; 
	padding:6px;
	border:0px solid #852DA9;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.img-indent1 { 
	margin:0 10px 0 0; 
	float:left;
}
.img-box1 { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box1 img { 
		float:left; 
		margin:0 10px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	background:#000;
	float:left;
	font-size:28px;
	font-weight:normal;
	line-height:1em;
	width:202px;
	text-align:center;
	text-transform:uppercase;
	padding:55px 0 69px 0;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
		h1 span {
			display:block;
			color:#4d4d4d;
			font-size:11px;
			line-height:1.2em;
		}
		h1 b {
			font-style:italic;
			color:#ffffff;
		}
h2 {
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.2em;
	padding:15px 0 0 0;
	margin-bottom:25px;
}
h3 {
	font-size:15px;
	color:#fff;
	font-weight:normal;
	margin-bottom:21px;
}
h4 {
	font-size:15px;
	color:#fff;
	font-weight:normal;
}
	

.button { 
	float:left;
	background:#9934B4;
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	
	text-decoration:none;
	padding:2px 2px 2px 2px;
}
.button:hover {
	background:#fff;
}


.button2 { 
	float:left;
	background:#9934B4;
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	width:200px;
	text-decoration:none;
	padding:4px 4px 4px 4px;
}
.button2:hover {
	background:#fff;
}

.line-ver { 
	 
	
	width:100%;
}
.line-ver1, .line-ver2 { 
	background-image:url(images/line-ver.png); 
	background-repeat:repeat-y;
	width:100%;
}
.line-ver3 { 
	background-image:url(images/line-ver.png); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.png) left top;
	width:100%;
}
	.box .inner { 
		padding:46px 21px 41px 21px;
	}


.address dt {
	margin-bottom:20px;
	font-size:15px;
	color:#fff;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:87px;
	}


/*===== header =====*/
#header .nav {
	float:left;
	padding:35px 20px 35px 20px;
	background:#9934B4;
	font-size:11px;
}

	#header .nav li {
		padding:2px 0 6px 0;
		border-bottom:1px solid #9226B2;
		width:161px;
		margin-bottom:3px;
		vertical-align:top;
	}
	#header .nav li.last {
		border-bottom:none;
	}
		#header .nav li a {
			background:url(images/arrow1.gif) no-repeat 10px 7px;
			color:#000;
			text-transform:uppercase;
			text-decoration:none;
			display:block;
			padding:0 0 0 27px;
		}
		#header .nav li a:hover, #header .nav li a.current {
			background:url(images/arrow2.gif) no-repeat 10px 7px #000;
			color:#fff;
		}
		/*===== header2 =====*/
#header .nav2 {
	float:left;
	padding:35px 20px 35px 20px;
	background:#852DA9;
	font-size:11px;
}

	#header .nav2 li {
		padding:2px 0 4px 0;
		border-bottom:1px solid #9226B2;
		width:220px;
		margin-bottom:3px;
		vertical-align:top;
	}
	#header .nav2 li.last {
		border-bottom:none;
	}
		#header .nav2 li a {
			background:url(images/arrow1.gif) no-repeat 10px 7px;
			color:#000;
			text-transform:uppercase;
			text-decoration:none;
			display:block;
			padding:0 0 0 27px;
		}
		#header .nav2 li a:hover, #header .nav2 li a.current {
			background:url(images/arrow2.gif) no-repeat 10px 7px #000;
			color:#fff;
		}
/*===== content =====*/
#content {
	
}
	.list1 li {
		background:url(images/arrow3.gif) no-repeat left 7px;
		padding:0 0 5px 13px;
	}
	
	blockquote {
		color:#fff;
		font-size:15px;
		text-align:right;
		padding-bottom:20px;
	}
		blockquote p {
			margin-bottom:0;
			color:#676767;
			text-align:left;
			font-size:13px;
		}

/*===== footer =====*/
#footer {
	color:#9d9d9d;
	font-size:11px;
	text-transform:uppercase;
}
	#footer p {
		padding:10px 0 0 0;
		margin:0;
	}
		#footer a {
			color:#9d9d9d;
			text-decoration:none;
		}
		#footer a:hover {
			text-decoration:underline;
		}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:46px;
	} 
		.inputstyle { 
			width:185px;
			padding:5px 5px 5px 5px;
			color:#fff;
			background:#000;
			border:1px solid #2b2b2b;
		}
		.textarea {
			width:185px;
			height:108px;
			padding:5px 5px 5px 5px;
			margin-bottom:15px;
			color:#fff;
			background:#000;
			border:1px solid #2b2b2b;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:235px !important;
			margin-right:0 !important;
			padding-bottom:0;
		}
		#contacts-form .col-2 { 
			width:201px !important;
			padding-bottom:0;
			margin-right:0 !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

/*==========================================*/


