/* 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 ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#000;
	min-width:960px;
	background:url(../images/body-bg.jpg) center top repeat #000;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center top no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.666em;
}

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

.col-1, .col-2 {float:left; width:415px;}
	#page4 .col-1, #page4 .col-2 {width:210px;}
.col-1 {margin-right:34px;}
	#page4 .col-1 {margin-right:10px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

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

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

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#b7aea4;}

.index-1 {position:relative; z-index:1;}
.index-2 {position:relative; z-index:2;}

.border {border:8px solid #1e1916; float:left;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:24px;}
.indent-bot3 {margin-bottom:27px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:12px;}
.prev-indent-bot3 {margin-bottom:16px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.menu-list li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none;}	
.menu li li {
text-align: left;
}

/*********************************header*************************************/
header {
	min-height:500px; 
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:30px 0 0 0; 
	position:relative;
	float:left;
}
	h1 a {
		display:block;
		width:600px;
		height:130px;
		text-indent:-5000px;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
dl.support-info {
	float:right;
	font-size:15px;
	color:#cecdce;
	text-align:right;
	padding:54px 0 0 0;
}
	dl.support-info dt {
		font-size:15px;
		color:#cecdce;
	}
	dl.support-info em {color:#fff; font-style:normal;}
	
/***** slider *****/
.slider-wrapper {
	float:left;
	padding:30px;
	margin:2px 0;
	position:relative;
	z-index:1;
	overflow:hidden;
	background:url(../images/slider-bg.jpg) 0 0 no-repeat;
	box-shadow:-1px -1px 2px #111, -1px 1px 2px #111, 1px -1px 2px #111, 1px 1px 2px #111;	
	-moz-box-shadow:-1px -1px 2px #111, -1px 1px 2px #111, 1px -1px 2px #111, 1px 1px 2px #111;
	-webkit-box-shadow:-1px -1px 2px #111, -1px 1px 2px #111, 1px -1px 2px #111, 1px 1px 2px #111;
}
	#page1 .slider-wrapper {padding-bottom:57px;}

.slider {
	width:880px;
	height:175px;
}
	#page1 .slider {
		height:401px;
		position:relative;
	}
	#page2 .slider {background:url(../images/header-img1.jpg) 0 0 no-repeat;}
	#page3 .slider {background:url(../images/header-img2.jpg) 0 0 no-repeat;}
	#page4 .slider {background:url(../images/header-img3.jpg) 0 0 no-repeat;}
	#page5 .slider {background:url(../images/header-img4.jpg) 0 0 no-repeat;}
	#page6 .slider {background:url(../images/header-img5.jpg) 0 0 no-repeat;}

.items {
	display:none;
}

.pagination {
	position:absolute;
	left:365px;
	top:417px;
	z-index:99;
}
.pagination li {
	float:left;
	margin-right:11px;
}
	.pagination li a {
		display:block;
		width:22px;
		height:22px;
		text-indent:-5000px;
		background:url(../images/slider-pagination.png) right top no-repeat;
	}
	.pagination li.current a,
	.pagination li a:hover {background-position:left top;}
	.pagination li.current a {cursor:default;}
	
/***** menu *****/
.menu-bot {
	width:100%;
	padding-bottom:9px;
	/*background:url(../images/menu-bot.png) left bottom repeat-x;*/
}
.menu-bg {
	width:100%;
	background:url(../images/menu-bg.jpg) center top repeat;
	box-shadow:-1px -1px 2px #111, 0px 0px 0px #000, 1px -1px 2px #222, 0px 0px 0px #000;
	-moz-box-shadow:-1px -1px 2px #111, 0px 0px 0px #000, 1px -1px 2px #222, 0px 0px 0px #000;
	-webkit-box-shadow:-1px -1px 2px #111, 0px 0px 0px #000, 1px -1px 2px #222, 0px 0px 0px #000;
}
.menu {
	padding:0; 
	width:100%;
	min-height:86px;
	background:url(../images/menu-top.jpg) center top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	padding:30px 30px 30px 30px;
	background:url(../images/menu-spacer.gif) right top repeat-y;
}
	.menu li.last-item {padding:30px 29px 30px 29px;}
.menu li a {
	display:inline-block; 
	font-size:20px; 
	line-height:1.227em; 
	padding:0; 
	text-transform:uppercase; 
}
.menu ul {
	position:		absolute;
	padding:		2px 0;
	top:			-999em;
	width:			245px;
	border:			1px solid #312c2a;
	background:		#eee;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	padding:0; 
	background:none; 
	border-bottom:1px solid #312c2a;
}
	.menu li li.last {border-bottom:none;}
.menu li li a {
	display:inline-block;
	font-family:	Arial, Helvetica, sans-serif;
	padding:		0 0 0 30px;
	font-size:		12px;
	line-height:	27px;
	text-align:		left;
	background: 	url(../images/menu-marker.png) 9px 9px no-repeat;
	text-transform:	none;
	color:			#000;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#5b5b5b;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			86px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			216px;
	top:			-3px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:28px 0 24px;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:28px 0 27px;}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

h3 {
	border-left:1px solid #151310;
	border-right:1px solid #151310;

}
	h3 strong {
		display:block; 
		background:url(../images/h3-tail.jpg) center top repeat;
	}
		h3 strong b {
			display:block; 
			padding-left:30px;
			font-size:37px; 
			line-height:68px;
			background:url(../images/h3-bg.jpg) center top repeat-x;
		}
h5 {
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	color:#8a7060;
	margin-bottom:10px;
}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	background:url(../images/box-tail.gif) 0 0 repeat-x #cccccc;
	border-bottom:1px solid #0b0908;
	border-left:1px solid #0b0908;
	border-right:1px solid #0b0908;
}
	.box .padding {padding:22px 25px 30px 30px; position: relative; height: 430px;}
	.box .padding-2 {padding:25px 25px 37px 30px;}
		#page3 .box .padding-2 {padding:22px 25px 40px 30px;}
		#page6 .box .padding-2 {padding:20px 230px 40px 28px;}

