* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#4d4338; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#6f6863;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
h1 {
    font-size: 2em;
    font-weight: bold;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



/*==== GLOBAL =====*/
#main {
	width:967px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:366px;
	background:url(images/header-bg.jpg) no-repeat left bottom;
}
#footer {
	height:62px;
}


/*---- tailings ----*/
.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 parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:28px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#66971a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	color:#1e1b17;
	line-height:1.6em;
	font-size:21px;
	font-style:italic;
	margin-bottom:14px;
}
h3 {
	font-size:21px;
	line-height:1.2em;
	text-transform:uppercase;
	font-weight:normal;
	color:#1e1b17;
	letter-spacing:-1px;
	margin-bottom:19px;
}
h4 {
	font-size:24px;
	font-weight:normal;
	line-height:1.2em;
	color:#fffffe;
	margin-bottom:15px;
}
h5 {
	font-size:1em;
	margin-bottom:18px;
}


.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bg.gif) left top repeat-x; 
	color:#fff !important; 
	text-decoration:none;
	font-size:18px;
}
.link1:hover { 
	text-decoration:none;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:6px 11px 8px 11px; 
		font-weight:normal;
	}
	

.link2 {
	color:#d5cfc8;
}

			

.line-hor { 
	background:#eae9e7;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:39px 0 39px 0;
}
.line-hor1 { 
	background:#eae9e7;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:15px 0 39px 0;
}


/*==================boxes====================*/
.box {
	background:#f6f6f6;
	width:100%;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 25px 24px 27px;
	}
	
	
		.box .link1 em {
			background:url(images/link1-1-left.gif) no-repeat left top;
		}
		.box .link1 b { 
			background:url(images/link1-1-right.gif) no-repeat right top;
		}
	
	
	

.box1 {
	background:url(images/box1-bg.gif) left top repeat-x #4d4338;
	width:100%;
	color:#d5cfc8;
}
	.box1 .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(images/right-top-corner1.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 25px 30px 27px;
	}
	.box1 a {
		color:#d5cfc8;
	}
	
			.box1 .link1 em {
			background:url(images/link1-2-left.gif) no-repeat left top;
			}
			.box1 .link1 b { 
				background:url(images/link1-2-right.gif) no-repeat right top;
			}





.address dt {
	margin-bottom:16px;
}
.address dd { 
	clear:both;
	text-align:right;
}
	.address dd span { 
		float:left;
		padding-right:10px;
	}


/*===== header =====*/
#header .row-1 {
	height:122px;
}
	#header .row-1 .fleft {
		padding:40px 0 0 0;
	}
	
/*************** original styles *****************/
	

/*
	#header .nav {
		float:right;
		padding:80px 0 0 0;
	}
		#header .nav li {
			float:left;
			padding-left:1px;
		}
			#header .nav li a {
				display:block;
				float:left;
				background-color: none !important;
				background:url(images/nav-bg1.gif) no-repeat left top;
				width:107px;
				height:42px;
				line-height:42px;
				text-align:center;
				color:#fff;
				text-decoration:none;
				font-size:15px;
			}
			#header .nav li a:hover {
				background-color: none !important;
				background:url(images/nav-bg2.gif) no-repeat left top;
				text-transform:uppercase;
				color:#3b362e;
			}
			
			*/

/************* Copied styles from here http://be.twixt.us/jquery/suckerFish.php ****************/	
					
