/* Start of CMSMS style sheet 'Mazı Style' */
*{margin:0 auto; padding: 0;}

body {background: url(images/bg.jpg) top center; font-family: tahoma; font-size:11px; color: #fff;}

h1 {font-size:14px;}
h2 {font-size: 13px;}
h3 {font-size: 12px;}

img {border: 0;}

.clear {clear:both;} 

#header {width: 901px; height:141px; }
#header .logo {width: 359px; height:73px; float: left; margin-top: 20px;}
#header .menu {width:901px; height:59px; background: url(images/menu_bg.png) left top no-repeat; font-family: tahoma; font-size: 11px; font-weight: bold; padding: 14px 0 0 5px;}

#main {width: 900px; }

#main .row-1 {width: 900px; height: 240px; margin-top:5px;}
#main .row-1 .flash {width:620px; height:230px; float:left;}
#main .row-1 .banner {margin-left: 5px; width:260px; height:230px; float:left; color: #e7be7c; }
#main .row-1 .banner .bann-1 {width: 250px; height: 137px; background: url(images/bann-1.png) left top no-repeat; padding:10px; font-size: 13px;}
#main .row-1 .banner .bann-2 {width: 270px; height: 43px; background: url(images/bann-2.png) left top no-repeat; margin-top:10px; padding: 20px 0 0 0px;}

#main .content {width:900px; border-top: 1px solid #665950; margin-top: 10px; padding-top:10px;}
#main .content .sol {width: 270px; float:left;}

#main .content .sol .box-1 {width:248px; height: 108px; background: url(images/box-1.png) left top no-repeat; padding:10px;}
#main .content .sol .box-1 .title  {height:24px; width: 230px;}
#main .content .sol .box-1 .icerik {width: 230px; margin-top:5px;}

#main .content .sol .box-2 {width:248px; height: 108px; background: url(images/box-2.png) left top no-repeat; padding:10px;}
#main .content .sol .box-2 .title  {height:24px; width: 230px;}
#main .content .sol .box-2 .icerik {width: 230px; margin-top:5px;}

#main .content .sol .box-3 {width:248px; height: 108px; background: url(images/box-3.png) left top no-repeat; padding:10px;}
#main .content .sol .box-3 .title  {height:24px; width: 230px;}
#main .content .sol .box-3 .icerik {width: 230px; margin-top:5px;}

#main .content .sag {width:625px; float:left; color: #e7be7c;}
#main .content .sag .indent{padding: 10px; width:625px; color: #e7be7c; }
#main .content .sag .urunler {margin-top:10px; width: 622px; height:202px; background: url(images/urunler_bg.png) left top no-repeat; padding: 10px 0 0 0; color:#000; font-weight: bold;}

#footer {width: 891px; height: 46px; background: url(images/footer_bg.png) left top no-repeat; color: #e7be7c; margin-top:10px; padding: 20px 0 0 10px;}
#footer a {color: #e7be7c; text-decoration: none;}

.catalog {color: #e7be7c; font-weight:bold;}
.catalog a{color: #e7be7c; font-weight:bold;}
.catalog_item {width: 620px;}
.catalog_item .item_images {width:405px; float:left;}
.catalog_item .item_images img {border: 1px solid #ccc; padding:2px;}
.catalog_item .item_thumbnails {200px; float:left; padding:5px;}
.catalog_item .item_thumbnails img {border: 1px solid #ccc; padding:2px;}
.catalog_item .item_desc {width: 620px;}

.block { background:#080705; width:265px; color:#fff;}
.block .r { background:url(images/r.jpg) right top repeat-y;}
.block .b { background:url(images/b.jpg) left bottom repeat-x;}
.block .l { background:url(images/l.jpg) left top repeat-y;}
.block .t { background:url(images/t.jpg) left top repeat-x;}
.block .l_t { background:url(images/l_t.jpg) no-repeat left top;}
.block .r_t { background:url(images/r_t.jpg) no-repeat right top;}
.block .r_b { background:url(images/r_b.jpg) no-repeat right bottom;}
.block .l_b { background:url(images/l_b.jpg) no-repeat left bottom;}
.block .ind { padding:40px 15px 23px 21px;}


/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {

   width: 700px;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;


   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
 border-right: 1px solid #C0C0C0;
 height: 20px;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .3em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   
   display: block; /* IE has problems with this, fixed above */
  
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #e7be7c ;
}
div#menu_horiz a.activeparent:hover {
   background-color: # ;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
  
   color: #fff;
}

div#menu_horiz h3 {
   padding: .3em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
 
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}


/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0,1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #978576; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 12px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 100%;
   font-weight: bold;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #e7be7c;
}
div#menu_vert a.activeparent:hover {
  
   color: #e7be7c;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #e7be7c;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 100%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #e7be7c;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Mazı Style' */

