/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:972px;
} 

body { 
	background:url(images/tail-body.gif); 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#afaa95; 
	min-width:972px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container {
	width: 100%;
	font-size: 16px;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x;
}

/*=========================== FORMS ===========================*/

#search-form {
	width:100%;
	overflow:hidden;
}
#search-form span {
	display:block;
	float:left;
	background:url(images/input-bg.gif) no-repeat left top;
	width:179px;
	height:26px;
	margin:0 5px 0 0;
}
#search-form input {
	background:none;
	border:0;
	color:#bcbcbc;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.2em;
	margin-left:13px;
	padding-top:6px;
	width:153px;
	vertical-align:top;
}
#search-form a {
	margin-top:1px;
}

#find-form .field {
	height:42px;
}
#find-form .field1 {
	padding-bottom:19px;
}
#find-form label {
	color:#fff;
	display:block;
} 
#find-form select {
	color:#bcbcbc;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.2em;
	width:265px;
	height:20px;
	border:1px solid #e7a908;
}
#find-form span {
	display:block;
	background:url(images/input-bg1.gif) no-repeat left top;
	width:265px;
	height:26px;
	margin:0 5px 0 0;
}
#find-form input {
	background:none;
	border:0;
	color:#bcbcbc;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.2em;
	margin-left:13px;
	padding-top:6px;
	width:240px;
	vertical-align:top;
}
#find-form a {
	float:right;
}

/*========================== LISTS ============================*/

.site-nav {
	width:155px;
	overflow:hidden;
	padding-bottom:114px;
}
.site-nav li {
	background:url(images/line-hor.gif) repeat-x left top;
	padding:7px 0 5px 12px;
	margin-top:-1px;
}
.site-nav li a {
	color:#5d5b53;
	text-decoration:none;
	padding-left:16px;
	background-image:url(images/marker2.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	font-size:11px; font-weight:bold;
}
.site-nav li a:hover,
.site-nav li a.act {
	background-image:url(images/marker1.gif);
}

.list {
	margin-top:-15px;
	padding-bottom:15px;
}
.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:15px;
}
.list li cite {
	font-style:normal;
}
.list li strong {
	display:block;
	text-align:right;
	font-size:12px;
	color:#898575;
}

.list1 {
	margin-top:-5px;
}
.list1 li {
	color:#898575;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

.list2 {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.list2 li {
	width:207px;
	float:left;
	margin-right:31px;
}
.list2 li.last {
	margin-right:0;
}
.list2 li img {
	display:block;
	margin-bottom:15px;
}

/*========================== OTHER ============================*/

.img-box {
	position:relative;
	width:731px;
	height:180px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:16px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:12px;
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
	margin-right:30px;
}

.logo {
	padding:0 0 43px 3px;
}

.address {
	padding-left:16px;
}
.address ul li {
	padding:15px 0 10px 0;
	color:#5d5b53
}
.address ul li a {
	color:#bc0310;
}
.address ul li.m1 {
	background:url(images/pic1.gif) no-repeat left top;
}
.address ul li.m2 {
	background:url(images/pic2.gif) no-repeat left top;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#898575; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	font-size:17px;
	line-height:1.2em;
	text-transform:none;
	color:#5d5b53;
	margin-bottom:20px;
}

.txt1 {
	color:#898575;
	font-weight:bold;
	font-size:12px;
}

.link {
	font-size:12px;
	font-weight:bold;
	color:#898575;
	text-decoration:none;
}
.link:hover {
	color:#bc0310;
}

.link1 { 
	display:block; 
	float:left; 
	background:url(images/link1-tail.gif) repeat-x left top; 
	color:#f7f7f7; 
	text-decoration:none;
	font-size:12px; 
	line-height:.92em;
}
.link1 em { 
	display:block; 
	background:url(images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	display:block; 
	background:url(images/link1-right.gif) no-repeat right top; 
	padding:7px 17px 7px 17px; 
	font-style:normal; 
}
.link1:hover {
	color:#765004;
}

.line-ver {
	background:url(images/line-ver.gif) repeat-y 254px 0;
}

/*============================ BOXES ==========================*/

.box { 
	background:#fff; 
	width:100%;
}
.box .left-top-corner {	
	background:url(images/left-top-corner.gif) no-repeat left top;
	width:100%;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner {
	padding:24px 25px 28px 37px;
}
.box .inner.extra {
	padding:13px;
}
.box .inner.extra span {
	display:block;
	position:absolute;
	left:58px;
	top:70px;
}

.box1 { 
	background:#F5F1E0; 
	width:100%;
}
.box1 .left-top-corner {	
	background:url(images/left-top-corner1.gif) no-repeat left top;
}
.box1 .right-top-corner { 
	background:url(images/right-top-corner1.gif) no-repeat right top;
}
.box1 .left-bot-corner {	
	background:url(images/left-bot-corner1.gif) no-repeat left bottom;
	min-height:163px;
	height:auto!important;
	height:163px;
}
.box1 .right-bot-corner { 
	background:url(images/right-bot-corner1.gif) no-repeat right bottom;
}
.box1 .inner {
	padding:23px 0 20px 137px;
}
.box1 h3 {
	color:#fff;
	margin-bottom:10px;
}
.box1 p {
	color:#fff;
}
.box1 .link {
	color:#fff;
}
.box1 .link:hover {
	color:#765004;
}

/*========================= CONTENT ===========================*/

#content {
	padding-bottom:15px;
}
#content .indent {
	padding-bottom:7px;
}
#content .indent1 {
	padding-bottom:18px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#aeaa9b;
	padding:0 0 0 211px;	
}
#footer p a {
	color:#aeaa9b;
}

