body {
	margin: 0px;
	padding: 0px;
	background: #E1D8C3;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	background:  #271e0f url(../img/bg.jpg) top center repeat-x;
}
a {
	text-decoration: none;
	color: #020202;
}
a:hover {
	text-decoration: none;
	color: #722601;
}
img {
	border: 0px;
}

#userDemondForm {
	padding: 5px;
	font-size: 12px;
	color: #333;
}
#userDemondForm p{
	padding: 2px;
	margin: 1px;
}
.userForm {
	width: 300px;
	border: 1px solid #999;
	color: #333;
	background: #ebebeb;
	font-weight: bolder;
}

/**   **/
#container {
	background: transparent url(../img/bg_container.png) top center repeat-y;
}
#main {
	margin: 0px auto;
	width: 920px;
	background: #fff;
}
#header {
	height: 120px;
	background: transparent url(../img/bg_header.jpg) top center no-repeat;
}

/** 2nd example **/
		/**	style used for both examples **/

.menu { 
	height: 35px;
	display: block;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 35px;
}

.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 130px;
	height: 35px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.menu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 130px;
}

.menu ul li a span.out {
	top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
	/* hide */  
	top: -35px;
}
#menu2 {
	background: #e2e2e2 url(../img/bg_menu.jpg) top right repeat-x;		
}

#menu2 ul li a {
	color: #FFF;
}

#menu2 ul li a span.over {
	background: #e2e2e2 url(../img/bg_menu_hover.jpg) top right repeat-x;		
	color: #fff;
}
#content {
	
}
table.homeTable {
	width: 100%;
}
td.homeTableLeft {
	width: 180px;
	vertical-align: top;
}


#leftMenu {
	width: 180px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #d9ccb7;
}
#leftMenu h3{
	background: #e2e2e2 url(../img/bg_menu_hover.jpg) top right repeat-x;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	color: #d9ccb7;
	font-size: 13px;
}
.leftMenuList {width: 180px; list-style-type: none;margin: 0; padding: 0;}
.leftMenuList li { 
	
}
.leftMenuList li a {
	border-left:#43351d 5px solid; 
	border-bottom: 1px solid #43351d; 
	font:normal 11px Verdana, Arial, sans-serif; 
	color:#43351d; 
	text-decoration:none; 
	padding:6px 0 6px 10px; 
	display: block;
}
.leftMenuList  li a:hover {background:#846f4c;border-left:#271e0f 5px solid; border-bottom: 1px solid #271e0f;}


#rightMenu {
	width: 180px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #deebc5;
}
#rightMenu h3{
	background: #e2e2e2 url(../img/bg_menu.jpg) top right repeat-x;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	color: #d9ccb7;
	font-size: 13px;
}
.rightMenulist {width: 180px; list-style-type: none;margin: 0; padding: 0;}
.rightMenulist li { 
	
}
.rightMenulist li a {
	border-left:#2e4211 5px solid; 
	border-bottom: 1px solid #2e4211; 
	font:normal 11px Verdana, Arial, sans-serif; 
	color:#2e4211; 
	text-decoration:none; 
	padding:6px 0 6px 10px; 
	display: block;
}
.rightMenulist li a:hover {background:#fff;border-left:#271e0f 5px solid; border-bottom: 1px solid #271e0f;}
#pageContent {
	padding: 4px;
	margin: 3px;
	border: 1px solid #fffaf1;
}
#pageContent h3{
	margin: 0px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 13px;
	color: #2e2310;
	background: #fffaf1;
	border-bottom: 1px solid #f3e8d6;
}
td.homeTableCenter {
	vertical-align: top;
}
td.homeTableRight {
	width: 180px;
	vertical-align: top;
}


