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

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	margin-left: 10px;
	padding-left: 10px;
}
body {
	
}



/* Containers */
#wrap {
	width: 100%;
}
#topContainer {
	
}
#footerContainer {

}
#mainContainer {
	background: url(../images/background.jpg);
}
#topContent {
	width: 910px;
}
#footerContent {
	width: 910px;
}
#topcorner {
	background: url(../images/top-corner.jpg) top no-repeat;
	height: 40px;
}
#logo {
	margin-left: 40px;
}
#verse {
	float: right;
	width: 270px;
	margin: 170px 20px 0 0;
}
#menu {
	height: 32px;
	float: left;
	width: 660px;
	padding: 8px 15px 0;
}
#email {
	float: right;
	width: 180px;
	height: 32px;
	padding: 8px 5px 0 0;
}
#mainContainer2 {
	background: url(../images/main-bkg.png) repeat-y;
	width: 910px;
}
#leftContent {
	float: left;
	width: 680px;
	padding: 20px 20px 0 20px;
}
#rightContent {
	float: right;
	width: 175px;
	padding: 20px 5px 20px 0; 
}
.clear {
	clear: both;
	height: 20px;
}
#bottomCorner {
	background: url(../images/bottom-corner.png) top no-repeat;
	padding-top: 30px;
	text-align: center;
	width: 910px;
}
#FooterLogo {
	float: right;
	width: 220px;
}
#copyright {
	float: right;
	width: 500px;
	text-align: right;
	margin: 10px;
	padding-right: 30px;
	border-right: 1px solid #999;	
}
#viewcart {
	float: right;
	width: 200px;
}


/* Text */
.textWhite11 {
	font: 10px/28px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.textWhite11 a {
	color: #FFF;
	text-decoration: none;
}
.textWhite11 a:hover {
	text-decoration: underline;
}
.textCaps {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #007446;
	text-transform: uppercase;
}
.titleBrown {
	font: 22px/35px Georgia, "Times New Roman", Times, serif;
	color: #330000;
	padding-bottom: 10px;
}
.titleBrownSmall {
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	color: #330000;
	padding-bottom: 10px;
}
.titleWhite {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-bottom: 10px;
}
.text {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.text a, .textCaps a, .verse a {
	color: #007446;
}

.textWhite13 {
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.copyright {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
.copyright a {
	color: #999;
	text-decoration: none;
}
.copyright a:hover {
	color: #BBB;
}
.verse {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #330000;
}

/* Menu */
.menu {
	font: 12px/32px Georgia, "Times New Roman", Times, serif;
	color: #330000;
	text-transform: uppercase;
}
.menu a {
	color: #330000;
	text-decoration: none;
	padding: 7px 7px 6px;
	border-bottom: 2px solid #FFCC00;
}
.menu a:hover {
	color: #73B6E0;
	border-bottom: 2px solid #73B6E0;
}
.webkit .menu a {
	padding: 7px 7px;
}
.opera .menu a {
	padding: 7px 7px;
}
.menu a.Selected {
	font: 12px/32px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 7px 6px;
	color: #73B6E0;
	border-bottom: 2px solid #73B6E0;
}
.webkit .menu a.Selected {
	padding: 7px 7px;
}
.opera .menu a.Selected {
	padding: 7px 7px;
}
.mac.webkit .menu a {
	padding: 7px 7px;
}
.mac.gecko .menu a {
	padding: 6px 7px;
}


/* Images and Boxes */
.form {
	padding: 2px;
	background: #FFF;
	width: 150px;
	margin: 3px;
	border: 1px solid #CCCCCC;
}
.banner {
	padding: 2px;
	border: 1px solid #330000;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.box {
	padding: 10px;
	border: 1px solid #330000;
	background: #E9F3FB;
}
.images {
	padding: 3px;
	border: 1px solid #330000;
	margin: 0 10px;
}


/* Forms */
#SignUp .signupframe {
  background: #73B6E0;
  color: #FFFFFF;
}
.signupframe {
	width: 100px;
}



/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
