* {
	margin:0;
	padding:0;
	table-layout: auto;
}
html, body { 
	height:100%;
}
html{ 
}
body { 
	background:#0a0e15 url(images/main_bg.gif) repeat-x 50% 0%;
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1.2em; color:#566c7f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
	margin-bottom:16px
}
ul li {
	background:url(images/arrow_black_right.gif) no-repeat 0% 6px;
	padding:0 0 3px 20px;
}
ul li a {
	color:#00afff;
}

.fleft { 
	float:left;
	width:260px
}
.fleft_li li { 
	float:left;
	width:200px;
	padding-right:0 !important;
	margin:0
}
.fright { 
	float:right;
	width:260px
}
.fcenter { 
	float:center;
	width:520px
}

.clear { 
	clear:both;
	line-height:0%;
	font-size:0%;
	height:0%
}

.col-1, .col-2, .col-3, .sub_col-1, .sub_col-2 { 
	float:left;
	display:inline
}

.alignright { 
	text-align:right;
	padding-right:12px
}
.alignright a {
	margin-right:16px	
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	margin:0 auto;
}



/*==== GLOBAL =====*/
#main {
	margin:0 auto;
	font-size:0.75em;
	background:url(images/all_bg.jpg) no-repeat 50% 0%;
	width:911px;
	margin-top:-756px
}
.flash {
	 height:756px;
	 padding-left:50px	
}
#header {
	position:relative;
	margin:0 auto;
	height:561px;
	background:url(images/header_bg.jpg) no-repeat 0% 0%;
	width:980px;
}
#content {
	width:871px;
	margin:0 auto;
	padding-bottom:30px;
	position:relative
}
/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom 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:3px 20px 0 0; 
	float:left;
}
.img-indent1 { 
	margin:3px 20px 0 0; 
	float:right;
}

.img-indent2 { 
	margin:0 35px 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:19px;
}
.p1 { 
	margin-bottom:17px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

.margin11 {
	margin-bottom:11px
}
.margin14 {
	margin-bottom:14px
}
.margin20 {
	margin-bottom:20px
}
.margin23 {
	margin-bottom:23px
}
/*----- txt, links, lines, titles -----*/
a {
	color:#8ea2b3; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
.r_more {
	color:#9f7df1;
	text-decoration:underline;
	font-weight:bold
}
.r_more:hover {
	text-decoration:none
}
.purpur {
	color:#9f7df1
}
.purpur a {
	color:#9f7df1
}
.non_underline {
	text-decoration:none
}
.non_underline:hover {
	text-decoration:underline
}
h2 {
	color:#fff;
	font-size:1.75em;
	margin:0 0 23px 0;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	padding-bottom:5px;
	font-weight:normal
}
h3 {
	font-size:1.08em;
	font-weight:bold;
	color:#74b5ec;
	margin-bottom:23px;
}
.blue {
	color:#00a8d7
}
.orange {
	color:#fd9b00
}
.red {
	color:#de3400;
	position:relative;
	padding-left:143px
}
.grey {
	color:#a0a0a0
}
.black {
	color:#484848 !important
}


.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.line-hor { 
	background:#1c1c1c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:16px 0 12px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
.line-hor_top { 
	background:#1c1c1c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0px 40px 40px;
}



/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y 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:0 0 0 0;
	}

.address { 
	margin-bottom:20px;
	font-weight:bold;
		font-size:1.08em;
		color:#74b5ec
}
	.address dt { 
		margin-bottom:23px
	}
	.address dd { 
		clear:both;
		text-align:right;
		width:217px;
	}
		.address dd span { 
			float:left;
			padding-right:3px;
		}
		.address a {
			color:#74b5ec;
			font-weight:bold;
			}


/*===== header =====*/

/*===== content =====*/
#content {
	color:#566c7f;
}

.link {
	text-decoration:underline;
	display:inline-block;
	margin-left:10px
}
.link:hover {
	text-decoration:none
}

/*===== footer =====*/
#footer {
	width:911px;
	margin:0 auto;
	color:#566c7f;
	height:40px;
	position:relative;
	font-size:0.91em;
	border-top:1px solid #23272d;
	text-align:right;
	padding:13px 0 0 0
}
#footer a {
	color:#74b5ec;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline
}
#footer span {
	margin:0 3px
}
.copy {
	position:absolute;
	left:60px;
	top:60px;
	font-size:0.78em;
	color:#282828
}
.copy a {
	text-transform:uppercase;
	color:#878682;
}
/*----- forms -----*/
/*==========================================*/

.text_indent {
	padding:13px 0 0px 0;
	position:relative
}

.list {
	list-style:none;
}
.list li {
	background:url(images/arrow_right.gif) no-repeat 0% 2px;
	position:relative;
	padding:0 0 6px 38px;
	border-bottom:1px solid #23272d;
	margin-bottom:8px
}
.list li a {
	color:#566c7f;
	text-decoration:none;
}
.list li a:hover {
	text-decoration:underline;
}
.no_marg {
	margin:0
}
.no_pad {
	padding:4px 0 0 0 !important
}
.no_bg {
	background:none !important;
}
.upercase {
	text-transform:uppercase
}
.date {
	font-weight:bold;
	font-size:1.08em;
	color:#74b5ec;
	margin-bottom:6px;
	text-transform:null
}

.titulo {
	color:#fff;
	font-size:1.75em;
	margin:0 0 23px 0;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	font-weight: lighter
	font-family: "Myriad Pro Cond";
	font-stretch: narrower;
}


.arrow img {
	margin:3px 0 0 5px	
}











.form input, .form textarea{
	display:block;
	color:#0a0e15;
	font-weight:bold;
}
.form input{
	width:243px;
	background:none;
	border:none;
	color: #000000;
}
.inp_bg {
	background:url(images/inp_bg.gif) no-repeat 0% 0%;
	width:243px;
	height:20px;
	padding:6px 5px 0 10px;
	margin-bottom:14px
}
.form textarea{
	width:243px;
	height:200px;
	border:none;
	background:none;
	overflow:auto
}
.area_bg {
	background:url(images/area_bg.gif) no-repeat 0% 0%;
	width:243px;
	height:250px;
	padding:6px 5px 7px 10px;
	margin-bottom:14px
}

.buttons {
	padding:25px 0 0 0;
	text-align:right
}
.buttons a {
	margin-left:16px !important
}
.no_bord {
	border:none !important	
}

