* {
	padding:0;
	margin:0;
	border:none;
}

body {
	font:0.7em Verdana;
	color:#5B6160;
	text-align:center;
	background:#fff;
}

/* Основные элементы */

a {
	text-decoration:none;
	color:#6695BF;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}

p {
	margin-bottom:10px;
}

ul {
	list-style-position:inside;
}

/* Структура сайта */

#wrapper {
	width:900px;
	margin:0 auto;
}

/* Левая колонка */

#leftside {
	width:92px;
	float:left;
	background:url("images/leftside_bg.jpg") no-repeat center top;
	padding:200px 0 10px;
}

#leftside img {
	margin:4px 0;
}

/* Правая колонка */

#rightside {
	float:right;
	width:648px;
	text-align:left;
	padding:0 70px 10px 70px;
	position:relative;
}

#rightside table {
	width:100%;
}

#rightside th, #rightside td {
	text-align:center;
	padding:5px 0;
}

.discount {
	position:absolute;
	left:10px;
	color:#0080FF;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	top:210px;
}

/* Шапка */

#header {
	height:159px;
	background:url("images/header2.gif") no-repeat;
	width:892px;
	text-align:left;
	color:#fff;
	margin:10px -70px 15px -70px;
}

#header ul {
	padding:27px 0 0 5px;
	width:752px;
	position:relative;
	height:20px;
}

#header li {
	display:block;
	float:left;
	list-style:none;
	background:url("images/menu_verh.gif") no-repeat top center;
	width:180px;
	height:20px;
	line-height:20px;
	margin:0 4px;
	text-align:center;
}

#header li a {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}


.work {
	float:right;
	width:89px;
	height:52px;
	background:url("images/work.gif") no-repeat;
	padding:10px;
	text-align:center;
	position:relative;
	top:20px;
	right:180px;
	font-weight:bold;
}

#header p {
	font-size:1.5em;
	text-align:right;
	padding:20px 325px 0 0;
	margin:0;
}

.logo {
	position:relative;
	top:7px;
	left:9px;
	float:left;
}
/* Подвал сайта */

#footer {
	font-size:1.2em;
}

#footer img {
	margin:0 0 0 5px;
}

/* Дополнительные классы */

.clearer {
	clear:both;
	height:0;
	font-size:0;
}

.red {
	color:#f00;
}

.blue {
	color:#6695BF;
	font-size:1em;
}

.right {
	float:right;
	margin-top:-50px;
}

.big {
	font-size:1em;
	font-weight:bold;
}

.big li {
	margin-bottom:10px;
}

