/* common */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	font:normal 0.7em/1.3em Tahoma, Arial, Helvetica, sans-serif;
    color:#6D6D6D;
	background:#FFFFFF;
    text-align:center;
}
table, td, th, input, select, textarea, button {
	font:normal 1em Tahoma, Arial, Helvetica, sans-serif;
}
.clr:after {
	content:".";
    display:block; 
    height:0px;
    font-size:0px;
    line-height:0px;
    overflow:hidden;
    clear:both;
    visibility:hidden;
}
.clrl {
    clear:left;
}
.clrr {
    clear:right;
}
.clrb {
    clear:both;
}
img {
    border:0;
}
ul.menu, ul.menu li, ol.menu, ol.menu li, .mod_navigation ul, .mod_customnav ul{
	list-style-position:outside;
	list-style-image:none;
    list-style:none;
    display:block;
}
a:link {
	color:#26587D;
	text-decoration:underline;
}
a:visited {
	color:#26587D;
    text-decoration:underline;     
}
a:hover, a:active {
	color:#26587D;
	text-decoration:none;
}
/* /common */
/* layout */
#root { 
    width:1000px;
    margin:0 auto;
    text-align:left; 
    border-bottom:3px solid #6B6B6B;
}
#main {
    padding-bottom:45px;
    width:953px;
    margin:0 24px 0 23px;
}
#content-wrapper {
    float:left;
    width:100%;
    margin-right:-100%;
}
#content {
    margin:0 250px;
}
#sidebar-1 {
    width:220px;
    float:left;
}
#sidebar-2 {
    width:220px;
    float:right;
}
/* /layout */
/* header */
#header {
    padding-bottom:45px;
    width:953px;
    margin:0 24px 0 23px;
}
/* language switcher */
#lnav {
    float:right;
    padding-right:21px;        
}
#lnav ul {
    padding-top:11px;
    padding-bottom:4px;
    width:5.05em;
}
#lnav ul li {
    margin-left:0.8em;
    width:1.7em;
    text-align:center;
    float:left;
}
#lnav ul li.active {
    color:#FFFFFF;
    background:#04B08C;
}
#lnav a:link, #lnav a:visited {
    color:#595E61;
    text-decoration:none;
}
#lnav a:hover, #lnav a:active {
    text-decoration:underline;
}
/* /language switcher */
/* help navigation */
#hnav {    
    padding-right:70px;
    float:right;
}
#hnav ul {
    padding-top:8px;  
    width:112px;  
}
#hnav ul li {
    float:left;
    width:13px;
    height:1.3em;
    margin-left:15px;
}
#hnav ul li a, #hnav ul li span {
    display:block;
    width:13px;
    height:1.3em;
    text-indent:-999em;
    outline:none;
    background:transparent center bottom no-repeat;
    line-height:1px;
    overflow:hidden;
}
#hnav ul li.home a, #hnav ul li.home span {
    background-image:url(../img/icon/home.gif);
} 
#hnav ul li.sitemap a, #hnav ul li.sitemap span {
    background-image:url(../img/icon/sitemap.gif);
}
#hnav ul li.feedback a, #hnav ul li.feedback span {
    background-image:url(../img/icon/feedback.gif);
}
#hnav ul li.print a, #hnav ul li.print span {
    background-image:url(../img/icon/print.gif);
}
/* /help navigation */
/* logo */
#logo {
    clear:both;
}
#logo a, #logo span {
    text-indent:-999em;
    display:block;
    outline:none;
    height:264px;
}
#logo.ru a, #logo.ru span {
	background:transparent url(../img/hdr-bg-ru.jpg) center center no-repeat;
}
#logo.en a, #logo.en span {
	background:transparent url(../img/hdr-bg-en.jpg) center center no-repeat;
}
/* /logo */
/* /header */
/* footer */
#footer {
    width:953px;
    margin:0 24px 0 23px;
    background:transparent url(../img/ftr/bg.gif);
    position:relative;
    overflow:visible;        
}
#footer-inner {
    background:transparent url(../img/ftr/frame.gif) center top no-repeat;
    text-align:center;
    min-height:6.65em;
    padding-bottom:8px;
}
#footer .tube {
    position:absolute;
    left:-12px;
    top:-50px;
    width:176px;
    height:115px;
    overflow:hidden;
    background:transparent url(../img/ftr/phone.png);
}
/* footer navigation */
#fnav  {
    width:443px;
    margin:0 auto;
}
#fnav  ul {
    padding-top:13px;
}
#fnav  ul li {
    display:inline;
    padding:0;
}
#fnav  ul li:before {
    content: '\0000a0\0000a0\00007c\0000a0\0000a0\0000a0';    
}
#fnav  ul li:first-child:before {
    content: '';
}
#fnav  a {
    color:#6B6B6B;
    text-decoration:underline;    
}
#footer .mod_customnav ul li p {
	display: inline;
}

