/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:993px;
} 

body { 
	background:#252525; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#fff; 
	min-width:993px;
}

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;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.extra-wrap { 
	width:100%;
}

/*=========================== GLOBAL ==========================*/

#header .container, 
#content .container, 
#footer { 
	font-size:1.125em;
	width:993px; 
	margin:0 auto;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
	color:#68a800;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:52px;
}
#contacts-form .field span {
	display:block;
	width:384px;
	height:43px;
	background:url(images/input-bg.png) no-repeat left top;
}
#contacts-form .field1 span {
	background:url(images/textarea-bg.png) no-repeat left top;
	width:384px;
	height:153px;
	display:block;
	margin-bottom:19px;
}
#contacts-form input {
	width:223px; 
	background:none;
	color:#8f8f8f;
	border:0; 
	vertical-align:top;	
	line-height:1.1em;
	color:#fff;
	margin-left:20px;
	padding-top:11px;
	width:345px;
}
#contacts-form textarea { 
	width:364px; 
	height:140px; 
	overflow:auto;
	background:none;
	color:#fff; 
	border:0;
	line-height:1.1em; 
	padding:11px 0 2px 20px; 
}
#contacts-form a {
	margin-left:11px;
}

/*========================== OTHER ============================*/

p { 
	margin-bottom:35px;
	line-height:1.94em;
}

/* scroll 1 */

.scroll-box1 {
	background:url(images/scroll-1.png) no-repeat left bottom;
	position:absolute;
	right:84px;
	top:-7px;
	height:84px;
	width:154px;
}
.scroll-box1 span {
	display:block;
	padding:0 0 0 31px;
}
.scroll-box1 a {
	margin-right:1px;
	display:block;
	float:left;
}
.scroll-box1 a.next {
	margin-top:13px;
}

/* scroll 2 */

.scroll-box2 {
	background:url(images/scroll-2.png) no-repeat left bottom;
	position:absolute;
	right:84px;
	top:-7px;
	height:84px;
	width:154px;
}
.scroll-box2 span {
	display:block;
	padding:0 0 0 35px;
}
.scroll-box2 a {
	margin-right:1px;
	display:block;
	float:left;
}
.scroll-box2 a.next {
	margin-top:13px;
}

/* scroll 3 */

.scroll-box3 {
	background:url(images/scroll-3.png) no-repeat left bottom;
	position:absolute;
	right:84px;
	top:-7px;
	height:84px;
	width:154px;
}
.scroll-box3 span {
	display:block;
	padding:0 0 0 35px;
}
.scroll-box3 a {
	margin-right:3px;
	display:block;
	float:left;
	margin-top: 2px;
}
.scroll-box3 a.next {
	margin-top:13px;
}

.address {
	background:url(images/icon5.gif) no-repeat left top;
	padding-left:150px;
	min-height:115px;
	height:auto!important;
	height:115px;
}
.address p {
	margin-bottom:55px;
}
.address p span {
	display:block;
	line-height:1.17em;
	padding-bottom:15px;
	text-transform:uppercase;
}
.address p a {
	color:#ec7823;
	font-size:1.33em;
}
.address strong {
	font-size:1.67em;
	color:#f9f9f9;
	font-weight:normal;
	display:block;
	padding-bottom:22px;
}
.address strong span {
	font-size:.6em;
	display:block;
	padding-top:4px;
	color:#cbcbcb;
}
.address ul li {
	float:left;
	padding-right:14px;
}
.address ul li a {
	cursor:pointer;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#fff; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	color:#ec7823;
	font-size:48px;
	line-height:1.2em;
}
h4 {
	font-size:30px;
	line-height:1.2em;
}

.link1 { 
	display:inline-block; 
	background:url(images/link1-right.png) no-repeat right top; 	 
	color:#fff; 
	text-decoration:none;
	font-size:1.33em; 
	line-height:1.2em;
	cursor:pointer;
}
.link1 em { 
	display:inline-block; 
	background:url(images/link1-left.png) no-repeat left top;
	padding:0 13px;
}
.link1 b { 
	display:block; 
	background:url(images/link1-tail.gif) repeat-x left top;
	padding:0 11px 3px 11px; 
	font-style:normal; 
	font-weight:normal;
}
.link1:hover {
	color:#000;
}

