/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
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:url(../images/tail-body.jpg) repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#cccccc;
	min-width:1062px;
}
html { 
	min-width:1062px;
}
html, 
body { 
	height:100%;
}

#pic {
     width:100px;
	 height:143px;
	 float:left;
	 }

#contact_ {
	width:270px;
	height:143px;
	margin-left:8px;
	float:left;	 
	 }
	 
	 
#printing_img {
    width:650px;
	height:250px;
	float:left;
	}
	
#printing_txt {
    width:650px;
	height:auto;
	float:left;
	} 
	 
#contact_txt {
	width:160px;
	height:143px;
	float:left;
	padding-left:5px;

	 }	 
	 
#spacer {
    width:1062px;
	height:20px;
	float:left:
	}	 

/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:1062px;
	font-size:.75em;
}

.containerb {
	margin:0 auto;
	position:relative;
	width:1062px;
	margin-bottom:10px;
	font-size:.75em;
	height: 800;
}

	/* Header */
	header {
		background-image:url(../images/tail-top2.gif);
		background-repeat:repeat-x;
		background-position:0 0;
	}
	header .container {
		overflow:hidden;
		height:182px;
	}
	
	/* Content */
	section#content {}
	
	/* Sidebar */
	aside {
		background:url(../images/tail-middle.jpg) repeat center top;
	}
			
	/* Footer */
	footer {
		background:url(../images/tail-bottom.jpg) repeat-x center top;
		font-size:1.25em;
		font-family:"Times New Roman", Times, serif;
		color:#555555;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3, 
.col-4 { 
	float:left;
}




.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}

.wrapper2 { 
	width:100%;
	overflow:hidden;
}



/*---- tailings ----*/
.tail-cont {
	background:url(../images/tail-cont.jpg) repeat center top;
	width:100%;
}
.splash {
	position:absolute;
	left:20px;
	top:50px;
	background:url(../images/splash.png) no-repeat left top;
	width:495px;
	height:494px;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

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

.news {
	width:100%;
	overflow:hidden;
}
	.news li {
		float:left;
		width:160px;
		margin-right:27px;
	}
	.news li.last {
		margin-right:0;
	}
		.news li p {
			margin:0;
		}
			.news li p b {
				color:#ffcc00;
			}
		
.banners {
	padding-bottom:15px;
}	
	.banners li {
		padding-bottom:1px;
	}
	
.partners li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:30px;
}

.list {
	width:100%;
	overflow:hidden;
}
	.list li {
		width:226px;
		float:left;
		margin-right:29px;
	}
	.list li.last {
		margin:0;
	}
		.list li .wrapper {
			padding-bottom:8px;
		} 
		
		.list li .wrapper2 {
			padding-bottom:8px;
		}
	
.list1 {
	padding-bottom:25px;
}	
	.list1 li {
		font-size:.92em;
		padding:0 0 6px 16px;
		height:1%;
		background:url(../images/marker.gif) no-repeat left 6px;
	}
	.list1 li.last {
		padding-bottom:0;
		margin-bottom:-10px;
	}
	.list1 li.last1 {
		padding-bottom:0;
		margin-bottom:-20px;
	}
	.list1 li.alt {
		padding-bottom:18px;
	}
		.list1 li a {
			color:#cccccc;
		}
		
		
		
.listb {
	padding-bottom:25px;
}	
	.listb li {
		font-size:small;
		padding:0 0 6px 16px;
		height:1%;
		background:url(../images/marker.gif) no-repeat left 6px;
	}
	.listb li.last {
		padding-bottom:0;
		margin-bottom:-10px;
	}
	.listb li.last1 {
		padding-bottom:0;
		margin-bottom:-20px;
	}
	.listb li.alt {
		padding-bottom:18px;
	}
		.listb li a {
			color:#cccccc;
		}		
		
.serviceslist1 {
	padding-bottom:25px;
}	
	.serviceslist1 li {
		font-size:1.25em;
		padding:0 0 6px 16px;
		height:1%;
		background:url(../images/marker.gif) no-repeat left 6px;
	}
	.serviceslist1 li.last {
		padding-bottom:0;
		margin-bottom:-10px;
	}
	.serviceslist1 li.last1 {
		padding-bottom:0;
		margin-bottom:-20px;
	}
	.serviceslist1 li.alt {
		padding-bottom:18px;
	}
		.serviceslist1 li a {
			color:#cccccc;
		}		
		
