body {
	background-color: #ccdfa3;
	margin:0px;
	background-image: url(../images/diva_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.1%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top:25px;
	background-color:#5D3F30;
	height: 35px;
}

#contentWrapper {
	background-color:none;
	background-image:url(../images/diva_content_bkg.jpg);
	margin-top:0px;
	margin-bottom:25px;
	width: 960px;
	height: 650px;
	background-repeat: no-repeat;
}

#content {
	height:510px;
	clear:both;
}

#footerOne {
	width:900px;
	height:45px;
	background-color:#5D3F30;
	margin-left:30px;
	margin-top:15px;
}

#footerTwo {
	width:900px;
	margin-left:30px;
	margin-top:0px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}	

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0px;
	padding: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .grid_1 {
	width:70px;
}
    .container_12 .grid_2 {
	width:150px;
}
    .container_12 .grid_3 {
	width:230px;
}
    .container_12 .grid_4 {
	width:310px;
}
    .container_12 .grid_5 {
	width:390px;
}
    .container_12 .grid_6 {
	width:470px;
}
    .container_12 .grid_7 {
	width:550px;
}
    .container_12 .grid_8 {
	width:630px;
}
    .container_12 .grid_9 {
	width:710px;
}
    .container_12 .grid_10 {
	width:790px;
}
    .container_12 .grid_11 {
	width:870px;
}
    .container_12 .grid_12 {
	width:950px;
}




/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .prefix_1 {
	padding-left:80px;
}
    .container_12 .prefix_2 {
	padding-left:160px;
}
    .container_12 .prefix_3 {
	padding-left:240px;
}
    .container_12 .prefix_4 {
	padding-left:320px;
}
    .container_12 .prefix_5 {
	padding-left:400px;
}
    .container_12 .prefix_6 {
	padding-left:480px;
}
    .container_12 .prefix_7 {
	padding-left:560px;
}
    .container_12 .prefix_8 {
	padding-left:640px;
}
    .container_12 .prefix_9 {
	padding-left:720px;
}
    .container_12 .prefix_10 {
	padding-left:800px;
}
    .container_12 .prefix_11 {
	padding-left:880px;
}


/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .suffix_1 {
	padding-right:80px;
}
    .container_12 .suffix_2 {
	padding-right:160px;
}
    .container_12 .suffix_3 {
	padding-right:240px;
}
    .container_12 .suffix_4 {
	padding-right:320px;
}
    .container_12 .suffix_5 {
	padding-right:400px;
}
    .container_12 .suffix_6 {
	padding-right:480px;
}
    .container_12 .suffix_7 {
	padding-right:560px;
}
    .container_12 .suffix_8 {
	padding-right:640px;
}
    .container_12 .suffix_9 {
	padding-right:720px;
}
    .container_12 .suffix_10 {
	padding-right:800px;
}
    .container_12 .suffix_11 {
	padding-right:880px;
}


/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .push_1 {
	left:80px;
}
    .container_12 .push_2 {
	left:160px;
}
    .container_12 .push_3 {
	left:240px;
}
    .container_12 .push_4 {
	left:320px;
}
    .container_12 .push_5 {
	left:400px;
}
    .container_12 .push_6 {
	left:480px;
}
    .container_12 .push_7 {
	left:560px;
}
    .container_12 .push_8 {
	left:640px;
}
    .container_12 .push_9 {
	left:720px;
}
    .container_12 .push_10 {
	left:800px;
}
    .container_12 .push_11 {
	left:880px;
}




/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .pull_1 {
	right:80px;
}
    .container_12 .pull_2 {
	right:160px;
}
    .container_12 .pull_3 {
	right:240px;
}
    .container_12 .pull_4 {
	right:320px;
}
    .container_12 .pull_5 {
	right:400px;
}
    .container_12 .pull_6 {
	right:480px;
}
    .container_12 .pull_7 {
	right:560px;
}
    .container_12 .pull_8 {
	right:640px;
}
    .container_12 .pull_9 {
	right:720px;
}
    .container_12 .pull_10 {
	right:800px;
}
    .container_12 .pull_11 {
	right:880px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Misc. styles
----------------------------------------------------------------------------------------------------*/

#socialNet {
	float: right;
	margin-right:0px;
	margin-top: 10px;
}

#socialNet img {
	margin-right:8px;
	border:none;
}

#splashOne {
	margin:30px 0px 0px 35px;
	height:290px;
}

#splashTwo {
	margin:10px 0px 0px;
	height:320px;
	text-align:center;
}

#splashTwo img {
	margin-top:8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-color:#FCF;
	border-style:solid;
	border-width:1px;
}

#imgBar {
	width:900px;
	height:175px;
	background-image:url(../images/img_bar_bkg.jpg);
	margin-left:30px;
	margin-top:0px;
	text-align:center;
}

#imgBar img {
	margin:20px 10px 0px;
	border-color:#FCF;
	border-style:solid;
	border-width:1px;
}

.pinkBorder {
	border-color:#FCF;
	border-style:solid;
	border-width:1px;
}

.leftFloat {
	float:left;
	margin-right:10px;
}

.rightFloat {
	float:right;
	margin-left:10px;
}

#twoColScroll {
	overflow: auto;
	height:400px;
}

#twoColMargin {
	margin-left:25px;
}

/* Buy Now styles */

#nineWide {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 10px;
}

#threeWide {
	border-left: 1px solid #5D3F30;
	margin-top: 20px;
	height:490px;
}

/* image caption styles */

#caption {
	font-size:80%;
	font-weight:bold;
	margin-bottom:20px;
	text-align:right;
	float:left;
}

#caption a {
	font-size:80%;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#caption a:hover {
	font-size:80%;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

/* Roll for a Cure styles */

#fourWide {
	margin-top: 20px;
	margin-left: 30px;
}

#sevenWide {
	margin-top: 20px;
	margin-left: 30px;
}

/* Contact styles */

#contact {
	margin-top:40px;
	margin-left:10px:
}

/* Tell a friend styles */

#tellfriend {
    position: absolute;
    margin-top: -300px;
    left: 400px;
    width: 380px;
    z-index: 1;
}

/* Gallery styles */

#gallery {
	margin-top:20px;
}

#gallery a img, img { border: none; }

#page-wrap {
	width: 900px;
	margin: 0 65px;
}

.photo-link	{ padding: 3px; margin: 5px; border: 1px solid #FCF; display: block; width: 100px;
					  float: left; }
.photo-link:hover { border-color: white; }

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../resources/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../resources/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../resources/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../resources/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../resources/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../resources/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../resources/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../resources/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../resources/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../resources/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../resources/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../resources/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../resources/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../resources/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../resources/fancy_shadow_nw.png) no-repeat;
}

#tellFriend {
	margin-top:40px;
}
