@charset "UTF-8";
/* CSS Document */

/* ##########################
	    GlOBAL STYLES
########################## */

html {
	height:100%;
	}

body {
	background:#dcdcdc url(../images/bg.jpg) repeat-x top left; 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	}
	
#wrapper {
	margin:0 auto;
	width:996px;
	/* background:#fff url(../images/copy_bg.png); */
	}
	
.clearLeft {
	clear:left;
	}
	
.clearRight {
	clear:right;
	}
	
.clearBoth {
	clear:both;
	}
	
p {
	font-size:140%;
	line-height:18px;
	margin-top:5px;
	padding-left:2px;
	text-align: left;
	}
	
p a:link {
	color:#ff0000;
	}
	
p a:visited {
	color:#ff0000;
	}
	
p a:hover {
	color:#2990dd;
	}
	
p.highlight {
	background-color:#DCF0FF;
	padding:10px;
	border:1px dotted #2990dd;
	}
	
.highlightTwo {
	background-color:#DCF0FF;
	}
	
h1 {
	font-size:19px;
	font-style:normal;
	text-align:left;
	}
	
h2 {
	font-size:200%;
	font-style:italic;
	color:#2990dd;
	text-transform:uppercase;
	margin-bottom:5px;
	}
	
h3 {
	font-size:170%;
	color:#393641;
	margin-bottom:5px;
	}
	
.red {
	color:#ff0000;
	}
	
img {
	border:none;
	}
	
img.center {
	margin:0 auto;
	}
	
img.floatLeft {
	float:left;
	padding:0 15px 0 0;
	}

img.floatRight {
	float:right;
	padding:0 0 0 15px;
	}
	
.small {
	font-size:90%;
	}
	
blockquote {
	font-style:italic;
	font-size:100%;
	}
	
/* ##########################
	    MAIN CONTENT
########################## */


	
#content {
	float:right;
	width:700px;
	text-align:left;
	padding:10px 20px 0 0px;
	margin-right:25px;
	}
	
#content ul {
	list-style-type:none;
	font-size:140%;
	}
	
#content ul li {
	background:url(../images/bullet_pill.png) no-repeat 0 7px;
	padding:5px 0 5px 17px;
	}
	
#content strong {
	font-size:110%;
	font-style:normal;
	}
	
#content blockquote.testimonials {
	padding:10px;
	margin-bottom:30px;
	margin-right:0;
	min-height:95px;
	}
	
#content blockquote.testimonialsIE {
	padding:10px;
	background:url(../images/testimonial_bg.png) repeat-y top right;
	margin-bottom:30px;
	margin-right:0;
	/*min-height:95px;*/
	}

#content blockquote.testimonialsEven {
	padding:0 10px;
	background:url(../images/testimonial_bg.png) repeat-y top right;
	margin-bottom:30px;
	margin-right:0;
	min-height:95px;
	width:440px;
	}
	
	
#test{
	background-image: url(../images/test-back.jpg);
	background-repeat:no-repeat;
	float:right;
	height:260;
	width:600px;
	text-align:left;
	}
	
#test-image{
	float:left;
	height:243;
	width:310px;
	text-align:left;
	padding: 8px;
	}	
#test-metin{
	float:right;
	height:243;
	width:250px;
	text-align:center;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
	}	
		
		
div#orderIcons {
	height: 168px;
	text-align: left;
	margin-left:140px;
	width:340px;
	}
	
div#orderIcons a {
	text-decoration:underline;
	}
	
div#orderIcons div {
	text-align: center; 
	width: 110px; 
	margin: 20px 0 15px 2px; 
	float: left
	}
	
div#orderIcons div a {
	color:#ff0000;
	text-decoration:underline;
	}
	
	
div#orderIconsTwo {
	height: 168px;
	text-align: left;
	margin-left:45px;
	}
	
div#orderIconsTwo a {
	color:#ff0000;
	text-decoration:underline;
	}
	
div#orderIconsTwo div {
	text-align: center; 
	width: 110px; 
	margin: 8px 0 15px 2px; 
	float: left
	}
	
/*#content #orderIcons {
	height: 140px; 
	text-align: center
	}
#content #orderIcons div {
	text-align: center; 
	width: 120px; 
	margin: 8px; 
	float: right
	}*/
	
#content div.rated img {
	margin: -1px 0 0 -1px;
	}
	
