* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(images/splash.jpg) no-repeat 50% 0 #0f1417 fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;


}

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%;
}




/*==== GLOBAL =====*/
#main {
	width:99%; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	position:absolute;
	left:0;
	top:0;
}
#content {
	padding:31px 0 0 0;
}
#footer {
	padding:4px 0 6px 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-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;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

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

h2 {
	font-size:2em;
	margin-bottom:5px;
}
h3 {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin-bottom:18px;
}



/*==================boxes====================*/
.box {
	background:#0095da;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	max-width:687px
}
.box .headertxt{
/*padding:-0px 0px 0px 0px;*/
margin-top:15px;
font-size:160px;
font-family:Arial Black;
color:#a8dae5;
}
	.box .inner { 
		
		padding:122px 120px 100px 156px;
	}
		.box .wrap {
			width:380px;
		}
		
.rojobox {
	background-image:url(http://66.135.32.10/~azul/site/images/rojobg.png);
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	max-width:687px
}
	.rojobox .inner { 
		padding:122px 120px 100px 156px;
	}
		.rojobox .wrap {
			width:380px;
		}


.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:90px;
	}


/*===== header =====*/
#header .logo {
	float:left;
	padding:46px 0 0 0;
}

#header .nav {
	float:center;
	text-align:center;
	padding:75px 0 0 0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
	#header .nav li {
		float:left;
		padding-left:38px;
	}
	

#header .nav2 {
	float:right;
	text-align:center;
	padding:20px 0 0 13px;
	margin-left:0px;
	margin-top:0px;
	margin-right:70px;
}
	#header .nav2 li {
		float:left;
		padding-right:20px;
		
	}
	#header .nav2 li a {
			color:#ffffff;
			text-decoration:none;
		}
		#header .nav2 li a:hover, #header .nav li a.current {
			
			text-decoration: underline;
		}
	
	#header .nav li a {
			color:#ffffff;
			text-decoration:none;
		}
		#header .nav li a:hover, #header .nav li a.current {
			
			text-decoration: underline;
		}
		
		
/*===== content =====*/
	
	.thumbs {
		width:100%;
		overflow:hidden;
	}
		.thumbs li {
			float:left;
			width:121px;
			height:121px;
			overflow:hidden;
			margin:0 3px 3px 0;
			display:inline;
			position:relative;
		}
		.thumbs li.first {
			margin-left:620px;
		}
			.thumbs li a {
				display:block;
				position:relative;
				width:121px;
				height:121px;
				overflow:hidden;
				z-index:1;
			}
				.thumbs li a img {
					display:block;
					position:relative;
					z-index:1;
				}
			
			.thumbs li span {
				display:block;
				width:121px;
				height:121px;
				position:absolute;
				left:0;
				top:0;
				z-index:10;
				cursor:default;
				background:url(images/blank.gif) no-repeat 0 0;
			}
		

/*===== footer =====*/
#footer {
	color:#fff;
	text-align:center;
}
	#footer a {color:#6f6d6d; text-decoration:none;}
	#footer a:hover {text-decoration:underline;}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	padding-bottom:45px;
}
	#contacts-form label {
		display:block;
		height:35px;
	}
	#contacts-form input {
		width:170px;
		border:0;
		padding:6px 0 6px 8px;
		color:#6e6e6e;
		background:#101010;
	}
	#contacts-form textarea {
		width:178px;
		background:#101010;
		border:0;
		padding:6px 0 6px 5px;
		color:#6e6e6e;
		overflow:auto;
		height:85px;
		margin-bottom:12px;
	}

	#contacts-form .col-1 {
		width:192px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:184px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}
	
	
/*==========================================*/
/*----- rates table -----*/
#ratetable{
	color: white;
	text-align: center;
	
}
#ratetable th{ text-transform: uppercase;}
#ratetable th, #ratetable td{
border: 1px solid white;
padding: 20px;
}

#ratetable {
    border-collapse: collapse;
}
#ratetable td, table th {
    border: 1px solid white;
}
#ratetable tr:first-child th {
    border-top: 0;
}
#ratetable tr:last-child td {
    border-bottom: 0;
}
#ratetable tr td:first-child,
#ratetable tr th:first-child {
    border-left: 0;
}
#ratetable tr td:last-child,
#ratetable tr th:last-child {
    border-right: 0;
}

