/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:980px;
} 

body  
{
	background:Black url(images/tail-body.jpg) repeat center top; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#9a958c; 
	min-width:980px;
	padding-bottom:47px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

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;
}

.fleftfloat { 
	float:right;
	 position:absolute;
}
/*align="center" style="height: 0px; position: absolute;" valign="top"*/

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.aligncenterxy  
{
	vertical-align:middle;
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*============================ GLOBAL =========================*/

#main { 
	width:980px; 
	margin:0 auto;
}
#header { 
	height:144px;
	position:relative;
}
#header2 { 
	height:110px;
}
#header, 
#content, 
#footer { 
	font-size:0.875em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

#content .col-1 { width:695px; margin-right:4px;}
#content .col-1 .col-1 { width:462px; margin-right:4px;}
#content .col-1 .col-1 .col-1 { width:462px; margin-right:4px;}
#content .col-1 .col-1 .col-2 { width:229px;}
#content .col-1 .col-2 { width:229px;}
#content .col-2 { width:280px;}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/tail-top.png) left top repeat-x;
}

/*=========================== FORMS ===========================*/

#search-form {
	padding-bottom:15px;
}
#search-form span {
	display:block;
	float:left;
	width:186px;
	height:32px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#search-form input {
	background:none;
	border:0;
	margin:8px 0 0 5px;
	vertical-align:top;
	line-height:1.2em;
	width:172px;
}
#search-form a {
	font-size:.86em;
	line-height:1.3em;
	font-weight:bold;
	text-decoration:none;
	background:url(images/button-right1.gif) no-repeat right top #2f2e2c;
	display:block;
	float:left;
	padding:8px 12px 8px 12px; 
}
#search-form a:hover {
	text-decoration:underline;
}

/*---*/

#contacts-form label {
	font-size:.79em;
	line-height:1.09em;
	float:left;
	padding-top:3px;
}
#contacts-form .field { 
	height:30px;
	width:100%;
	overflow:hidden;
}
#contacts-form input {
	width:168px;
	float:right; 
	padding:1px 0 1px 3px; 
	background:#292827;
	color:#a4a4a4; 
	font-size:.79em;
	border:1px solid #a4a4a4; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:168px;
	height:170px;
	float:right;  
	font-size:.79em;
	overflow:auto;
	background:#292827;
	color:#a4a4a4; 
	border:1px solid #a4a4a4; 
	padding:1px 0 1px 3px; 
}
#contacts-form .link2 {
	text-align:right;
	padding-right:20px;
}

/*========================== LISTS ============================*/

.social-icons {
	width:102px;
	height:39px;
	float:right;
	background:url(images/extra-bg.png) no-repeat left top;
}
.social-icons li {
	margin-right:-2px;
	padding:5px 0 0 6px;
	float:left;
}
.social-icons li.last {
	margin-right:1px;
}

.site-nav {
	float:right;
}
.site-nav li {
	float:left;
	padding-right:9px;
}
.site-nav li a {
	width:102px;
	height:23px;
	display:block;
	background:url(images/extra-bg.png) no-repeat left top;
	text-decoration:none;
	color:#d3cec1;
	text-align:center;
}
.site-nav li a span {
	display:block;
	padding-top:11px;
}
.site-nav li a:hover {
	color:#fff;
}

.tags {
	width:100%;
	overflow:hidden;
	padding-bottom:6px;
}
.tags li {
	float:left;
	padding:0 1px 1px 0;
	font-size:.93em;
	line-height:1.3em;
}
.tags li a {
	color:#d2cbbc;
	text-decoration:none;
	display:block;
	float:left;
	background:url(images/button-left1.gif) no-repeat left top #2f2e2c;
}
.tags li a span {
	background:url(images/button-right2.gif) no-repeat right top;
	display:block;
	padding:6px 10px 7px 10px;
}
.tags li a:hover {
	text-decoration:underline;
}

.banners {
	width:100%;
	overflow:hidden;
	padding-bottom:4px;
}
.banners li {
	float:left;
	padding:0 3px 3px 0;
}
.banners li.alt {
	padding-right:0;
}

.news li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:20px;
}
.news li.last {
	padding-bottom:0;
}
.news li img {
	float:left;
	margin-right:11px;
}
.news li p {
	line-height:1.14em;
	margin-bottom:6px;
}
.news li span {
	padding-right:17px;
	background:url(images/arrow2.gif) no-repeat right 6px;
}
.news li a {
	color:#98ea50;
}

