


body
{
margin: 0; padding: 0;
background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color:  #f8f8f8
}

a { outline: none; }

img { outline: none; }



.cssBody
{

   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px; 
   font-family: 'c-WebFont', Courier New, serif;
   font-size: 35px;
   font-style: normal;
   text-shadow: none;
   text-decoration: none;
   text-transform: none;
   letter-spacing: 0em;
   word-spacing: 0em;
   line-height: 1.2;
 
}

@font-face 
{
  font-family: 'c-WebFont';
  src: url('c-WebFont.eot');
  src: local('O'),
  url('c-WebFont.woff') format('woff'),
  url('c-WebFont.ttf') format('truetype'),
  url('c-WebFont.svg#webfont') format('svg');
}

h1 
{ 
  font-family:Courier New, 'c-WebFont', arial, serif;
   color:#eff0b7;
  font-size: 25px;
  font-style: Regular;
  text-shadow: none; 
 }

h2 
{ 
  font-family:Courier New, 'c-WebFont', arial, serif;
   color:#4c330f;
  font-size: 14px;
  font-style: Regular;
  text-shadow: none; 
 }


h2 
{ 
  font-family:Courier New, 'c-WebFont', arial, serif;
   color:#ffffff;
  font-size: 18px;
  font-style: Regular;
  text-shadow: none; 
 } 
 
h4 
{ 
  font-family: Courier New, 'c-WebFont', arial, serif;
  color:#a5ba43;
  font-size: 17px;
  font-style: Regular;
  text-shadow: none; 
  height: 30px;
  margin:  0; padding:  0 2px 0 10px;
 }
 h4 {background: url(images/1/433.gif) no-repeat ;} /*--Background image for "category" heading--*/

h5 
{ 
  font-family: Courier New, 'c-WebFont', arial, serif;
   color:#eff0b7;
  font-size: 16px;
  font-style: Regular;
  font-weight:none;
  text-shadow: none; 
  height: 18px;
  padding-left:30px;
 }
 
a.cssLink1:link
{   
   font-family:Courier New, 'c-WebFont', arial, serif;
   color:#4c330f;
   text-decoration:none;
   font-size:14px;
   font-weight:none;

}

a.cssLink1:hover
{   
   font-family:Courier New, 'c-WebFont', arial, serif;
   color:#4c330f;
   text-decoration:none;
   font-size:14px;
   font-weight:bold;
}

a.cssLink1:visited
{   
   font-family:Courier New, 'c-WebFont', arial, serif;
   color:#9aab3f;
   text-decoration:none;
   font-size:22px;
   font-weight:bold;
}


a.cssLink2:link
{   
   font-family:vrina, arial, serif;
   color:#ffffff;
   text-decoration:none;
   font-size:22px;
   font-weight:none;
   padding-left:15px;   
}

a.cssLink2:hover
{   
   font-family:vrina, arial, serif;
   color:#ffffff;
   text-decoration:none;
   font-size:22px;
   font-weight:none;
   
}

a.cssLink2:visited
{   
   font-family:vrina, arial, serif;
   color:#ffffff;
   text-decoration:none;
   font-size:22px;
   font-weight:none;
   
}


a.cssLink3:link,a.cssLink3:active,a.cssLink3:visited
{   
   font-family:vrina, arial, serif;
   color:#ffffff;
   text-decoration:none;
   font-size:22px;
   font-weight:none;
   
}

a.cssLink4:link,a.cssLink4:active,a.cssLink4:visited
{   
   font-family:Courier New, 'c-WebFont', arial, serif;
   color:#4c330f;
   text-decoration:none;
   font-size:12px;
   font-weight:none;
}

 
a.cssLink5:link
{   
   font-family:Courier New, 'c-WebFont', arial, serif;
   color:#333230;
   text-decoration:none;
   font-size:16px;
   font-weight:none;
}

a.cssLink5:hover,a.cssLink5:visited
{   
   font-family:Courier New, 'c-WebFont', arial, serif;
   color:#333230;
   text-decoration:none;
   font-size:17px;
   font-weight:bold;
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(nav_home.png) no-repeat;
	width: 78px;
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 117px;
}
ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 124px;
}
ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 124px;
}
ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 141px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	z-index: 99999;
	background: #344c00 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

.cssContentCell
{
   font-family:'c-WebFont', Courier New, arial, serif;
   color:#000000;
   font-size:14px;
   font-weight:normal;
   border-right:0px solid #E0E0E0;
   border-left:0px solid #E0E0E0;
   padding-left:10px;
   padding-right:10px;
}

.cssHead1
{
   font-family:'c-WebFont', Courier New, arial, serif;
   color:#000000;
   font-size:20px;
   font-weight:bold;
}

