/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

body { 
	background:url(images/tail-body.gif); 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#a2a2a2; 
	min-width:972px;
	padding-bottom:41px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

#content .logo {
	padding:40px 0 50px 0;
}

.site-nav {
	width: 210px;
	position:absolute;
	/*left:-8px;*/
	top:6px;
}
.site-nav ul li {
	padding:0 0 17px 0;
	text-align:right;
	font-size:1.08em;
}
.site-nav ul li a {
	color:#7b7979;
	text-decoration:none;
	background:url(images/arrow-right.gif) no-repeat right 4px;
	padding-right:27px;
}
.site-nav ul li a:hover {
	color:#000;
	font-weight:bold;
	background: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 =========================*/

.main-top {
	background:url(images/main-top.gif) no-repeat center top;
}

.tail-main {
	background:url(images/tail-main.gif) repeat-y center top;
}

.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #fff;
}

.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#form {
	width:277px;
}
#form .form {
	height:46px;
	width:100%;
	overflow:hidden;
}
#form .form1 {
	padding-bottom:20px;
	width:100%;
	overflow:hidden;
}
#form label {
	display:block;
}
#form strong {
	font-weight:normal;
	float:left;
	background:none;
}
#form strong.style1 {
	width:145px;
}
#form strong.style2 {
	width:97px;
}
#form span {
	display:block;
	float:left;
	border-top:1px solid #808080; 
	border-left:1px solid #808080; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background:#fff;
}
#form b {
	display:block;
	float:left;
	font-weight:normal;
	border-top:1px solid #404040; 
	border-left:1px solid #404040; 
	border-bottom:1px solid #d4d0c8; 
	border-right:1px solid #d4d0c8;

}
#form input {
	width:268px;
	background:#fff;
	padding-left:3px;
	line-height:1.2em;
	font-size:.92em;
	vertical-align:top;
	border:0; 
}
#form select {
	width:130px;
	border-top:2px solid #808080; 
	border-left:2px solid #808080; 
	border-bottom:1px solid #d4d0c8; 
	border-right:1px solid #d4d0c8;
	height:20px;
}
#form select.sel-1 {
	width:82px;
}
#form textarea {
	border:0;
	overflow:auto;
	width:273px;
	height:168px;
	background:#fff;
	padding-left:3px;
	font-size:.92em;
	line-height:1.2em;
}

#contacts-form .form { 
	height:52px;
}
#contacts-form label {
	display:block;
	font-size:.92em;
}
#contacts-form input {
	width:278px; 
	padding:2px 0 2px 3px; 
	background:#fff; 
	border:1px solid #e3e3e3; 
	vertical-align:top;	
	font-size:.92em;
	line-height:1.2em;
}
#contacts-form textarea { 
	width:287px; 
	height:121px; 
	overflow:auto;
	background:#fff; 
	border:1px solid #e3e3e3; 
	padding:2px 0 0 3px;
	font-size:.92em;
	margin-bottom:20px;
}

/*========================== LISTS ============================*/

ul, ol { 
	list-style:none;
}

.list {
	width:100%;
	text-align: left;
}
.list li {
	background-image:url(images/line-hor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:0 0 7px 16px;
	margin-bottom:5px;
	font-size:.92em;
}
.list li span {
	display:inline-block;
	padding-left:24px;
	background-image:url(images/arrow-right1.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}
.list li a {
	color:#656565;
	text-decoration:none;
}
.list li a:hover {
	color:#5bb3c4;
}
.list li.last {
	background-image:none;
	background-repeat:no-repeat;
	padding-bottom:0;
	margin-bottom:0;
}

.list1 {
	margin-top:-29px;
}
.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:29px;
}
.list1 li img {
	float:left;
	margin-right:20px;
}

.list2 {
	margin-top:-10px;
}
.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:10px;
}
.list2 li img {
	float:left;
	margin-right:20px;
}
.list2 li b {
	display:block;
}

/*========================== OTHER ============================*/

.img-indent {
	padding-bottom:27px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}

.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:8px;
	line-height:1.38em;
}
.p0 {
	margin-bottom:0;
}
.p1 {
	margin-bottom:20px;
}

.phone { 
	float:right; 
}

