
* {
	margin: 0px;
	padding: 0px;
}

body {  width: 1020px;
	background: #c0c0c0  url(images/page_back.gif) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1, h2, h3 {
	color: #CD9F46;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #CD9F46;
}


h3 {
	font-size: 1em;
}
#main
{
width: 1020px;
margin: 0 auto;

}
/* Header */

#header {
	width: 1020px;
	margin: 0 auto;
	height: 300px;
}

#menu {
	float: left;
	height: 101px;
	width: 900px;
	padding-left:200px;
	background: url(images/menu.jpg) no-repeat;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 30px;
    	text-align: center;
	background: url(images/button.jpg) no-repeat
}

#menu a:hover {
	color: #ffffff;
	background: url(images/button_r.gif) repeat-x;
}



/* Logo anasayfa rez filan*/

#logo {
	width: 1020px;
	height: 250px;
	margin: 0 auto;
	text-align: right;
	background: url(images/header.jpg) no-repeat left top;
}

/* blink*/
#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 80px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	color: #ffffff;
	font-size: 10px;
	padding-right: 20px;
}

#logo h3 {
	color: #ffffff;
	font-size: 10px;
	padding-right: 550px;
}
#logo a {
	color: #FFFFFF;
}

/* Page */

#page { 
	width: 910px;
	margin: 0 auto;
	background: #ffffff url(images/page_back.gif) repeat-x top;
	border-top:none;
	padding-top: 20px;
}

/* Content */

#content {
	
	
	width: 700px;
	padding-left: 150px;
}






/* Footer */
#footer
{
	width: 920px;
	background: url(images/footer.gif) repeat-x;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer p {
	
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}



.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(media/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}


</style>

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]