/* CSS Document */

body 				{ margin:0px auto; background:url(../media/main_bg.jpg) repeat-x;}

#container			{ width:100%; height:auto; margin:0px auto; overflow:hidden;}
#header				{ width:862px; height:230px; margin:0px auto; background:url(../media/header_bg.png) no-repeat; overflow:hidden; }
#ust				{ width:550px; height:90px; float:right; }
#footer_font		{ font-family:"Arial"; font-size:12px; color:#FFFFFF; font-weight:bold;}
#menu				{ width:500px; height:62px; float:right; }
#middle				{ width:862px; height:auto; overflow:hidden; margin:0px auto;}
#middle_left		{ width:275px; height:auto; background:url(../media/product_menu_bg.png) no-repeat top; float:left;}
#middle_right		{ width:585px; height:auto; float:right; overflow:hidden;}
#middle_left_in		{ width:238px; height:auto; margin-top:10px; margin:0px auto;}
#bold				{ color:#426313;}
#title				{ font-family:"Arial Narrow"; color:#426313; font-size:14px; }
#product_title		{ width:544px; height:38px; overflow:hidden;}
#title_name			{ font-family:"Arial Narrow"; font-size:16px; font-weight:bold; color:#FFFFFF; margin-left:30px; margin-top:8px;}
#baslik				{ font-family:"Arial Narrow"; font-size:16px; color:#345506;}
#detay				{ font-family:"Arial"; font-size:11px; color:#666666;}
#teknik				{ font-family:"Arial"; font-size:11px; color:#333333;}
#footer				{ width:100%; height:50px; margin:0px auto; background:url(../media/footer_bg.jpg) repeat-x; }
#footer_in			{ width:862px; height:auto; margin-top:10px; margin:0px auto;}
#footer_left		{ width:250px; height:auto; float:left; }
#footer_right		{ width:200px; height:auto; float:right; margin-top:5px; }
#contact_left		{
	width:auto;
	height:auto;
	float:left;
	margin-top:10px;
}
#contact_right		{ width:220px; height:auto; float:right; margin-top:10px; }
#left				{ width:285px; height:auto; float:left;}
#right				{ width:280px; height:auto; float:right;}




/* ---------------------- Menü 1 ---------------------- */
.blue #slatenav{position:relative;display:block; height:45px;font-size:15px;font-weight:normal; margin-top:10px;background:transparent url(images/blueslate_background.gif) repeat-x top left;font-family:"Arial Narrow"; height:45px; margin-left:15px;}
.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto; height:45px;}
.blue #slatenav ul li{display:block;float:left;margin:0 1px 0 0; height:45px;}
.blue #slatenav ul li a{display:block;float:left;color:#64951d;text-decoration:none;padding:15px 22px 0 22px ;font-weight:bolder; height:45px; height:45px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;background:transparent url(../media/menu_bg.png) no-repeat top center; height:38px; font-weight:bolder;}
/* ---------------------- Menü 1 ---------------------- */

/* ---------------------- Menü 2 ---------------------- */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 230px;
border-bottom-width: 0;
}

.glossymenu li a{
font:11px "Arial";
color: #64951d;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 230px;

}

.glossymenu li a:visited, .glossymenu li a:active{
color:#64951d;
}

.glossymenu li a:hover{
background-image: url(media/glossyback2.gif);
background-color:#EFEFEF;
}
/* ---------------------- Menü 2 ---------------------- */

/*
/*
		 * Required 
		*/
.container {
	width:520px;
	height:300px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	background: url(../media/product_bg.png) no-repeat center;
	;
	margin-left: 30px;
}
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:480px; display:none; }
		#loopedSlider,#newsSlider { margin:0 auto; width:auto; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a { background:blue; color:white; }