h3.homeProductCategoryTitle {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(../img/bg_product_category_title.gif) top right no-repeat;
	height: 30px;
}
h3.memberNewsTitle {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(../img/bg_member_news_title.gif) top right no-repeat;
	height: 30px;
}
#homeLeftMenu {
	margin: 1px;
	text-align: left;
}
ul.sidenav {
	float: left;
	margin: 0;
	padding: 0;
	width: 176px;
	list-style: none;
	text-align: left;
	font-size: 1.2em;
}
ul.sidenav li {
	position: relative;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
ul.sidenav li a{
	padding: 2px 5px 2px 10px;
	display: block;
	color: #666;
	text-decoration: none;
	width: 160px;
	border-bottom: 1px solid #d6d6d6;
	/* background: #f75f13 url(../img/sidenav_li_a.gif) no-repeat 5px 10px;*/
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; 
}
ul.sidenav li a:hover {
	
	border-bottom: 1px solid #fff;
}

#homeNewsList {
	background: #fff;
}
#homeNews {
	padding: 3px;
	font-size: 11px;
	height: 130px;
	border-bottom: 1px solid #c0c0c0;
}
#homeNews img {
	float: left;
	margin: 3px;
	background: #fff;
	padding: 3px;
	border: 2px solid #999;
}
#homeNews h3 {
	padding: 2px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}
#homeNews h3 a {
	color: #333;
}
#homeNews p {
	margin: 2px;
	padding: 0px;
}
#homeMemberNews {
	height: 50px;
	border-bottom: 1px solid #d6d6d6;
	padding-left: 2px;
	margin-right: 4px;
}
#homeMemberNews img{
	float: left;
	width: 40px;
	padding-top: 5px;
	padding-right: 3px;
}
#homeMemberNews h3 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	
}
#homeMemberNews h3 a{
	color: #333;
}
h2.memberNewsTitle {
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #999;
	font-size: 13px;
}



#homeContentAboutMasko {
	height: 250px;
	background: #fff;
	padding: 4px;
}
#homeContentAboutMasko img {
	float: left;
	margin: 3px;
	background: #fff;
	padding: 3px;
	border: 2px solid #999;
}
#homeContentAboutMasko h3 {
	margin: 0px;
	padding: 2px;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}
#homeContentAboutMasko h3 a {
	color: #333;
}
#homeContentAboutMasko p {
	margin: 2px;
	padding: 0px;
}


#homeContentBottom {
	
}
#homeContentBottomLeft {
	width: 270px;
	height: 250px;
	float: left;
	background: pink;
}
#homeContentBottomRight {
	width: 270px;
	height: 250px;
	float: right;
	background: pink;
}
.homeContentBottomItem {
	width: 266px;
	height: 100px;
	float: left;
	background: pink;
	margin: 3px;
}


#homeRightMenu {
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footer {
	height: 42px;
	border-top: 4px solid #43351d;
	border-bottom: 2px solid #000000;
	background: #deebc5;
	text-align: center;
	font-size: 9px;
	padding: 10px;
	padding-top: 3px;
	
}
#footer a {
	color: #333;
}
footer p {
	margin: 0px;
	padding: 1px;
	font-size: 7px;
}
/*** MAĞAZALAR **/
#companySearch {
	background: transparent url(../img/bg_search.jpg) top right no-repeat;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 10px;
	font-weight: bolder;
	color: #fff;
}
#companySearch .searchForm {
	width: 280px;
	padding: 3px;
	font-weight: bolder;
	color: #a53610;
	font-weight: bolder;
	margin: 0px;
}
#companyListItem {
	width: 250px;
	border-bottom: 1px solid #c0c0c0;
	margin-left: 15px;
	float: left;
}
#companyListItem a{
	color: #333;
	text-decoration: none;
}
#companySearchList {
	height: 60px;
	margin-bottom: 5px;
	width: 220px;
	float: left;
}
#companySearchList img {
	height: 40px;
	float: left;
	padding: 2px;
	margin-right: 5px;
}
#companySearchList {
	
}
/** REKLAMLAR **/
#reklamHeader {
	width: 560px;
	height: 80px;
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}
#reklamSolAlt {
	text-align: center;
	margin-top: 7px;
	margin-right: 3px;
}
#reklamSagMenu {
	height: 250px;
	text-align: center;
	margin-bottom: 4px;
}
#reklamOrtaOrta {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

