/*****************************   anDeRan   ************************************/

body {
	background-color: #000000;
	background-image:url(/images/common/int_01_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#page {
	background: #ffffff; /*url(/images/common/back.png) repeat-y center;*/
	width:996px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header, #content, #footer {
	width: 100%;
	/*text-align:center;*/
	margin: 0 auto;
	position: relative;
	/*border:1px solid #000000;*/
}

body, ul, ol, form, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}

body, td, input, textarea, select {
	font: 12px Arial, "Nimbus Sans L", Garuda, sans-serif;
}

img {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #4E89B3;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

.clear {
	clear: both;
}

p {
	padding-bottom: 14px;
}

input.field {
	border-width: 2px;
	border-color: #F4F7F9 #F0F5F9 #F0F5F9 #F4F7F9;
	font-size: 11px;
}

/* HEADER */

#header {
	height: 205px;
	background: url(/images/common/top_grad_bg.gif) repeat-x;
	z-index: 1;
}

#headerImg{
	height: 205px;
	background: url(/images/common/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;

	z-index: 2;
}

#logo {
	position: absolute;
	margin: 0px 0 0 0px;
}

#header h1 a {
	display: block;
	width: 176px;
	height: 86px;
	text-indent: -1000em;
	overflow: hidden;
}

#motto {
	position: absolute;
	color: #FFF;
	margin: 123px 0 0 24px;
}

#hdr-img {
	position: absolute;
	width: 700px;
	height: 190px;
	top: 4px;
	right: 0;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/images/headers/1.jpg);
}

#nav {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	list-style-type: none;
	width: 930px;
	height: 54px;
	background-image: url(/images/common/nav_bg.png);
	margin: 192px 0 0 -9px;
	padding-left: 68px;
}

#nav li {
	float: left;
	padding: 7px 13px 7px 14px;
}

#nav ul {
	position: absolute;
	visibility: hidden;
	background: #030507 url(/images/common/nav_sub_bg.png) repeat-x;
	border-bottom: 4px solid #C00;
	padding: 11px 0 10px;
	margin-left: -14px;
	z-index: 9;
}

#nav ul li {
	float: none;
	padding: 4px 26px;
	font: 11px/11px Tahoma, sans-serif;
	background: url(/images/common/square2.png) no-repeat 14px 55%;
}

#nav span {
	display: block;
}

#nav .nav-overed span.border-1 {
	margin: -13px -13px -2px -14px;
	padding-right: 4px;
	background: url(/images/common/nav_corn_right.png) no-repeat right;
	height: 38px;
}

#nav .nav-overed span.border-2 {
	padding: 13px 9px 2px 14px;
	height: 38px;
	background: url(/images/common/nav_corn_left.png) no-repeat;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#brands {
	position: absolute;
	width: 207px;
	height: 33px;
	padding-bottom: 0;
	background-image: url(/images/common/brands.png);
	margin: 14px 0 0 21px;
	display: none;
}

#icons {
	list-style-type: none;
	position: absolute;
	right: 14px;
	top: 13px;
	z-index: 1;
	display: none;
}

#icons li {
	padding: 5px 0 0 2px;
	width: 21px;
	height: 18px;
	text-indent: -1000em;
	overflow: hidden;
	margin-left: 9px;
	float: left;
}

#icons li * {
	display: block;
	width: 19px;
	height: 12px;
	background-image: url(/images/common/icons.png);
}

.ico-home a { background-position: 0 0; }
.ico-email a { background-position: -19px 0; }
.ico-sitemap a { background-position: -38px 0; }

.ico-home a:hover, .ico-home strong { background-position: 0 -12px; }
.ico-email a:hover, .ico-email strong { background-position: -19px -12px; }
.ico-sitemap a:hover, .ico-sitemap strong { background-position: -38px -12px; }

#header .search {
	display: none;
}

.search {
	position: absolute;
	top: 16px;
	right: 150px;
}

.search label {
	color: #666;
	font-size: 11px;
}

.search .field {
	width: 100px;
}

.search .button {
	background-image: url(/images/common/btn_search.png);
	border-width: 0;
	width: 53px;
	height: 18px;
	cursor: pointer;
	margin-top: -4px;
	text-indent: -1000em;
}

/* CONTENT */

.col-full {
	padding: 0px;
}

.col-left {
  float: left;
  width: 280px;
}

.col-middle {
  float: left;
  width: 680px;
  padding: 0 10px;
  color: #666;
}

.col-middle div.middle-content{
	padding-left:10px;
}

.col-right {
	float: left;
	width: 16%;
}

#nav-sub {
	width: 210px;
	position: relative;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}

#nav-sub, #nav-sub ul {
	list-style-type: none;
}