/*=============================================================*/

#loopedSlider {
	position:relative;
	margin-bottom:24px;
}
#loopedSlider .box {
	width:511px;
}
#loopedSlider .box .inner {
	padding:13px;
}
#loopedSlider .container { 
	overflow:hidden; 
	position:relative;
	width:485px; 
	height:430px;
	z-index:10;
}
#loopedSlider .slides {
	position:absolute;
	left:0;
	top:0;
}
#loopedSlider .slides div { 
	width:485px; 
	height:430px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#loopedSlider .slides div span {
	display:block;
	position:absolute;
	right:20px;
	bottom:32px;
}
#loopedSlider ul.pagination { 
	width:280px;
	height:456px;
	position:absolute;
	right:0; 
	top:0;
}
#loopedSlider ul.pagination li {
	line-height:1.5em;
}
#loopedSlider ul.pagination li a { 
	width:280px; 
	height:114px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	color:#afaa95;
}
#loopedSlider ul.pagination li a span {
	display:block;
	padding:14px 18px 0 60px;
}
#loopedSlider ul.pagination li a strong {
	display:block;
	font-size:16px;
	line-height:1.2em;
	color:#5d5b53;
	text-transform:none;
	padding-bottom:8px;
}
#loopedSlider ul.pagination li a b {
	display:block;
	color:#898575;
	padding-top:5px;
	font-size:12px;
}
#loopedSlider ul.pagination li a:hover,
#loopedSlider ul.pagination li.active a {
	background:url(images/banner-bg.gif); 
}
#loopedSlider ul.pagination li a:hover b {
	color:#bc0310;
}