/* /footer navigation */
/* footer contacts */
#fcontacts {
    position:absolute;
    left:33px;
    bottom:8px;
    width:210px;
    text-align:left;
    color:#000000;
}
#fcontacts strong {
    color:#03B08B;
}
#fcontacts a:link {
    color:#000000;
    text-decoration:none;
}
#fcontacts a:hover, #fcontacts a:active {
    color:#000000;
    text-decoration:underline;
}
/* /footer contacts */
/* footer copyright note */
#copyright {
    position:absolute;
    width:443px;
    left:255px;
    bottom:8px;
}
/* /footer copyright note */
/* footer "developed by" note */
#developedby {
    position:absolute;
    text-align:right;
    width:210px;
    right:33px;
    bottom:5px;    
}
#developedby a {
    display:block;
    padding-right:40px;
    padding-bottom:3px;
    padding-top:34px;
    background:transparent url(../img/logo/gdi.gif) right bottom no-repeat;
    outline:none;
}
#developedby a:link {
    color:#6B6B6B;
    text-decoration:none;
}
#developedby a:hover, #developedby a:active {
    color:#6B6B6B;
    text-decoration:underline;
}
/* /footer "developed by" note */
/* /footer */
/* sidebars */
div.sidebar div.box-image a, div.sidebar div.box-image img {
    display:block;
}
div.sidebar div.block {
    padding-bottom:35px;
}
/* main navigation */
div.mod_navigation {
    font-size:1.15em;
    color:#26587D;
    margin-left:37px;
    padding-bottom:0;
    margin-right:10px;
}
.mod_navigation a {
    text-decoration:none;
}
.mod_navigation a:hover, .mod_navigation a:active {
    text-decoration:underline;
}
.mod_navigation a:visited {
	text-decoration:none;
}	
.mod_navigation ul li {    
    font-weight:bold;
    text-transform:uppercase;
    padding-bottom:11px;
}
.mod_navigation ul li:first-child {
    margin-top:0;
}
.mod_navigation ul ul {
    background:transparent url(../img/nav/main-active-bg.gif) left top repeat-x;
    margin-top:2px;
    padding-top:12px;
}
.mod_navigation ul ul li {
    padding-left:18px;
    text-transform:none;
    font-weight:normal;
    font-size:0.85em;
    padding-bottom:4px;
    background:transparent url(../img/typo/blue-dash.gif) 10px 0.6em no-repeat;
}
.mod_navigation ul li p {
	display: inline;
}

