/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#c5c5c5;
}
html { 
	min-width:1064px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	width:1064px;
	font-size:.626em;
	text-transform:uppercase;
	background:url(../images/tail-body.gif) repeat-y left top;
	min-height:100%;
	height:auto!important;
	height:100%;
	position:relative;
	z-index:2;
}

	/* Header */
	header {
		float:left;
		width:281px;
		padding-bottom:250px;
	}
	
	/* Content and Sidebar */
	#container {
	float:left;
	width:783px;
	overflow:hidden;
	padding-top: 64px;
	padding-right: 0;
	padding-bottom: 97px;
	padding-left: 0;
	}
	
	/* Content */
	section#content {
		width:513px;
		float:left;
	}
	section#content.content {
		width:auto;
		float:none;
	}
	section#content,
	.slider {
		background-color:#161616;
	}
	
	/* Sidebar */
	#page1 aside {
		height:478px;
	}
	aside {
		width:270px;
		height:788px;
		float:left;
		background:url(../images/aside-bottom.gif) repeat-x left bottom #ebede6;
		position:relative;
		color:#161616;
	}
			
	/* Footer */
	footer {
		width:220px;
		background:url(../images/line-hor1.gif) repeat-x left top;
		height:194px;
		left:35px;
		position:absolute;
		bottom:0;
	}




/* Left & Right alignment */

.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;
}
.wrap {
	width:100%;
}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#c5c5c5;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list {
	padding-bottom:14px;
}
	.list li {
		padding:0 0 0 13px;
		background:url(../images/marker.png) no-repeat left 4px;
		height:1%;
	} 
		.list li a {
			text-decoration:none;
		}
		.list li a:hover {
			color:#67a500;
		}
		
.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:27px;
}
	.list1 li img {
		float:left;
		margin-right:26px;
	}
	.list1 li p {
		margin-bottom:20px;
	}

.list2 li {
	line-height:1.6em;
	padding-bottom:16px;
} 	
	.list2 li b {
		font-size:1.1em;
		display:block;
	}
	.list2 li b,
	.list2 li b a {
		color:#67a500;
	}
	.list2 li b a {
		text-decoration:none;
	}
	.list2 li b a:hover {
		text-decoration:underline;
	}

.services {
	overflow:hidden;
	margin-top:-31px;
	position:relative;
	width:232px;
}
	.services li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		background:url(../images/line-hor1.gif) repeat-x left top;
		padding-top:16px;
		margin-top:15px;
	}
		.services li img {
			border:1px solid #000;
			float:left;
			margin-right:9px;
		}
		.services li a {
			font-size:1.1em;
			color:#67a500;
			font-weight:bold;
		}

.list3 {
	overflow:hidden;
	width:234px;
	margin-top:-26px;
}
	.list3 li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		background:url(../images/line-hor1.gif) repeat-x left top;
		padding-top:14px;
		margin-top:12px;
		line-height:1.6em;
	}		
		.list3 li strong {
			font-size:1.5em;
			float:left;
			width:20px;
		}
		.list3 li strong,
		.list3 li a {
			color:#67a500;
		}
		.list3 li a {
			font-size:1.1em;
			font-weight:bold;
		}
		.list3 li span {
			overflow:hidden;
			display:block;
			float:left;
			width:210px;
		}

.news {
	width:235px;
	margin-top:-26px;
	overflow:hidden;
}	
	.news li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		background:url(../images/line-hor1.gif) repeat-x left top;
		padding-top:16px;
		margin-top:12px;
	}	
		.news li img {
			border:1px solid #000;
			float:left;
			margin-right:8px;
		}
		.news li a {
			color:#67a500;
			font-size:1.1em;
			font-weight:bold;
		}
		.news li p {
			clear:left;
			margin:8px 0 0 0;
		}

.info-list {
	width:236px;
	overflow:hidden;
	margin-top:-34px;
}	
	.info-list li {
		background:url(../images/line-hor1.gif) repeat-x left top;
		padding-top:20px;
		margin-top:14px;
	}	
		.info-list li img {
			border:1px solid #000;
		}
		.info-list li h5 {
			padding-top:15px;
			margin-bottom:12px;
		}
		.info-list li p {
			margin:0;
		}
		

/*----- other -----*/
.img-indent { 
	margin:0 27px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:10px;
	line-height:1.6em;
}
.p0 {
	margin:0;
	padding:0;
}
.p1 {
	margin-bottom:20px;
}
.p2 p {
	margin-bottom:15px;
}

dl#locations {
	line-height:1.6em;
	margin-bottom:-20px;
}
	dl#locations dt {
		color:#67a500;
		font-weight:bold;
		font-size:1.1em;
	}
	dl#locations dd {
		padding-bottom:20px;
	}
	
#prices {
	padding:38px 0 30px 0;
}		
	#prices table {
		width:464px;
		border:none;
	}
		#prices table tr td {
			border-top:1px dotted #414140;
			line-height:19px;
		}
		#prices table tr td.c1 {	width:126px; border-right:1px dotted #414140;}
		#prices table tr td.c2 {	width:207px; border-right:1px dotted #414140; text-indent:10px;}
		#prices table tr td.c3 {	width:72px; border-right:1px dotted #414140; text-align:center;}
		#prices table tr td.c4 {	width:58px; text-align:center;}
		
		#prices table thead tr td {
			border:none;
		}
		
		#prices table tr td a {
			text-decoration:none;
		}	
		#prices table tr td a:hover {
			color:#67a500;
		}
		