.testimonials li {
	padding-bottom:16px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.testimonials li.last {
	padding-bottom:0;
}
.testimonials li cite {
	font-style:normal;
}
.testimonials li span {
	color:#98ea50;
	display:block;
	text-align:right;
	padding-top:2px;
}

.list {
	width:100%;
}
.list.alt {
	padding-bottom:10px;
}
.list li {
	font-size:.93em;
	padding:0 0 9px 21px;
	background:url(images/arrow.gif) no-repeat left 6px;
}
.list li a {
	color:#7ab318;
}

.list1 {
	margin-bottom:-10px;
}
.list1 li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#98ea50;
	padding-bottom:15px;
	line-height:1.29em;
}
.list1 li p {
	color:#9a958c;
	margin:0;
}
.list1 li a {
	color:#98ea50;
	text-decoration:none;
}
.list1 li a:hover {
	text-decoration:underline;
}

.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:30px;
}
.list2 li.last {
	padding-bottom:0;
}
.list2 li img {
	float:left;
	margin-right:21px;
}
.list2 li a {
	font-size:.86em;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	display:inline-block;
	background:url(images/arrow1.gif) no-repeat left 4px;
}
.list2 li p {
	margin-bottom:12px;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:25px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:9px;
}
.img-box1 img { 
	float:left; 
	margin:0 14px 0 0;
}

p { 
	line-height:1.29em;
	margin-bottom:17px;
}
.p0 {
	margin:0;
}
.p1 {
	margin-bottom:5px;
}
.p2 {
	margin-bottom:11px;
}

.address span { 
	float:right; 
	margin-right:20px;
}
.address a {
	color:#9a958c;
}

.slogan {
	padding:2px 9px 0 8px;
}
.slogan .link1 {
	float:right;
	margin:25px 0 0 0;
}

.banner {
	margin-top:-2px;
	padding:0 6px 3px 5px;
}
.banner span {
	display:block;
}
.banner a {
	text-decoration:none;
	display:block;
	line-height:1.2em;
	background-color:#2f2e2c;
	position:relative;
	cursor:pointer;
}
.banner a em {
	background:url(images/banner-left.gif) no-repeat left top;
	display:block;
	height:37px;
	overflow:hidden;
}
.banner a b {
	font-style:normal;
	font-weight:normal;
	padding:11px 0 10px 14px;
	display:block;
	background:url(images/banner-right.gif) no-repeat right top;
}
.banner a:hover {
	text-decoration:underline;
}

dl {
	line-height:1.29em;
}
dl dt {
	color:#98ea50;
}
dl dd {
	padding-bottom:18px;
}
dl dd.last {
	padding-bottom:0;
}
dl dd.alt {
	padding-bottom:14px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#fff; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:29px;
	line-height:1.2em;
	color:#fff;
	float:left;
	padding:22px 0 18px 6px;	
}
h3 {
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	background:url(images/line-hor.gif) repeat-x left bottom;
	padding:0 0 6px 15px;
	position:relative;
}
h4 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:20px;
	color:#98ea50;
	line-height:1.29em;
}
h4.extra {
	margin-bottom:0;
}

.link1 {
	font-size:.86em;
	line-height:1.08em;
	text-decoration:none;
	display:inline-block;
	background:url(images/button-tail.gif) repeat-x left top;
}
.link1 em {
	display:block;
	background:url(images/button-left.gif) no-repeat left top;
}
.link1 b {
	display:block;
	font-style:normal;
	background:url(images/button-right.gif) no-repeat right top;
	padding:10px 12px 12px 10px;
}
.link1:hover {
	color:#213401;
}

.link2
{
	font-size:.86em;
	line-height:1.2em;
	font-weight:bold;
	padding:5px 0 17px 17px;
	background:url(images/line-hor.gif) repeat-x left top;
	position:relative;
}
.link2 a {
	color:Gray;
	text-decoration:none;
	padding-left:20px;
	background:url(images/arrow1.gif) no-repeat left 5px;
}
.link2 a:hover 
{
	color:#fff;
	/*text-decoration:underline;*/
}
a.link2 {
	font-size:.86em;
	line-height:1.2em;
	font-weight:bold;
	color:Gray;
	text-decoration:none;
	background:none;
	padding:0 0 0 20px;
	background:url(images/arrow1.gif) no-repeat left 5px;
}
a.link2:hover 
{
	color:#fff;
	/*text-decoration:underline;*/
}

.link3
{
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	padding:5px 0 17px 17px;
	background:url(images/line-hor.gif) repeat-x left top;
	position:relative;
}
.link3 a {
	color:Gray;
	text-decoration:none;
	padding-left:20px;
	background:url(images/arrow1.gif) no-repeat left 5px;
}
.link3 a:hover 
{
	color:#fff;
	/*text-decoration:underline;*/
}

