/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:997px;
} 

body { 
	background:#1a1a1a; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#888787; 
	min-width:997px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
	text-transform:uppercase;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/body-bg.jpg) no-repeat center top #ececec;
}

.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#search-form div {
	background:url(images/input-bg.gif) no-repeat left top;
	width:159px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:52px;
}
#search-form input {
	background:none;
	border:0;
	width:120px;
	float:left;
	color:#a0a0a0;
	margin-left:9px;
	padding-top:5px;
	text-transform:uppercase;
}
#search-form a {
	float:right;
}

/*--------------------*/

#contacts-form .field { 
	height:53px;
}
#contacts-form input {
	width:194px; 
	padding:3px 0 3px 3px; 
	background:#fff;
	color:#888787; 
	border:1px solid #d6d6d6; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:241px; 
	height:118px; 
	overflow:auto;
	background:#fff; 
	border:1px solid #d6d6d6; 
	padding:3px 0 3px 3px;
	margin-bottom:23px;
	color:#888787; 
}
#contacts-form .link1 {
	float:right;
	margin-left:20px;
}

/*========================== LISTS ============================*/

.site-nav {
	width:100%;
	overflow:hidden;
}
.site-nav li {
	float:left;
	padding-right:8px;
}
.site-nav li.last {
	padding:0;
}

.list li {
	padding:0 0 8px 12px;
	background:url(images/marker.gif) no-repeat left 6px;
}
.list li.last {
	padding-bottom:0;
}
.list li a {
	color:#888787;
}

.list1 {
	margin-top:-31px;
}
.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:31px;
}
.list1 li img {
	float:left;
	margin-right:19px;
}
.list1 li p {
	margin-bottom:0;
}

/*========================== OTHER ============================*/

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:30px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}
.img-box1 p {
	margin-bottom:0;
}

.news-box span {
	background:url(images/pic.gif) no-repeat left top;
	color:#525252;
	padding:1px 0 2px 27px;
	display:block;
	margin-bottom:4px;
}

p { 
	margin-bottom:20px;
	line-height:2.22em;
}

.phone { 
	float:right; 
	margin-right:122px;
}

dl {
	line-height:2.22em;
}
dl dt {
	color:#00afd8;
	margin-bottom:8px;
}
dl dt a {
	text-decoration:none;
}
dl dt a:hover {
	color:#fff;
	background:#28aae1;
}
dl dd {
	padding-bottom:20px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#28aae1; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:22px;
	line-height:1.2em;
	text-transform:none;
	color:#7f7f7f;
	margin-bottom:14px;
}
h2.style1 {
	color:#5ac8e2;
	margin-bottom:26px;
}
h2.style2 {
	color:#5ac8e2;
}
h3 {
	color:#28aae1;
	font-weight:normal;
	font-size:1em;
	margin-bottom:8px;
}

.txt1 {
	color:#00afd8;
}

.link1 { 
	display:block; 
	float:left; 
	background:#6d6d6d; 
	color:#fff; 
	text-decoration:none; 
	line-height:1.08em;
}
.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:4px 9px 3px 9px; 
	font-style:normal; 
	font-weight:normal;
}
.link1:hover { 
	text-decoration:underline;
}

.line-hor { 
	background:url(images/line-hor.gif) repeat-x left bottom;
	text-align:right;
	padding:0 6px 14px 0;
	margin:0 0 22px -16px; 
}
.line-hor1 {
	height:1px;
	background:url(images/line-hor1.gif) repeat-x left top;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:22px 0;
}
.line-ver {
	background:url(images/line-ver.gif) repeat-y 354px 0;
}

/*========================== HEADER ===========================*/

#header .fleft {
	padding:51px 0 0 14px;
}

/*========================= CONTENT ===========================*/

#content {
	height:auto;
}
#content .col-1 {
	width:201px;
}
#content .col-2 {
	width:796px;
	height:auto;
	background:#fff;
	overflow:hidden;
}
#content .indent {
	padding:16px 24px 0 38px;
}
#content .indent1 {
	padding-bottom:35px;
}
#content .indent2 {
	padding-right:20px;
}
#content .indent3 {
	padding-left:33px;
}
#content .indent4 {
	padding-bottom:23px;
}

/*========================= FOOTER ============================*/

#footer .row-1 {
	height:39px;
	width:100%;
	overflow:hidden;
}
#footer .row-1 li {
	float:left;
	padding:12px 42px 0 0;
}
#footer .row-1 li a {
	color:#747474;
	text-decoration:none;
}
#footer .row-1 li a:hover,
#footer .row-1 li a.active {
	text-decoration:underline;
}
#footer .row-2 .fleft {
	padding-top:10px;
}
#footer .row-2 .fleft,
#footer .row-2 .fleft a {
	color:#ededed;
}
#footer .row-2 .fleft a {
	text-decoration:none;
}
#footer .row-2 .fleft a:hover {
	text-decoration:underline;
}
#footer .row-2 .fright {
	padding-top:9px;
}
#footer .row-2 .fright ul li {
	float:left;
	padding-left:7px;
}

/*=============================================================*/
#page2 .tail-top .tail-bottom #main #content .wrapper .col-2 .indent .wrapper .col-1 ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #309;
	text-decoration: underline;
	background-color: #FFF;
	margin: 5px;
	padding: 1px;
}
#page2 .tail-top .tail-bottom #main #content .wrapper .col-2 .indent .wrapper .col-1 p {
	color: #000;
}

