body {
    background-image: url(styles/back_gradient.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #5A0707;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
}

#top #mainlogo {
	margin-top: 10px;
	margin-left: 10px;
}
#top #topnav {
	float: right;
	height: 45px;
	width: 180px;
	margin-top: 40px;
	margin-right: 0px;
}
#header #mainimg {
	margin: 15px 5px 0px 15px;
	border: 1px solid #38281C;
}
#header2 #mainimg2 {
	margin: 15px 5px 0px 15px;
	border: 1px solid #38281C;
}
#footer {
	background-image: url(footerBG.png);
	background-repeat: no-repeat;
	padding: 90px 30px 15px;
	text-align: center;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #DAD299;
	text-decoration: underline;
}
#page #mainav {
	background-image: url(navBG.jpg);
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#page #mainav2 {
	background-image: url(navBG2.jpg);
	background-repeat: no-repeat;
	height: 45px;
	display: block;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#page #content {
	width: 580px;
	padding: 10px;
	background-color: #FFF8DC;
	background-image: url(bodybg.gif);
	background-repeat: repeat-x;
}
#page #content2 {
	width: 880px;
	padding: 10px;
	background-color: #FFF8DC;
	background-image: url(bodybg.gif);
	background-repeat: repeat-x;
}
#page #content3 {
	width: 880px;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(bodybg.gif);
	background-repeat: repeat-x;
}
#header #promocubes {
	padding-top: 10px;
}
#header #promocubes img {
	border: 1px solid #38281C;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#page #sidebar {
	background-image: url(sidebarBG.png);
	background-repeat: repeat-y;
}

#page {
	background-image: url(pageBG.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
    width: 875px;
	height: 80px;
}
#header {
	font-size: 9px;
	background-image: url(headerBG.png);
	background-repeat: no-repeat;
	height: 200px;
}
#header2 {
	font-size: 9px;
	background-image: url(headerBG.png);
	background-repeat: no-repeat;
	height: 75px;
}


#top {
	height: 100px;
}

img {
   behavior: url("styles/pngbehavior.htc");
}


#page #back2 {
    background-image: url(back2.gif);
	background-repeat: no-repeat;
	height: 208px;
	width: 601px;
}

/* Newsletter Singup*/

#signup{
	padding: 0px;
	width: 230px;
	margin: 5px;
}
#signup input, #signup select, #signup  textarea {
	background-image:none;
	color: #333333;
	width: 125px;
	height: 12px;
	font-size: 11px;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	background-color: #ECE4D2;
	line-height: 9px;
}
#signup input.submit{
	height: 24px;
}
#signup select {
	height: 16px;

}
#signup input:focus, #signup  select:focus, #signup textarea:focus, #signup input.focus, #signup select.focus,#signup textarea.focus {
	background: #EFF4AE;
	background-color: #EFF4AE;
	color: #000000;
}

#signup a{
	color: #FFFFFF;
}

textarea {
	height: 130px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.txt {
	width: 296px;
	color: #000000;
	border: none;
	background: #FFFFFF;
}

/* ----- contact ----- */
	
#contactWrapper {
    position: relative;
	margin-top: 35px;
	width: 560px;
	height: 430px;

	background: #d7e9f3 url(contactBG.gif) repeat-y top left;
}
#contactWrapper #contactInfo {
	float: left;
	width: 228px;
	height: 350px;
	background: transparent url(contactInfoDropShadow.gif) no-repeat top right;
}

#contactWrapper #contactInfo h2 {
	padding-top: 34px;
	padding-left: 14px;
	font-size: 140%;
	color: #394f5f;
    background: transparent url(contactInfoTop.gif) no-repeat top left;
}

#contactWrapper #contactInfo h3, #content #contactWrapper #contactInfo p {
	margin-left: 16px;
}

#contactWrapper #contactInfo h3 {
	padding-top: 27px;
	margin-right: 23px;
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 110%;
	color: #26353d;
	border-top: 1px solid #c6d7e1;
}
#contactWrapper #contactInfo p {
	margin-bottom: 10px;
	margin-top: 0;
}
#contactWrapper #contactInfo a {
	font-weight: bold;
	color: #5bb3dd;
}
			
#contactWrapper #contactForm {
	position: relative;
	width: 332px;	
	float: right;
	background: transparent url(contactFormTop.gif) repeat-x top left;
}
#contactWrapper #contactForm a {
	position: relative;
	display: block;
	text-indent: -9000px;
	left: 295px;
	top: 12px;
	width: 26px;
	height: 19px;
}
#contactWrapper form {
	float: left;
	padding: 22px 17px 3px 10px;
}
/* 
Hack for IE 6 and below 
-> add more padding below the form
*/
* html #content #contactWrapper form {
	padding: 36px 17px 14px 10px;
}
#contactWrapper form .btn {
	float: left;
}


:focus  { outline: thick none black }