/*
main settings
*/
body
{
	margin: 0px;
	padding: 10px;
	background: url(../img/background.gif);
	font-family: Verdana;
	font-size: 11px;
}

h1
{
	color: #9E101E;
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}
h2
{
	color: #9E101E;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
h3
{
	color: #9E101E;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}



div.clear
{
	clear: both;
}

a
{
	font-size: 11px;
	color: red;
}

a:hover
{
	color: #857106;
}

a.white
{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
}

a.white:hover
{
	color: #DDDDDD;
	text-decoration: none;
}

img
{
	border: 0px;
}

p/*поскольку мы его нигде кроме центрального дива юзать не будем, давайте есть пчел*/
{
	margin-bottom: 20px;
}

/*
верхнее меню. «контакты» и «на главную».
*/
div.upmenu
{
	position: absolute;
	right:40px;
	top: 0px;
	z-index: 2;
}

div.upmenuitem
{
	width: 80px;
	height: 30px;
	background: url(../img/upmenu.gif) no-repeat;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

/*
header
*/
div.main
{
	background-color: white;
}

div.header
{
	height: 135px;
	background: url(../img/gradient.gif) repeat-x;
	
}

div.top_corners
{
	background: url(../img/corn_top_right.gif) no-repeat top right;
}

div.bottom_corners
{
	background: url(../img/corn_bottom_right.gif) no-repeat bottom right;
}

img.corner 
{
   width: 10px;
   height: 10px;
   display: block !important;
   vertical-align: top;
}

img.bottom
{
	vertical-align: bottom;
}

div.clouds
{
	background: url(../img/clouds.gif) no-repeat;
	position: absolute;
	top: 10px;
	left: 20px;
	height: 135px;
	width: 500px;
}

/*logo*/
div.logo
{
	left: 35px;
	top: 35px;
	position: relative;
	float: left;
	z-index: 1;
}

a.logolink
{
	display: block;
	margin-left: 70px;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a.logolink:hover
{
	display: block;
	margin-left: 70px;
	font-size: 11px;
	color: #857106;
	text-decoration: none;
}

/*house*/
img.house
{
	position: relative;
	left: 15%;
	top: 3px;
}

div.greenline
{
	height: 14px;
	width: 100%;
	background: url(../img/greenline.gif) repeat-x;
	margin-bottom: 35px;
}

/*content*/


div.left
{
	float: left; 
	width: 240px;
}

div.center
{
	padding-left: 10px;
	margin: 0px 210px 0px 240px;
}

div.right
{
	width: 190px;
	right: 0px;
	position: relative;
	float: right;
}

ul.list
{
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
	margin: 0px;
	padding-left: 50px;
}

ul.list li
{
	margin-bottom: 10px;
}

ul.list a, a.goldenlink
{
	color: #857106;
}

ul.list a:hover
{
	color: #FF0000;
}
a.goldenlink:hover
{
	color: #FF0000;
}

ul.noimage
{
	list-style-image: url(../img/1x1.gif);
	padding-left: 20px;
}


/*copyright*/
div.copyright
{
	text-align: center;

	margin: 140px 0px 10px 0px;
}

/*footer*/
div.footer
{
	padding: 15px 0px 15px 20px;
	color: white;
	font-family: Tahoma;
}

div.footer img
{
	float: left;
	margin-right: 10px;
}
