@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;;
	background: #400000;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	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:#333333;
}

#container {
	width:800px; 
	background:#FFFFFF;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	text-align:left; /* this overrides the text-align: center on the body element. */
}

#header {
	height:182px;
	margin:0;
	padding:0; 
}

#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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	background: #FFFF99;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	padding:1px 20px 1px 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContentss {
	background: #FFFF99;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	padding:1px 1px 1px 150px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	margin:0;
	padding:7px 0 0 0;
	color:#800000;
	text-align:center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#800000;
	text-align:left;
	padding:0 0 0 20px;
}

h3 {
	color:#800000;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 20px;
}

h4 {
	text-align:center;
}

h5 {
	text-align:center;
	font-size: 16px;
}

p {
	padding:0 0 0 20px;
}

#top_rail_image {
	position: absolute;
	top:182px;
	left: 0px;
	z-index: 1;
	border:0px;
}

.imagefloatleft {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#imageLeft {
	float: left;
	margin: 0px 8px 0px 15px;
	padding: 0px;
}

#imageRight {
	float: right;
	margin: 0px 8px 0px 10px;
	padding: 0px;
}

#spacer {
	margin: 50px 0 30px 0;
	padding: 0px;
	clear: both;
	background-image: url(newsletterImages/spacerFlourish.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 650px;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}

#footer {
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

#center {
	text-align:center;
	padding:10px 0 10px 0;
}

#scrollbanner {
	text-align:left;
	padding:0;
	
}

#centerss {
	text-align:center;
	padding:0;
}

.text2 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	font-weight: bold;
}

.footnote {
    color: #800000;
	font-size: 10px;
	text-align: center;
	font-family: arial,verdana,helvetica,san-serif;
}

.footnotess {
    color: #800000;
	font-size: 10px;
	text-align: center;
	font-family: arial,verdana,helvetica,san-serif;
	padding:0 20px 0 20px;
}

#signup_panel {
	background-image: url(images/pricelistsignupbg.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}

.signuppanel_text_upper {
	text-align: center;
	padding-top: 55px;
	color: #FFFFFF;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

.signuppanel_text_lwr {
	text-align: center;
	color: #FFFFFF;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

.form {
	text-align: center;
	padding-bottom: 3px;
}

.form p {
	text-align: center;
	color: #CCCCCC;
	display: inline;
	padding-right: 5px;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}

.form input {
	border: 1px solid #CCCCCC;
	color: #996600;
	height: 18px;
	font-weight: bold;
	background: #000000;
}

.button {
	text-align: center;
	padding-bottom: 1px;
}


hr {
	color:#800000;
}

/* {START LINKS} */

a:link { 
	color: #800000;
	text-decoration: underline;
}

a:visited { 
	color: #800000;
	text-decoration: underline;
}

a:hover {
	color: #554339;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/* {END LINKS} */

#dvdoffer {
	background-image: url(images/dvdoffer.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 50px;	
}

.dvdoffer_title {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.dvdoffer_text {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.dvdoffer_text a:link{
	color: #990000;
	text-decoration: none;
}