.list2 {
	width:100%;
	overflow:hidden;
}
	.list2 li {
		float:left;
		margin-right:34px;
		overflow:hidden;
		vertical-align:top;
		width:220px;
	}
	.list2 li.last {
		margin-right:0;
	}
		.list2 li h5 {
			padding-top:5px;
		}

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

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:22px;
	line-height:1.25em;
}
	.p0 {
		margin:0;
	}
	.p1 {
		margin-bottom:14px;
	}

dl {
	line-height:1.25em;
	margin-bottom:-16px;
}
	dl dt {
		font-weight:bold;
		color:#ffcc00;
	}
	dl dd {
		padding-bottom:16px;
	}

address {
	font-style:normal;
	line-height:1.5em;
}
	
.address { 
	float:left;
	width:218px;
	line-height:1.5em;
	margin:0 40px -20px 0;
}
.address.last {
	margin-right:0;
}
	.address dt {
		color:#fff;
	}
	.address dd { 
		clear:both;
		padding-bottom:20px;
	}
		.address dd span { 
			float:right;
		}
		.address dd a {
			font-weight:bold;
		}

.social-services {
	width:100%;
	overflow:hidden;
}
	.social-services dt {
		float:left;
		text-transform:uppercase;
		font-size:.83em;
		color:#6b6b6b;
		padding:5px 11px 0 0;
	}
	.social-services dd {
		float:left;
		padding-left:4px;
	}
	
.img-border {
	display:block;
	float:left;
	border:5px solid #fff;
}
.img-border:hover {
	border:5px solid #13b6bd;
}


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

h1 {
	text-indent:-9999px;
	float:left;
	padding:23px 0 0 2px;
	position:relative;
	z-index:10;
}
	h1 a {
		width:136px;
		height:70px;
		float:left;
		background:url(../images/logo.png) no-repeat left top;
	}
h2 {
	color:#fff;
	font-size:22px;
	line-height:1.2em;
	margin-bottom:14px;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:8px;
	font-weight:normal;
}
h4 {
	font-size:.83em;
	text-transform:uppercase;
	color:#6b6b6b;
	margin-bottom:10px;
}
	h4 b {
		font-size:15px;
		line-height:1.2em;
		color:#fff;
		text-transform:none;
		display:block;
		padding-bottom:3px;
	}
h5 {
	font-size:1em;
	line-height:1.25em;
	color:#ffcc00;
	margin-bottom:5px;
}
h6 {
	font-size:.92em;
	line-height:1.364em;
	font-weight:normal;
	color:#fff;
	margin-bottom:15px;
}

.line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:350px 0;
	width:100%;
}
.line-ver2 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:707px 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	width:100%;
	background:url(../images/box-tail.jpg) repeat left top;
}
	.box .border-top {
		background:url(../images/border.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(../images/border.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(../images/border.gif) repeat-y left top;
		width:100%;
	}
	.box .border-right {
		background:url(../images/border.gif) repeat-y right top;
	}
	.box .inner { 
		padding:25px 28px 18px 32px;
	}
	.box h2 {
		font-size:20px;
	}
	.box h5 {
		color:#fff;
		line-height:1.5em;
	}
	.box p {
		line-height:1.5em;
		color:#a0a0a0;
	}
		.box p b {
			color:#fff;
		}


/*===== header =====*/
header .row-1 {
	height:45px;
	width:100%;
}
	header .row-1 .fleft {
		padding-top:14px;
	}
	header .row-1 .fright ul {
		float:left;
		padding:17px 21px 0 0;
	}
		header .row-1 .fright ul li {
			float:left;
			padding-right:9px;
			margin-right:8px;
			height:10px;
			overflow:hidden;
			background:url(../images/divider.gif) repeat-y right top;
		}
			header .row-1 .fright ul li a {
				height:10px;
				float:left;
			}
		header .row-1 .fright ul li.last {
			background:none;
			padding:0;
			margin:0;
		}
header .row-2 nav {
	float:right;
	position:relative;
	z-index:10;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 5px;
	visibility: visible;
}
	header .row-2 nav ul li {
		float:left;
		font-size:.92em;
		line-height:1.182em;
		padding-left:42px;
	}
	header .row-2 nav ul li a {
		text-decoration:none;
		color:#a9a59c;
		padding-left:22px;
		float:left;
	}
	header .row-2 nav ul li a:hover,
	header .row-2 nav ul li a.active {
		color:#13b6bd;
		background:url(../images/arrow.gif) no-repeat left 5px;
	}
		header .row-2 nav ul li a span {
	font-size:14px;
	line-height:1.2em;
	display:block;
	color:#918f84;
	padding-bottom:3px;
		}
		header .row-2 nav ul li a:hover span,
		header .row-2 nav ul li a.active span {
			color:#fff;
		}
/*===== content =====*/
#content {
	padding:33px 0 14px 0;
}
	#content .indent {
		padding-bottom:36px;
	}
	#content .indent1 {
		padding-bottom:20px;
	}
	#content .extra {
		padding-bottom:40px;
	}
	#content .extra p {
		margin-bottom:16px;
	}
	