/***** new ones *****/
   /*     #header .nav, .nav ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #header .nav
        {
            font-family: Arial, Helvetica, sans-serif;
            z-index: 99999;
            position: relative;
            margin-top: 80px;
        }
        #header .nav li
        {
            float: left;
            margin: 0;
            padding: 0;
            position: relative;
            width: 117px;
        }
        #header .nav li a, #header .nav li a:link, #header .nav li a:active, #header .nav li a:visited
        {
            font: bold 1.22em/25px Arial, Helvetica, sans-serif;
            background: url(images/nav-bg1.gif) no-repeat left top;
            color: #959595;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            width: 107px;
            height: 59px;
            line-height: 42px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            font-size: 13px;
        }
        #header .nav li a:hover
        {
            background: url(images/nav-bg2.gif) no-repeat left top;
            text-transform: uppercase;
            color: #3b362e !important;
        }
        #header .nav li ul
        {
            display: block;
            position: relative;
            z-index: 999;
        }
        #header .nav li ul li a, #header .nav li ul li a:link, #header .nav li ul li a:active, #header .nav li ul li a:visited
        {
            font: bold 1.22em/25px Arial, Helvetica, sans-serif;
            background-image: none;
            background-color: #594f45;
            color: #959595;
            display: block;
            text-decoration: none;
            text-transform: capitalize;
            width: 152px;
            height: 22px;
            line-height: 22px;
            text-align: left;
            padding-left: 7px;
            color: #fff;
            text-decoration: none;
            font-size: 10px;            
            position: relative;
            z-index: 999;
        }
        #header .nav li ul li a:hover
        {
            background-color: #ffffff;
            color: #3b362e;
            text-transform: capitalize;
            background-image: none;
        }
        #header .nav ul
        {           
            border-bottom: 0px;
            list-style: none;
            margin: 0;
            width: 100px;
            position: absolute;
            top: -999em;
            left: -1px;
            background-image: none;
        }
        #header .nav li:hover ul, #header .nav li.sfHover ul
        {
            top: -17px;
        }
        #header .nav ul li
        {
            border: 0;
            float: none;
            background-image: none;
        }
        #header .nav ul a
        {
            border-bottom: 0;
            padding-right: 20px;
            width: 80px;
            white-space: nowrap;
            background-image: none;
        }
        #header .nav ul a:hover
        {
            color: #000;
            background-image: none;
        }*/
        
        
        
        
        
        /**** new 2 ***/
        
        
        #header .nav, .nav ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #header .nav
        {
            font-family: Arial, Helvetica, sans-serif;
            z-index: 99999;
            position: relative;
            margin-top: 80px;
             
        }
        #header .nav li
        {
            float: left;
            margin: 0;
            padding: 0 5px;
            position: relative;         
        }
        #header .nav li a, 
        #header .nav li a:link, 
        #header .nav li a:active, 
        #header .nav li a:visited
        {
            font: bold 1.22em/25px Arial, Helvetica, sans-serif;
            background: url(images/nav-bg1.gif) no-repeat center top;
            color: #fff;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            line-height: 42px;
            text-align: center;
            padding: 0px 0px;
            text-decoration: none;
            font-size: 13px;
        }
        #header .nav li a:hover
        {
            background: url(images/nav-bg2.gif) no-repeat center top;             
            text-transform: uppercase;
            color: #3b362e !important;
        }        
        #header .nav li ul
        {
            display: block;
            position: relative;
            z-index: 999;
        }
        #header .nav li ul li a, 
        #header .nav li ul li a:link, 
        #header .nav li ul li a:active, 
        #header .nav li ul li a:visited
        {
            font: bold 1.22em/25px Arial, Helvetica, sans-serif;
            background-image: none;
            background-color: #594f45;
            color: #fff;
            display: block;
            text-decoration: none;
            text-transform: capitalize;
            width: 152px;
            height: 22px;
            line-height: 22px;
            text-align: left;
            padding-left: 7px;            
            text-decoration: none;
            font-size: 10px;            
            position: relative;
            z-index: 999;
        }
        #header .nav li ul li a:hover
        {
            background-color: #ffffff;
            color: #3b362e;
            text-transform: capitalize;
            background-image: none;
        }                        
        #header #nav-one li:hover a, 
        #header #nav-one li.sfHover a
        {            
            background-color: #4E4439;
            color: #fff;
        }
        #header #nav-one li:hover ul a, 
        #header #nav-one li.sfHover ul a
        {
            background-color: #594f45;
            color: #fff;
        }
        #header #nav-one li:hover ul a:hover, 
        #header #nav-one li.sfHover ul a:hover
        {
            background-color: #ffffff;
            color: #3b362e;
        }
        #header .nav ul
        {           
            border-bottom: 0px;
            list-style: none;
            margin: 0;
            width: 100px;
            position: absolute;
            top: -999em;
            left: -4px;
            background-image: none;
        }
        #header .nav li:hover ul, 
        #header .nav li.sfHover ul
        {
            top: 0px;
        }
        #header .nav ul li
        {
            border: 0;
            float: none;
            background-image: none;
        }
        #header .nav ul a
        {
            border-bottom: 0;
            padding-right: 20px;
            width: 80px;
            white-space: nowrap;
            background-image: none;
        }
        #header .nav ul a:hover
        {
            color: #000;
            background-image: none;
        }


/***** end of new ones *****/		
			
			
			
			
			
#header .row-2 {
	padding:99px 0 0 38px;
}

