
body {
	background-image:url(../images/Backgrounds/index_cloud_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=0, OffY=2);
	-webkit-box-shadow: 0px 2px 50px #000000;
	-moz-box-shadow: 0px 2px 50px #000000;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background:url(../images/Buttons/facebook_pagepeel.jpg) no-repeat right top;
	text-indent: -9999px;
}

#outercontainer {
	/*	background-image:url(../images/indexbackgorund.png);*/
	height:900px;
}

#container {
 filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=0, OffY=8);
	-webkit-box-shadow: 0px 8px 40px #000000;
	-moz-box-shadow: 0px 8px 40px #000000;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#222;
	background-image:url(../images/Backgrounds/index_container_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

#header {
	z-index:13;
}

#navigation {
	padding:0px;
	margin-top:0px;
	position:relative;
	z-index:14;
	width:960px;
}

/*Begin Image Slide*/

/*--Main View Container--*/
.main_view {
	height:280px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position: relative;/*originally was relative;*/
}

/*--Window/Masking Styles--*/

.window {
	height:280px;
	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position:relative;
	clear:both;
	margin:0px;
	left:0px;
	outline: 0px solid #111;
	padding: 0px;
	background:none;
}

.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}

.image_reel img {
	float: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/*--Paging Styles--*/
.paging {
	font-family: Helvetica Neue, Helvetica, Arial;
	position: absolute;
	top:245px;
	right:-0px;
	width: 200px;
	height:40px;
	z-index: 2; /*--Assures the paging stays on the top layer--*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.paging a {
	text-align:center;
	width:15px;
	font-size:12px;
	color:#FFF;
	background-color:#222222;
	display:block;
	float:left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:4px;
	margin:4px;
	border:2px solid #222222;
	text-decoration:none;
	border:2px solid #111;
	 filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=0, OffY=8);
	-webkit-box-shadow: 0px 8px 40px #000000;
	-moz-box-shadow: 0px 8px 40px #000000;
}

.paging a.active {
	position:relative;
	background: #222222;
	border: 2px solid #FFF;
}

.paging a:hover {
	position:relative;
	border-color:#FFF;
}

.imagereellink {
	color:#222222;
}

.imagereelnolink {
	cursor:default;
	color:#222222;
}

/* Underpaging */

#underpaging {
	display:none;
	left:0px;
	top:242px;
	width:960px;
	height:40px;
	position:absolute;
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#textnotify {
	color:#FFF;
	left:20px;
	top:242px;
	padding:10px;
	width:300px;
	height:40px;
	position:absolute;
	background-color:none;
}

/*End Image Slider*/

#spacer {
	height:320px;
}

#maincontent {
	background-color:none;
}

#notes_picture {
	margin:auto;
	width:894px;
	height:190px;
}

#messageboxleft h1,
#messageboxleft h2,
#messageboxleft h3,
#messageboxright h1,
#messageboxright h2,
#messageboxright h3 {
	margin-top:10px;
	margin-bottom:10px;
}

#messageboxleft {
	float:left;
}

#messageboxright {
	float:right;
}

#messageboxleft,
#messageboxright {
	padding:10px;
	line-height:10px;
	text-align:center;
	color:#FFF;
	font-size: 12pt;
	font-weight:bold;
	width:222px;
	height:160px;
	background-color:none;
	border:2px solid #000000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index:10;
 filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=0, OffY=8);
	-webkit-box-shadow: 0px 8px 20px #000000;
	-moz-box-shadow: 0px 8px 20px #000000;
}

.messagenotesbutton img:hover {
	background-image:url(../images/behindmessagebuttons.png);
}

#picturebutton {
	margin:auto;
	width:400px;
	height:190px;
	float:left;
}

#buttonrow {
	margin:auto;
	width:96%;
	position:relative;
	text-align:left;
}

#buttonbar {
	margin-top:-20px;
	width:1000px;
	height:200px;
	z-index:2;
}
 #messagenotesleft:title {
 font-size:14px;
}

#footer {
	background-image:none;
}

#bottominfo {
	color:#EBEBEB;
	margin-top:20px;
	border:1px solid #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
 filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=0, OffY=8);
	-webkit-box-shadow: 0px 8px 20px #000000;
	-moz-box-shadow: 0px 8px 20px #000000;
}

#bottominfo a:link,
#bottominfo a:visited {
	color:#B7B7B7;
}

#bottominfo a:hover,
#bottominfo a:active {
	color:#FFF;
}

.bottominfodetails {
	color:#B7B7B7;
}
