@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #361909;
	font-family: arial;
	font-size:11px;
	color:#fff;
	text-align: center;
}
p {
	padding:0;
	margin:5px 0 15px 0;
	line-height:1.3em;
	letter-spacing:0.05em;
}
.flash {
	width:100%;
	height:1000%;
}
.top {
	width:600px;
	padding:150px 0 0 0;
	margin:10px auto;
	clear:both;
}
.topl {
	width:411px;
	margin-top:35px;
	float:left;
	text-align:left;
	vertical-align:bottom;
	color:#C16E02;
	font-family:Garamond, serif;
	font-size:1.7em;
	font-weight:bold;
}
.topr {
	width:189px;
	float:right;
	margin:0 0 10px 0;
}
.box {
	clear:both;
	background-color: #990000;
	color:#fff;
	text-align:center;
	width:570px;
	margin:5px auto 35px auto;
	padding:15px;
}
.content {
	background-color:#522812;
	color:#fff;
	text-align:left;
	padding:30px;
	border:1px solid #fff;
	width:510px;
	margin:0 auto;
}
.content h1 {
	color:#A4B6BA;
	font-family:Garamond, serif;
	font-size:1.4em;
	font-weight:bold;
}
/*Promotion*/

a.activator {
	width:77px;
	height:107px;
	position:absolute;
	top:400px;
	left:0px;
	background:url(images/promotion/clickme.png) no-repeat top left;
	z-index:1;
	cursor:pointer;
}
.overlay {
	background:transparent url(images/promotion/overlay.png) repeat top left;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
}
.promobox {
	position:fixed;
	width:550px;
	top:-500px;
	background-color:#f8efe3;
	color:#7F7F7F;
	padding:20px;
	border:2px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:101;
	display: hidden;
	left: 30%;
}
a.promoboxclose {
	float:right;
	width:26px;
	height:26px;
	background:transparent url(images/promotion/cancel.png) repeat top left;
	margin-top:-30px;
	margin-right:-30px;
	cursor:pointer;
}
.promobox h1 {
	border-bottom: 1px dashed #7F7F7F;
	margin:-20px -20px 0px -20px;
	padding:10px;
	background-color:#683b16;
	font-size:14px;
	color:#ffffff;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
}

