#main {
width:960px;
margin:0 auto;

}

#main .column1 {
	height:98px;
}


#main .column1 .destek {
	float:right;
	margin-top:6px;
}

#main .column1 .bayi {
	float:right;
	margin-top:6px;
}


#main .column1 .logo {
	float:left;
	margin-top:5px;
}
#main .column1 .destek .ky {
	margin-left:140px;
}
#main .column2 {
	width:960px;
	height:60px;
	float:left;
}

#main .column3 {
	float: left;
width: 932px;
margin-left: 14px;
margin-top: -13px;
height: 360px;
}


#main .column4 {
	width:960px;
	height:60px;
	float:left;
	margin-top:-14px;
}
#main .column5 {

float:left;
}
#main .column6 {
	float:left;
	margin-top:14px;
	
}
#main .column6 .rows {
	width:313px;
	height:200px;
	float:left;
	margin-left:10px;
}
#main .column6 .rows .baslik {
	width:300px;
	float:left;
	margin-left:5px;
}




#main .column6 .rows .resim {
width:128px;
float:left;
margin-left:5px;
}
#main .column7 {
	width:960px;
	height:96px;
	float:left;
	
	

}
#main .column7 .altMenu {
	float:left;
	height:48px;
	width:570px;
	margin-top:14px;
	margin-left:10px;
	
}
#main .column7 .copy {
	
	height:48px;
	margin-top:50px;
}
#main .column7 .altMenu ul {
	list-style-type:none;
	
}





#main .column6 .rows .icerik {
width:175px;
float:left;
margin-left:5px;
line-height:17px;
}


#main .column5 img {
	margin-left:35px;
	
}
#main .column7 .altMenu ul li {
	float:left;
	margin-left:15px;
	/*border-left: 1px solid #bfdbf1;*/
    padding-left: 8px;
}
#main .column7 .social {
	list-style-type:none;
	float:right;
	height:34px;
	margin-right:14px;
}
#main .column7 .social li {
	float:left;
	margin-left:5px;
	
}
#main .column7 .author {
	float: right;
padding-left:188px;
margin-top:28px;

}
#main .column1 .slogan {
	float: left;
font-family: georgia;
font-size: 20px;
height: 84px;
line-height: 140px;
margin-left: 30px;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
vertical-align: baseline;
}
#main .column2 .menubg .menu {
	list-style-type:none;
	float:left;
	margin-top:11px;
	font-size:15px;
	
	
}
#main .column2 .menubg .menu li {
	float: left;

background-position: right;
background-repeat: no-repeat;
margin-left: 25px;
height:25px;
border-left: 1px aqua blue;

}
#main .column2 .menubg .menu li a {
	margin-left:20px;
	line-height:20px;

}





.content .urunIcerik { 
		float: left;
width: auto;		
margin-bottom:18px;				 
}

.content .urunIcerik .urun {
	float: left;
width: 209px;
border: solid 1px #E5E5E5;
margin-left: 18px;
margin-top:18px;
	
}
.content .urunIcerik .urun:hover {
	
border: solid 1px #213F9A;

	
}

.content .urunIcerik .urun2 {
	float: left;
width: 237px;
border: solid 1px #E5E5E5;
margin-left: 18px;
margin-top:27px;
}

.content .urunIcerik .urun2:hover
{
	border: solid 1px #213F9A;
}


.button { 
    position: relative; 
    overflow: visible; 
    display: inline-block; 
    padding: 0.5em 1em; 
    border: 1px solid #789; 
    margin: 0;
    text-decoration: none; 
    text-shadow: 1px 1px 0 #fff; 
    font:11px/normal sans-serif; 
    color: #333; 
    white-space: nowrap; 
    cursor: pointer; 
    outline: none; 
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box; 
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em; 
    -moz-border-radius: 0.2em; 
    border-radius: 0.2em; 
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none; 
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
    color: #fff; 
    background-color: #3C8DDE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}


.button.danger {
    color: #900;
}

.button.danger:hover,
.button.danger:focus,
.button.danger:active {     
    border-color: #b53f3a;
    border-bottom-color: #a0302a;
    color: #fff; 
    background-color: #dc5f59;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
    background-image: -moz-linear-gradient(#dc5f59, #b33630);
    background-image: -o-linear-gradient(#dc5f59, #b33630);
    background-image: linear-gradient(#dc5f59, #b33630);
}