#nav-sub a {
	display: block;
	border-left: 3px solid #F1F2F4;
	padding: 3px 9px;
	text-decoration: none;
	color: #333;
}

#nav-sub a:hover {
	background-color: #FFF;
	border-left-color: #799E21 !important;
}

#nav-sub li.li-opened a {
	border-left-color: #000;
	font-weight: bold;
	background: #FFF url(/images/common/li_opened.png) no-repeat 92% 50%;
}

#nav-sub ul a {
	display: inline;
	border-left-width: 0;
	padding: 0;
	font-weight: normal !important;
	background: transparent none !important;
}

#nav-sub ul a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#nav-sub li {
	border-top: 1px solid #CCC;
}

#nav-sub ul {
	padding-left: 19px;
	border-top: 1px solid #CCC;
	padding-bottom: 6px;
}

#nav-sub ul li {
	border-top-width: 0;
	padding-top: 5px;
}

#nav-sub ul li.li-opened2 a {
	color: #C00;
}

#nav-sub ul ul {
	padding-left: 5px;
	padding-bottom: 0;
	border-top-width: 0;
}

#nav-sub ul li.li-opened2 li a {
	color: #333;
}

#nav-sub ul ul li.li-opened3 a {
	color: #4E89B3;
}

#nav-sub ul ul li.li-opened3 li a {
	color: #333;
}

#nav-sub ul ul li {
	background: url(/images/common/square.png) no-repeat 0 10px;
	padding-left: 10px;
}

#nav-sub ul ul ul {
	padding-left: 8px;
}

#nav-sub ul ul ul li {
	background: url(/images/common/li_opened4_off.png) no-repeat 6px 11px;
	padding-left: 14px;
}

#nav-sub ul ul ul li.li-opened4 {
	background: url(/images/common/li_opened4_on.png) no-repeat 0 9px;
}

#nav-sub ul ul ul li.li-opened4 a {
	color: #799E21;
	text-decoration: underline;
}

#nav-sub ul ul ul li.li-opened4 a:hover {
	text-decoration: none;
}

h3 {
	/*font-weight:normal;*/
	margin-top:5px;
	color: #6666CC;
	font-size: 14px;
	margin-bottom:5px;
}

div.static-content h2{
	margin-bottom:10px;
}

div.static-content p{
	margin-bottom:2px;
}

div.static-content h3{
	color:#4E89B3;
	margin-top:5px;
	margin-left:10px;
}

div.static-content ul{
	margin-top:5px;
	margin-left:5px;
}
div.static-content ul li{
	list-style:none;
	margin-left:5px;
	margin-bottom:5px;
}

div.static-content ul li b{
	color: #0066CC;
}

div.static-content p{
	margin-left:10px;
}

h3.hdr-catalog {
	width: 138px;
	height: 27px;
	padding: 70px 0 0 76px;
	margin: 16px -4px 11px 0;
	background-image: url(/images/common/hdr_catalog.png);
	position: relative;
}

h3.hdr-links {
	width: 184px;
	height: 26px;
	padding: 7px 0 0 30px;
	margin: 16px -4px 11px 0;
	background-image: url(/images/common/hdr_red.png);
	position: relative;
}

.block {
	background: #FFF url(/images/common/block_bg.png) repeat-y right;
	width: 193px;
	margin: 0 0 21px 12px;
	padding: 0 8px;
}

.block h3 {
	width: 184px;
	height: 26px;
	margin: 0 -9px 9px -12px;
	padding: 7px 0 0 30px;
}

.block span.border-bottom {
	display: block;
	background: url(/images/common/block_bottom.png) repeat-x bottom;
	height: 8px;
	width: 208px;
	font-size: 1px;
	margin: 0 -8px;
}

h3.hdr-login { background-image: url(/images/common/hdr_login.png); }
h3.hdr-cart { background-image: url(/images/common/hdr_cart.png); }
h3.hdr-blue { background-image: url(/images/common/hdr_blue.png); }
h3.hdr-green { background-image: url(/images/common/hdr_green.png); }
h3.hdr-pink { background-image: url(/images/common/hdr_pink.png); }

.contacts p {
	font-size: 11px;
	padding-bottom: 10px;
}

.banner {
	border: 1px solid #FFF;
	width: 200px;
	padding-bottom: 0;
	margin: 0 0 14px 15px;
}

.col-middle h4 {
	background-repeat: no-repeat;
	height: 25px;
	line-height: 23px;
	padding-left: 12px;
	font-size: 13px;
	color: #FFF;
	margin: 0 0 5px -6px;
}

