@IMPORT url("article.css");
@IMPORT url("news.css");
@IMPORT url("gallery.css");
@IMPORT url("sitemap.css");
@IMPORT url("portfolio.css");
@IMPORT url("index.css");

@IMPORT url("boxes.css");
@IMPORT url("scroller.css");
@IMPORT url("forms.css");

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/tlo.jpg) repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	
	color: #cccccc;
	
	margin-top: 60px;
}

.clear {
	clear: both;
	height: 1px;
	width: 706px;
}

a {
	color: #16b2f9;
	text-decoration: none;
	/* background: #171d20; */

}

a:hover {
	color: #96deff;
	text-decoration: none;
	/* background: #171d20; */
}

img {
	border: none;
}
p {
  margin:10px 0;
}
object {
	outline: none;
}
#mapborder {
  border-top:1px solid #f15e29;
  height:1px;
  width:100%;
  margin-top:-61px;
  position:absolute;
}
#container {
	background: url(images/bg-ct.jpg) 0 100% repeat-x #c2d7df;
}

.logo-yanah {
	position: absolute;
	right: 20px;
	top: 5px;
	width: 250px;
	height: 62px
}

#header {
	overflow: hidden;
	
	height: 400px;
	
	background: url(images/bg-hd.jpg) repeat-x;
}

#mainmenu {
	text-align: center;
	
	width: 950px;
	margin: 25px auto;
}

#content {
	clear: both;

	margin: 0 auto;
	padding: 35px 0;
	
	width: 950px;

	min-height: 400px;

	overflow: hidden;
}

.flash-title {
	list-style: none;
	
	margin-bottom: 20px;
}

.flash-title li {
	float: left;
	
	padding: 0 5px;
}

.small-button {
	display: block;
	
	background: url("images/small-btn.png");
	text-align: center;
	
	width: 60px;
	height: 18px;
	
	color: #ffffff;
	
	line-height: 18px;
}

#footer {
	clear: both;
	
	background: #171d20;
	
	padding: 10px;
	
	text-align: center;
	color: #16b2f9;
}

#footer #copyright {
	padding: 5px 0 40px 0;
	
	color: #ffffff;
}

/*- anythingSlider begin --*/
.wrapper { 
	width:100%;
	overflow:hidden;
}
.anythingSlider-wrap {
  width:950px;
  margin:0 auto;
}
.anythingSlider a {
  outline:none;
}
.anythingSlider                         { width: 892px; height: 77px; position: relative; overflow:hidden;}
.anythingSlider .wrapper                { width: 892px; height: 20px; overflow: auto; margin:0 auto; position: absolute; top: 0; left: 0; overflow:hidden; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li { 
	display: block;
	float: left;
	padding: 0;
	height: 20px;
	width: 892px;
	margin: 0; 
	font-size:16px;
	color:#9b9b9b;
	font-style:italic;
	line-height:18px;
	overflow:hidden;
	position:relative;
}
.anythingSlider .arrow { 
	display: block;
	height: 190px;
	width: 33px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	cursor:pointer;
	display:none;
}
.anythingSlider .forward {
	background:url(images/next.png) no-repeat 0 0;
	right:0;
}
.anythingSlider .back                   {
	background:url(images/prev.png) no-repeat 0 0;
	left:0;
}

.anythingSlider li .inner {
	padding:30px 100px 0 17px;
}
	.anythingSlider li h2 {
		font-size:44px;
		line-height:40px;
		border:none;
		text-align:center;
		font-style:normal;
		padding-bottom:0;
		color:#565656;
		margin-bottom:17px;
		word-spacing:3px;
	}

#start-stop { 
	width: 52px;
	height:12px;
	background:url(images/stop-start.png) no-repeat 0 0;
	position: absolute;
	left: 430px;
	bottom: 0;
	text-indent:-9999em;
}
#start-stop.active {
	background-position:0 -12px;
}
/*- anythingSlider end --*/