.address-box {
	width:249px;
	border-top:3px solid #fff4d9;
	font-size:.92em;
	line-height:1.33em;
}
.address-box .inner {
	margin-top:10px;
	background:#fcfcf4;
	padding:21px 20px 26px 48px;
}
.address-box ul {
	margin-bottom:-17px;
}
.address-box ul li {
	padding:23px 0 17px 0;
}
.address-box ul li a {
	color:#ffc01d;
}
.address-box ul li.m1 {
	background:url(images/pic1.gif) no-repeat left top;
}
.address-box ul li.m2 {
	background:url(images/pic2.gif) no-repeat left top;
	padding-top:16px;
}

dl {
	line-height:1.38em;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-bottom:18px;
}

.menu {
	position:absolute;
	left:-8px;
	top:6px;
}

.submenu {
  margin-top: 20px;
}

.flash {
	margin-bottom:2px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#4dbec7; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:30px;
	line-height:1.2em;
	letter-spacing:-1px;
	border-bottom:1px solid #fff;
	padding:0 0 15px 5px;
	margin:0 0 22px -5px;
}
h3 {
	font-size:26px;
	line-height:1.2em;
	margin-bottom:28px;
	letter-spacing:-1px;
}
h4 {
	font-size:1em;
	color:#6a6a6a;
	text-transform:uppercase;
	margin-bottom:10px;
}
h5 {
 	font-size:1em;
	line-height:1.38em;
	margin-bottom:15px;
}
h6 {
	font-size:1em;
	line-height:1.38em;
}

.link {
	color:#656565;
	font-weight:bold;
	font-size:.92em;
}

.line-hor { 
	border-bottom:3px solid #f1f1f1; 
	margin:24px 0 12px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}
.line-hor1 { 
	border-bottom:3px solid #f1f1f1; 
	margin:12px 0 30px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

/*============================ BOXES ==========================*/

.box { 
	background:#fff; 
	width:100%;
}
.box .inner { 
	padding:25px 20px 32px 36px;
}

/*--- style1 ---*/
.box.style1 {
	background:#f6faed;
}
.box.style1 h2 {
	color:#b3d46c;
}
.box.style1 h5,
.box.style1 h6,
.box.style1 p {
	color:#92b34a;
}
.box.style1 p a {
	color:#92b34a;
}
.box.style1 #form label {
	color:#92b34a;
}

/*--- style2 ---*/
.box.style2 {
	background:#ecf7fb;
}
.box.style2 h2 {
	color:#83cddb;
}
.box.style2 h5,
.box.style2 h6,
.box.style2 p {
	color:#90d9e7;
}
.box.style2 p a {
	color:#90d9e7;
}
.box.style2 .list li {
	background-image:url(images/line-hor1.gif);
}
.box.style2 .list li a {
	color:#90d9e7;
}
.box.style2 .list li a:hover {
	color:#2890a4;
}
.box.style2 .list li span {
	background-image:url(images/arrow-right2.gif);
}

/*========================= CONTENT ===========================*/

#content {
	padding-bottom:34px;
	text-align: justify;
}
#content .logo {
	padding:40px 0 50px 0;
}
#content .content {
	padding:38px 0 0 0;
}
#content .indent {
	padding-bottom:38px;
  margin-top: 20px;
}
#content .indent1 {
	padding-left:26px;
	font-size: 80%;
}
#content .indent2 {
	padding-bottom:28px;
}

/*========================= FOOTER ============================*/

#footer .indent {
	padding-top:24px;
}
#footer p {
	color:#a9a9a9;
	font-size:.92em;
	float:left;
	padding-left:5px;
}
#footer p a {
	color:#5b5b5b;
}
#footer ul {
	float:right;
	padding-right:14px;
}
#footer ul li {
	float:left;
	font-size:.92em;
	padding:0 21px 0 0;
	margin-right:17px;
	background:url(images/divider.gif) no-repeat right 5px;
}
#footer ul li a {
	color:#83cddb;
}
#footer ul li.last {
	background:none;
	padding-right:0;
	margin-right:0;
}

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



.sortable {border:1px solid #ccc; border-bottom:none}
.sortable th {padding:4px 6px 6px; font-size: 70%; background:#444; color:#fff; text-align:left; color:#ccc}
.sortable td {padding:2px 4px 4px; font-size: 70%; background:#fff; border-bottom:1px solid #ccc}