.button {
	display:inline-block;  
	border:1px solid #0b0908;
	background:url(../images/button-tail.gif) 0 0 repeat;
	cursor:pointer;
}
	.button strong {
		display:inline-block;
		background:url(../images/button-bg.gif) center top repeat-x;
		padding:0 11px;
		font-size:16px;
		line-height:40px;
		text-transform:uppercase;
	}

.list-1 li {font-size:15px; line-height:20px;}
	.list-1 li a {color:#8a7060;}
	.list-1 li a:hover {color:#fff;}

.list-2 li {
	line-height:1.25em; 
	padding:7px 0 6px; 
}
	.list-2 li a {
		display:inline-block; 
		color:#000000; 
		padding-left:18px; 
		background:url(../images/marker.png) 0 -23px no-repeat;
	}
		.list-2 li a:hover {color:#303030;}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	font-size:15px;
	line-height:20px;
}
.link-1:hover {text-decoration:none;} 

.text-1 {
	font-size:15px;
	line-height:20px;
	margin:0;
	color:#8a7060;
} 
	.text-1 span {display:block;}
		.text-1 span a {color:#8a7060;}
.text-2 {font-size:14px; line-height:1.285em;}  

.tdate-1 {
	display:inline-block;
	font-size:28px;
	line-height:1.4em;
}

dl a {color:#fff;}

/***** Contact form 
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	padding:5px 0 0 0;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				padding-bottom:12px;
			}
			#contact-form input {
				width:166px;
				padding:8px 18px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#58473c; 
				border:none;
				background:#1e1916;
			}
			#contact-form textarea {
				height:180px;
				width:335px;
				padding:18px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#58473c; 
				border:none;
				background:#1e1916;
				overflow:auto;
			}
				#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:1.23em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding-top:10px;}
		.buttons-wrapper a { margin-right:20px;}
*****/
/*** new contact form (built in joomla) **/
.contact {
	text-align: left;
}

.contact a {
	color: #000;
}
.contact .contact-info{
	float: left;
	width: 50%;
	text-align: center;
}
.contact .contact-form{
	float : right;
	width: 50%;
}


		
/****************************footer************************/
footer {
	width:100%; 
	padding:0 0 57px 0;
	color:#8a7060;
}
	.footer {
		width:100%; 
		margin: 20px 0;
		background:url(../images/footer-tail.jpg) center top repeat;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		float:left;
	}
	.footer-bg {
		padding:27px 0;
		background:url(../images/footer-bg.jpg) center top repeat-x;
		border-bottom:1px solid #090706;
		border-right:1px solid #14100e;
	}

.menu-list {
	padding:0 0 0 8px;
	float:left;
}
	.menu-list li {
		float:left; 
		padding:0 0 0 21px;
		font-size:12px;
		line-height:1.25em;
	}
		.menu-list li a {color:#fff;}
		.menu-list li a:hover,
		.menu-list li a.active {color:#fff;}
		
.footer-text {
	display:inline-block;
	float:right;
	font-size:12px;
	line-height:1.25em;
	color:#fff;
	padding-right:31px;
}
	.footer-text a {color:#fff;}
	.footer-text span {display:inline-block; padding-right:15px;}
	
.footer-link {text-align:right; padding-right:31px;}

.blog-featured .item {
	width: 300px;
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.readmore {
	position: absolute;
	bottom: 10px;
}

.bannergroup{
	display: inline;
	width: 880px;
	overflow: hidden;
}
.banneritem {
	float: left;
	width: 460px !important;
}

#content div .box img {margin: 15px; border: 2px solid #000;}

.box ol {
	list-style: decimal;
	padding: 0 20px 0 20px;
}
.box ol li {
	list-style: decimal;
	padding: 0 0px 10px 0px;
}

.box ul li {
	list-style: square;
	padding: 0 0px 10px 0px;
}