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

/*Сбрасываем все настройки */
html, body, div, span,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  img, ins, kbd, q, s, samp,  small, strike, strong,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	
background-color:#C7DCFF;
/*	
<background-image:url(../img/layout_grid.png);
*/	
	}
#wrapper {
	width:1000px;
/*	outline:1px solid #cccccc; */
	/*padding: 5px;*/
	margin:0 auto;
	min-width: 600px;
}
/**************************** Заголовок ***********************************/
#header {
	height: 300px;
/* background-color:#C7DCFF; */
	margin-bottom:12px;
/*	outline:1px solid #cccccc; */
	border-bottom:5px solid  #4166A6; 
    
}
#lang {
	margin-right: 2px;
	text-align:right;
}

/*-------------------------- sidebarL --------------------------*/
#sidebarL {
	/*background-color:#C7DCFF;*/
	margin-bottom:12px;
	width:250px;
	float:left;
/*	outline:1px solid #cccccc; */
}
/*
#nav_menu {
	border-style: 5px solid #fff; 


}
*/

/*
#sidebarR {
	background-color:#C7DCFF;
	margin-bottom:12px;
	width:150px;
	float:right;
}
*/
#content {
	background-color:#C7DCFF;
	margin-left:257px;
	/*width:768px; */
	text-align:justify;
/*	outline:1px solid #cccccc; */
/*	float:right; */
}
/*-------------------------- footer --------------------------*/
#footer {
    position:fixed;
   bottom:0;
	height: 25px;
	background-color:#4166A6; 
	margin-bottom:35px;
    border: 1px solid #4166A6; 
/*	clear:both; */
	width: 100%
}

#footer p{
	margin-top:5px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
    text-align: center;	
	
}


/*------------------------------------------------------------*/
/* side navigation */
#tabs {
  margin: 0;
  padding: 0;
  width: 250px;
  float: left;
  background: #4166A6;
/*  border-right: 1px solid #c9c9c9; */
}


#tabs li { 
display: block; 
text-align: center; 
/*border-top: 1px solid #fff; */ 
font-size: 1.1em; 

}

#tabs li a {

 
  display: block;
  padding: 10px 2px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
 /* font-weight: bold; */
 /* color: #555; */
 color: #ffe9c1;
  text-decoration: none;
  text-align: left;
 /* border-bottom: 1px solid #d1d1d1; */ 
 /* background-image:url(../img/user_green.png);*/
 /*list-style-image:url(../img/user_gray.png); */
}
#tabs li a:hover {
  background: #7296d3;
 
}

#tabs li a strong { 
  display: block;
  margin-top: 5px;
}

#tabs li a.open {
/*  width: 101%; */
  background: #C7DCFF; /*#fff; */
  color: #787878;
}
/*------------------------------------- content ---------------------------*/
h1 {
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*  font-family: 'Cantora One', Arial, sans-serif; */
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #787878;
  text-align:center;
}

p { 
/*font-family: 'Cantora One', Arial, sans-serif; */
  
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
   line-height: 1.1;
  color: #575757;
  font-weight: normal;
  text-indent:20px;
}

.unlisttxt{
	font-family: 'Cantora One', Arial, sans-serif;
  font-size: 18px;
  color: #575757;
	margin-left: 30px;
	list-style:disc;
	line-height:1.1;
	}

.tab-section {
  display: block;
  padding: 15px 20px;
}

.tab-section.hidden {
  display: none;
}

#store_app  {
    width:135px;
	height:40px; 
	margin: 20px auto 20px auto;
	}
	
/*------------------------------------------ Contact us ------------------------------------- */
/* extra styles */
.bigtxtfield {
  display: block;
  width: 350px;
  color: #555;
  padding: 4px 6px;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.bigtxtarea {
  display: block;
  width: 690px;
  height: 150px;
  padding: 4px 6px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
 
}
#button_cancel, #button_send{
    background-color:#4166A6;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
	color: #ffe9c1;
	text-align:center;
	height:35px;
/*	margin:20px 0 14px 100px;*/
	width:130px;
}
#button_send{
    margin-top: 5px;
/*	margin-left:560px; */
}
#button_cancel{
    margin-top: 5px;
}