/* ================================================== */
/* Основные стили сайта */
/* ================================================== */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: 0;
}

p {
	line-height: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	color: #DF5700;
	font-size: 15px;
	margin: 0;
	padding: 0 0 15px 0;
}

h2 {
	color: #87c358;
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 0;
}

h3 {
	color: #87c358;
	font-size: 14px;
	font-weight: 100;
	margin: 0;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	color: #377abb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

table
{ 
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 0px;
}

ul {
	margin: 0;
	padding: 0 0 6px 25px;
}
ul li {
	padding: 0 0 6px 0px;
}
ol {
	margin: 0 0 0 30px;
	padding: 0;
}
ol li {
	margin: 0 0 12px 0px;
}
ol ol li {
	margin: 4px 0 4px 0;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Шапка */
/* ================================================== */

.bg-top {
	background: url(/i/bg_top.jpg) repeat-x;
}

.bg-middle {
	background: #c1c9c3;
}

.bg-bottom {
	background: url(/i/bg_bottom.jpg) repeat-x;
}

.bg-footer {
	background: url(/i/bg_footer.jpg) repeat-x;
}

.main-menu {
	background: url(/i/menu_bg.jpg) no-repeat;
}

.content-bg {
	background: #ffffff url(/i/content_bg_top.jpg) repeat-x;
}

.random-bg {
	background: url(/i/random_bg.jpg) no-repeat;
}

a.pmenu:link, a.pmenu:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a.pmenu:hover {
	text-decoration: underline;
}

a.request-main:link, a.request-main:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a.request-main:hover {
	text-decoration: underline;
}

.bg-reward {
	background: url(/i/bg_reward.jpg) no-repeat 0 0;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Контент */
/* ================================================== */


/* -------------------------------------------------- */

/* ================================================== */
/* Подвал */
/* ================================================== */

/* -------------------------------------------------- */

/* ================================================== */
/* Элементы формы */
/* ================================================== */
form {
	margin: 0;
	padding: 0;
}
.textbox {
	border: 1px solid #87c358;
	font-size: 11px;
	font-family: Verdana;
}
.select {
	font-size: 11px;
	font-family: Verdana;
}
.textbox2 {
	border: 1px solid #7D7D7D;
	font-size: 11px;
	font-family: Verdana;
}
.textbox3 {
	border: 1px solid #7D7D7D;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 20px;
}
.textbox-search {
	border: 1px solid #7D7D7D;
	font-size: 13px;
	font-family: Verdana;
	width: 333px;
}
.textarea {
	border: 1px solid #7D7D7D;
	font-size: 13px;
	font-family: Verdana;
}
.button {
	border: 1px solid #87c358;
	font-size: 11px;
	font-family: Verdana;
	background: #FFFFFF;
	height: 18px;
}
/* -------------------------------------------------- */