.link4
{
	text-align:right;
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	padding:2px 0 2px 2px;
	position:relative;
}
.link4 a {
	color:Gray;
	text-decoration:none;
	padding-left:20px;
	background:url(images/arrow1.gif) no-repeat left 5px;
}
.link4 a:hover 
{
	color:#fff;
	/*text-decoration:underline;*/
}

.link5
{
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	padding:2px 0 2px 2px;
	position:relative;
	background:url(images/line-hor.gif) repeat-x left top;
}
.link5 a {
	color:Gray;
	text-decoration:none;
	padding-left:20px;
	background:url(images/arrow1.gif) no-repeat left 5px;
}
.link5 a:hover 
{
	color:#fff;
	/*text-decoration:underline;*/
}


.display
{
	color:#fff;
}

.indent4
{
	color:#98ea50;
	text-decoration:none;
	padding-left:20px;
	background:url(images/arrow.gif) no-repeat left 5px;
}
.indent4 a {
	color:#98ea50;
	text-decoration:none;
	padding-left:20px;
	background:url(images/arrow.gif) no-repeat left 5px;
}
.indent4 a:hover 
{
	color:#fff;
	/*text-decoration:underline;*/
}





/*============================ BOXES ==========================*/

.box { 
	width:100%;
}
.box .left-top-corner { 
	background:url(images/left-top-corner.png) no-repeat left top; 
	height:6px; 
	padding-left:4px;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.png) no-repeat right top; 
	height:6px; 
	padding-right:6px;
}
.box .border-top { 
	background-color:#1d1c1b;
	height:6px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .left-bot-corner { 
	background:url(images/left-bot-corner.png) no-repeat left bottom; 
	height:6px; 
	padding-left:6px;
	position:relative;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.png) no-repeat right bottom; 
	height:6px; 
	padding-right:6px;
	position:relative;
}
.box .border-bot { 
	background:url(images/border-bot.png) left bottom repeat-x; 
	height:6px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .border-right { 
	background:url(images/border-right.png) right top repeat-y; 
	padding-right:2px;
}
.box .xcontent {
	background-color:#1d1c1b;
}
.box .xcontent.alt {
	padding:10px 0 0 0;
	margin:0;
}
.box .inner {
	padding:18px 13px 16px 14px;
}

.box1 { 
	width:100%;
}
.box1 .left-top-corner { 
	background:url(images/left-top-corner.png) no-repeat left top; 
	height:6px; 
	padding-left:4px;
	position:relative;
}
.box1 .right-top-corner { 
	background:url(images/right-top-corner1.png) no-repeat right top; 
	height:6px; 
	padding-right:6px;
}
.box1 .border-top { 
	background-color:#1d1c1b;
	height:6px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box1 .left-bot-corner { 
	background:url(images/left-bot-corner1.png) no-repeat left bottom; 
	height:6px; 
	padding-left:6px;
	position:relative;
}
.box1 .right-bot-corner { 
	background:url(images/right-bot-corner1.png) no-repeat right bottom; 
	height:6px; 
	padding-right:6px;
}
.box1 .border-bot { 
	background:url(images/border-bot1.png) left bottom repeat-x; 
	height:6px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box1 .border-right { 
	background:url(images/border-right1.png) right top repeat-y; 
	padding-right:2px;
	position:relative;
}
.box1 .xcontent {
	background-color:#1d1c1b;
	padding-top:10px;
}
.box1 .inner {
	padding:18px 13px 16px 14px;
}

/*========================== HEADER ===========================*/

#header .fleft {
	padding:48px 0 0 1px;
}
#header .fleft a {
	cursor:pointer;
	position:relative;
}
#header .fright {
	padding:80px 0 0 0;
}

/*========================= CONTENT ===========================*/

#content {
	padding:0 0 4px 1px;
}
#content .indent {
	margin-bottom:4px;
}

/*========================= FOOTER ============================*/

#footer .left {
	background:url(images/footer-left.png) no-repeat left top;
	position:relative;
}
#footer .right {
	padding:0 6px 0 5px;
	background:url(images/footer-right.png) no-repeat right top;
}
#footer .tail {
	background:url(images/footer-tail.png) repeat-x left top;
	height:70px;
}
#footer p {
	font-size:.93em;
	line-height:1.2em;
	text-align:center;
	margin:0;
	padding-top:25px;
}
#footer p, 
#footer a {
	color:#fff;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/
