* {
	margin:0;
	padding:0;
}
html, body { height:100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#6a6a6a;
	background-repeat: repeat-x;
	background-position: left top;
}

input, select, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.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%;}

p { margin-bottom:16px;}

.tail-bottom {
	background-position: left bottom;
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
object { vertical-align:top;}

#contacts-form { width:284px;}
#contacts-form fieldset { border:none;}
#contacts-form label { display:block; height:26px;} 
#contacts-form label input { width:275px; padding:2px 0 1px 3px; color:#6a6a6a;}
#contacts-form textarea {width:275px; height:168px; padding:2px 0 1px 3px; margin-bottom:17px; color:#6a6a6a; overflow:auto;}

/*==================list====================*/
ul { list-style:none;}

.list1 { padding-bottom:10px;}
.list1 li { font-size:1.17em; padding-bottom:6px;}

dl dt { font-weight:bold;}
dl dd { margin-bottom:10px;}

/*==================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; }

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;}

/*==================txt, links, lines, titles====================*/
a {color:#6a6a6a; outline:none;}
a:hover{text-decoration:none;}

.line-hor { background:#3a3c52; height:1px; overflow:hidden; font-size:0; line-height:0; margin:20px 0 20px 0;}
.line-ver, .line-ver1 { background-image:url(images/line-ver.gif); background-repeat:repeat-y; width:100%;}
.line-ver-top, .line-ver-top1 { background-image:url(images/line-ver-top.gif); background-repeat:no-repeat; width:100%;}
.line-ver-bot, .line-ver-bot1 { background-image:url(images/line-ver-bot.gif); background-repeat:no-repeat; width:100%;}

.title { margin:12px 0 20px 0;}

/*==================boxes====================*/
.box {
	width:100%;
	color:#fff;
	background-image: url(images/box-bg2.gif);
	height: 200px;
}
.box.bg1 { background:url(images/box-bg1.gif) left bottom repeat-x #a8ce1f;}
.box.bg2 { background:url(images/box-bg2.gif) left bottom repeat-x #ffce1a;}
.box.bg3 { background:url(images/box-bg3.gif) left bottom repeat-x #fd9900;}
.box .inner {
	height: 200px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 19px;
	padding-left: 29px;
}
.box .title { margin:0 0 11px 0;}

.dept-list { float:left;}
.dept-list dt { font-weight:normal; margin-bottom:16px;}
.dept-list dd { clear:both; text-align:right; margin-bottom:0;}
.dept-list dd span { float:left; padding-right:25px;}
.dept-list dd a { font-weight:bold;}


/*header*/
#header .flash-menu { position:absolute; top:0; left:0;}
#header .flash-header { position:absolute; top:156px; left:0;}

/*content*/
#content { padding:0 0 52px 0;}
#content .indent { padding:21px 0 0 0;}
#content .indent .indent { padding:0 0 15px 0;}


#content .boxes { width:100%; overflow:hidden; padding:5px 0 0 0;}
#content .boxes li {
	float:left;
	width:313px;
}
#content .boxes li p { margin-bottom:17px;}

/*footer*/
#footer { text-align:center;}
#footer .indent { padding:35px 0 0 0;}
#footer a { color:#767676;}

/*==========================================*/
