/* CSS Document */
@import url("jquery.lightbox-0.5.css");
@import url("boxes.css");

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg-pink-bandana.jpg) no-repeat fixed top center;
}

body, p, td, div {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 140%;
}

a, a:link, a:visited {
	color: #333;
}

a, a:active, a:hover {
	color: #BF0015;
}



#wrapper {
    width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #E8E4D9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#leftColumn {
	float: left;
	width: 600px;
	min-height: 350px;
	margin: 0;
	padding: 0;
}

	#leftColumn .contentWrapper {
		width: 560px;
		min-height: 350px;
		margin: 20px;
		padding: 0;
		background-color: #FFFFFF;
		border: 2px solid #DFD4B5;
	}
	
		#leftColumn .contentWrapper .content {
			margin: 0;
			padding: 20px;
		}
		
		#leftColumn .contentWrapper .content .contentDiv {
			margin: 0 0 20px 0;
			padding: 0 0 10px 0; 
			border-bottom: 1px solid #DFD4B5;
		}


#rightColumn {
	float: left;
    width: 300px;
	min-height: 350px;
	margin: 0;
	padding: 0;
}

	#rightColumn .contentWrapper {
		width: 280px;
		min-height: 350px;
		margin: 20px 20px 20px 0;
		padding: 0;
		background-color: #FFFFFF;
		border: 2px solid #DFD4B5;
	}
	
		#rightColumn .contentWrapper .content {
			margin: 0;
			padding: 20px;
		}
		
			#rightColumn .contentWrapper .content .box {
				margin: 0 0 20px 0;
				padding: 0 0 10px 0;
				border-bottom: 1px solid #DFD4B5;
			}


	#rightColumn .contactInfo {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555;
		margin: 0 20px 0 0;
	}


.headerBandTop {
	background-color: #ca2f3f;
	height: 49px;
}
.headerBandBottom {
	background-color: #c41f2f;
	height: 73px;
}
.topText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 189px;
	font-size: 13px;
}

.logo {
	position: absolute;
	margin-top: 6px;
	margin-left: 16px;
}
.tagline {
	position: absolute;
	margin-left: 539px;
	margin-top: 9px;
}
.navbar {
	height: 28px;
	background-color: #2d3739;
}

.navLinkHolder {
	padding-top: 5px;
	padding-left: 127px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.navLink, a.navLink:link, a.navLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 7px;
}

a.navLink:active, a.navLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CA2F3F;
	text-decoration: none;
	margin: 0 7px;
}

img {border:0}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

.bottomLine {
	background-color: #2b3537;
	height: 17px;
}

.buynow {float: right;}

.clear {clear: both;}

.formTitle {
	color: #b2303a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#submit {
	margin-top: 10px;
}

h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	font-size: 17px;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}


/*** MSG Styles ***/

#msg{
	font-family: Verdana, sans-serif;
	line-height: 20px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}

#msg h3 {
	font-size: 14px; 
	color: #3d3100; 
	letter-spacing: -1px; 
	font-weight: bold; 
	padding-bottom: 10px;
}

#msg.notice{
	font-size: 11px;
	background: #fff8cc;
	color: #31363e; 
	border: 1px solid #ffdc50;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#msg.notice small{font-size: 10px; color: #707173;}
#msg.notice p{margin: 0; padding: 0;}
#msg.notice a{font-weight: bold; color: #fc683b;}

#msg.good{
	background: #E2F9E3;
	color: #060; 
	border: 1px solid #9c9;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
	
#msg.bad{
	background: #FFE3E0;
	color: #E31B0C; 
	border: 1px solid #DC6E66;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

#msg.bad ul {
	margin: 0 0 0 20px;
}

/*** end msg ***/