address {
	font-style:normal;
}
	address a {
		text-decoration:none;
	}
	address a:hover {
		text-decoration:underline;
	}
	address .fright {
		padding-right:85px;
	}


/*----- txt, links, lines, titles -----*/
a {
	color:#c5c5c5; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
	padding-top:23px;
}
	h1 a {
		background:url(../images/logo.gif) no-repeat left top;
		width:233px;
		height:98px;
		position:relative;
		display:block;
		left:29px;
	}
h2 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	letter-spacing:-1px;
	margin-bottom:20px;	
}
h5 {
	font-size:1.3em;
	line-height:1.455em;
	margin-bottom:18px;
}
	h5,
	h5 a {
		color:#67a500;
	}


.txt1 {
	color:#67a500;
}
.txt2 {
	color:#67a500;
	font-size:1.1em;
	font-weight:bold;
}

.link {
	background-color:#ebede6;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#161616;
	font-size:1.1em;
	padding:4px 10px 4px 11px;
	display:inline-block;
}
.link:hover {
	background-color:#67a500;
	color:#fff;
}

.link1 {
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}
	

.line-hor { 
	background:url(../images/line-hor2.gif) repeat-x left top;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:25px 0 22px 0;
}


/*===== header =====*/
header nav {
	position:relative;
	left:34px;
	top:28px;
	padding-bottom:100px;
}
	header nav ul li {
		font-size:30px;
		padding-bottom:7px;
	}
		header nav ul li a {
			text-decoration:none;
			display:block;
			width:229px;
			text-align:right;
			color:#b0b7a3;
			line-height:46px;
			padding:3px 17px 0 0;
		}
		header nav ul li a:hover,
		header nav ul li.current a {
			background:url(../images/nav-act.gif) no-repeat left top #67a500;
			color:#fff;
		}

/*===== content =====*/
#content .inside {
	padding:33px 22px 36px 24px;
}

/*===== Sidebar =====*/
aside .inside {
	padding:33px 0 166px 19px;
}
aside h2 {
	color:#161616;
}
aside .bottom {
	height:46px;
	position:absolute;
	left:0;
	bottom:60px;
	width:100%;
	background-color:#ebede6;
	z-index:2;
	display:block;
}
#page1 aside .bottom1 {
	width:199px;
}
aside .bottom1 {
	width:198px;
	height:60px;
	background-color:#b0b7a3;
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	z-index:2;
}
aside .bot-indent {
	padding-bottom:90px;
}
*+ html aside  .bot-indent {
	padding-bottom:106px; /* for IE 7 */
}
aside .bot-indent1 {
	padding-bottom:85px;
}
*+ html aside  .bot-indent1 {
	padding-bottom:102px; /* for IE 7 */
}
aside .bot-indent2 {
	padding-bottom:92px;
}
aside .extra-width {
	width:215px;
}
aside .list li,
aside .list li a {
	color:#161616;
}


/*===== footer =====*/
footer .inside {
	padding:16px 0 0 33px;
}
footer img {
	display:block;
	margin:0 0 0 -5px;
}
footer,
footer a {
	color:#161616;
}


/*----- forms -----*/

#search-form fieldset {
	position:absolute;
	right:0;
	top:100px;
}
#search-form input {
	border:1px solid #161616;
	background:url(../images/png-tail.png) repeat-x left top;
	padding:4px;
	width:154px;
	color:#000;
	float:left;
}
#search-form a {
	background-color:#67a500;
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	line-height:1.2em;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 11px;
	margin-left:5px;
}
#search-form a:hover {
	background-color:#161616;
}

/*----------------------*/

#order-form .rowElem {
	clear:both;
	height:29px;
}
#order-form label {
	width:60px;
	float:left;
	line-height:23px;
}
#order-form input {
	border:none;
	float:left;
	background-color:#414140;
	padding:5px;
	width:140px;
}

/*----------------------*/

#feedback-form .rowElem { 
	height:30px;
}
#feedback-form input,
#feedback-form textarea {
	background:#414140;
	border:none;
	padding:5px 10px;
	width:223px; 
}
#feedback-form input {
	vertical-align:top;	
	line-height:1.2em;
	width:190px;
}
#feedback-form textarea { 
	width:217px; 
	height:73px; 
	overflow:auto;
	margin-bottom:24px;
}

/*==========================================*/
    
/* Background Stretcher */
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
*+ html .bgstretcher img { 
	-ms-interpolation-mode: bicubic; /* for IE 7 */
}
/* // Background Stretcher */

/* Image Slider */
.slider {
	height:310px;
	position:relative;
}
	.slider img.slide {
		position:absolute;
		left:12px;
		top:11px;
	} 
	.slider img#slogan {
		position:absolute;
		left:12px;
		top:222px;
		z-index:10;
	}
/* // Image Slider */
	
/* scrolling */
#page1 .scroll-pane {
	height:396px;
	width:251px;
}
.scroll-pane {
	width:250px;
	height:706px;
	overflow:auto;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/scroll.gif) no-repeat center top;
	display:none;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.gif) no-repeat center top;
	height:59px;
	width:21px;
	display:none;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 41px;
	text-indent: -2000px;
	overflow: hidden;
	height:60px;
	width:30px;
	background:url(../images/scroll-sprite.gif) no-repeat -88px top;
}
a.jScrollArrowUp:hover {
	background-position:0 0 ;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 12px;
	text-indent: -2000px;
	overflow: hidden;
	height:60px;
	width:27px;
	background:url(../images/scroll-sprite.gif) no-repeat -29px 0;
}
a.jScrollArrowDown:hover {
	background-position:-58px 0;
}
