@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_sliver.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
}
a:link, a:visited {
	color: #767b47;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}

#wrapper {

}
#header_container {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header_container_clear {
	clear: both;
}
#logo {
	float: left;
	height: 99px;
	width: 158px;
}
#butterfly {
	float: right;
	height: 92px;
	width: 96px;
	position: relative;
	right: 220px;
	top: 60px;
}
#top_nav_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(images/main_nav_background.png);
	background-repeat: repeat-x;
}
#top_nav_container_clear {
	clear: both;
}
#top_nav {
	float: left;
	height: 40px;
	width: 600px;
}
#search_module {
	float: right;
	height: 40px;
	width: 200px;
	line-height: 40px;
}
#page_content_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer_container {
	background-image: url(images/footer_background_image.png);
	background-position: center;
	height: 120px;
	background-repeat: no-repeat;
}
#footer_links_container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-top: 95px;
}
#footer_links_container_clear {
	clear: both;
}

#footer_links_left {
	float: left;
	width: 680px;
}

#footer_links_right {
	float: right;
	width: 200px;
	text-align: right;
}
#homepage_flash_and_ad_area {
	margin-bottom: 20px;
}
#homepage_three_banners {
	margin-bottom: 20px;
}
#homepage_three_banners_left {
	float: left;
	height: 175px;
	width: 630px;
}
#homepage_three_banners_right {
	float: right;
	height: 175px;
	width: 250px;
}
#homepage_three_banners_left_clear {
	clear: both;
}
#homepage_news {
	float: left;
	width: 265px;
	background-image: url(images/news_background.png);
	height: 105px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#homepage_gifts {
	float: right;
	width: 305px;
}
#homepage_bottom_text {
	background-color: #e8e7d4;
	height: 65px;
	width: 880px;
	padding: 10px;
}
#homepage_bottom_text p {
	margin: 0px;
	padding: 0px;
}
#homepage_bottom_text h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#homepage_flash_and_ad_area_clear {
	clear: both;
}
#homepage_three_banners_clear {
	clear: both;
}
#homepage_bottom_text_clear {
	clear: both;
}
#homepage_flash_banner {
	float: left;
	width: 630px;
}
#homepage_ad_rotator {
	float: right;
	width: 250px;
}
