@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700,800&subset=latin,latin-ext);
* {
	margin:0px;
	padding:0px;
	border:0;
}
body {
	background:url(i/bg.jpg) no-repeat top center;
	font-family:'Merriweather Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	background-color:#c7c7c7;
}

body a {
	color:#fff;
	text-decoration:none;
}

.container {
	width:950px;
	background:url(i/bgx.jpg) no-repeat;
	margin:0 auto;
}

.logo {
z-index: 99999;
position: absolute;
margin-left: 505px;
margin-top: 35px;
}

.topmenu {
	width:auto;
	height:50px;
	float:right;
	margin-top:60px;
}
.topmenu ul {
	list-style-type:none;
	margin-top:15px;
	margin-left:0px;
}
.topmenu ul li {
	float:left;
	font-family: 'Merriweather Sans', sans-serif;
	margin-right:7px !important;
	margin-right:10px;
	border-right:1px dashed #FFF;
	line-height:35px;
}

.topmenu ul li:hover {
background:url(img/topnavico.png) no-repeat 45% top;
}

.topmenu ul li a {
	color:#FFF;
	font-size:10pt;
	font-weight:800;
	margin-right:25px;
	margin-left:25px;
}
.topmenu ul li a:hover {
	color:#ed1c24;
	border-bottom:2px solid #fff;
}

.slider {

float: left;
margin-top: -250px;
margin-left: 4px;
}

.header {
height:250px;
}

.cb {
clear:both;
}

.sol {
float:left;
}

.sag {
float:right;
}

.orta {
margin-top:25px;
width:850px;
color:#666666;
}

.orta a  {
color:#666666;
}

.kayanurunler {
width:900px;
}

.kayanurunler ul li {
margin:10px;
}

.footer {
height:33px;
width:auto;
margin-top:35px;
line-height:30px;
}

.footer a {
font-size:10px;
font-weight:bold;
}

.inputtext {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #fff;
height: 15px;
font-size: 10px;
color: #8c8c8c;
padding-left: 5px;
}

.inputbutton {
background-color:#000;

-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;

border:1px solid #000;

display:inline-block;
color:#fff;
font-family:arial;
font-size:8px;
font-weight:bold;
padding:2px 5px;
text-decoration:none;

}
.inputbutton:hover {
color:#FFF;
text-shadow:none;
border:1px solid #000;
background-color:#000;
}
.inputbutton:active {
position:relative;
top:1px;
}

/***** Recent Works *****/


#carouselContainer {
	width: 850px;
	height:340px;
	overflow: hidden;
	list-style:none;
}
#carouselContainer ul {
list-style:none;
}

#carousel {
	margin: 0px;  
	padding: 0px;  
	width: 850px; /* important */
	list-style:none;
	left: -280px;
}  


#carousel li {  
    position: relative;
    display: inline-block;
	float: left;
	width: 160px;
	height: 160px;  
	padding: 0px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	background: url(i/urunbg.png) no-repeat left top;
}

#left_scroll {
float: left;
height: 44px;
width: 40px;
cursor: pointer;
position: absolute;
margin-left: -59px;
margin-top: 210px;
}

#right_scroll {  
float: right;
height: 44px;
width: 40px;
cursor: pointer;
position: absolute;
margin-left: 866px;
margin-top: -256px;
}  

#left_scroll {
	background: url(i/dot-arrow-prev.png) no-repeat;
}

#right_scroll {
	background: url(i/dot-arrow-next.png) no-repeat;
}

.form-a { position: relative; padding: 39px 0 0; }
	.form-a legend { display: block; position: absolute; left: 0; top: 0; margin: 0; padding: 0; color: #333; font-weight: 500; font-size: 1.8em;  }
	.form-a p { line-height:50px; }
	.form-a label {
    width:290px;
    display:inline-block
	}
	.form-a input { position: relative; z-index: 1; height: 38px; padding: 0 10px; border: 1px solid #dcd9d9; background: #f5f5f5; color: #333; line-height: 38px; }
	.form-a p > input { width: 528px; }
	.form-a span > input { width: 278px; }
	.form-a textarea { position: relative; z-index: 1; width: 529px; height: 159px; min-height: 159px; padding: 9px 9px 9px 10px; border: 1px solid #dcd9d9; background: #f5f5f5; color: #333; }

	
    .form-a button  {
	float: right;
margin-right: 5px;
        
        -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
        -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
        box-shadow:inset 0px 1px 0px 0px #f29c93;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
        background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
        
        background-color:#fe1a00;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #d83526;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #b23e35;
        
    }