* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:url(../images/bg.gif) repeat;
	width:100%;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#333;
}
h2 {
	font:14px/28px Arial, Helvetica, sans-serif;
	background:url(../images/bullet.png) no-repeat 0 10px;
	padding-left:15px;
	color:#991f0d;
}
p {
	padding:5px 5px 10px 15px;
}
ol {
	padding:5px 5px 10px 30px;
}
h2 a {
	color:#991f0d;
}
h2 a:hover {
	color:#000;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.spacer {
	display:block;
	height:5px;
}
.ball {
	position:absolute;
	background:url(../images/ball.png) no-repeat;
	width:112px;
	height:110px;
	margin-left:10px;
	z-index:999;
}
#wrapper {
	background:url(../images/bck_bg.png) repeat-y;
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0 18px 0 18px;
}
/*-------------------------------------HEADER--------------------------------------------*/
#header {position:relative; height:470px; width:960px; top:0; left:0;}
#topheader {
	background:url(../images/header_bg.png) repeat-x;
	height:55px;
	width:960px;
}
#leftside {
	background:url(../images/stylish_bg.png) no-repeat;
	height:55px;
	width:550px;
	float:left;
}
#leftside h1 {
    background:url(../images/elitlogo.png) no-repeat;
    display:block;
    height:55px;
    width:375px;
	margin-left:110px;
}
#leftside h1 a {
    display:block;
    height:55px;
    width:375px;
}
#leftside h1 a span {
    display:none;
}
#rightside {
	height:55px;
	width:410px;
	float:right;
}
#toplist {
	margin:12px 0 0 60px;
}
#toplist li {
	float:left;
	display:inline;
	padding:3px;
}
#toplist li a {
	display:block;
	width:25px;
	height:25px;
}
#rightside #toplist li a.facebook {
	background:url(../images/facebook_icon.png) no-repeat;
}
#rightside #toplist li a.twitter {
	background:url(../images/twitter_icon.png) no-repeat;
}
#rightside #toplist li a.rss {
	background:url(../images/rss_icon.png) no-repeat;
}
#search {
	float:right;
	margin-right:10px;
}
.searchform {
	background:url(../images/searchbar.png) no-repeat;
	width:140px;
	height:18px;
	border:none;
	padding:6px 35px 5px 7px;
}
.searchbtn {
	background:url(../images/searchbutton.png) no-repeat;
	width:44px;
	height:29px;
	border:none;
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*-------------------------------------NAVIGATION-----------------------------------*/
#navmenu {
	background:url(../images/menu_bg.png) repeat-x;
	width:960px;
	height:35px;
}
#navmenu ul {
	margin-left:140px;
}
#navmenu ul li {
	float:left;
	display:block;
	height:31px;
	background:url(../images/menuline.png) no-repeat right;
	padding:2px 10px 0 10px;
}
#navmenu ul li.noline {
	background:none;
}
#navmenu ul li a {
	font:12px "Futura Md BT", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display:block;
	margin-top:9px;	
}
#navmenu ul li a:hover {
	color:#000;
}
/*----------------------------------///NAVIGATION-----------------------------------*/
#banner {
	height:380px;
	width:960px;
}
/*----------------------------------///HEADER--------------------------------------------*/
/*-------------------------------------CONTENT-------------------------------------------*/
#content {
	position:relative;
  padding:20px 0 20px 20px;
	width:940px;
}
#content div.tab {
	width:920px;
	margin:0 20px 20px 0;/*important*/
	height:auto;
	border-bottom:1px solid #8c8c8c;
}
#content div.tab a {
	color:#991f0d;
}
#content div.tab a:hover {
	text-decoration:underline;
}
#content div.tab ul {
	width:100%;
	list-style-position: inside;/*for the firefox list bug*/
	padding:10px 0 10px 0;
	margin-left:15px;
}
#content div.tab ul li {
	list-style-type:square;
}
#content div.newstab {
	position:relative;
  float:left;
	width:450px;
	margin:0 20px 20px 0;/*important*/
	height:100%;
	border-bottom:1px solid #8c8c8c;
}
#content div.newstab img, #content div.tab img {
	float:left;
	margin:5px 15px 10px 15px;
}
#content div.newstab p, #content div.tab p {
	text-align:left;
}
#content div.newstab a.more {
	float:right;
	background:url(../images/arrow.png) no-repeat 0 2px;
	padding-left:15px;
	margin-bottom:5px;
	color:#333333;
}
#content div.newstab a.more:hover {
	color:#666;
}
/*----------------------------------///CONTENT-------------------------------------------*/
/*---Membership-Form---*/
.membershipform {
	width:400px;/*Fixed width*/
	overflow:hidden;
	margin-top:20px;
}
.normal_form, .security_form, .select1, .select2, .textarea {
	float:left;
	background-color:#FFF;
	color:#464545;
	border: 1px solid #a0a0a0;
	margin:2px 2px 10px 10px;
}
.normal_form {	
	width:220px;
	height:24px;	
	line-height:24px;
}
.security_form {
	font:16px "Times New Roman", Times, serif;
	width:130px;
	height:24px;	
	line-height:24px;
}
.security_img {
	width:80px;
	height:30px;
	margin-left:8px;
}
.select1 {
	width:62px;
	height:24px;
}
.select2 {
	width:74px;
	height:24px;
}
.textarea {
	width:220px;
	height:64px;
}
.normallabel, .radiolabel {
	float:left;
	display:block;
	text-align:right;
}
.normallabel {
	width:140px;
	margin-top:8px;
}
.radiolabel {	
	width:45px;
	padding-right:5px;
}
div.radiobuttons {
	float:left;
	width:220px;
	height:24px;
	padding:6px 0 0 0;
	margin:2px 2px 10px 10px;
}
.radiobtn {
	float:left;
	width:20px;
	margin-right:40px;
}
/*Burasi soru eger olumlu ise gösterilecek*/
div.hiddenplace {
	display:none;
}
/*///Membership-Form///*/
.dark_button {
	font:12px Arial, Helvetica, sans-serif;
	float:right;
	width:67px;
	height:24px;
	border:none;
	color:#FFF;
}
.dark_button {
	background:url(../images/btn1.png) no-repeat;
	margin:10px 10px 0 0;
	}