/** HABERLER **/
#pageMessageDetail {
	padding: 1px;
	margin: 3px;
	
}
#pageMessageDetail img {
	float: left;
	padding: 3px;
	margin: 3px;
	border:1px solid #b0b0b0;
}
#pageMessageNote {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	padding: 5px;
	margin: 5px;
	border: 1px solid #dddac9;
	background: #ebe9dd;
}
#pageMessageNote p {
	padding: 2px;
	margin: 0px;
}
/* Slideshow
---------------------------------------------------------- */
#slideshow {
    position:relative;
    height:110px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/**************/
#selectCompany {
	text-align: center;
	margin-top: 5px;
}
.selectCompanyTitle {
	background: transparent url(../img/bg_company_list.gif) top right no-repeat;
	height: 20px;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	padding-bottom: 5px;
}
.secilirMenu {
	width: 160px;
	font-size: 10px;
	font-weight: bolder;
	
}


/*** PHOTO **/
td.comTdLeft {
	vertical-align: top;
}
td.comTdRight {
	vertical-align: top;
}
td.comTdRight h3{
	padding: 0px;
	margin: 0px;
}
td.comTdRight p{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}
p.comTdAddress {
	border: 1px solid #ffebe1;
	background: #fff8f4;
	color: #666;
	margin: 4px;
	padding: 3px;
	margin-bottom: 5px;
}
#productCategoryList {
	
}
#productCategoryList h1{
	background: transparent url(../img/bg_list_btn.gif) top center no-repeat;
	padding: 5px;
	padding-left: 10px;
	margin: 2px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 14px;
}
.photo {
	margin: 3px;
	position: relative;
	width: 130px;
	height: 140px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
	font-size: 10px;
	
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 2px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo a {
	text-decoration: none;
}
.sample3 span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(../img/paper-clip2.png) no-repeat;
}
.sample3 img {
	width: 120px;
	height: 80px;
}


.photo7 {
	margin: 2px;
	position: relative;
	width: 160px;
	height: 120px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	font-size: 10px;
	
}
.photo7 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo7 span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo7 a {
	text-decoration: none;
}
.sample7 span {
	width: 150px;
	height: 140px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	
}
.sample7 img {
	border: none;
	width: 150px;
	height: 110px;
	padding: 6px;
	padding-bottom: 10px;
	background: url(../img/round-bg2.gif) no-repeat;
}





.photo12 {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo12 img{
	width: 170px;
	height: 120px;
}
.photo12 a {
	text-decoration: none;
}

.sample12 span {
	width: 186px;
	height: 137px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(../img/watercolor-top.png) no-repeat;
}
.sample12 img {
	border: none;
	padding: 9px 12px 12px 11px;
	width: 170px;
	height: 120px;
	background: url(../img/watercolor-bg.png) no-repeat;
}

#companyDefaultCategory h1 {
	background: transparent url(../img/bg_list_btn.gif) top center no-repeat;
	padding: 5px;
	padding-left: 10px;
	margin: 2px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 14px;
	
}





h4.privateCategoryList {
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 2px;
	font-size: 11px;
	border: 1px solid #f8f6f6;
	background: #fefefe;
	width: 150px;
	float: left;
	text-align: center;
}
h4.privateCategoryList a{
	color: #666;
	font-weight: normal;
}
h4.privateCategoryList a:hover{
	color: #7e161f;
	font-weight: bolder;
}
#gallery {
	position:relative;
	height:110px;
	margin: 0px;
	padding: 0px;
	width: 545px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
}

#gallery .caption {
	background-color:#fff; 
	color:#333333; 
	height:20px; 
	width:100%; 
	position:absolute;
	text-align: center;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#333;
}


#divTop {
	margin: 0px;
	background: url(../img/bg_div_top.gif) no-repeat ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 30px;
}
#divTop h3 {
	padding: 3px;
	padding-top: 6px;
	padding-left: 14px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
#divTop h2 {
	padding: 3px;
	padding-top: 6px;
	padding-left: 14px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#divContent {
	margin: 0px;
	background: url(../img/bg_div_content.gif) repeat-y ;
}
#divBottom {
	margin: 0px;
	background: url(../img/bg_div_bottom.gif) no-repeat ;
	height: 30px;
}

