* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%
  height: 100%;
  min-height: 1000px;
  text-align: center;
	font-size: 0.85em;
	font-family:Tahoma,Arial,Verdana;
  background: #AAA url('../images/bg_bottom.png') repeat-x bottom left;
}

a, a:link, a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.container {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  min-height: 400px;
  text-align: left;
  background: transparent url('../images/bg_top.jpg') no-repeat top left;
}

div.w80
{
	width: 80%;
	margin: 0 auto;
}	

div.w75
{
	width: 75%;
	margin: 0 auto;
}	

.clear {
  padding: 0;
  margin: 0;
  clear: both;
}

/* Header styles */
div.header {
  padding: 20px 5px 0;
  height: 172px;
}

h1.logo {
  display: block;
  width: 397px;
  height: 156px;
  text-indent: -9999px;
  background: transparent url(../images/logo.png) no-repeat 0 0;
}

h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

/* Content area styles */
div.content {
  margin-top: 0px;
  text-align: left;
}

/* Navigation menu */
div#navigation ul {
  margin: 0; 
  padding: 0; 
  list-style-type: none;
}

div#navigation ul li {
  padding: 3px 1px; 
  float: left;
  display: block;
  list-style-type: none;
}


div#navigation ul li a {
  background: transparent url('../images/navigation.png') no-repeat;
  display: block;
  height: 30px;
  outline: none;
  text-indent: -9999px;
}


div#navigation ul li.main a { width: 114px; background-position: 0 0; }
div#navigation ul li.main a.active,
div#navigation ul li.main a:hover { width: 114px; background-position: 0 -30px; }

div#navigation ul li.about a { width: 88px; background-position: -114px 0; }
div#navigation ul li.about a.active,
div#navigation ul li.about a:hover { width: 88px; background-position: -114px -30px; }

div#navigation ul li.terms a { width: 215px; background-position: -202px 0; }
div#navigation ul li.terms a.active,
div#navigation ul li.terms a:hover { width: 215px; background-position: -202px -30px; }

div#navigation ul li.link-exchange a { width: 200px; background-position: -417px 0; }
div#navigation ul li.link-exchange a.active,
div#navigation ul li.link-exchange a:hover { width: 200px; background-position: -417px -30px; }

div#navigation ul li.contacts a { width: 115px; background-position: -617px 0; }
div#navigation ul li.contacts a.active,
div#navigation ul li.contacts a:hover { width: 115px; background-position: -617px -30px; }


/* Rounded corners  */
div.box-c
{
	height: 20px;
	margin: 0 20px;
	position: relative;
	background: #FFF;
}

	div.box-c em b 
	{
	   position: absolute;
	   font: 150px Arial;
	   line-height: 40px;
	   font-weight: normal;
	}
	
	.ctl, .cbl, .ctr, .cbr 
	{
	   z-index: 11;
	   width: 20px;
	   height: 20px;
	   color: #FFF;	 
	   overflow: hidden;
	   position: absolute;  
	   background: transparent;
	   
	}
	
	.ctl {top:0; left:-20px;}
	.cbl {bottom:0; left:-20px;}
	.ctr {top:0; right:-20px;}
	.cbr {bottom:0; right:-20px;}

	.ctl b {left:-8px;}
	.ctr b {left:-25px;}
	.cbl b {left:-8px; top:-17px;}
	.cbr b {left:-25px; top:-17px;}
	
div.box-inner
{
  width: auto;
	background: #FFF;
}

.left-column {
  padding: 5px;
  background: #FFF;
  text-align: left;
  width: 190px;
  float: left;
}

.left-navigation h2 {
  display: block;
  width: 180px;
  height: 46px;
  text-indent: -9999px;
  background: #FFF url('../images/catalog.jpg') no-repeat 0 0;
}

.left-navigation ul {
  margin-left: 20px;
}

.left-navigation a:hover {
  text-decoration: none;
  margin-left: -7px;
  padding-left: 7px;
  background: transparent url('../images/bullet_active.gif') repeat-y top left;
}

.left-navigation li.active,
.left-navigation li.submenu {
  color: #333;
  font-weight: 600;
  margin-left: -7px;
  padding-left: 7px;
  background: transparent url('../images/bullet_selected.gif') repeat-y top left;
}

.left-navigation ul.level_2 {
  margin-left: 10px;
}

.left-navigation ul.level_2 a:hover {
  margin-left: -17px;
  padding-left: 17px;
}

.left-navigation ul.level_2 li.active {
  margin-left: -17px;
  padding-left: 17px;
}
.main-column {
  background: #FFF;
  width: auto;
  margin: 0 200px;
  padding: 0 5px;
  height: 100%;
}


.right-column {
  padding: 5px;
  background: #FFF;
  text-align: center;
  width: 190px;
  float:right;
}

div.content-block {
  background: #FFF url('../images/content_block.png') no-repeat top left;
  width: auto;
  padding: 0 10px;
  owerflow: hidden;
}

div.content-block h2 {
  font-family: sans-serif;
  font-size: 1.1em;
  display: block;
  padding: 15px 0 5px;
  border-bottom: solid #000 2px;
}

h2.random-photo {
  display: block;
  width: 180px;
  height: 52px;
  text-indent: -9999px;
  background: #FFF url(../images/random_photo.jpg) no-repeat 0 0;
}