.link2 { 
	display:inline-block; 
	background:url(images/link2-right.png) no-repeat right top; 	 
	color:#fff; 
	text-decoration:none;
	font-size:1.33em; 
	line-height:1.2em;
	cursor:pointer;
}
.link2 em { 
	display:inline-block; 
	background:url(images/link2-left.png) no-repeat left top;
	padding:0 13px;
}
.link2 b { 
	display:block; 
	background:url(images/link2-tail.gif) repeat-x left top;
	padding:0 11px 3px 11px; 
	font-style:normal; 
	font-weight:normal;
}
.link2:hover {
	color:#000;
}

.title {
	position:absolute;
	left:0;
	top:0;
}

/*============================ BOXES ==========================*/

.gallery-box {
	width:560px;
	height:329px;
	float:left;
	background:url(images/gallery-box-bg.gif) no-repeat left top;
	position:relative;
}
.gallery-box span {
	display:block;
	padding:10px;
}
.gallery-box strong {
	position:absolute;
	left:-59px;
	top:-20px;
}
.gallery-box strong a {
	cursor:pointer;
}
.gallery-box ul {
	position:absolute;
	right:-197px;
	top:37px;
}
.gallery-box ul li {
	font-size:15px;
	line-height:1.2em;
	font-style:bold;
	padding-bottom:4px;
}
.gallery-box ul li a {
	color:#FFFFFF;
	text-decoration:none;
    line-height:195%;
	display:block;
	width:190px;
	height:30px;
	text-align:center;
}
.gallery-box a {
	background-image:url(images/button1.gif) ;
	background-position:inherit;
}
.gallery-box ul li a:hover,
.gallery-box ul li a.active {
	background-image:url(images/button1-act.gif);
	
}

/*========================== HEADER ===========================*/

#header {
	height:857px;
	background:url(images/header-bg.gif) no-repeat center top;
	overflow:hidden;
}
#header .row-1 {
	height:192px;
	text-align:right;
}
#header .row-1 span {
	display:block;
	padding:13px 231px 0 0;
}
#header .row-2 {
	height:120px;
	padding-left:17px;
}
#header .row-2 ul {
	width:100%;
	overflow:hidden;
}
#header .row-2 ul li {
	float:left;
	font-size:30px;
	line-height:2em;
	position:relative;
	padding-right:62px;
}
#header .row-2 ul li span {
	color:#ec7823;
	font-size:48px;
	display:block;
	text-align:right;
	margin-bottom:-26px;
	padding-right:25px;
}
#header .row-2 ul li a {
	color:#68a800;
	display:block;
	width:149px;
	text-align:center;
	float:left;
	text-decoration:none;
	background:url(images/spacer.gif) no-repeat left top;
}
#header .row-2 ul li a:hover,
#header .row-2 ul li a.active {
	background:url(images/nav-act.png) no-repeat left 55px;
}
#header .row-3 .fleft {
	position:relative;
	width:660px;
}
#header .row-3 .fleft a {
	cursor:pointer;
}
#header .row-3 .fright {
	padding-top:14px;
}
#header .row-3 .fright p {
	color:#666666;
	width:298px;
	font-size:1em;
	line-height:1em;
	margin-bottom:16px;
}
#header .row-4 {
	width:100%;
	overflow:hidden;
}
#header .row-4 .fleft {
	width:574px;
	padding-left:33px;
	padding-top:15px;
}
#header .row-4 .fleft p {
	color:#bdbdbd;
	font-size:1.67em;
}
#header .row-3 .fright p span,
#header .row-4 .fleft p span {
	color:#585858;
	display:block;
}
#header .row-4 .fleft p b {
	font-weight:normal;
	color:#fff;
	background:#211e1f;
}
#header .row-4 .fright {
	width:279px;
	background:url(images/line-hor1.gif) repeat-x left top;
	padding-top:10px;
	margin-top:0px;
}
#header .row-4 .fright h4 {
	color:#7e7e7e;
	padding-left:7px;
	margin-bottom:16px;
}
#header .row-4 .fright ul {
	overflow:hidden;
	width:100%;
	margin-left:-8px;
}
#header .row-4 .fright ul li {
	float:left;
	border-left:1px solid #e9ebeb;
	margin-left:-1px;
	padding-left:10px;
	margin-right:10px;
}

