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

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:997px;
} 

body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#fff; 
	min-width:997px;
	padding-top:88px;
}

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;
}

.container { 
	width:100%;
}

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

#contacts-form .field { 
	height:26px;
}
#contacts-form input {
	width:215px; 
	padding:2px 0 2px 3px; 
	background:#3db59c; 
	border:1px solid #abdca5;
	color:#fff; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:269px; 
	height:40px; 
	overflow:auto;
	background:#3db59c;
	color:#fff; 
	border:1px solid #abdca5; 
	padding:2px 0 2px 3px;
	margin-bottom:17px; 
}
#contacts-form .link1 {
	float:right;
	margin-left:20px;
}

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

.site-nav1 {
	position:absolute;
	left:60px;
	top:175px;
	width:50%;
}
.site-nav1 ul li {
	font-size:60px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:-24px;
}
.site-nav1 ul li a {
	text-decoration:none;
	color:#555555;
}
.site-nav1 ul li a:hover {
	color:#fff;
}

.site-nav2 {
	position:absolute;
	right:45px;
	bottom:54px;
	width:151px;
}
.site-nav2 ul li {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	text-align:right;
	margin-top:-3px;
}
.site-nav2 ul li a {
	color:#fff;
	text-decoration:none;
	padding:3px 0 0 13px;
	display:inline-block;
	height:28px;
	background:url(images/png-bg.png) no-repeat left top;
}
.site-nav2 ul li a:hover,
.site-nav2 ul li a.active {
	background:url(images/nav-act.png) no-repeat left top;
}

.list li {
	line-height:1.67em;
}
.list li {
	color:#fff793;
}

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

.img-box {
	position:absolute;
	left:623px;
	top:20px;
}
.img-box span {
	position:absolute;
	right:10px;
	bottom:79px;
}
.img-box span a {
	cursor:pointer;
}

p { 
	margin-bottom:15px;
	line-height:1.25em;
}

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

.folio {
	width:512px;
}
.folio dl dt {
	float:left;
	padding-right:7px;
}
.folio dl dd {
	float:left;
	margin-left:15px;
	padding-bottom:14px;
}
.folio dl dd.last {
	float:none;
}
.folio .link1 {
	margin-left:15px;
}

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

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

h2 {
	font-size:2.5em;
	font-weight:normal;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}
h3 {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:1.83em;
	font-weight:normal;
	margin-bottom:32px;
}
h4 {
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
}
h5 {
	font-size:1em;
	font-weight:normal;
	color:#fff793;
	margin-bottom:7px;
}

.link1 { 
	display:block; 
	float:left; 
	color:#fff;
	font-family:Arial Black, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-size:1.17em; 
	line-height:.92em;
}
.link1 span { 
	display:block; 
	padding:6px 13px 9px 13px; 
}
.link1:hover {
	text-decoration:underline;
}
.link1.fright {
	float:right;
}

.line-hor { 
	height:52px;
	margin-bottom:10px;
	padding-top:10px;
	background:url(images/line-hor.png) repeat-x left center; 
	overflow:hidden;
	width:100%; 
	font-size:0;
	line-height:0;
}

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

