body, html {
	margin:0px;
	padding:0px;
	background-color:#EFEFEF;
	width:100%;
}
.container {
	max-width:100%;
	height:auto;
}
.header {
	width:100%;
	height:370px;
	background-image:url('../images/site/header_bg.fw.png');
	background-repeat:repeat-x;
	padding-top:10px;
}
.header_in {
	width:960px;
	height:370px;
	margin:auto;
	margin-top:10px;
}
.header_menu {
	width:960px;
	height:40px;
}
.header_menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
.header_menu li {
	padding-left:10px;
	padding-right:15px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	float:left;
	text-shadow: 0 0 15px #FFFFFF, 0 0 15px #FFFFFF, 0 0 15px #FFFFFF;
	background-image:url('../images/menu_ayrac.fw.png');
	background-repeat:no-repeat;
	background-position:right;
}
.header_menu li:hover{
	text-shadow: 0 0 30px #FFFFFF, 0 0 30px #FFFFFF, 0 0 30px #FFFFFF
}
.header_menu li a {
	color:#FFFFFF;
	text-decoration:none;
}
.lang {
	padding-left:10px;
	padding-right:15px;
	height:20px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	text-shadow: 0 0 15px #FFFFFF, 0 0 15px #FFFFFF, 0 0 15px #FFFFFF;
	float:right;
	height:100px;
	height:20px;
	padding-top:5px;
}
.lang a {
	color:#FFFFFF;
	text-decoration:none;
}
.lang a:hover {
	text-shadow: 0 0 30px #FFFFFF, 0 0 30px #FFFFFF, 0 0 30px #FFFFFF
}
.header_img {
	width:960px;
	height:320px;
}
.content {
	width:100%;
	height:auto;
}
.content_in {
	width:960px;
	height:auto;
	margin:auto;
	clear:both;
}
.content_left {
	width:300px;
	height:auto;
	float:left;

}
.content_left_in {
	width:298px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	height:248px;
	background-color:#FFFFFF;
	box-shadow:3px 3px 7px #999999;
}
.content_title {
	width:auto;
	height:20px;
	margin:10px;
	background-color:#000000;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
}
.content_text {
	width:auto;
	height:auto;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.content_text a {
	color:#666666;
	text-decoration:none;
}
.content_text a:hover {
	color:#000000;
}
.content_right {
	width:600px;
	height:auto;
	float:right;
}
.slide {
	width:598px;
	height:248px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	box-shadow:3px 3px 7px #999999;
}
.slide img {
	width:578px;
	height:228px;
	padding:10px;
}
.urunler {
	width:598px;
	height:248px;
	margin-top:20px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	box-shadow:3px 3px 7px #999999;

}
.urunler_in {
	width:578px;
	height:170px;
	padding:10px;
}
.urunler_in img {
	border:1px solid #CCCCCC;
	margin-right:20px;
	height:168px;
	width:198px;
}
.clear {
	width:960px;
	height:10px;
	margin:auto;
}
.footer {
	width:100%;
	height:100px;
	clear:both;
	background-image:url('../images/footer_bg.fw.png');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
.footer_in {
	width:960px;
	height:100px;
	margin:auto;
}
.footer_left {
	width:500px;
	height:80px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	float:left;
}
.footer_right {
	width:450px;
	height:80px;
	float:right;
	padding-top:10px;
}
.footer_menu {
	width:450px;
	height:30px;
	text-align:right;
}
.footer_mest {
	width:130px;
	height:25px;
	margin-top:5px;
	float:right;
	background-image:url('../images/mest_logo.fw.png');
	background-position:0px 0px;
	cursor:pointer;
}
.footer_mest:hover{
	background-image:url('../images/mest_logo.fw.png');
	background-position:0px -30px;
}
.footer a {
	color:#999999;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
img {
	border:0px;
}
}
#gallery {
	height: 250px;
	position:static
}
#gallery a {
	float: left;
	position:absolute;
}
#gallery a img {
	border: none;
}
#gallery a.show {

}
#gallery .caption {
	color: #ffffff;
	height: 0px;
	width: 100%;
	bottom: 0;
	border-radius:0px 0px 7px 7px;
}
#gallery .caption .content {
	margin: 5px;
}
#gallery .caption .content h3 {
	margin: 0;
	padding: 0;
	color: #1DCCEF;
}