body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #f5efe1;
}

img {
	border: none;
}
a {
	color: #000;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}
#header {
	height: 243px;
	background: url(../_images/bg_header.jpg) left bottom no-repeat;
	position: relative;
	overflow: hidden;
}

#header div.menu{
	position: absolute;
	top: 0;
	left: 41px;
	background: url(../_images/bg_menu.png) no-repeat left top;
	width: 573px;
	height: 69px;
}
#header ul.menu{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
	left: 44px;
	padding: 0;
	list-style: none;
	color: #fff;
	text-transform: uppercase;
}

#header ul.menu li{
	float: left;	
}

#header ul.menu li a{
	display: block;
	padding: 7px 13px 7px 13px;
	background: url(../_images/dots.png) right top no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#header ul.menu li.current a{
	color: #f8d072;
}

#header ul.menu li a:hover{
	text-decoration: underline;
}

#header .icons {
	position: absolute;
	right: 10px;
	top: 18px;
}

#header .icons img{
	background: url(../_images/bg_ico.png) no-repeat;
	padding: 9px;
	margin: 0 14px;
}

#header #flowers{	
	background: url(../_images/flowers.png);
	width: 306px;
	height: 225px;
	position: absolute;
	left: 498px;
	top: 18px;
}
#header .phone {
	position: absolute;
	bottom: 22px;
	right: 30px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-align: right;
	background: url(../_images/ico_phone.png) 80px 3px no-repeat;
}
#header .phone span{
	font-size: 28px;
	display: block;
}
#header #logo {
	color: #fff;
	font-weight: bold;
	position: absolute;
	background: url(../_images/logo.png) no-repeat;
	padding: 34px 0 0 65px;
	left: 35px;
	top: 135px;
	font-size: 18px;
}
#header #logo span{
	font-size: 25px;
	display: block;
}



.clear {
	clear: both;
}
#content {
	margin: 20px 29px 0 20px;
	background: url(../_images/bg_content.jpg) right bottom no-repeat;
	height: 1%;
	overflow: hidden;
}
#content #right_column{
	width: 400px;
	float: right;
	margin-bottom: 280px;

}
#content #left_column{
	float: left;
	width: 535px;
}

#pathway {
	font-size: 12px;
	padding-bottom: 10px;
}

.inside_column {
	width: 49.9%;
	float: left;
}

.dots {
	background: url(../_images/dots_red.png) left repeat-y;
	padding: 0 10px 0 17px;
}

.red {
	color: #ba2221;	
}

#footer {
	background: url(../_images/bg_footer.png) no-repeat;
	height: 47px;
	position: relative;
}
#footer #adv{
	float: left;
	padding: 16px 0 0 190px;
}
#footer #adv a{
	color: #fff;
	text-decoration: none;	
}
#footer #counters {
	float: right;
	padding: 0 105px 0 0;
}
#footer #counters img{
	margin: 0 11px;
}
#footer #copyright {
	width: 373px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -105px;
	right: 29px;	
	line-height: 1.4em;
}
#footer #copyright a{
	text-decoration: none;
	color: #fff;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	color: #ba2221;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}

h3, h4 {
	font-size: 15px;
	font-weight: normal;
}
h3 {
	background: url(../_images/bg_h3.png) left top no-repeat;
	line-height: 1em;
	padding: 0 0 15px 17px;
	margin: 10px 0 -10px -17px;
/*	text-decoration: underline; */
}