#header span
{
	font-family:'c-WebFont', Courier New, arial, serif;
  font-weight: normal;
}

#header h1
{
position: absolute;
font-size: 28px;
letter-spacing: -1px;
   padding-left:80px;
}

#header h2
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}



form * {margin:0;padding:0;} /* Standard margin and padding reset, normally done on the body */



.cssText1
{
   font-family:Verdana,Tahoma,Arial;
   color:#000000;
   font-size:13px;
   font-weight:normal;
   font-weight:bold;
}



.cssText2
{
   font-family:Verdana,Tahoma,Arial;
   color:#636262;
   text-decoration:none;
   font-size:12px;
   font-weight:normal;
}

.cssText3
{
   font-family:Verdana,Tahoma,Arial;
   color:#636262;
   font-size:12px;
   font-weight:normal;
}

.cssText4
{
   font-family:Verdana,Tahoma,Arial;
   color:#636262;
   font-size:15px;
   font-weight:bold;
}

.cssText5
{
   font-family:Verdana,arial, serif;
   color:#39628e;
   font-size:22px;
   font-weight:normal;
}

.cssText6
{
   font-family:Verdana, arial, serif;
   color:#626262;
   font-size:11px;
   font-weight:none;
   
}

.cssText7
{
   font-family:Verdana, arial, serif;
   color:#39628e;
   font-size:13px;
   font-weight:bold;
}

.cssText8
{
   font-family:Verdana,Tahoma,Arial;
   color:#626262;
   text-decoration:none;
   font-size:10px;
   font-weight:none;
}

.cssText9
{
   font-family:Verdana,Tahoma,Arial;
   color:#8c8c8c;
   text-decoration:none;
   font-size:10px;
   font-weight:none;
}

.cssText10
{
   font-family:Verdana,Tahoma,Arial;
   color:#8c8c8c;
   text-decoration:none;
   font-size:10px;
   font-weight:bold;
}

.cssText11
{
   font-family:Verdana,Tahoma,Arial;
   color:#84a901;
   text-decoration:none;
   font-size:10px;
   font-weight:bold;
}

.cssTextb1
{
   font-family:Arial,Verdana,Tahoma;
   color:#444444;
   text-decoration:none;
   font-size:14px;
   font-weight:none;
}

.cssTextb1
{
   font-family:Arial,Verdana,Tahoma;
   color:#444444;
   text-decoration:none;
   font-size:17px;
   font-weight:none;
}

.cssTextb2
{
   font-family:Arial,Verdana,Tahoma;
   color:#0396fd;
   text-decoration:none;
   font-size:17px;
   font-weight:bold;
}

.cssTextb3
{
   font-family:Arial,Verdana,Tahoma;
   color:#444444;
   text-decoration:none;
   font-size:17px;
   font-weight:bold;
}

.cssTextb4
{
   font-family:Arial,Verdana,Tahoma;
   color:#0396fd;
   text-decoration:none;
   font-size:14px;
   font-weight:Regular;
}

.cssTextb5
{
   font-family:Arial,Verdana,Tahoma;
   color:#444444;
   text-decoration:none;
   font-size:14px;
   font-weight:Regular;
}

.cssTextb6
{
   font-family:Arial,Verdana,Tahoma;
   color:#0396fd;
   text-decoration:none;
   font-size:13px;
   font-weight:Regular;
}

.cssTextb7
{
   font-family:Arial,Verdana,Tahoma;
   color:#444444;
   text-decoration:none;
   font-size:13px;
   font-weight:Regular;
}

.cssTextb8
{
   font-family:Arial,Verdana,Tahoma;
   color:#444444;
   text-decoration:none;
   font-size:12px;
   font-weight:Regular;
}

.cssTextb9
{
   font-family: 'c-WebFont', Courier New, Arial,Verdana,Tahoma;
   color:#9aab3f;
   text-decoration:none;
   font-size:22px;
   font-weight:Regular;
   text-shadow: none; 
}


input {
 background-color: #f7ead4;
 border: 0px solid #f7ead4; 
}

textarea {
 background-color: #f7ead4;
 border: 0px solid #f7ead4; 
}


div.sadyrjanie{ 
margin-left:auto; 
margin-right:auto; 
height:10px; 
 
}
 
CSS 3 Multiple Columns (Count)
#my_CSS3_id {
	
text-align: justify;
-moz-column-count: 3;
-moz-column-gap: 1.5em;
-moz-column-rule: 1px solid #c4c8cc;
-webkit-column-count: 3;
-webkit-column-gap: 1.5em;
-webkit-column-rule: 1px solid #c4c8cc;
}