@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,900italic,900,700italic,400italic,300italic,300);
html {
	-webkit-text-size-adjust: 100%;
}
body {
	margin:0;
	padding:0;
	Font-family: Tahoma, Geneva, sans-serif;
	outline:none;
}
#slideshow {
	position:relative;
	height:350px;
	z-index:-1;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
/*--------Header Start Here---------*/
.header {
	width:100%;
	position:fixed;
	top:0;
	background: rgba(11, 11, 11, 0.9);
	height:60px;
	z-index:1;
}
.header .mobmenu {
	display:none;
}
.slider {
 padding-top:300px width:100%;
	position:fixed;
	top:0;
	background: rgba(11, 11, 11, 0.9);
	height:60px;
}
.logo {
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	margin:0 0 0 5px;
	height:100px;
	width:190px;
	background-color:#FFF;
	border-radius: 0 0 90px 90px;
	z-index:20;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.58);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.58);
}
.logo1 {
	position:fixed;
	top:0;
	left:0;
	margin:8px 0 0 200px;
	height:100px;
	width:190px;
	z-index:20;
}
.name {
	font-family: 'Merriweather', serif;
	font-size:35px;
	font-weight:900;
	letter-spacing:-.5;
	color:#FFF;

text-shadow: rgb(3, 3, 3) 4px 6px 3px;	
	
	
	}
/*--------Footer Start Here---------*/
.footer {
	width:100%;
	position:fixed;
	bottom:0;
	background: rgba(11, 11, 11, 0.9);
	height:60px;
	z-index:10;
}
#content-area {
	text-align:center;
	width:778px;
	position:absolute;
	top:80px;
	right:20px;
	margin: 0 0 0px;
	padding-bottom:60px;
	background: rgba(255, 255, 250,.95);
	border:1px solid #000;
	overflow:hidden;
	padding-right:0px;
	padding-left:0px;
}
.bredcum {
	font-size:12px;
	color:#676767;
	padding:0px 0px 0px 5px;
}
.bredcum a {
	text-decoration:none;
	color:#676767;
}
.bredcum a:hover {
	color:#000;
}
.tpic {
	padding-top:22px;
}
.link {
	text-decoration:none;
	list-style:none;
	font-family:'trebuchet ms'!important;
	font-size:13px;
	line-height:16px;
	color:#212121;
	padding:6px 0 6px 10px;
	display:block;
}
.link:hover {
	color:#000000;
}
.title007 {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 14pt;
	background-image: url('../images/overview-bg.jpg');
	background-repeat: repeat-y;
	background-position: right top;
	padding:5px 0 0 5px;
	height:35px;
}
.title0 {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 14pt;
	padding:5px
}
.im1 {
	width:240px;
	border:0px solid #b6b6b5;
	-webkit-transition: all 1s;
}
.im1:hover {
	-webkit-box-shadow: 0px 3px 10px 3px rgba(168, 166, 168, 1);
	-moz-box-shadow: 0px 3px 10px 3px rgba(168, 166, 168, 1);
	box-shadow: 0px 3px 10px 3px rgba(168, 166, 168, 1);
	-webkit-transform: rotate(10deg);
	border:0px solid #FFF;
}
.opacity IMG {
	filter:alpha(opacity=100);
	opacity:0.6;
}
.opacity:hover IMG {
	filter:alpha(opacity=80);
	opacity:1.0;
}
.button {
	margin:10px auto;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #5a5a5a;
	padding: 0px 18px;
	color: #FFF;
	padding: 6px 10px;
	background: #809820;
	text-decoration: none;
	text-shadow: none;
	border: 0px solid #333;
	margin-top: 16px;
}
.button:hover {
	background: #1e6196;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
}
.button0 {
	margin:10px auto;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #5a5a5a;
	padding: 0px 18px;
	color: #FFF;
	padding: 10px 15px;
	background: #809820;
	text-decoration: none;
	text-shadow: none;
	border: 0px solid #333;
	margin-top: 16px;
}
.button0:hover {
	background: #1e6196;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
}
.linksss {
	border:1px solid #ccc;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f2f2f2', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding:10px
}
.linksss:hover {
	border:1px solid #333;
}
.inputs {
	padding:5px;
	border: 1px solid #333;
	width:0 auto;
	height:25px;
	color:#3f3f3f;
	font-size:14px;
	background: -moz-linear-gradient(270deg, #FFFFFF 0%, #f5f5f5 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #f5f5f5)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #FFFFFF 0%, #f5f5f5 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #FFFFFF 0%, #f5f5f5 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #FFFFFF 0%, #f5f5f5 100%); /* ie10+ */
	background: linear-gradient(180deg, #FFFFFF 0%, #f5f5f5 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5', GradientType=0 ); /* ie6-9 */
}
.inputs:focus {
	outline-color: #251d19;
}
.images {
	border:1px solid #FFF;
	margin:-80px 0 0 8px;
-webkit-box-shadow: 0px -8px 14px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px -8px 14px -4px rgba(0,0,0,1);
box-shadow: 0px -8px 14px -4px rgba(0,0,0,1);
z-index:999!important;
	position:absolute;
	width:160px;
	height:93px;
}


.images007 {
	border:1px solid #FFF;
	
-webkit-box-shadow: -1px -20px 3px -13px rgba(0,0,0,0.22);
-moz-box-shadow: -1px -20px 3px -13px rgba(0,0,0,0.22);
box-shadow: -1px -20px 3px -13px rgba(0,0,0,0.22);
z-index:999!important;
	width:0 auto;
	height:0 auto;
}


.images00 {
	border:4px solid #333;
	
-webkit-box-shadow: -2px 21px 3px -13px rgba(0,0,0,0.22);
-moz-box-shadow: -2px 21px 3px -13px rgba(0,0,0,0.22);
box-shadow: -2px 21px 3px -13px rgba(0,0,0,0.22);
width:0 auto;
	height:0 auto;
}

     


