@charset "utf-8";
/* MADRAN SU */
/* 27.11.2012 evren.yeniev@onarim.com.tr | www.onarim.com.tr */

@import "reset.css";
@import "style.css";
@import "jquery.fancybox.css";

#slider{
	width:100%;
	height:315px;
	z-index:-100;
}

.stretch {
    width:100%;
    height:315px;
}

#content{
	margin-top:20px;
}

h1{
	background:url(../images/iletisim/title.png) no-repeat;
	width:214px;
	height:40px;
	text-indent:-10000px;
}

h4{
	display:block;
	margin-bottom:15px;
	color:#000;
	font-size:15px;
}

.roundedcorner{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#bdbdbd;
}


#IletisimFormu{
	width:425px;
	float:left;
	padding-top:35px;
	margin-left:15px;
	background:url(../images/iletisim/IletisimFormu.png) no-repeat top;
}

#IletisimBilgileri{
	width:474px;
	float:left;
	padding-top:35px;
	margin-left:30px;
	background:url(../images/iletisim/IletisimBilgileri.png) no-repeat top;
	color:#000;
}

#IletisimBilgileri span{
	float:left;
	width:50px;
	font-weight:600;
	margin-bottom:10px;
	color:#000;
}

#Merkez a, #Antalya a, #Fabrika a, #Denizli a{
	text-decoration:none;
	color:#000;
}

#Merkez a:hover, #Antalya a:hover, #Fabrika a:hover, #Denizli a:hover{
	color:#00499e;
}

#IletisimBilgileri img {
	border:1px solid #000;
	margin-bottom:15px;
}

#IletisimBilgileri div.caption {
	position: relative;
}

#IletisimBilgileri div.caption p {
	position: absolute;
	margin: 0; 
	padding: 5px 10px;
	font-size: 11px;
	bottom: 15px;
	left: 0px;
	width:175px;
	background:#333;
	color: #fff;
	opacity: .85;
}

.field{margin-bottom:7px;}

label {
	display: block; 
	float: left;
	margin-right:10px; 
	text-align: right; 
	width: 120px; 
	line-height: 25px; 
	font-size: 12px; 
}

.input{
	font-size: 12px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width: 283px; 
	color: #797979;	
}

.input:focus{
	background-color:#f4f4f4;	
}

.textarea {
	height:160px;
    font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

.warnme{
	color:#f00;
	font-weight:600;
}

.formwarning{
    color :#f00;
}

.customCalloutStyle div, .customCalloutStyle td{
    font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	border:1px solid #000;
	background-color:#004aa0;
	font-weight:lighter;
	color:#fff;
}

.messageinfo{
    font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	float:left;
	width:300px;
	display:block;
	padding-left:30px;
	margin-top:10px;
	color:#333;
	background:url(../images/pattern/check.png) center left no-repeat;
}

.button{
	float: right;
	margin:10px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #004aa0;
	background: -moz-linear-gradient(top, #004aa0 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004aa0), to(#7089b3));
	
	/* Border style */
	border: 1px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;

}

.button:hover {
	background: #848FB2;
	cursor: pointer;
}

.right{
	float:right;
}

ul.tabs {
	margin:0px; 
	padding:0px;
	margin-top:5px;
	margin-bottom:8px;
}

ul.tabs li {
	list-style:none;
	display:inline;
}

ul.tabs li a {
	background-color:#464c54;
	color:#fff;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #464c54;
	background-image:url('../images/iletisim/tab_off.jpg');
	background-repeat:repeat-x;	 
	background-position:bottom;
}

ul.tabs li a:hover {
}

ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url('../images/iletisim/tab_on.jpg');
	background-repeat:repeat-x;
	background-position:top;	
}

.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54;
	background-image:url('../images/iletisim/content_bottom.jpg');
	background-repeat:repeat-x;	 
	background-position:bottom;	
	margin-bottom:20px;
}

#Antalya, #Fabrika, #Denizli {display:none;}