/*========================= CONTENT ===========================*/

#content #row-1,
#content #row-2,
#content #row-3 {
	background-repeat:no-repeat;
	background-position:center top;
}
/*--- page1 ---*/
#content #row-1 {
	height:629px;
	background-color:#7e7e7e;
	background-image:url(images/cont-bg1.gif);
}
#content #row-1 .inner {
	padding:183px 0 0 40px;
}
#content #row-1 .title {
	left:-17px;
}
#content #row-1 .fright {
	width:327px;
	margin-top:-26px;
}
#content #row-1 .fright ul li {
	padding-bottom:20px;
}
#content #row-1 .fright ul li span {
	font-size:1.67em;
	line-height:1em;
	letter-spacing:-1px;
	background:url(images/marker.gif) no-repeat left 6px;
	padding:0 0 0 33px;
}
#content #row-1 .fright ul li span a {
	color:#fff;
	text-decoration:none;
}
#content #row-1 .fright ul li span a:hover {
	color:#000;
}
#content #row-1 .fright ul li ul {
	padding:28px 0 20px 32px;
}
#content #row-1 .fright ul li ul li {
	padding:0 0 4px 10px;
	font-size:.67em;
	font-weight:bold;
	background:url(images/marker1.gif) no-repeat left 8px;
}
/*--- page2 ---*/
.col-4 {
	float:left;
	width:354px;
	color:#000000;
	margin:0px 25px 0px 25px;
}
.col-4 li{

}
#col4 {

}


#content #row-2 {
	height:627px;
	background-color:#444444;
	background-image:url(images/cont-bg2.gif);
}
#content #row-2 .col-1 {
	width:350px;
	margin-right:25px;
}
#content #row-2 .col-2 {
	width:350px;
}
#content #row-2 .inner {
	width:850px;
	position:absolute;
	left:75px;
	top:76px;
}
#content #row-2 ul li {
	padding-bottom:20px;
}
/*--- tops and bottoms ---*/
#content #row-2 ul li span {
	font-size:36px;
	display:block;

}
/*--- insides add the center bg here ---*/
#content #row-2 ul li ul {
	padding:10px 0 0 30px;
	background-image:url(images/buttonthings_02.png);
}
/*--- insides ---*/
#content #row-2 ul li ul li {
	font-size:12px;
	line-height:.6em;
	width:100%;

}
#content #row-2 ul li ul li {
	padding-bottom:20px;
}
#content #row-2 ul li ul li a {
	text-decoration:none;
}
#content #row-2 ul li ul li a:hover {
	color:#ec7823;
}
/*--- page3 ---*/
#content #row-3 {
	height:679px;
	background-color:#252525;
	background-image:url(images/cont-bg3.gif);
}
#content #row-3 .inner {
	padding:113px 0 0 0;
}
#content #row-3 .col-1 {
	width:384px;
	margin-right:35px;
}
#content #row-3 .col-2 {
	width:390px;
	padding-top:9px;
}
#content .container {
	position:relative;
}

/*========================= FOOTER ============================*/

#footer {
	height:117px;
	margin-top:-117px;
}
#footer p {
	font-size:.67em;
	text-align:center;
	background:url(images/footer-tail1.gif) repeat-x left top;
	width:800px;
	margin:0 auto;
	padding-top:32px;
}
#footer span,
#footer span a {
	color:#ec7823;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/

#page2 {
	background-color:#7e7e7e;
}
#page2 #header { 
	height:323px;
}
#page2 #content {
	background:url(images/cont-bg4.gif) no-repeat center top;
}
#page2 #content .inner {
	padding:164px 115px 204px 0;
}
#page2 #content .title {
	left:-17px;
	top:-3px;
}
#page2 #footer p {
	background:url(images/footer-tail2.gif) repeat-x left top;
}