/*** SERİ İLANLAR ***/
#noticaList {
	padding: 5px;
	margin: 5px;
	background: #fff3d9;
	border: 1px solid #ffecc2;
}
#noticaList h3 {
	padding: 3px;
	margin: 0px;
	background: #ffecc2;
	color: #c88800;
	font-size: 14px;
}
#noticeListItem {
	border-top: 1px solid #fff;
}
#noticeListItem h4{
	padding: 3px;
	margin: 0px;
	color: #c88800;
	font-size: 12px;
}

#contentDescription {
	padding: 5px;
	margin: 5px;
	background: #fff3d9;
	border: 1px solid #ffecc2;
}
#contentDescription h3 {
	padding: 3px;
	margin: 0px;
	background: #ffecc2;
	color: #c88800;
	font-size: 14px;
}
* {margin:0; padding:0;}

div#menu {width:184px; background:url(../img/menu_1.gif) top no-repeat; padding-top:44px;}

div#menubody {background:url(../img/menu_2.gif) repeat-y; padding-left:21px;}

div#menubottom {height:26px; background:url(../img/menu_4.gif) bottom no-repeat;}

ul#menulist {width:144px; list-style-type:none;}

ul#menulist li {height:27px; background:url(../img/menu_3.gif) bottom repeat-x;}

ul#menulist a {width:122px; height:20px; border-left:#189a61 5px solid; font:bold 10px Verdana, Arial, sans-serif; color:#ffffff; text-decoration:none; padding:5px 0 0 10px; display:block !important; display:inline-block;}

ul#menulist a:hover {background:url(../img/menu_5.jpg) left repeat-y;}


div#feature_list {
	width: 550px;
	height: 240px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dfdfdf;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 220px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  url('/img/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 363px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 363px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}
.haberOgesi {
	width: 260px;
	height: 120px;
	padding: 2px;
	margin: 4px;
	border: 1px solid #dfdfdf;
	float: left;
	font-size: 11px;
}
.haberOgesi h3 {
	margin: 0px;
	padding: 2px;
	font-size: 13px;
}
.haberOgesi img {
	margin: 2px;
	width: 75px;
	padding: 2px;
	border: 1px solid #dfdfdf;
	float: left;
}

#resimler {
	border: 2px solid #dddddd;
	background: #ebebeb;
	margin: 3px;
	margin-top: 7px;
	
}
#resimler h2 {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
	background: #ececec;
	font-size: 14px;
	
	
}
.resimOgesi {
	width: 160px;
	height: 120px;
	padding: 2px;
	margin: 4px;
	border: 1px solid #dfdfdf;
	float: left;
	font-size: 11px;
	text-align: center;
}
.resimOgesi h4 {
	margin: 0px;
	padding: 2px;
	font-size: 13px;
}
.resimOgesi img {
	margin: 2px;
	width: 150px;
	height: 90px;
	padding: 2px;
	border: 1px solid #dfdfdf;
	float: left;
}
#galleryImagePage {
	
}
#galleryImagePage h3{
	background: transparent url(../img/bg_menu_hover.jpg) top right;
	padding: 4px;
	margin: 2px;
	color: #fff;
}
#galleryImagePage h4{
	background: transparent url(../img/bg_menu.jpg) top right;
	padding: 4px;
	margin: 4px;
	color: #fff;
}
#galleryImagePage h4 a{
	color: #ddffd9;
}
#galleryImagePage h4 a:hover{
	color: #abe5a3;
}
#galleryList {
	padding: 3px;
	margin: 4px;
	padding-left: 10px;
}
#galleryImagePage h3 a{
	color: #d9ccb7;
}
#galleryImagePage h3 a:hover{
	color: #ffefd5;
}
#photoList {
	float: left;
	width: 163px;
	border: 1px solid #ddd;
	margin: 7px;
	text-align: center;
	padding-top: 4px; 
}

h3.documents_section_list {
	padding: 2px; 
	margin: 4px;
	font-size: 14px;
	border-bottom: 2px solid #3a4e1b;
	background: #ebffcc;
	color: #3a4e1b;
	width: 260px;
	float: left;
}