.dark_button:hover {
	color:#ddd;
	}
/*-------------------------------------FOOTER--------------------------------------------*/
#footer {
	clear:both;
  	position:relative;
	width:920px;
	padding:0 20px 0 20px;
}
.istext {position:absolute; display:block; width:360px; height:auto; color:#F00; top:60px; left:35%; font-weight:bold; }
.islogo {position:absolute; display:block; width:136px; height:60px; top:70px; left:45%;}
#bottomnav {
	width:450px;
	float:left;
}
.bottom-nav {
	text-align:left;
	margin-top:5px;
	margin-bottom:15px;
}
.bottom-nav li {
	float:left;
	display:block;
	border-right:1px solid #999;
	padding:0 14px 0 10px;
	margin:0 0 8px 0;
}
.bottom-nav li.noborder1 {
	border:none;
}
.bottom-nav li a {
	font-size:11px;
	color:#868585;
}
.bottom-nav li a:hover {
	color:#333333;
}
#bottombanner {
	width:450px;
	float:right;
}
.logos {display:block;}
.logos a {display:block; float:left; margin:0 25px;}

.copyright {
	clear:both;
	color:#464545;
	text-align:left;
	font-size:11px;
	padding:5px 0;
}
.upy{
	text-align:left;
	color:#464545;
	font-size:11px;
}
.upy:hover {color:#000;}
.big-text {font-size:13px; color:#F00;}
/*----------------------------------///FOOTER--------------------------------------------*/
#bottom {
	background:url(../images/bottom_bg.png) no-repeat;
	width:996px;
	height:36px;
	margin:0 auto;
}



