/*
cilimboz
*/

body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited { color: #738407; text-decoration: none; }
a:hover { color: #0066FF; text-decoration: underline; }

p { margin: 0px; padding: 0; }
img {
	border: none;
}

h1, h2, h3, h4, h5, h6 { color: #333; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; color: #333; }
h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff; 
}
h3 {
	font-size: 21px;
	margin: 10px 0 10px 0;
	padding: 0;
	padding: 0;
	color: #696443;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.2em;
}
h4 {
	font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
	color: #696443;
	font-weight:normal;
}
h5 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #696443;
	text-shadow: 1px 1px 1px #fff; 
}
h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff; 
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 {
	clear: both;
	width:565px;
	height: 40px;
}
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; padding: 4px; border: 1px solid #ddd; background: none; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em {
	color: #696443;
	font-style: normal;
}

.tmo_list { margin: 0; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(images/list.png) no-repeat scroll 0 0px; margin:0 0 20px; padding: 0; 	line-height: 1em; }

.tmo_list li span { color: #798a05; font-size: 16px; font-weight: bold; margin-right:5px; }
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }


.button a {
	display: block;
	width: 82px;
	height: 24px;
	color: #666;
	padding: 2px 0 0 18px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button.png) no-repeat;
}

.sunucupaket {
	display: block;
	color: #666;
	padding: 2px 0 0 25px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button_s.png) no-repeat;
	text-shadow: 1px 1px 1px #fff; 
}

.button a:hover {
	color: #000;
	background: url(images/button_hover.png) no-repeat;
}

#wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}

#header {
	width: 910px;
	padding: 15px 30px;
}

#header  #site_title {
	float: left;
	margin: 10px 0 0 0;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #889b0b;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title a span {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-left: 2px;
	margin-top: 5px;
}

#social_box {
	float: right;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}



#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 48px;
	height: 48px;
	margin-right: 5px;
}

/* menu */

#menu {
	clear: both;
	width: 910px;
	padding: 0 30px;
	height: 45px;
	background: url(images/menu.png) bottom center no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	width: 100px;
	padding: 15px 5px 0 0;
	font-size: 14px;
	color: #666;	
	text-shadow: 1px 1px 1px #fff; 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	border: none;
}

#menu ul li a:hover,  #menu ul li .current {
	color: #333;
	text-shadow: 1px 1px 1px #d2f6fc; 
	background: url(images/menu_hover.png) no-repeat top;
}
/* end of menu */

/* banner */
#banner_wrapper {
	clear: both;
	width: 930px;
	padding: 0 10px;
	margin: 0 10px;
	background: url(images/content.png) repeat-y center;
}

#banner {
	width: 870px;
	height: 210px;
	padding: 30px;
	background: url(images/banner.png) no-repeat center top;
}

#banner img {
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 50px;
	border: 5px solid #bbf4fe;
}

#banner h1 {
	color: #000;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
/*	text-shadow: 1px 1px 1px #fff; */
}

#banner p {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}
/* end of banner */

#service_bar_wrapper {
	clear: both;
	width: 930px;
	padding: 10px;
	margin: 0 10px;
	background: url(images/content.png) repeat-y center;
}

#service_bar {
	width: 890px;
	height: 120px;
	padding: 20px;
	background: url(images/sp_box.png) no-repeat;
}

#service_bar .sb_box {
	float: left;
	width: 270px;
	margin: 0 40px 0 0;
	font-size: 12px;
	text-align: justify;
}

#service_bar .sb_box a {
	color: #696443;
	font-weight: bold;
	text-decoration: none;
}

#service_bar .sb_box a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#service_bar .sb_box_last {
	margin-right: 0;
}

#service_bar img {
	float: left;
	margin-right: 10px;
}

#service_bar a {
	line-height: 22px;
	color: #fff;
 	font-weight: bold;
	text-decoration: none;
}

#service_bar a:hover {
	text-decoration: none;
}

#content_wrapper {
	clear: both;
	width: 930px;
	padding: 0 10px;
	margin: 0 10px;
	background: url(images/content.png) repeat-y center;
}

#content {
	width: 870px;
	padding: 30px;
}

#content p {
	margin-bottom: 10px;
}

.col_260 {
	float: left;
	width: 240px;
	margin-right: 45px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.col_w565 {
	float: left;
	width: 565px;
	margin-right: 40px;
	
}

.col_w565 img {
	margin-right: 10px;
}


.col_w565_m {
	background:url(images/m_arka.png);
	height: 190px;
	padding: 30px;
	width: 505px;
	margin-bottom: 20px;
}

.col_w565_y {
	background:url(images/y_alt.png);
	height: 190px;
	width: 505px;
	padding: 30px;
	margin-top: 20px;
}

.col_w565_o {
	height: 190px;
	width: 505px;
	padding: 30px;
	background-image: url(images/b_arka.png);
}

.col_last {
	margin-right: 0;
}


.sb_news_box {
	margin-bottom: 10px;
}

.sb_news_box a {
	color: #8a9e0c;
	font-size: 12px;
	text-decoration: none;
}

.sb_news_box a:hover { color: #0066FF; }

.sb_news_box span {
	color: #333;
	font-weight: normal;
}

.service_box {
	clear: both;
	margin-bottom: 50px;
}

.service_box img {
	float: left;

}

.service_box .sb_right {
	float: right;
	width: 500px;
}

#contact_form {
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 350px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin: 10px 0px 5px 0px;
	font-size: 14px;
	color: #333;
}

#contact_form form textarea {
	width: 350px;
	height: 200px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#contact_form form .submit_btn {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 7px 14px;
}

.sorgula_btn {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 7px 14px;
}

#contact_form form .reset {
	margin-left: 100px;
}

#gallery {
	clear: both;
	margin-top: 30px;
}

#gallery ul { list-style: none; margin: 0; padding: 0; }

	#gallery ul li {
		float: left;
		display: block; 
		padding: 0;
		margin: 0;
		width: 260px;
		margin: 0 40px 40px 0;
	}
	
	#gallery ul .right_most {
		margin: 0 0 35px 0;
	}
	
	#gallery ul li h5 {
		color: #8a9e0c;
		margin-bottom: 15px;
	}
	 
	#gallery ul img {
		width: 250px;
		height: 130px;
		border: 5px solid #fff;
		margin-bottom: 10px;
	}

#sunucutablo img { 
	width:auto;
	height:auto;
}

#footer_wrapper {
	clear: both;
	width: 100%;
	background: #899d08;
}

.footer_box; {
	text-align: center;
	width: 840px;
	color: #2BBBE9;
	}


#footer {
	width: 910px;
	padding: 5px 40px 15px;
	text-align: center;
	color: #2d3400;
	margin: 0 auto;
	background: #899d08 url(images/footer.png) top center no-repeat;
	font-weight: bold;
}

#footer a {
	color: #2d3400;
}

#footer a:hover {
	color: #899d08;
	text-decoration:none;
}

