body{	
	font-family: arial, sans-serif;	
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	margin: 0;
	color: #404040;
	
}

p {
	margin-top: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	
}

a.on {
	
}

a img {
	border: 0;
}

hr {

}

h1{ 
	margin: 0 0 15px 0;
	color: #f490af;
	font-size: 20px;
}

h2{
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}

h4 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #f490af;
}

div#b_content {
	width: auto;
	padding: 0 100px;
	text-align:center;
	z-index: 2;
}

div#b_container {
	width: 835px;
	margin: auto;
	position: relative;
	text-align:left;
}

div.header_box {
	width: 100%;
	background: url('images/header_tile.jpg');
	background-repeat: repeat-x;
	z-index: 1;
}

img#logo {
	position: absolute;
	left: -36px;
	top: -140px;
	z-index: 7;
	display: block;
}

div.header_box img{
	display: block;
}

div#c_content {
	margin: 0;
	background-color: #FFF;
	width: 835px;
	min-height: 545px;
	padding-bottom: 20px;
}

div#b_nav {
	width: 697px;
	height: 40px;
	position: absolute;
	left: 196px;
	top: -28px;
	z-index: 50;
	background-image: url('images/nav_bar_big.png');
}

div#b_nav img#ls_img {
	display: none;
	position: absolute;
	z-index: 51;
	left: 0px;
	top: 0px;
}

div#b_nav img#rs_img {
	display: none;
	position: absolute;
	z-index: 51;
	right: 0;
	top: 0px;
}

div#b_nav ul#main_nav {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	z-index: 55;
	zoom: 1;
}

div#b_nav ul li {
	display: block;
	float: left;
	
}

div#b_nav ul li a:hover {
	background-color: #e1eec4;	
	color: #55a51c;
	text-indent: 0;
}

div#b_nav ul li a {
	display: block;
	padding: 12px 9px 12px 9px;
	font-weight: bold;
	font-size: 13px;
}

div#new_button {
	position:absolute;
	left: 375px;
	top: -30px;
	z-index: 99999999;
}

div#footer_nav {
	width: 835px;
	margin: 0 0 30px 0;
	background-color: #c8df8e;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
}

div#footer_nav table {
	text-align: center;
	margin: auto;
}	

div#footer_nav td {
	padding: 0 2px;
}

div#footer_nav td, div#footer_nav td a {
	font-size: 11px;
}

div#c_main, div#c_main_condensed {
	font-size: 12px;
	margin: 0;
	padding: 40px 0 0 40px;
	color: #404040;
	width: 90%;
	line-height:18px;
}

div.hr {
	border: 0;
	border-top: 1px dashed #f490af;
	height: 1px;
	font-size: 1px;	
	line-height: 1px;
	
	margin: 30px 0;
}

div.hr2 {
	border: 0;
	border-top: 1px dashed #f490af;
	height: 1px;
	font-size: 1px;	
	line-height: 1px;
	
	margin: 50px 0;
}


/* index */

div#photos_container {
	position: relative;
}

img#photo1, img#photo2, img#photo3, img#photo4  {
	position: absolute;
	cursor: pointer;
}

img#photo1 {
	top: 55px;
	left: 75px;
	z-index: 6;
}
img#photo2 {
	top: 15px;
	left: 45px;
	z-index: 5;
}
img#photo3 {
	top: 10px;
	left: -10px;
	z-index: 4;
}
img#photo4 {
	top: 20px;
	left: -30px;
	z-index: 3;
}

div#main_content {
	margin: 0 0 0 490px;
	padding-top: 45px;
	padding-right: 20px;
	color: #404040;
	min-height: 340px;
	line-height:18px;
}
div#main_content div {
	padding: 15px 20px 0 5px;
	font-size: 12px;
}

div.featurette {
	background-color: #fefded;
	border: 1px solid #fefded;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	width: 260px;
	min-height: 166px;
	float: left;
	margin-left: 12px;
	position: relative;
} 	

div.featurette div.content {
	padding: 20px;
	
}

div.featurette div.f_h {
	color: #f490af;
	font-size: 12px;
	font-weight: bold;
}

div.featurette div.f_t {
	color: #000;
	font-size: 12px;
	
	margin-top: 5px;
}

div.f_cta {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 20px 20px;
}
div.f_cta a {
	color: #40c3f2;
	font-size: 12px;
}