.mod_navigation ul li ul {
	display: none;
}
.mod_navigation ul li.active ul, .mod_navigation ul li.trail ul {
	display: block;
}
/* /main navigation */
/* shipping order box, useful info box */
#shipping-order a, #useful-info a {
    position:relative;
    overflow:visible;
    display:block;    
    outline:none;
}
#shipping-order a {
    padding-top:120px;
}
#useful-info a {
    padding-top:100px;
}
#shipping-order a img {
    position:absolute;
    top:0px;
    left:12px;
}
#useful-info a img {
    position:absolute;
    top:0px;
    right:20px;
}
#shipping-order a span, #useful-info a span {
    display:block;
    background:#03B08B url(../img/sbr/lnk-bg.gif) left top repeat-x;
    padding:6px 15px;
    font-size:1.15em;
    font-weight:bold;
    text-transform:uppercase;
}
#shipping-order a:visited, #shipping-order a:link, #useful-info a:link, #useful-info a:visited {
    color:#FFFFFF !important;
    text-decoration:none;
}
#shipping-order a:hover, #shipping-order a:active, #useful-info a:hover, #useful-info a:active {
    color:#FFFFFF;
    text-decoration:underline;
}
/* /shipping order box, useful info box */
/* /sidebars */
/* content */
#content h1, #content h2 {
    font-size:1.2em;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1em;
    margin:1.5em 0 1em 0;
}
#content h1:first-child , #content h2:first-child {
    margin-top:0;
}
#content h2 {
    color:#26587D;   
    background:transparent url(../img/cnt/hdr-bg-blue.gif);
}
#content h1 span,
#content h2 span {
    background:#FFFFFF;
    padding-right:1em;
}
#content h1 {
    color:#03B08B;   
    background:transparent url(../img/cnt/hdr-bg-green.gif);
}
#content p, #content ul, #content ol {
    margin:0.75em 0;
	text-align: justify;
}
#content p.r {
    text-align:right;
}
#content ul, #content ol {
    padding-left:3em;
}
#content ul li, #content ol li {
    margin:auto;
}
#content ul {
    padding-left:0em;
}
#content ul, #content ul li {
    list-style-type:none;
    list-style-image:none;
    list-style-position:outside;
} 
#content ul li {
    padding-left:2em;
    background:transparent url(../img/typo/grey-dash.gif) 1em 0.6em no-repeat;
}
#content span.brand {
    color:#03C098;
    font-weight:bold;
}
/* order panel */
#content #order {
    background:#ECECEC;
    padding:0.5em;
    float:right;
    width:189px;
    margin:0 0 0.5em 1em;
    color:#26587D;    
}
#content #order p {
    margin-bottom:0;
}
#content #order ol {
    padding-left:2em;
}
#content #order h3 {
    font-size:1.1em;
    text-transform:uppercase;
    margin-bottom:0.5em;
}
#content #order a:link {
    color:#26587D;
    text-decoration:none;
}
#content #order a:hover, #content #order a:active {
    color:#26587D;
    text-decoration:underline;
}
#content .image_container {
	float: left;
	padding: 0 10px 10px 0;
}
#content .image_container img {
	border: solid 1px #c2c2c2;
	padding: 5px;
}
#content .mod_newslist p img {
	float:left;
	margin: 0 10px 10px 0;
	border: solid 1px #c2c2c2;
	padding: 3px;
}
#content div.divider {
	clear: both;
	padding-top:10px;
}
/* /order panel */
/* quick contact form */
.ce_form td {
    padding-bottom:0.5em;
}
.ce_form .col_first {
    width:10em;
    padding-right:0.5em;
    float:left;    
}
.ce_form label {
    font-weight:bold;
    cursor:pointer;
}
.ce_form .col_last{
    float:left;
}
.ce_form input.text, .ce_form textarea, .ce_form input.imagecaptcha{
    background:#E8E8E8;
    border:1px solid #797979;
    padding:1px;
	width: 130px;
}

.ce_form input.text, .ce_form input.imagecaptcha {
	width: 130px;
}

.ce_form input.text:focus, .ce_form textarea:focus, .ce_form input.imagecaptcha:focus{
    background:#FFFFFF;
}
.ce_form textarea {
    width:216px;
    height:86px;
    overflow:auto;
}
.ce_form .imagecaptcha img{
	margin-top: 10px;
	padding: 6px;
	border: solid 1px #c2c2c2;
}
.ce_form input[type=submit] {
    border: none;
	width: 90px;
	height: 24px;
	background: url('../img/button/bg.gif');
	color: #fff;
	font-weight: bold;
}
#quick-contact-clear {
    float:left;
}
#quick-contact-send {
    float:right;
}
/* /quick contact form */
/* /content */
.pagination, .pagination p {
	text-align: center !important;
}
.pagination ul, .pagination li {
	display: inline;
	list-style-position:outside;
	list-style-image:none;
    list-style:none;
	padding:0 !important;
	margin:0 !important;
}

.pagination ul li:before {
    content: '\0000a0\0000a0\00007c\0000a0\0000a0\0000a0';    
}
.pagination ul li:first-child:before {
    content: '';
}
.pagination ul li  {
	background: none !important;
}
.ce_table table {
	border-collapse: collapse;
}
.ce_table td, .ce_table th{
	border: solid 1px #c2c2c2;
	padding: 5px;
}
.ce_table th {
	background-color: whitesmoke;
}
.ce_text {
	text-align: justify;
}

.mod_article .block {
	margin-bottom: 20px;
}

#sidebar-2 .mod_article {
	padding-bottom: 0;
}