* {
	padding: 0px;
	margin: 0px;
}
body {
	background:#101010;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#727272;
	min-width:910px;
	font-style: normal;
	font-weight: normal;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

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

.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:0;
	padding:0;
	text-align: left;
}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {
	border:0;
	vertical-align:middle;
	text-align:center;
}

#form .form {
	width:500px;
	height:42px;
	position:absolute;
	right:16px;
	top:347px;
	
	background-repeat: no-repeat;
	background-position: left top;
	left: 393px;
}
#form .form span {
	display:block;
	text-align: left;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 230px;
}
#form .form b {
	display:block;
	width:171px;
	height:20px;
	float:left;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
	background-image: url(images/input-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#form .form input {
	background:none;
	border:0;
	vertical-align:top;
	line-height:1.08em;
	width:166px;
}
#form .form a { float:left; margin-left:7px;}

#form1 .form { height:43px;}
#form1 .form span { width:243px; height:26px; display:block; background:url(images/input-bg1.gif) no-repeat left top;}
#form1 .form1 span { width:265px; height:110px; display:block; background:url(images/textarea-bg.gif) no-repeat left top; margin-bottom:15px;}
#form1 input {width:220px; background:none; border:0; line-height:1.08em; vertical-align:top; color:#727272; margin-left:12px; padding-top:5px;}
#form1 textarea { width:233px; height:108px; overflow:auto; background:none; border:0; padding:5px 0 0 12px; color:#727272;}


/*==================list====================*/
ul { list-style:none;}

.site-nav {
	position:absolute;
	left:22px;
	top:55px;
	border-right:1px solid #272729;
	padding:6px 14px 4px 0;
}
.site-nav li { float:left; padding:0 34px; border-right:1px solid #1d1d1f;}
.site-nav li a { color:#fff; text-decoration:none;}
.site-nav li a:hover { text-decoration:underline;}
.site-nav li.last { border-right:0;}

.gallery-box ul { text-align:center; padding-top:10px;}
.gallery-box ul li { display:inline; font-size:.92em; border-right:1px solid #a9d02c; padding:0 4px;}
.gallery-box ul li a { text-decoration:none;}
.gallery-box ul li a:hover,
.gallery-box ul li a.act, 
.gallery-box ul li.first a,
.gallery-box ul li.last a { 
	color:#fff; font-weight:bold;
}
.gallery-box ul li.first a:hover,
.gallery-box ul li.last a:hover {
	text-decoration:underline;
}
.gallery-box ul li.first { padding-left:10px; background:url(images/marker2.gif) no-repeat left 5px;}
.gallery-box ul li.last { padding-right:10px; background:url(images/marker3.gif) no-repeat right 5px;}
.gallery-box ul li.first,
.gallery-box ul li.last,
.gallery-box ul li.alt { 
	border-right:0;
}

.list li { padding-left:11px; background:url(images/marker4.gif) no-repeat left 9px; line-height:1.75em;}

.gallery-box .list1 { padding:0; text-align:left; width:100%; overflow:hidden;}
.gallery-box .list1 li { padding:0; border:0; float:left; margin-right:12px;}
.gallery-box .list1 li.last { margin-right:0; background:none; padding:0 0 0 1px;}


/*==================other====================*/
.img-box img { margin-bottom:18px; display:block;}

.img-box1 {
	width:102%;
	overflow:hidden;
}
.img-box1 img {
	float:left;
	margin-bottom: 0;
	margin-left: 0;
}

.p1 {
	margin-bottom:15px;
}

.phone { float:right; margin-right:30px;}


/*==================txt, links, lines, titles====================*/
a {color:#a9d02c; outline:none;}
a:hover{
	text-decoration:none;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-size:1.25em;
	color:#c3c3c3;
	margin-bottom:10px;
}
h3 { font-size:1em; font-weight:normal; margin-bottom:16px; padding-left:19px;}
h4 { font-size:1em; color:#989898; font-weight:normal; margin-bottom:18px;}
h4 a { color:#989898;}
h5 { font-size:1em; color:#989898; font-weight:normal; margin-bottom:6px;}
h5 a { color:#989898;}

.txt1 {
	color:#727272;
}

.link {
	color:#ffffff;
	background:url(images/marker3.gif) no-repeat left 6px;
	padding-left:10px;
}

.divider { background:url(images/divider.gif) repeat-y 251px 0;}


/*==================boxes====================*/
.box { background:#000; width:100%;}
.box .border-bot {background:url(images/border-bot.gif) repeat-x left bottom;}
.box .border-left {background:url(images/border-left.gif) repeat-y left top;}
.box .border-right {background:url(images/border-right.gif) repeat-y right top;}
.box .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom;}
.box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.box .inner {
	padding:9px 21px 21px 21px;
	text-align: left;
}

.box1 {
	background:#141414;
	width:100%;
}
.box1 .border-top {background:url(images/border1.gif) repeat-x left top;}
.box1 .border-bot {background:url(images/border1.gif) repeat-x left bottom;}
.box1 .border-left {background:url(images/border.gif) repeat-y left top;}
.box1 .border-right {background:url(images/border.gif) repeat-y right top;}
.box1 .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top;}
.box1 .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}
.box1 .left-bot-corner {background:url(images/left-bot-corner1.gif) no-repeat left bottom; width:100%;}
.box1 .right-bot-corner {background:url(images/right-bot-corner1.gif) no-repeat right bottom; }
.box1 .inner { padding:20px 35px 19px 36px;}
.box3 .inner .2{
	text-align: center;
}

.box1 h3 { color:#dcf12a; background:url(images/marker1.gif) no-repeat left 4px;}

.box2 { width:100%; background:url(images/border-top.gif) repeat-x left top;}
.box2 .inner { padding:18px 12px 20px 39px;}
.box2 h3 {
	color:#6bb919;
	background:url(images/marker5.gif) no-repeat left 4px;
}

.box3 .inner {
	padding:9px 21px 21px 21px;
	text-align: left;
}


.gallery-box { width:100%; background:#2a2a2a;}
.gallery-box .left { background:url(images/gallery-left.gif) no-repeat left bottom;}
.gallery-box .right { height:148px; background:url(images/gallery-right.gif) no-repeat right bottom;}


/*header*/
#header .logo {
	position:absolute;
	left:7px;
	top:-3px;
}
#header .extra { color:#fff; position:absolute; left:44px; top:382px;}

/*content*/
#content p {
	line-height:1.5em;
	font-weight: bold;
	text-align: left;
}

/*footer*/
#footer p {
	color:#5b5b5b;
	padding:0 0 0 47px;
	text-align: center;
	font-size: 1em;
}
#footer p a { color:#6b6b6b; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}

/*==========================================*/
#page3 #main #content .box .border-top .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner .wrapper .col-2.maxheight .box1.maxheight .border-top.maxheight .border-right.maxheight .border-bot.maxheight .border-left.maxheight .left-top-corner.maxheight .right-top-corner.maxheight .right-bot-corner.maxheight .left-bot-corner.maxheight .inner .img-box1 table tr td h5 bt {
}
#page1 #main #content .box .border-top .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner .wrapper .col-2 .box2 .inner table tr td sp {
	color: #101010;
	font-size: 0.5px;
}
#page1 #main #header table tr td somet {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}