div.featurette img {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5px 20px 20px 0;
}

div.title {
	color: #f490af;
	margin: 20px 0 10px 0;
}

a.vendor {
	color: #000;
}

/* shop */

img#shop_photo1, img#shop_photo2, img#shop_photo3 {
	position: absolute;	
}
img#shop_photo1 {
	top: 205px;
	left: 340px;
	z-index: 8;
}
img#shop_photo2 {
	top: 45px;
	left: 475px;
	z-index: 7;
}
img#shop_photo3{
	top: 245px;
	left: 520px;
	z-index: 6;
}

/* what they're saying */

img.test_image {
	position: absolute;
}
img#test_1 {
	top: 30px;
	left: 30px;
	z-index: 8;
}
img#test_1-1 {
	top: 30px;
	left: 20px;
	z-index: 8;
}
img#test_2 {
	top: 190px;
	left: 100px;
	z-index: 9;
}
img#test_2-2 {
	top: 140px;
	left: 85px;
	z-index: 9;
}
img#test_3 {
	top: 340px;
	left: 25px;
	z-index: 10;
}
img#test_4 {
	top: 515px;
	left: 95px;
	z-index: 7;
}img#test_5 {
	top: 680px;
	left: 45px;
	z-index: 8;
}img#test_6 {
	top: 840px;
	left: 80px;
	z-index: 9;
}img#test_7 {
	top: 1020px;
	left: 40px;
	z-index: 10;
}

div#ngg-full-image {
	width: 308px;
	height: 357px;
	
	background-image: url('images/gallery_large_bg.png');
	background-repeat: no-repeat;
	
	position: absolute;
	top: 100px;
	right: 80px;

}

div#ngg-full-image-contest {
	width: 149px;
	height: 182px;
	
	background-image: url('images/news_cm_photo.png');
	background-repeat: no-repeat;
	padding: 5px;
}

DIV#ngg-full-image-back {
  width: 308px;
  height: 357px;
  
}
DIV#ngg-full-image-back.loading {
	background: url('images/spinner.gif') no-repeat center center;
}
div#ngg-full-image-desc {
	width: 308px;
	margin-top: 20px;
	
	text-align: center;
}

a.next, a.prev {
	background-color: #f7aac2;
	padding: 7px 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #f7aac2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}

a.next:hover, a.prev:hover {
	background-color: #fce7ed;
	color: #f7aac2;
}

a.next {
	float: right;
}	

a.prev {
	float: left;
}

div.ngg-navigation span, div.ngg-navigation a.page-numbers {
	display: none;
}

div.ngg-navigation {
	padding-top: 12px;
	width: 307px;
	clear: both;
}	

img#news_1 {
	top: 2080px;
	left: 25px;
	z-index: 8;
}
img#news_2 {
	top: 2230px;
	left: 110px;
	z-index: 9;
}
img#news_3 {
	top: 2385px;
	left: 40px;
	z-index: 10;
}
img#news_4 {
	top: 2550px;
	left: 85px;
	z-index: 11;
}img#news_5 {
	top: 2685px;
	left: 45px;
	z-index: 12;
}img#news_6 {
	top: 2835px;
	left: 80px;
	z-index: 13;
}img#news_7 {
	top: 2950px;
	left: 40px;
	z-index: 14;
}

img#news_8{
	top: 80px;
	left: 40px;
	z-index: 14;
}
img#news_9{
	top: 720px;
	left: 90px;
	z-index: 14;
}
img#news_10{
	top: 945px;
	left: 40px;
	z-index: 14;
}
img#news_11{
	top: 1140px;
	left: 100px;
	z-index: 13;
}
img#news_12{
	top: 1300px;
	left: 50px;
	z-index: 14;
}
img#news_13{
	top: 1460px;
	left: 50px;
	z-index: 14;
}
img#news_14{
	top: 1610px;
	left: 35px;
	z-index: 14;
}
img#news_15{
	top: 1800px;
	left: 70px;
	z-index: 13;
}

div.faq_title, div.faq_title_pre {
	color: #f490af;
	float: left;
}
div.faq_title_pre {
	margin-right: 30px;
}

div.faq_post_container {
	clear: both;
	position: relative;
}
div.faq_post_pre {
	position: absolute;
	top: 0;
	left; 0;
}
div.faq_post {
	margin-left: 42px;
}

div.faq_cat_header {
	margin: 15px 0;
}
