body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}

b{font-size: 110%;}
em{color: #000;}
.blue  {
color: #000;
}


#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url(../images/topmenu.jpg);
background-position: top;
background-repeat: no-repeat;
height: 40px;
margin-bottom: 10px;
padding-left: 50px;
display: none;
}

#topsection2{
background-image: url(../images/header1.jpg);
background-position: top;
background-repeat: no-repeat;
height: 152px;
display: none;
}

#topsection2a{
background-image: url(../images/header_small.jpg);
background-position: top;
background-repeat: no-repeat;
height: 152px;
display: none;
}

#topsection2a .home {

height: 140px;
display: block;
width: 600px;
margin-left:50px;
display: none;
}


#topsection3{
background-image: url(../images/header2.jpg);
background-position: top;
background-repeat: no-repeat;
height: 145px;
display: none;
}

#topsection3 .home {

height: 140px;
display: block;
width: 600px;
margin-left:50px;
display: none;
}

#topsection4{
background-image: url(../images/belka.jpg);
background-position: top;
background-repeat: no-repeat;
height: 35px;
display: none;
}

#topsection4 ul
{
float: left;
margin-left: 100px;
margin-top: 5px;
padding-left: 0;
white-space: nowrap;
display: none;
}

#topsection4 li
{
display: inline;
list-style-type: none;
}

#topsection4 a { padding: 3px 10px; 
font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #fff;

}

#topsection4 a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#topsection4 a:hover
{
color: #fff;
text-decoration: none;
}



#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{

width: 100%;
}

#contentcolumn h1{
	
font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: navy;
	margin-right: 120px;
}
#contentcolumn h2 {
	
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #1c94c4;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	font-weight: bold;
}

#contentcolumn h3{
	
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #1c94c4;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -2px;
	font-weight: bold;
}


.oferta {
	padding: 10px;
	margin: 10px;
	background-color: #FDC067;
	border: 1px solid #FE8011
	
	
}

.tytrel {
font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: navy;
}
#contentcolumn a img {
	text-decoration: none;
}

#contentcolumn .printh1{
display: none;
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
display: none;
}

#footer{
border-top: 1px solid black;
margin-left:50px;
width: 900px;
color: #672728;
text-align: center;
padding: 0px 0;
display: none;
}

.foot_left {
float: left;
border: 0px solid red;
height: 25px;

}

.foot_right {
	float: right;
	font-size: 11px;
}

#footer ul {
margin-top: 0px;
padding-left: 0px;
left: 0px;
}
#footer li{
	list-style-type: none;
	display: inline;
	text-align: left;
	padding-top: -10px;
}

#footer li a{
	text-decoration: none;
	color: #672728;
	font-size: 10px;
}


#footer a{
color: #672728;
font-size: 10px;
text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 90px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}