#content table.audio {
	padding:4px;
	border:2px solid #EAF4FE;
	background-color:#EAF4FE;
	font-size:120%;
	}
	
#content #orderNow {
	margin:20px 0 20px 0;
	padding:0;
	}
/*
* html #content #orderNow{
	margin:20px 0px 20px 0px;
}
*/
	
#content #orderNow li {
	list-style-type:none;
	background:none;
	padding:0;
	}
	
#content #orderNow li a {
	padding:49px 0px 0 400px;
	width:0;
	background:url(../images/order_now2.jpg) no-repeat top left;
	display:block;
	}

*html #content #orderNow li a {
	padding:31px 0px 0 400px;
}	

#content #orderNow li a:hover {
	background:url(../images/order_now1.jpg) no-repeat bottom left;
	}

/* ##########################
	  HEADER NAV STYLES
########################## */	
	
#header {	
	display: block;
	width:996px;
	height:370px;
	background:url(../images/header.jpg) no-repeat top left;
	}
	
.headbutton {
	width:280px;
	height:50px;
	float: left;
	position: absolute;
	left: 372px;
	top: 253px;
}

#header2 {
	width:996px;
	height:205px;
	background:url(../images/headder1.jpg) no-repeat top left;
	}

#header #navList {
	margin:0 0 0 10px;
	padding:327px 0 0 0;
	}
	
#header #navList li {
	list-style-type:none;
	float:left;
	}
	
#header #navList li a {
	overflow:hidden;
	margin-right:40px;
	}

#header #navList li.home a {
	width:0;
	padding-left:128px;
	height:31px;
	background:url(../images/nav/home.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.home a:hover {
	background:url(../images/nav/home.png) no-repeat bottom left;
	}
	
#header #navList li.gizlilik a {
	width:0;
	padding-left:70px;
	height:31px;
	background:url(../images/nav/gizlilik.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.gizlilik a:hover {	
	background:url(../images/nav/gizlilik.png) no-repeat bottom left;
	}
	
#header #navList li.teslimat a {
	width:0;
	padding-left:78px;
	height:31px;
	background:url(../images/nav/teslimat.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.teslimat a:hover {	
	background:url(../images/nav/teslimat.png) no-repeat bottom left;
	}
	
#header #navList li.iletisim a {
	width:0;
	padding-left:68px;
	height:31px;
	background:url(../images/nav/iletisim.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.iletisim a:hover {	
	background:url(../images/nav/iletisim.png) no-repeat bottom left;
	}
	
#header #navList li.faq a {
	width:0;
	padding-left:38px;
	height:31px;
	background:url(../images/nav/faq.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.faq a:hover {	
	background:url(../images/nav/faq.png) no-repeat bottom left;
	}
/*	
#header #navList li.testimonials a {
	width:0;
	padding-left:73px;
	height:31px;
	background:url(../images/nav/testimonials.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.testimonials a:hover {	
	background:url(../images/nav/testimonials.png) no-repeat bottom left;
	}
*/	
	
#header #navList li.order a {
	width:0;
	padding-left:115px;
	height:31px;
	background:url(../images/nav/order.png) no-repeat top left;
	display:block;
	}
	
#header #navList li.order a:hover {	
	background:url(../images/nav/order.png) no-repeat bottom left;
	}
	
/* ##########################
	    SIDEBAR STYLES
########################## */

#sidebar {
	background-image:url(../images/sideback.jpg);
	width:218px;
	padding:10px 5px 0 5px;
	}
	
#sidebar #phoneContainer {
	width:188px;
	padding:0 0 0 40px;
	margin:0 0 20px 4px;
	text-align:left;
	background:url(../images/phone_icon.png) no-repeat 0 0;
/*	-moz-border-radius:5px;
	border:1px #999 solid;*/
	}

#sidebar .phone {
	font-size:240%;
	font-weight:bold;
	text-transform:uppercase;
	color:#ff0000;
	margin-bottom:10px;
	margin-top:5px;
	}
	
#sidebar .promoCode {
	font-size:150%;
	font-weight:bold;
	margin:0;
	}

#sidebar #sidebarPackages {
	margin:20px auto 20px auto;
	padding:0;
	}
	
#sidebar #sidebarPackages li {
	list-style-type:none;
	overflow:hidden;
	margin-left:2px;
	}
	
#sidebar #sidebarPackages li.sixMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	background:url(../images/sidebar/6month.png) no-repeat top left;
	display:block;
	}