.col-middle h4.hdr-green { background-image: url(/images/common/hdr4_green.png); }
.col-middle h4.hdr-blue { background-image: url(/images/common/hdr4_blue.png); }
.col-middle h4.hdr-red { background-image: url(/images/common/hdr4_red.png); }

.news-catalog, .catalogued {
	margin-right: -100px;
	width: 534px;
	padding: 20px 0 22px;
}

.catalogued {
	padding: 0 0 22px;
	margin-top: -10px;
}

.news-catalog div, .catalogued div {
	float: left;
	width: 173px;
	padding: 12px 0 0 3px;
}

.news-catalog p, .catalogued p {
	padding: 0 0 4px 5px;
}

.news-catalog h4, .catalogued h4 {
	position: relative;
}

.cat-date {
	position: absolute;
	left: 147px;
	top: 1px;
	font-size: 11px;
	color: #FFF;
}

p.border {
	width: 146px;
	height: 96px;
	background-image: url(/images/common/border.png);
	padding: 3px 0 0 4px;
	margin: 0 0 3px 0;
}

.news-catalog p.item-name, .catalogued p.item-name {
	padding-right: 10px;
}

.news-catalog p.item-price {
	color: #799E21;
}

.news-catalog a {
	color: #666;
}

.news-catalog a:hover {
	text-decoration: none;
}

.news-company {
	padding-bottom: 4px;
}

.news-company .date {
	color: #799E21;
	line-height: 24px;
}

.news-company p {
	clear: left;
	padding-bottom: 10px;
}

span.img-left, p.img-left {
	float: left;
	width: 146px;
	height: 96px;
	background-image: url(/images/common/border.png);
	padding: 3px 0 0 4px;
	margin: 0 13px 7px -4px;
}

.news-auto {
	margin-bottom: 10px;
}

.news-auto .date {
	color: #4E89B3;
	line-height: 24px;
}

.news-auto p {
	clear: left;
	padding-bottom: 10px;
}

.projects-list div {
	float: left;
	width: 340px;
	padding-bottom: 10px;
}

.hdr-welcome {
	background: url(/images/common/hdr_welcome.png) no-repeat;
	height: 15px;
	text-indent: -1000em;
	overflow: hidden;

	margin: 11px 0 12px;
}

.login {
	padding: 4px 0 8px;
}

.login p {
	font-size: 11px;
	padding-bottom: 5px;
}

.login label {
	float: left;
	width: 56px;
	padding-top: 2px;
	color: #333;
}

.login input.field {
	width: 132px;
}

.login input.button {
	background-image: url(/images/common/btn_enter.png);
	border-width: 0;
	width: 53px;
	height: 18px;
	cursor: pointer;
	text-indent: -1000em;
}

.login p.button {
	padding: 12px 2px 0 0;
	text-align: right;
}

.remember {
	padding-bottom: 0;
	height: 20px;
}

.remember input {
	float: left;
}

.remember label {
	width: 150px;
	padding-left: 3px;
}

.login-links {
	position: absolute;
	margin-top: -22px;
}

.login-links a:hover {
	color: #799E21;
	text-decoration: none;
}

.cart p {
	clear: left;
	padding: 8px 0 6px;
}

p.lbl {
	padding: 0 0 4px;
}

p.lbl span {
	float: left;
	width: 70px;
}

.cart a {
	color: #799E21;
}

.cart-links {
	font-size: 11px;
	color: #4E89B3;
}

.cart-links a {
	color: #4E89B3;
	text-decoration: none;
}

.cart-links a:hover {
	text-decoration: underline;
}

.cart small {
	font-size: 11px;
}

.clr-green {
	color: #799E21;
}

#crumbs {
	border-bottom: 1px solid #CCC;
	color: #4E89B3;
	padding-bottom: 2px;
	margin: 10px 0 14px;
	font-size: 11px;
}

#crumbs a {
	color: #4E89B3;
	text-decoration: none;
}

#crumbs a:hover {
	text-decoration: underline;
}

#crumbs .ico-home {
	display: block;
	float: left;
	width: 19px;
	height: 12px;
	background-image: url(/images/common/icons.png);
	text-indent: -1000em;
	overflow: hidden;
	margin-top: 1px;
}

#crumbs strong {
	color: #799E21;
	font-weight: normal;
}

.item-title {
	font: bold 14px Tahoma, Kalimati, "Bitstream Vera Sans", sans-serif;
	color: #000;
	padding-bottom: 16px;
}

.item-buy {
	float: right;
	text-align: right;
	color: #799E21;
	padding-bottom: 16px;
}

.item-buy strong {
	font-size: 24px;
}

.item-buy a {
	display: block;
	background-image: url(/images/common/cart.png);
	width: 74px;
	height: 19px;
	padding: 3px 6px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #799E21;
	margin: 7px 3px 0 0;
}

