@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#141414;
}
.oneColFixCtrHdr #container {
	position:relative;
	background-image:url('../images/layout/drop-shadow-container-box-middle.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	width: 960px;
	margin: 0 auto;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	margin:auto;
	width:960px;
	height:27px;
	background-image:url('../images/layout/drop-shadow-container-box-top.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.oneColFixCtrHdr #inner-header {
	padding:10px 35px 5px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:none; 
}

.oneColFixCtrHdr #inner-mainContent {
	padding:10px 35px 5px;
}

.oneColFixCtrHdr #footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:960px;
	height:27px;
	background-image:url('../images/layout/drop-shadow-container-box-bottom.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clear {
	clear:both;	
}

a {
	color:#1850f0;
}

h1 {
	font-size:32px;
	color:#e84690;
}

h2 {
	font-size:29px;
	font-weight:normal;
	color:#e84690;
}

h3 {
	font-size:22px;
	font-weight:normal;
	color:#e84690;
}

p {
	font-size:16px;
}

p.caption {
	font-size:90%;
}

ul {
	list-style-image:url('../images/layout/sherri-bullet-1.jpg');
}

ul li {
	padding: 3px 0 3px;
}

.font-size-up {
	font-size:130%;
}

.pink {
	color:#e84690;
}

.black {
	color:#000000;
}

.yellow {
	color:#faf714;
}

.horizon-rule, .horizon-rule-2 {
	width: 90%;
	height: 2px;
	margin:25px auto 5px;
	color:#ffffff;
}

.horizon-rule-2 {
	width: 70%;
	color:#bb286b;
}

.image-left {
	margin-right: 7px;
	margin-bottom: 7px;
	padding:2px;
	border:1px solid #ffcbe3;
	float:left;
}

.image-right {
	margin-left: 7px;
	margin-bottom: 7px;
	padding:2px;
	border:1px solid #ffcbe3;
	float:right;
}

.aaPlayer {
	text-align:center; padding-top:3px; padding-bottom:3px;
}

.deep-pink-box {
	background-color:#bb286b;
	border: 1px outset #000000;
	color:#ffffff;
	padding:12px;
	margin:auto;
	width:80%;
}

.deep-pink-box a {
	color:#faf714;
}

.deep-pink-box .bonus-container h2 {
	color:#ffffff;
}

.deep-pink-box .bonus-container img {
	border: 2px solid #000000;
}

.box-1 {
	background-color:#fee2ef;
	border: 1px solid #ffcbe3;
	margin:20px auto;
	width:85%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:15px;
}

.box-2 {
	margin: 10px auto;
	width:70%;
	padding:10px;
	background-color:#ffffff;
	border: 1px solid #ffcbe3;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.box-3 {
	background-color:#fee2ef;
	border: 6px solid #ffcbe3;
	margin:auto;
	width:75%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:15px;
}

.textRight {
	text-align:right;
	font-size:28px;
}

.bonus-container {
	margin:auto;
	width:95%;	
}

/*-------------------------------------------------------------
---------------  3D BOX  -------------
-------------------------------------------------------------*/

.testi-container {
	margin:20px auto;
	width:595px;
	background-image:url('../images/layout/testi-box-middle.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}

.testi-container p {
	padding:6px 30px;
	margin:0;
	font-size:14px;
}

.testi-container ul {
	margin:10px auto 10px 70px;
	padding:0;
}

.testi-top {
	background-image:url('../images/layout/testi-box-top.jpg');
	background-repeat: no-repeat;
	background-position:top center;
	height:40px;
}

.testi-bottom {
	height:54px;
	background-color:transparent;
	background-image:url('../images/layout/testi-box-bottom.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

/*-------------------------------------------------------------
---------------  END LIGHT BOURG BOX  -------------
-------------------------------------------------------------*/

.light-bourg-box {
	background-color:#ffc8aa;
	border: 1px solid #ad1917;
	color:#000000;
	padding:12px;
	margin:18px auto;
	width:70%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