.box { 
	width:100%;
}
.box .border-top {
	background-repeat:repeat-x;
	background-position:0 0;
}
.box .border-bot {
	background-repeat:repeat-x;
	background-position:0 bottom;
}
.box .border-left {
	background-repeat:repeat-y;
	background-position:0 0;
}
.box .border-right { 
	background:url(images/border-right.gif) repeat-y right top;
}
.box .left-top-corner {
	background-repeat:no-repeat;
	background-position:0 0;
}
.box .right-top-corner { 
	background-repeat:no-repeat;
	background-position:right 0;
}
.box .left-bot-corner {	
	background-repeat:no-repeat;
	background-position:0 bottom;
	height:618px;
	position:relative;
}
.box .right-bot-corner { 
	background-repeat:no-repeat;
	background-position:right bottom;
	position:relative;
}
.box .logo {
	position:absolute;
	left:68px;
	top:52px;
}
.box .logo a {
	cursor:pointer;
}
.box .xcontent {
	position:absolute;
	left:68px;
	top:185px;
	width:520px;
}
/* style1 */
.box.style1 { background-color:#272727;}
.box.style1 .border-top { background-image:url(images/border-top1.gif);}
.box.style1 .border-bot { background-image:url(images/border-bot1.gif);}
.box.style1 .border-left { background-image:url(images/border-left1.gif);}
.box.style1 .border-right { background-image:url(images/border-right1.gif);}
.box.style1 .left-top-corner { background-image:url(images/left-top-corner1.gif);}
.box.style1 .left-bot-corner { background-image:url(images/left-bot-corner1.gif);}
.box.style1 .right-bot-corner { background-image:url(images/right-bot-corner1.gif);}
.box.style1 .right-top-corner { background-image:url(images/right-top-corner1.gif);}

/* style2 */
.box.style2 { background-color:#f26522;}
.box.style2 .border-top { background-image:url(images/border-top2.gif);}
.box.style2 .border-bot { background-image:url(images/border-bot2.gif);}
.box.style2 .border-left { background-image:url(images/border-left2.gif);}
.box.style2 .border-right { background-image:url(images/border-right2.gif);}
.box.style2 .left-top-corner { background-image:url(images/left-top-corner2.gif);}
.box.style2 .left-bot-corner { background-image:url(images/left-bot-corner2.gif);}
.box.style2 .right-bot-corner { background-image:url(images/right-bot-corner2.gif);}
.box.style2 .right-top-corner { background-image:url(images/right-top-corner2.gif);}
.box.style2 .link1 {background:url(images/link1-left1.gif) no-repeat left top #ff7c3d;}
.box.style2 .link1 span {background:url(images/link1-right1.gif) no-repeat right top;}
.box.style2 .img-box span { right:10px !important; right:9px;}

/* style3 */
.box.style3 { background-color:#2296f2;}
.box.style3 .border-top { background-image:url(images/border-top3.gif);}
.box.style3 .border-bot { background-image:url(images/border-bot3.gif);}
.box.style3 .border-left { background-image:url(images/border-left3.gif);}
.box.style3 .border-right { background-image:url(images/border-right3.gif);}
.box.style3 .left-top-corner { background-image:url(images/left-top-corner3.gif);}
.box.style3 .left-bot-corner { background-image:url(images/left-bot-corner3.gif);}
.box.style3 .right-bot-corner { background-image:url(images/right-bot-corner3.gif);}
.box.style3 .right-top-corner { background-image:url(images/right-top-corner3.gif);}
.box.style3 .site-nav2 ul li a:hover span, .box.style3 .site-nav2 ul li a.active span { color:#2296f2;}

/* style4 */
.box.style4 { background-color:#79c209;}
.box.style4 .border-top { background-image:url(images/border-top4.gif);}
.box.style4 .border-bot { background-image:url(images/border-bot4.gif);}
.box.style4 .border-left { background-image:url(images/border-left4.gif);}
.box.style4 .border-right { background-image:url(images/border-right4.gif);}
.box.style4 .left-top-corner { background-image:url(images/left-top-corner4.gif);}
.box.style4 .left-bot-corner { background-image:url(images/left-bot-corner4.gif);}
.box.style4 .right-bot-corner { background-image:url(images/right-bot-corner4.gif);}
.box.style4 .right-top-corner { background-image:url(images/right-top-corner4.gif);}
.box.style4 .site-nav2 ul li a:hover span, .box.style4 .site-nav2 ul li a.active span { color:#79c209;}
.box.style4 .link1 {background:url(images/link1-left2.gif) no-repeat left top #87cb1e;}
.box.style4 .link1 span {background:url(images/link1-right2.gif) no-repeat right top;}

/* style5 */
.box.style5 { background-color:#b32500;}
.box.style5 .border-top { background-image:url(images/border-top5.gif);}
.box.style5 .border-bot { background-image:url(images/border-bot5.gif);}
.box.style5 .border-left { background-image:url(images/border-left5.gif);}
.box.style5 .border-right { background-image:url(images/border-right5.gif);}
.box.style5 .left-top-corner { background-image:url(images/left-top-corner5.gif);}
.box.style5 .left-bot-corner { background-image:url(images/left-bot-corner5.gif);}
.box.style5 .right-bot-corner { background-image:url(images/right-bot-corner5.gif);}
.box.style5 .right-top-corner { background-image:url(images/right-top-corner5.gif);}
.box.style5 .site-nav2 ul li a:hover span, .box.style5 .site-nav2 ul li a.active span { color:#b32500;}
.box.style5 .link1 {background:url(images/link1-left3.gif) no-repeat left top #c2310b;}
.box.style5 .link1 span {background:url(images/link1-right3.gif) no-repeat right top;}

/* style6 */
.box.style6 { background-color:#009e7d;}
.box.style6 .border-top { background-image:url(images/border-top6.gif);}
.box.style6 .border-bot { background-image:url(images/border-bot6.gif);}
.box.style6 .border-left { background-image:url(images/border-left6.gif);}
.box.style6 .border-right { background-image:url(images/border-right6.gif);}
.box.style6 .left-top-corner { background-image:url(images/left-top-corner6.gif);}
.box.style6 .left-bot-corner { background-image:url(images/left-bot-corner6.gif);}
.box.style6 .right-bot-corner { background-image:url(images/right-bot-corner6.gif);}
.box.style6 .right-top-corner { background-image:url(images/right-top-corner6.gif);}
.box.style6 .site-nav2 ul li a:hover span, .box.style6 .site-nav2 ul li a.active span { color:#009e7d;}
.box.style6 .link1 {background:url(images/link1-left4.gif) no-repeat left top #00b58e;}
.box.style6 .link1 span {background:url(images/link1-right4.gif) no-repeat right top;}

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

#content {}

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

#footer p {
	color:#ababab;
	font-size:.92em;
	padding:0 0 0 37px;
}
#footer a {
	color:#ababab;
}

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