@charset "utf-8";
/* CSS Document */

body{ background-image:url(images/bg.png); background-repeat:repeat-x; background-color:#D8E6F3; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#main{ width:960px; height:auto; overflow:hidden; margin:auto; background-color:#FFF;}

#logo { width:350px; height:100px;}
#banner { width:940px; background-image:url(images/banner.png); background-repeat:repeat-x; height:130px; padding-top:70px; padding-left:20px;} 


#menu { width:960px; height:50px; background-image:url(images/menu.png); margin-top:5px; border:#999 solid 1px;}
#menu ul {	margin: 0px;	padding: 0px;	list-style-type: none;}
#menu li { float:left;}
#menu a { display:block; width:240px; height:35px; text-align:center; padding-top:15px; text-decoration:none; color:#333; font-weight:bold;}
#menu a:hover { background-image:url(images/hover.png); color:#C00;}


#middle { width:960px; height:auto; overflow:hidden;}
#left { width:700px; height:auto; float:left; font-size:9pt;}
.urun { width:175px; height:200px; float:left; margin-left:30px; margin-top:10px; margin-bottom:10px; text-align:center; font-size:11px; border:#CCC solid 1px;}

#rigth { width:240px; height:auto; margin-left:20px; float:left;}
#duyuru { background-color:#1D3E70; color:#FFF; text-align:center; height:30px;}
#footer { width:960px; height:80px; background-color:#1D3E70; text-align:center; color:#FFF; font-size:9pt; padding-top:20px;}