@charset "utf-8";

*
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background-image:url(../images/Background.jpg);
	background-position:center top;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #411e0a;
	height:100%;
	text-align: center; /* for IE */
	background-repeat: no-repeat;
	background-color: #000000;
}
.innertube{
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	height:311px;
}
.innertube_int{
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 900;
	color: #411e0a;
}
.titlesmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	/*font-weight: 900;*/
	color: #411e0a;
}
.sidebarbig {
	font-size: 24px;
	color: #f5e4bb;
	text-align: left;
}
.sidebar {
	font-size: 13px;
	color: #f5e4bb;
	text-align: left;
}
.leftimage {
	margin-right: 10px;
}
.rightimage {
	margin-left: 10px;
}
hr {
	color: #814e19;
	width: 100%;
	height: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc9966;
	margin-top: 5px;
	margin-bottom: 5px;
}
.close {
	font-size: 13px;
	color: #814e19;
	text-align: right;
	height:24px;
	width:100%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #C8C8C8;
	/*border-top-style:none;*/
	font-weight: bold;
	text-transform: uppercase;
}
a {
	color: #000;
}
a:hover{
	color:#341317;
}
#newsletterForm
{
	position:relative;
	background-image:url(../images/homeFooter.jpg);
	background-repeat:no-repeat;
	width:908px;
	height:48px;
	margin:auto;
}
#newsletterForm input
{
	position:absolute;
	top:11px;
}
#newsletterForm input#emailField
{
	width:123px;
	height:23px;
	right:98px;
	padding-top:3px;
	padding-left:3px;
	background-image:url(../images/footer_fieldBG.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
#newsletterForm input#goBtn
{
	right:8px;
}
#footer{
	clear: left;
	top:450px;
	width: 100%;
	text-align: center;
	padding: 50px 0 40px 0;
}
#footer a{
	font-size: 11px;
	color: #f5e4bb;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.box { min-height:1px; }
.box { height:1%; }
.box:after {
	display:block;
	clear:both;
	line-height:0;
	font-size:0;
	content:".";
}