/*===== aside =====*/
aside .inside {
	padding:25px 0 25px 0;
}
aside p {
	color:#969696;
	font-size:.92em;
	line-height:1.364em;
}

/*===== footer =====*/
footer .container {
	height:90px;
}
footer .inside {
	padding:29px 0 0 0;
}
footer ul {
	width:100%;
	overflow:hidden;
	padding-bottom:7px;
}
	footer ul li {
		float:left;
		padding-right:33px;
		margin-right:33px;
		border-right:1px solid #918f84;
	}
	footer ul li.last {
		border:0;
	}
		footer ul li a {
			text-decoration:none;
			color:#918f84;
		}
		footer ul li a:hover {
			text-decoration:underline;
		}
footer span {
	color:#13b6bd;
}
footer a {
	color:#555555;
}

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

#ClockForm fieldset {
	border:none;
	float:left;
	text-align:left;
}
	#ClockForm fieldset input {
		border:none;
		background:none;
		color:#6b6b6b;
		font-size:.83em;
		text-transform:uppercase;
		vertical-align:top;
		width:300px;
	}

/*---*/
	
#search-form {
	float:left;
}
	#search-form fieldset {
		float:left;
		padding-top:11px;
	}
	#search-form .rowElem {
		background:url(../images/input-bg1.gif) no-repeat left top;
		width:269px;
		height:22px;
		float:left;
		margin-right:2px;
	}
	#search-form input {
		border:0;
		color:#c0bcb2;
		background:none;
		vertical-align:top;
		line-height:1.2em;
		margin:3px 0 0 11px;
		width:246px;
	}
	#search-form a {
		float:left;
		text-decoration:none;
		color:#fff;
		line-height:1.2em;
		background:url(../images/button-bg.gif) no-repeat left top #8f8979;
	}
	#search-form a:hover {
		color:#ffcc00;
	}
		#search-form a span {
			background:url(../images/button-bg.gif) no-repeat right top;
			display:block;
			padding:4px 17px 4px 17px;
		}

/*---*/

#contacts-form .rowElem1 { 
	height:52px;
}
	#contacts-form .rowElem1 span {
		width:286px;
		height:22px;
		display:block;
		background:url(../images/input-bg2.gif) no-repeat left top;
	}
	#contacts-form .rowElem2 span {
		width:286px;
		height:312px;
		display:block;
		background:url(../images/textarea-bg.gif) no-repeat left top;
		margin-bottom:20px;
	}
#contacts-form input {
	width:275px; 
	border:0; 
	color:#cccccc;
	background:none;
	border:0;
	margin:3px 0 0 5px; 
}
#contacts-form textarea { 
	width:281px; 
	height:306px; 
	overflow:auto;
	color:#cccccc;
	background:none;
	border:0; 
	padding:3px 0 3px 5px; 
}

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

