/* CSS Document */
BODY {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color:#f3eacb;
}


/*------------------------------------- bg images --*/
/*---------- This line is attributed to dinosaurs and rockets--*/
/*-repeat-y = vert-*/
/*-repeat-x = hoz-*/


.mind_the_gap {
	background-image: url(../images/bg/middle_gap.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.fade_left {
	background-image:url(../images/bg/fade_left.jpg);
	background-repeat:repeat-y;
}
.fade_right {
	background-image:url(../images/bg/fade_right.jpg);
	background-repeat:repeat-y;
}
.fade_bottom {
	background-image:url(../images/bg/fade_bottom.jpg);
	background-repeat:repeat-x;
}
.home_photo_bg {
	background-image: url(../images/bg/home_photo_bg.png);
	background-repeat: no-repeat;
}
.home_text_bg {
	background-image: url(../images/bg/home_text_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.text_bg {
	background-image: url(../images/bg/right_sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.footer_bg {
	background-image:url(../images/bg/footer_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	background-color: #bde3e6;
}
.sea_foam_mist {
	background-color: #bde3e6;
}
.the_bottom {
	background-image:url(../images/bg/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	background-color: #ffffff;
}
.product_tile {
	background-image: url(../images/bg/tile_bg.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 230px;
}

/*------------------------------------- Sidebar --*/

.sidebar_top {
	background-image: url(../images/bg/sidebar_top.png);
	background-repeat: no-repeat;
}
.sidebar_middle {
	background-image: url(../images/bg/sidebar_mid.png);
	background-repeat: repeat-y;
}
.sidebar_bottom {
	background-image: url(../images/bg/sidebar_bottom.png);
	background-repeat: no-repeat;
}


/*------------------------------------- Text --*/
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11pt;
	color: #a1c2c5;
	line-height: 15pt;
	font-style: normal; font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color:#542d24;
	line-height: 15pt;
	font-style: normal; font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}
.productcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9pt;
	color:#542d24;
	line-height: 14pt;
	font-style: normal; font-weight: normal;
}
.body_content {
	background-image: url(../images/bg/main_body.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color:#5c7f92;
	line-height: 16pt;
	font-style: normal; font-weight: normal;
}

.photo_credit {  
	font-family: Verdana, san-serif; 
	font-size: 8px; 
	line-height: 9px; 
	color: #CCCCCC;
	font-style: italic;
}

.photo_credit a:link {  
	font-family: Verdana, san-serif; 
	font-size: 8px; 
	line-height: 9px; 
	color: #CCCCCC;
	font-style: italic;
}

.crowerks {  
	font-family: Verdana, san-serif; 
	font-size: 9px; 
	line-height: 9px; 
	color: #7B9CA3;
}



/*------------------------------------- A Links --*/
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #006a72;
}


.crowerks a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #7B9CA3;
}
.crowerks a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #7B9CA3;
}
.crowerks a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #7B9CA3;
}
.crowerks a:active {
	text-decoration: none;
	font-weight: normal;
	color: #7B9CA3;
}

/*------------------------------------- Active Pages --*/
.wedding-active { 
	position: relative; 
	z-index: 1;
	top: 163px;
	left: 281px;
	overflow: hidden;
}