#tabs {
	border-bottom: 2px solid #D0D0D0;
	background: url(/images/common/tabs_part.png) no-repeat;
	height: 25px;
	padding: 0 0 0 1px;
	margin-top: 20px;
}

#tabs span {
	float: left;
	width: 116px;
	height: 25px;
	line-height: 25px;
	background-image: url(/images/common/tab_off.png);
	text-align: center;
	font-weight: bold;
	color: #4E89B3;
	cursor: pointer;
}

#tabs span.tab-on {
	background-image: url(/images/common/tab_on.png);
	color: #799E21;
	height: 27px;
	margin-bottom: -2px;
	position: relative;
	cursor: auto;
}

.hidden {
	display: none;
}

.block-cnt {
	padding: 20px 5px;
}

.block-cnt .img {
	background: url(/images/common/tab_pic.png) no-repeat right bottom;
	padding: 5px;
	float: left;
	margin: 0 38px 20px 0;
}

p.field label, p.area label, p.captcha label {
	float: left;
	width: 170px;
}

p.field, p.area, p.button {
	clear: left;
}

p.field input, p.area textarea {
	width: 250px;
}

.sitemap, .sitemap ul {
	margin-left: 20px;
}

.sitemap {
	margin-bottom: 20px;
}

.form-account label {
	float: none !important;
	display: block;
}

.form-account select {
	width: 250px;
}

.form-account label {
	float: none !important;
	display: block;
}

.form-account p.button {
	text-align: left;
}

.form-comments label {
	width: 100px !important;
}

.response {
	border-top: 1px solid #D0D0D0;
	margin-top: 10px;
	padding: 14px 5px 0;
}

.response .author {
	padding-bottom: 6px;
}

.response .message {
	padding-bottom: 6px;
}

p.pages {
	clear: left;
	padding: 10px 5px 20px;
}

.block-cnt .pages {
	clear: none;
	border-top: 1px solid #D0D0D0;
}

.form p.button {
	text-align: right;
}

.col-right .search {
	position: static;
	right: auto;
	top: auto;
	padding-top: 8px;
}

.col-left .links p {
	padding: 0 18px 14px;
}

#ajax-loading {
	position: absolute;
	width: 46px;
	height: 46px;
	background: #FFF url(../images/common/loading.gif);
	z-index: 10000;
}

.link-logo {
	display: block;
	text-align: center;
}

.link-note {
	display: block;
	margin-top: 4px;
}

.col-middle ul, .col-middle ol {
	margin: 0 0 16px 16px;
}

.error {
	border-color: #F00 !important;
}

/* FOOTER */

#footer {
	height: 112px;
	background: #E5E6E8 url(/images/common/ftr_bg.png) repeat-x;
}

#copyright {
	position: absolute;
	font-size: 10px;
	color: #FFF;
	left: 12px;
	top: 5px;
}

#developed {
	position: absolute;
	font-size: 10px;
	color: #FFF;
	right: 16px;
	top: 12px;
}

#contacts {
	position: absolute;
	font-size: 11px;
	right: 13px;
	bottom: 0;
	overflow: hidden;
}

#contacts div {
}

#contacts p {
	float: left;
	border-right: 1px solid #88A8E2;
	padding: 0 9px 0 24px;
	text-align: right;
	padding-bottom: 11px;
	margin-top: -2px;
}

#footer .search {
	top: 35px;
	left: 0;
	width: 210px;
	border-top: 15px solid #003370;
	padding-top: 14px;
	text-indent: 11px;
}

    /* Socialization */
#socializ {
    width: 456px;
    height: 36px;
    margin-left: 0px;
    z-index: 1000;
  border: 1px solid #E5E5E5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 6px 0;
    background: #FFF;
}
#socializ:hover {
    background: #F6F6F6;
  border: 1px solid #D4D4D4;
    -moz-box-shadow: 0 0 5px #DDD;
    -webkit-box-shadow: 0 0 5px #DDD;
    box-shadow: 0 0 5px #DDD;
}
#socializ a {
    display: block;
    float:left;
    width: 32px;
    height: 32px;
    margin: 0 3px 6px;
  /*background: #F6F6F6 url(socializ.png) no-repeat;*/
}
#socmore {
  text-align: center;
    cursor: pointer;
    margin: -11px 0 4px;
    width: 32px;
}
/* end Socialization */


.curvy{
/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

#social_navicons{
    padding-left:15px;
    margin-bottom:15px;
}

#social_navicons a{
    margin-right:15px;

}

#blog-block{
       padding-left:15px;
        margin-bottom:15px; 
        font-size:18px;
}