#header-info {	
	position:absolute;
	width:215px;
	right:0;
	top:29px;
	color:#fff;
	text-align:right;	
}


/*===== content =====*/
#content .indent {
	padding:8px 0 52px 0;
}
	#content .indent .indent {
		padding:21px 0 0 13px;
	}

.banners {
	width:100%;
	overflow:hidden;
	padding:2px 0 0 0;
}
	.banners li {
		float:left;
	}

.list1 li {
	background:url(images/arrow1.gif) no-repeat left 7px;
	padding:0 0 7px 13px;
}

.list2 li {
	padding:0 0 14px 28px;
}
	.list2 li.icon1 {
		background:url(images/icon1.gif) no-repeat left 9px;
	}
	.list2 li.icon2 {
		background:url(images/icon2.gif) no-repeat left 9px;
	}
	.list2 li.icon3 {
		background:url(images/icon3.gif) no-repeat left 9px;
	}
	.list2 li.icon4 {
		background:url(images/icon4.gif) no-repeat left 9px;
	}
	.list2 li.icon5 {
		background:url(images/icon5.gif) no-repeat left 9px;
	}
		.list2 li a {
			color:#d5cfc8;
		}

.list3 li {
	padding:0 0 7px 26px;
}
	.list3 li.icon1 {
		background:url(images/icon1.gif) no-repeat left 3px;
	}
	.list3 li.icon2 {
		background:url(images/icon2.gif) no-repeat left 3px;
	}
	.list3 li.icon3 {
		background:url(images/icon3.gif) no-repeat left 3px;
	}
	.list3 li.icon4 {
		background:url(images/icon4.gif) no-repeat left 3px;
	}
	.list3 li.icon5 {
		background:url(images/icon5.gif) no-repeat left 3px;
	}
	.list3 li.icon6 {
		background:url(images/icon6.gif) no-repeat left 3px;
	}
	.list3 li.icon7 {
		background:url(images/icon7.gif) no-repeat left 3px;
	}
	.list3 li.icon8 {
		background:url(images/icon8.gif) no-repeat left 3px;
	}
		.list3 li a {
			color:#fff;
		}


/*===== footer =====*/
#footer {
	color:#a1988e;
}
	#footer .indent {
		padding:16px 0 0 0;
	}
		#footer strong {
			color:#fff;
		}
		#footer a {
			text-decoration:none;
			color:#a1988e;
		}
			#footer a:hover {
				color:#fff;
			}
		#footer .nav {
			float:right;
		}
			#footer .nav li {
				display:inline;
				color:#6c665e;
			}
				#footer .nav li a {
					padding:0 7px 0 4px;
					color:#a1988e;
					text-decoration:none;
				}
				#footer .nav li a:hover, #footer .nav li a.current {
					color:#fff;
				}


/*----- forms -----*/
#search-form {
	background:url(images/search-bg.gif) no-repeat left top;
	position:absolute;
	width:215px;
	right:0;
	top:29px;
}
	#search-form fieldset {
		border:none;
	}
		#search-form input.text {
			width:178px;
			border:none;
			background:none;
			padding:2px 2px 2px 5px;
			margin-right:2px;
		}
		#search-form input.submit {
			width:27px;
			height:27px;
			border:none;
			background:none;
			cursor:pointer;
			outline:none;
		}
		
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:32px;
	} 
		#contacts-form label input { 
			width:192px;
			padding:2px 0 2px 3px;
			color:#d5cfc8;
			background:#5d534a;
			border:1px solid #fff;
		}
		#contacts-form textarea {
			width:192px;
			height:94px;
			padding:2px 0 2px 3px;
			margin-bottom:25px;
			color:#d5cfc8;
			overflow:auto;
			background:#5d534a;
			border:1px solid #fff;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:10px;
		}

/*==========================================*/

.col-1a ul {
list-style: disc;
margin-left: 25px;
}

.banner1 {
width: 469px;
height: 96px;
background:url(images/banner1a.jpg) no-repeat left top;
display: inline;
float: left;
padding-left: 10px;
padding-top: 5px;
}

.banner2 {
width: 468px;
height: 96px;
background:url(images/banner2a.jpg) no-repeat left top;
display: inline;
float: left;
padding-left: 10px;
padding-top: 5px;
}

.banner1 p {
color: #ddff8e;
}

.banner2 p {
color: #ddff8e;
}

.banner1 p a{
color: #ddff8e;
}

.banner2 p a{
color: #ddff8e;
}