* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/body-bg.gif) left top #d6d6d6;
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1.125em; 
	color:#484848;
}

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 { 
	float:left;
	padding-bottom:14px;
}

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

.wrapper { 
	width:100%;
	overflow:hidden;
    padding: 5px;
}

.container { 
	width:100%;
	margin:0 auto;
	width:980px;
	font-size:.875em;
}


/*---- 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:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:35px;
}
	.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;
}
.p4 { 
	margin-bottom:36px;
}

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

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.86em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	line-height:1em;
	padding:12px 0 0 0;
	margin-bottom:35px;
}
h3 {
	font-size:1em;
	font-weight:normal;
	color:#00b7eb;
	margin-bottom:18px;
}
h4 {
	font-size:1.14em;
	font-weight:normal;
	color:#00b7eb;
}


.txt1 {
	font-size:1.14em;
	line-height:1.25em;
}

.link1 { 
	font-size:1.14em;
}
	

.button { 
	float:left;
	background:#00b7eb;
	color:#fff;
	font-size:.71em;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 16px 5px 16px;
}
.button:hover {
	background:#35cdf8;
}

.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:53px;
	background:url(images/header-tail-1.gif) left top repeat-x;
}
	#header .row-1 .indent {
	}
		#header .nav {
			float:left;
			font-size:1.21em;
			padding:17px 0 0 22px;
		}
			#header .nav li {
				display:inline;
				color:#747474;
			}
				#header .nav li a {
					color:#fff;
					text-decoration:none;
					text-transform:uppercase;
					padding:0 9px 0 6px;
				}
				#header .nav li a:hover, #header .nav li a.current {
					text-decoration:underline;
					color:#00b7eb;
				}
		
		#header .rss {
			float:right;
			background:url(images/rss.gif) no-repeat right 3px;
			padding:0 22px 0 0;
			color:#fff;
			text-decoration:none;
			font-size:.71em;
			text-transform:uppercase;
			margin:19px 30px 0 0;
		}
		#header .rss:hover {
			text-decoration:underline;
			color:#00b7eb;
		}
		
#header .row-2 {
	height:357px;
	background:url(images/header-tail-2.gif) left top repeat-x;
	position:relative;
}
	#header .row-2 .indent {
		padding:74px 0 0 27px;
	}
		#header .row-2 .slogan {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:1.38em;
			line-height:1em;
			color:#aeaeae;
			text-transform:uppercase;
			padding-left:403px;
		}

#header.small .row-2 {
	height:127px;
}
	#header.small .row-2 .indent {
		padding:17px 0 0 26px;
	}
		#header.small .row-2 img {
			float:left;
		}
		#header.small .row-2 .slogan {
			float:left;
			padding:40px 0 0 15px;
			color:#949494;
		}

/*===== content =====*/
#content {
	
}
	#content .bg1 {
		background:url(images/bg1.gif) left top;
		color:#505050;
	}
		#content .bg1 h2 {
			color:#fff;
		}
	#content .bg2 {
		background:#fff;
	}
		#content .bg2 .line-ver, #content .bg2 .line-ver1 { 
			background-image:url(images/line-ver1.gif);
		}
	#content .bg3 {
		background:#e8e8e8;
	}
		#content .bg3 .line-ver, #content .bg3 .line-ver1 { 
			background-image:url(images/line-ver2.gif);
		}
	
	#content .indent {
		padding:51px 30px 61px 30px;
	}
	
	
	
	#content ul, #content ol {
		padding-bottom:30px;
	}
	#content ul.alt, #content ol.alt {
		padding-bottom:20px;
	}
	#content ul.no-indent, #content ol.no-indent {
		padding-bottom:0;
	}
	#content ul li, #content ol li {
		background:url(images/marker.gif) no-repeat left top;
		padding:0 0 7px 25px;
	}
		#content ul.testimonials {
			padding-bottom:12px;
		}
			#content ul.testimonials li {
				padding:0 0 18px 0;
				background:none;
				text-align:right;
				color:#00b7eb;
			}
				#content ul.testimonials li blockquote {
					text-align:left;
					color:#484848;
				}
	
	#content ul.archiv {
		padding-bottom:18px;
	}
		#content ul.archiv li {
			background:none;
			padding:0 0 18px 0;
		}
			#content ul.archiv li span {
				color:#00b7eb;
			}
	
	#content .clients {
		width:100%;
		overflow:hidden;
	}
	#content .clients li {
		float:left;
		margin-right:20px;
		padding:0 0 10px 0;
		background:none;
	}
		#content .clients li.last {
			margin-right:0;
		}
		

/*===== footer =====*/
#footer .indent {
	padding:30px 0 80px 30px;
	font-size:1.14em;
}
	#footer a {
		color:#fff;
	}


/*----- forms -----*/
#quick-form fieldset, #contact-form fieldset{
	border:none;
	width:100%;
	overflow:hidden;
}
	#quick-form label, #contact-form  label { 
		display:block;
		height:30px;
		overflow:hidden;
	} 
		#quick-form label input, #contact-form label input { 
			width:245px;
			padding:5px 4px 5px 7px;
			color:#c4c4c4;
			border:1px solid #e9e9e9;
		}
		#quick-form textarea, #contact-form textarea {
			width:245px;
			height:75px;
			padding:5px 4px 5px 7px;
			margin-bottom:25px;
			color:#c4c4c4;
			overflow:auto;
			border:1px solid #e9e9e9;
		}
		#quick-form .button, #contact-form .button {
			float:right;
			margin-left:1px;
		}

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