@charset "UTF-8";



* {
	margin: 0;
	padding: 0;
	outline: 0
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #491e59 url(../images/bg.jpg) repeat-x;
	text-align: center;
	color: #333;
}
.oneColFixCtrHdr .small {
	font-size: 10px;
	font-style:italic
}
img {
	border: none
}

a {
	text-decoration: underline;
	color: #8f6c3a;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 946px;
	background: url(../images/bg_header.png) top center no-repeat;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 655px;
	margin-left: 22px

}

#cont_logo {
	margin-bottom: 105px
}

#logo {
	float: left;
	padding-left: 123px
}

#header_dx {
	float: right;
	color: #552c6a;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(../images/bg_header_dx.png) no-repeat bottom center;
	margin: 100px 165px 0 0;
	padding-bottom: 5px
}

#header_dx .bigger {
	font-size: 30px
}

#menu {
	text-align: center;
	margin-bottom: 15px
}

#menu ul {
	list-style: none;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #8f6c3a;
}

#menu li {
	display: inline;
	background: url(../images/sep_menu.png) no-repeat top right;
		padding: 7px .1em 7px .18em
}

#menu li a {
	color: #552c6a;
	text-decoration: none;

}

#menu li a:hover {
	color: #bb9556;
}


#menu .sep_menu {
	background: url(../images/sep_menu.png) no-repeat;
	width: 1px;
}

#menu li.active a, #menu li.active a:hover {
	color: #bb9556;
}


#banner {
	background: url(../images/shadow_banner.png) repeat-x;
	height: 332px;
	padding-top: 2px;
	width: 707px;
	margin: 0 auto
}

#mainContent_ext {
		background: url(../images/bg_flowers.gif) no-repeat bottom right;
}

#mainContent {
	padding-left: 22px;
	background: url(../images/bg_container.gif) top center repeat-y;
	width: 764px;
	margin: 0 auto;
}


#mainContent h2 {
	font: 33px Georgia, "Times New Roman", Times, serif;
	color: #552c6a;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 0px;
}

#mainContent h3 {
	font-size: 22px;
	color: #c2b69a;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 15px;
	background: url(../images/bg_title.png) no-repeat bottom left;
}


#mainContent_sx {
	float: left;
	width: 700px;
	font-size: 12px;
	padding-left: 28px
}

#mainContent_sx p {
	margin-bottom: 15px
}

#mainContent_dx {
	float: right
}

.more {
	font: 15px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: url(../images/arrows.gif) no-repeat center right;
	width: 185px
}

.more a {
	text-decoration: none;
	color: #552c6a;
}

.more a:hover {
	color: #8f6c3a;
}
.oneColFixCtrHdr .img_dx {
	float:right;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 40px 0;
	margin: 0 auto;
	text-align: center
}

#footer p {
	margin-left: 22px;
	word-spacing: 2px;
}

#footer a {
	color: #fff;
	text-decoration: underline
}

#footer a:hover {
	text-decoration: none
}

#footer .purple {
	color: #6a377e
}

#newsletter {
	width: 450px;
	font-size: 12px;
	padding: 0;
	margin: 0 auto;
	height: 100px;
	text-align: left;
}

#newsletter h3 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#newsletter p {
	margin-bottom: 10px;
	word-spacing: 2px	
}

#newsletter img {
	float: left;
	margin-right: 10px;
}

#newsletter input {
	background: url(../images/back_input.jpg) no-repeat;
	border: none;
	margin-top: 0px;
	margin-right: 3px;
	height: 21px;
	width: 200px;
	float: left;
	padding: 3px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}