@font-face {
	font-family: 'Conv_Philosopher';
	src: url('../fonts/Philosopher.eot');
	src: local('☺'), url('fonts/Philosopher.woff') format('woff'), url('fonts/Philosopher.ttf') format('truetype'), url('fonts/Philosopher.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




#kategoriler-box		{ width:335px; height:202px; float:left; background:url(images/SS.png)}
#kategoriler-box img 	{ margin-left:15px; margin-top:46px; border:0px;}
#katalog-box			{ width:199px; height:152px; float:left; background:url(images/katalog.png);margin-left:6px;font-size:12px; padding-left:10px;padding-right:10px;
padding-top:50px;
}
#katalog-box a 			{ text-decoration:none; color:#898575; font-size:12px; }
#katalog-box a:hover 	{ text-decoration:underline}
#katalog-box img		{ margin-left:30px; margin-top:40px; border:0px;}
#dovizkurlari			{ width:180px; height:182px; float:left; background:url(images/dovizbg.png); margin-left:6px; font-size:12px; padding:5px;}
#dovizkurlari img		{ margin-top:30px;}
#dovizkurlari table 	{  margin-top:60px;}
#buay					{ width:190px; height:202px; float:right; background:url(images/bu.png)}
#buay img 				{ margin-top:40px; margin-left:4px;}
#altin-piyasasi			{ width:756px; height:223px; float:left; background:url(images/altin-piyasasi.png); margin-top:10px;}
#altin-piyasasi	table	{ margin-top:40px; margin-left:10px;}
#altin-piyasasi	table tr td span{ color:#F00}
.red					{ color:#F00; font-weight:bold;}
.footerleft				{ width:198px; height:30px; float:right; margin-top:-28px;}

#ara-top				{ width:753px; height:126px; float:left; background:url(images/ara-top.png);}
#ara-title				{ width:500px; height:auto; margin-top:50px; margin-left:10px;}
#tit					{ width:500px; height:auto; float:left;font-family:'Conv_Philosopher',Sans-Serif; font-size:33px; padding-bottom:5px; padding-top:5px;}
#le						{ width:300px; height:30px; float:left;font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#ara-center				{ width:753px; height:auto; float:left; background:url(images/ara-cent.png); padding-top:5px; padding-bottom:5px;}
#ara-menu				{ width:753px; height:30px; float:left; background:#DFD6BF}
#ara-menu a				{ text-decoration:none;}
.menu-					{ width:auto; height:23px; float:left; margin-left:10px;font-family:'Conv_Philosopher',Sans-Serif; font-size:19px; padding-top:7px; padding-left:10px; padding-right:10px; color:#726658}
.menu-:hover				{ background:#D1C6AE; color:#fff}
.menu-secim-				{ width:auto; height:23px; float:left; margin-left:10px;font-family:'Conv_Philosopher',Sans-Serif; font-size:19px; padding-top:7px; padding-left:10px; padding-right:10px; color:#fff ;background:url(images/menu-.jpg)}
.menu					{ width:auto; height:23px; float:left; margin-left:2px;font-family:'Conv_Philosopher',Sans-Serif; font-size:19px; padding-top:7px; padding-left:10px; padding-right:10px; color:#726658}
.menu:hover				{ background:#D1C6AE; color:#fff}
.menu-secim				{ width:auto; height:23px; float:left; margin-left:2px;font-family:'Conv_Philosopher',Sans-Serif; font-size:19px; padding-top:7px; padding-left:10px; padding-right:10px; color:#fff ;background:url(images/menu-.jpg)}


#icerik-img				{ width:222px; height:291px; float:left;  margin-top:20px; border:1px solid #F8F8F8; margin-left:10px;}
#icerik-desc			{ width:501px; height:auto; float:left; margin-left:10px;margin-top:20px;font-family:'Conv_Philosopher',Sans-Serif; font-size:19px;}
#icerik-title			{ width:501px; height:25px; float:left;color:#A59A84;}
#fgse					{ width:501px; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; margin-top:10px; font-size:14px; color:#B2A99A}
#fgse table tr td  ul li{ list-style:inside;  font-family:Arial, Helvetica, sans-serif; margin-top:10px; font-size:14px; color:#B2A99A}
#icerik-bottom			{ width:753px; height:10px; float:left; background:url(images/ara-bottom.png);}
#urun-desc				{ width:730px; height:auto; float:left; margin-left:10px;margin-top:20px;font-family:'Conv_Philosopher',Sans-Serif; font-size:19px;}
.urun1					{ width:130px; height:166px; float:left; background:url(images/pro-bg.jpg);}
.urun					{ width:130px; height:166px; float:left; background:url(images/pro-bg.jpg); margin-left:18px;}
.urun1:hover				{ background:url(images/pro-bg-.jpg); cursor:pointer;}
.urun:hover				{ background:url(images/pro-bg-.jpg); cursor:pointer;}
.urun-resmi				{ width:110px; height:90px; margin-top:10px; margin-left:10px;}
.urun-basligi			{ width:120px; height:40px; float:left; margin-left:5px; font-size:15px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
#urun-desc a			{ text-decoration:none;}
#urun-desc img { border:0px;} 

#video					{
	width: 720px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 14px;
	color: #B2A99A
}



.product				{ width:200px; height:180px; float:left; background:#033; margin-top:10px; margin-left:25px;}
.pro-img				{ width:200px; height:180px; float:left; background:#CCC}
#page1 .tail-top #main #content .wrapper .content .box1 #katalog-box ul li {
	color: #F90;
	font-weight: bold;
}
#page1 .tail-top #main #content .wrapper .content .box1 #katalog-box ul li div {
	color: #D1CABE;
}
#page1 .tail-top #main #content .wrapper .content .box1 #ara-center #video #video center .container strong {
	font-size: 16px;
}
#page1 .tail-top #main #content .wrapper .content .box1 #ara-center #video #video center .container strong {
	font-weight: bold;
}
.basindabizyazi {
	font-size: 18px;
}