/*===== anythingSlider =====*/
.anythingSlider                         {
	width: 736px;
	height: 328px;
	position: relative;
	margin:-57px 0 15px 0;
	background-color: #000000;
}
.anythingSlider .wrapper                {
	width: 736px;
	height: 328px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider ul li                   { display: block; float: left; height: 295px; width: 736px; position:relative;}
.anythingSlider ul li h2 			{ position:absolute; left:42px; top:78px; width:271px; height:121px; background:url(../images/slogan-bg.png) no-repeat left top; font-size:20px;}
.anythingSlider ul li h2 span           { float:left; padding:20px 0 0 22px;}
.anythingSlider .arrow                  { display:none;}

#start-stop                             { color: #95928a; position: absolute; right: 117px; bottom: 8px; text-decoration:none; text-transform:uppercase; font-size:.83em;}
#start-stop:hover                       { text-decoration:underline;}

#thumbNav 						{ position:absolute; right:20px; bottom:10px;}
#thumbNav a 						{ width:14px; height:13px; padding:0; display:block; float:left; margin-left:4px; line-height:0; text-indent:-9999px; background-repeat:no-repeat; background-image:		  url(../images/thumb-bg.gif); background-position:-18px 0;}
#thumbNav a:hover, #thumbNav a.cur		{ background-position:0 0;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


/*===== anythingSlider business forms =====*/
.anythingSlider2                         {
	width: 900;
	height: 220px;
	position: relative;
	background-color: #000000;
	margin-top: -57px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.anythingSlider2 .wrapper2                {
	width: 951px;
	height: 215px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider2 .wrapper2 ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider2 ul li                   {
	display: block;
	float: left;
	height: 190;
	width: 951;
	position:relative;
}
.anythingSlider2 ul li h2 			{ position:absolute; left:42px; top:78px; width:271px; height:121px; background:url(../images/slogan-bg.png) no-repeat left top; font-size:20px;}
.anythingSlider2 ul li h2 span           { float:left; padding:20px 0 0 22px;}
.anythingSlider2 .arrow                  { display:none;}

#start-stop                             { color: #95928a; position: absolute; right: 117px; bottom: 8px; text-decoration:none; text-transform:uppercase; font-size:.83em;}
#start-stop:hover                       { text-decoration:underline;}

#thumbNav2 						{ position:absolute; right:20px; bottom:10px;}
#thumbNav2 a 						{ width:14px; height:13px; padding:0; display:block; float:left; margin-left:4px; line-height:0; text-indent:-9999px; background-repeat:no-repeat; background-image:		  url(../images/thumb-bg.gif); background-position:-18px 0;}
#thumbNav a:hover, #thumbNav a.cur		{ background-position:0 0;}

/*
  Prevents
*/
.anythingSlider2 .wrapper2 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider2 .wrapper2 ul ul li       { float: none; height: auto; width: auto; background: none; }


/*===== prettyPhoto =====*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#video {
	margin:-57px 0 18px 0;
	position:relative;
	width:287px;
}
	#video a {
		width:287px;
		height:168px;
		float:left;
		background:url(../images/preview.jpg) no-repeat left top;
		cursor:pointer;
	}
		#video a span {
			width:110px;
			height:88px;
			position:absolute;
			left:86px;
			top:44px;
			background:url(../images/button-play.png) no-repeat 0 0;
		}
		#video a:hover span {
			background-position:-110px 0;
		}
		
		
#video2 {
	margin:-57px 0 18px 0;
	position:relative;
	width:287px;
}		

#about_top {
	width:1060px;
	height:300px;
	}
	
#about_top2 {
	width:1060px;
	height:500px;
	}
	
#about_top3 {
	width:1060px;
	height:90px;
	}		
	
#about {
	width:400px;
	height:300px;
	float:left;
	}
	
#about_right {
	width:475px;
	height:300px;
	float:left;
	margin-left:165px;
	}
	
#about1 {
	float:left;
	width:285px;
	height:560px;
	padding-left:5px;
	padding-top: 20px;
	padding-right: 10px;
	}
	
#about2 {
	width:300px;
	height:750px;
	float:left;
	margin-right:10px;
	margin-top:20px;
	padding-left:10px;
	}
	
#about_ {
	float:left;
	width:1060px;
	height:150px;
	padding-left:5px;
	padding-top: 25px;
	padding-right: 10px;
	}
	
#about_b {
	float:left;
	width:1060px;
	height:210px;
	padding-left:5px;
	padding-top: 25px;
	padding-right: 10px;
	}	
	
#blist {
	width:195px;
	height:105px;
	float:left;
	}
	
#blist2 {
	width:265px;
	height:175px;
	float:left;
	}		

#bheader {
	width:1060px;
	height:40px;
	float:left;
   }

#info {
	width:140px;
	height:500px;
	float:left;
	font-size:smaller;
	}
	
#home_bx {
    width:735px;
	height:400px;
	float:left;
	}	
	
/*--- carousel ---*/
.carousel-box {
	position:relative;
	width:1060px;
	height:460px;
	overflow:hidden;
}
	.carousel-box .prev {
		position:absolute;
		left:15px;
		top:104px;
		z-index:10;
	}
	.carousel-box .next {
		position:absolute;
		right:15px;
		top:104px;
		z-index:10;
	}
	.carousel-box .carousel {
		width:955px;
		overflow:hidden;
		padding:12px 0 0 0;
		margin-left:27px;
	}
			.carousel-box ul li {
				width:198px;
				height:372px;
				float:left;
				border:0;
				padding:0 27px 19px 27px;
			}
				.carousel-box ul li h3 {
					padding-top:18px;
					margin-bottom:5px;
				}
				.carousel-box ul li strong a {
					color:#fff;
					text-decoration:none;
				}
				.carousel-box ul li strong a:hover {
					color:#13b6bd;
				}
				.carousel-box ul li p {
					margin-bottom:7px;
					padding-top:10px;
				}
					.carousel-box ul li p.p1 {
						margin-bottom:25px;
					}
