html, body {border: 0; margin: 0; padding: 0;}

body {
	font: 90%/1 arial, helvetica, sans-serif;
	width: 100%;
	background-color: #FFF;
	background-image: url(./images/bg_body.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat-y;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  width: 97%;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  letter-spacing: -1px;
  font: 2em Georgia, "Times New Roman", Times, serif;
  color: #f68423;
  background-color: transparent;
  border-bottom: 1px  #877065;
}

h2 {
  padding: 10px 0 0 0;
  color: #f68423;
  background-color: transparent;
  letter-spacing: -1px;
  font: 1.4em arial, helvetica, sans-serif;
}

h3 {
  font: 1em arial, helvetica, sans-serif;
}

p, ul, ol {margin: 0; padding: 0 0 18px 0;}

p.notfound{padding: 15px 0 100px;}

ul, ol {list-style: none; padding: 0 0 18px 40px;}

code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 0;
}

small {font-size: 0.85em;}

img {border: 0;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px ;
}

/***** Links *****/

a {text-decoration: none; color: #FF9900;   }

a:hover {
	text-decoration: none;
	color: #F00;
}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both; display: block; width: 100%; }

.alignleft {float: left;}

.alignright {float: right;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

.text-justify {text-align: justify;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.underline {border-bottom: 1px solid;}

.highlight {background: #ffc;  color: Black; }                  

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none;}

.noborder {border: none;}
/***** Main Layout ****/

#container {
  width: 100%;
  height: 100%; overflow: hidden;
}

#wrapper {
	width: 956px;
	text-align: center;/* IE fix to center the page */
	margin: 0 auto;
}

.endOfSection {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  width: 278px;
  text-align: left;
  color: black;
  margin: 0;
  padding: 0;
}

#sidebar #sb_top {
	width: 278px;
	height: 160px;
	color: #fdbd27;
	text-align: center;
	background-image: url(images/75p_white.png);
}

#sidebar .sb_logo {
/*	padding-top: 94px; */
	padding-top: 54px;
}

#sidebar .sb_content {
	text-align: left;
	padding-left: 12px;
	width: 262px;
	padding: 0 8px;
}

/*separator <hr /> for the sidebar*/
#sidebar .sb_content hr {
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2682E;
	border-bottom-color: #F8A12E;
}

#sidebar .sb_content h2 {
	color: #DF3020;
	padding-left: 35px;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	background-image: url(./images/h2_arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar .sb_content p {padding: 5px 15px 15px 15px;}

#sidebar .sb_content ul {
  list-style-type: square;
  padding: 5px 15px 15px 15px;
  margin: 15px;
}
/*links*/

#sidebar .sb_content a {
	color: #6B6343;
}

#sidebar .sb_content a:hover {
  color: #8c3c1b;
  border-bottom: 1px  #8c3c1b;
}
#sidebar .sb_content img {
  border: 1px solid #B9B495;
  padding: 4px;
  background-color: #D0CCB7;
  Margin: 0;
  margin-left: 10px;
}

#sidebar .sb_content img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#sidebar #navlist {
	margin: 0;/*removes indent IE and Opera*/
	padding: 0;/*removes indent Mozilla and NN7*/
	list-style-type: none;/*turns off display of bullet*/
	width: 262px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F79937;
	background-color: #FFD87B;
	background-image: url(images/solDugme_03.jpg);
}

#sidebar #navlist a {
	display: block;
	height: 30px;
	padding-left: 20px;
	border: none;
	border-top: 1px solid #DEDBCB;
	border-bottom: 1px solid #BEB99A;
	background: transparent url(./images/nav_arrow.jpg) no-repeat left center;
	color: #6C4F00;
	font-size: 120%;
	line-height: 30px;/* this value must match the height in order to center vertically the text*/
	text-decoration: none;
}

#sidebar #navlist a:hover {
	color: #8c3c1b;
	background-color: #E1DED0;
	background-image: url(images/solDugOver.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}

#sidebar #navlist a.selected {
	color: #000;
}

#sidebar #navlist a.noborder {
  border-bottom: none;
}
/*Copyright*/

#sidebar .copyright {
  display: block;
  width: 262px;
  background-color: #D2CFB9;
  color: black;
  border-top: #BCB496 1px solid;
  border-bottom: #ECEBE1 1px solid;
}

#sidebar .copyright .inner {
  display: block;
  padding: 25px 7px;
  width: 248px;
  text-align: center;
  background-color: #D2CFB9;
  color: black;
  font-size: 90%;
  border-top: #ECEBE1 1px solid;
  border-bottom: #BCB496 1px solid;
}

#sidebar .copyright p {padding: 0;}

/**** Content ****/

#content {
	display: block;
	float: left;
	width: 670px;
	height: 100%;
	text-align: left;
	margin: 0;
	margin-top: 51px;
	padding-bottom: 40px;
	padding: 0;
	margin-bottom: -2000px;
	padding-bottom: 2040px;
}

/*Header*/
#content #header {
	width: 99%;
	height: 100px;
	display: inline;
}

#content #header .download {
  width: 155px;
  height: 30px;
  padding-top: 145px;
  padding-left: 480px;
}

#content #header .download a {
    display:block;
   width:100%;
   height:100%;
   text-decoration:none;
}

#content #header .download a:hover {
   text-decoration:none;
}

/*End header*/

#content ul li {list-style: url(./images/bullet.jpg);}


#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px  #FFFF99;
}
/* main content */
#content #main {
	display: block;
	clear: both;
	margin-bottom: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(images/75p_white.png);
}

/***** Footer *****/

#footer {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 60px;
	font-size: 80%;
	color: #5B2411;
	background-repeat: no-repeat;
	background-position: left top;
}

#footer .contentfoot {
	display: block;
	float: right;
	width: 678px;
	height: 40px;
	padding: 5px 0;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px  #866B62;}

#footer .backtotop {
	float: right;
	clear: right;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-image: url(/ru/templates/katalog/images/backtotop.png);
	background-repeat: no-repeat;
	background-position: left top;
  
}

#footer .backtotop a {
	display: block;
	width:100%;
	height:100%;
	border: none;
	background-image: url(./images/backtotop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/**** Form Layout ****/

form {margin: 0; padding: 0;}

form .formText {
  display: block;
  float: left;
  clear: left;
  width: 130px;
  margin-top: 15px;
}


fieldset {
  padding : 15px;
  margin-top: 40px;
  border: none;
  border: 1px solid #ddd;
}

legend {
  color: #fdbd27;
  font: 1.8em Georgia, "Times New Roman", Times, serif;
}


input, textarea, select {
  font: 1em arial, helvetica, sans-serif;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 15px;
}


.errormsg {
  display: block;
  width: 90%;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(./images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  color: white;
  padding: 0 4px;
  width: 80px;
  height: 23px;
  font-weight: bold;
  background: #fdbd27 url(./images/button.jpg) no-repeat left top;
  border: none;
  margin-left: 130px;
  margin-top: 20px;
  display: block;
  clear: both;
}
#arama {
	float: right;
	position: absolute;
	visibility: hidden;
}
#30yil {
	display: inline;
}
#slogan {
	display: inline;
}
#dil #form #jumpMenu {
	letter-spacing: 0.5em;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	color: #333;
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #EE7725;
	border-top-color: #F68620;
	border-right-color: #F68620;
	border-bottom-color: #F68620;
	border-left-color: #F68620;
}
#anasayfa {
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: right;
	vertical-align: middle;
	color: #271107;
	display: inline;
	padding-left: 60px;
	float: right;
	clear: left;
	font-size: small;
	font-weight: bolder;
	font-variant: normal;
}