*html #sidebar #sidebarPackages li.sixMonths a {
	padding-top:63px;
}	
	
#sidebar #sidebarPackages li.sixMonths a:hover {
	background:url(../images/sidebar/6month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.twelveMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/12month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.twelveMonths a:hover {
	background:url(../images/sidebar/12month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.fiveMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/5month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.fiveMonths a:hover {
	background:url(../images/sidebar/5month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.fourMonths a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/4month.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.fourMonths a:hover {
	background:url(../images/sidebar/4month.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.topTen a {
	width:233px;
	height:0;
	padding-top:103px;
	margin-top:40px;
	background:url(../images/sidebar/top_ten.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.topTen a:hover {
	background:url(../images/sidebar/top_ten.png) no-repeat bottom left;
	}
	
#sidebar #sidebarPackages li.fmo a {
	width:233px;
	height:0;
	padding-top:78px;
	margin-top:20px;
	background:url(../images/sidebar/free_fmo.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.fmo a:hover {
	background:url(../images/sidebar/free_fmo.png) no-repeat bottom left;
	}

#sidebar #sidebarPackages li.freeBonuses a {
	width:233px;
	height:0;
	padding-top:102px;
	margin-top:13px;
	background:url(../images/sidebar/free_bonuses.png) no-repeat top left;
	display:block;
	}
	
#sidebar #sidebarPackages li.freeBonuses a:hover {
	background:url(../images/sidebar/free_bonuses.png) no-repeat bottom left;
	}
	
/* ##########################
	    FOOTER STYLES
########################## */
	
#footer {
	background:#fff url(../images/footer_bar.png) repeat-x top left;
	padding:40px 95px 20px 95px;
	}
	
#footer #navFooter {
	margin:0;
	padding:0;
	font-size:120%;
	}
	
#footer #navFooter li {
	display:inline;
	}
	
#footer #navFooter li a {
	color:#ff0000;
	border-right:1px solid #000;
	text-decoration:none;
	padding:0 4px 0 0;
	margin-bottom:10px;
	}
	
#footer #navFooter li.last a {
	border:none;
	}
	
#footer #navFooter li a:visited {
	color:#ff0000;
	}
	
#footer #navFooter li a:hover {
	text-decoration:underline;
}

.baslik {
	font-family:Arial, sans-serif;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	font-weight:900;
	letter-spacing:1px;
}

.yazi {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:900;
	line-height:135%;
}

.araresim {
	float: left;
	width: 150px;
}

.araresim2 {
	float: left;
	width: 310px;
}

.araresim3 {
	float: left;
	width: 270px;
}

.araresim4 {
	margin-right:10px;
	float: left;
	width: 305px;
}
.yazi2 {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0px;
	line-height:135%;
}

.yazi3 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0px;
	line-height:135%;

}

.yazi4 {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	letter-spacing:0px;
	line-height:130%;
}

.yazi4 span{
	font:bold 14px arial;
	color:#039;
}

.yazi5 span{
	font:bold 19px arial;
	color:#FFF;
	background-color:#09C;
}


.yazi5 {
	font-family:Arial, sans-serif;
	font-size:19px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0px;
	line-height:10%; 


}

.yazi6 {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#00F;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0.5px;
	line-height:1px;

}

.yazi7 {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#C60;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0px;
	line-height:120%;
}

.buton {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:900;
	width:75px;
	height:20x;
}

.uyari {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
}

.siparis {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	font-weight:900;
}

a.siparis {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	text-decoration:none;
	font-weight:900;
}

a.siparis:hover {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:900;
}

#18{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0px;

}	

#sayfa {
	background:#fff url(../images/sayfa_bar.png) repeat-x top left;
	padding:40px 95px 20px 95px;
	}
	
#sayfa #navFooter {
	margin:0;
	padding:0;
	font-size:120%;
	}
	
#sayfa #navFooter li {
	display:inline;
	}
	
#sayfa #navFooter li a {
	color:#ff0000;
	border-right:1px solid #000;
	text-decoration:none;
	padding:0 4px 0 0;
	margin-bottom:10px;
	}
	
#sayfa #navFooter li.last a {
	border:none;
	}
	
#sayfa #navFooter li a:visited {
	color:#ff0000;
	}
	
#sayfa #navFooter li a:hover {
	text-decoration:underline;
}

