.style1 {font-size: medium}
.style2 {font-size: medium; color: #3366FF; }
.style3 {font-size: x-small}
.style4 {font-size: small}
.style5 {font-size: small; color: #3366FF; }
* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#777;
}

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

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

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




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.8125em;
	position:relative;
}

#header {
	height:403px;
}
#content {
	padding:38px 0 0 0;
}
#footer {
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}


.twitter-icon {
	position:absolute;
	right:0;
	top: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:#35c3e4; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:48px;
	line-height:1.2em;
	color:#302426;
	letter-spacing:-1px;
	float:left;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	
}
	h1 a {
		color:#302426;
		text-decoration:none;
	}
h2 {
	font-size:52px;
	color:#302426;
	line-height:1em;
	padding:46px 0 0 0;
	letter-spacing:-1px;
}
	h2 a {
		color:#35c3e4;
		text-decoration:none;
	}
	h2 em {
		display:block;
		font-style:normal;
		font-size:28px;
		line-height:1.2em;
		color:#aca7a8;
		padding-top:10px;
	}
		h2 em a {
			color:#000;
		}
h3 {
	font-size:36px;
	color:#35c3e4;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:22px;
}
h4 {
	font-size:40px;
	color:#303030;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:22px;
}
h5 {
	font-size:1em;
	margin-bottom:18px;
	color:#303030;
}
h6 {
	font-size:1em;
	color:#303030;
}


.txt1 {
	color:#303030;
}

	

.button { 
	float:left;
	font-size:18px;
	line-height:1.2em;
	background:url(images/button-bg.gif) no-repeat right top #303030;
	color:#fff;
	text-decoration:none;
	padding:0 22px 5px 9px;
}
	.button:hover {
		color:#35c3e4;
	}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
		}
		.address dd a {
			color:#777;
		}


/*===== header =====*/
#header .row-1 {
	height:130px;
}
	#header .row-1 .nav {
		float:right;
		padding:0 80px 0 0;
	}
		#header .row-1 .nav li {
			float:left;
		}
			#header .row-1 .nav li a {
	display:block;
	float:left;
	font-size:25px;
	line-height:1.2em;
	text-decoration:none;
	color:#aca7a8;
	padding:53px 20px 0 20px;
	letter-spacing:-1px;
			}
			#header .row-1 .nav li a:hover, #header .row-1 .nav li a.current {
				background:url(images/nav-bg.gif) no-repeat center top;
				color:#302426;
			}
			
			
#header .row-2 .col-1 {
	width:261px;
	padding-top:42px;
}
#header .row-2 .col-2 {
	width:718px;
}
#header .row-2 .extra-letter {
	font-size:442px;
	color:#20c0e0;
	line-height:1.2em;
	position:absolute;
	left:0;
	top:-24px;
}

/*===== content =====*/
#content {
	
}
	#content .row-1 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 10%;
	}
	#content .row-2 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10%;
	background-color: #FFFFFF;
	background-image: url(images/sitemap_blue_repeat.png);
	line-height: 10px;
	}
	
	.list1 li {
		padding-bottom:8px;
	}

/*===== footer =====*/
#footer {
	color:#303030;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:25px;
	} 
		#contacts-form label input { 
			width:165px;
			padding:2px 0 2px 3px;
			color:#91867f;
			background:#fff;
			border:1px solid #a09b96;
			font-size:.85em;
		}
		#contacts-form textarea {
			width:268px;
			height:65px;
			padding:2px 0 2px 3px;
			margin-bottom:45px;
			color:#91867f;
			background:#fff;
			border:1px solid #a09b96;
			overflow:auto;
			font-size:.85em;
		}
		#contacts-form .col-1 { 
			width:183px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:274px !important;
		}
		#contacts-form .button {
			float:right;
			margin-left:25px;
		}

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

