html,body {
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    color: #000;
    background: #eee;
    padding: 0px;
    margin: 0px;
    background: #4a0101;
}
table {
    border-collapse: collapse;
}
td {
    padding: 0px;
    vertical-align: top;
}
h1, h2, h3 {
	font: normal 20px Arial,Verdana, Tahoma, sans-serif;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

img {
    border: none;
}
p {
    margin: 5px 0px;
}
a {
    color: #f79779;
}
fieldset {
    color: #fff;
    background: #790000;
    border: 2px solid #4a0101;
    padding: 5px;
}
legend {
	color: #fff;
    background: #790000;
	margin: 0.5em;
}
label {
	margin: 0.5em;
}
form {
    margin: 5px 0px;
}

.textField, .selector, .textBox {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
    color: #000;
    background: #f6cec1;
	border: 1px inset #4a0101;
    width: 190px;
    margin: 0.1em 0em;
}
.textField, .textBox {
	width: 186px;
	padding: 1px 2px;
}
.textBox {
	width: 280px;
	height: 100px;
	margin-left: 0.5em;
}
.selector.day {
	width: 45px;
}
.selector.year {
	width: 55px;
}
.selector.month {
	width: 84px;
}
.button {
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
    color: #000;
    background: #f79779;
    border: 1px solid #4a0101;
    margin: 0.2em 0.1em;
}
#rewardText {
	width: 500px;
	height: 200px;
	padding: 5px;
}

#siteLogo {
    position: relative;
    top: 12px;
    left: 23px;
}
#topMenu {
    background: #790000;
    margin: 0px;
    padding: 6px 10px 5px 3px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#topMenu li {
    color: #000;
    background: #f69679 url('i/top_menu_item_bg.gif') left top no-repeat;
    display: block;
    float: left;
    margin: 0px 1px;
    width: 111px;
    text-align: center;
}
#topMenu a {
    color: #000;
    background: transparent;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 0px;
    width: 100%;
}
#mainContainer {
    width: 990px;
    margin: 0px auto;
    overflow: hidden;
    background: #f79779;
}
#pageHeader {
    height: 125px;
    background: #942d30 url('i/header_bg.gif') top left no-repeat;
    border-bottom: 3px solid #000;
    position: relative;
}
#topBannerContainer {
	position: absolute;
	top: 35px;
	right: 40px;
	width: 468px;
	height: 60px;
}
#contentContainer {
    color: #fff;
    background: #7c0505 url('i/body_bg.gif');
    min-height: 490px;
    position: relative;
    margin: 8px 11px 8px 9px;
}
#contentWrapper {
    padding: 5px 29px 5px 27px;
    position: relative;
    z-index: 1;
}
#contentDecor1 {
    background: transparent url('i/body_decor_top_left.gif') top left no-repeat;
    width: 350px;
    height: 210px;
    top: 5px;
    left: 2px;
    position: absolute;
    z-index: 0;
}
#contentDecor2 {
    background: transparent url('i/body_decor_bottom_right.gif') bottom right no-repeat;
    width: 340px;
    height: 280px;
    bottom: 5px;
    right: 4px;
    position: absolute;
    z-index: 0;
}
#contentDecor3 {
    background: transparent url('i/body_decor_left.gif') top left repeat-y;
    width: 2px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
}
#contentDecor4 {
    background: transparent url('i/body_decor_right.gif') top left repeat-y;
    width: 4px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}
#contentDecor5 {
    background: transparent url('i/body_decor_top.gif') top left no-repeat;
    height: 5px;
    top: 0px;
    left: 0px;
    width: 970px;
    position: absolute;
}
#contentDecor6 {
    background: transparent url('i/body_decor_bottom.gif') top left no-repeat;
    height: 5px;
    bottom: 0px;
    left: 0px;
    width: 970px;
    position: absolute;
}

.imageGallery {
    margin: 0px;
}
.imageGallery .item {
    width: 129px;
    margin: 0px 0px 15px 66px;
}
.imageGallery .item.first {
	margin-left: 0px;
}
.imageGallery .name, .imageGallery .phone {
    font-size: 12px;
    color: #fff;
    background: #4a0101;
    text-align: center;
    padding: 4px;
    margin: 0px;
}
.imageGallery img {
    display: block;
}

#bottomMenu, #copyright {
    font: 11px Arial, Verdana, Tahoma, sans-serif;
    text-align: center;
    margin: 5px;
}
#bottomMenu, #bottomMenu a {
    color: #790000;
    text-decoration: none;
}
#copyright {
    margin-bottom: 10px;
}
#copyright, #copyright a {
    color: #000;
    text-decoration: none;
}

.errors, .messages {
	background: #f79779;
	border: 2px solid #410101;
	padding: 5px;
	margin: 5px 0px;
}
.errors {
	color: #790000;
}

.report {
    margin: 5px 0px;
}
.report td, .report th {
    color: #fff;
    background: #790000;
    padding: 2px 5px;
    border: 1px solid #4a0101;
}

#rewardBox {
	color: #fff;
    background: #790000;
	border: 2px dashed #f6cec1;
	padding: 0px 5px;
	margin: 10px 0px;
}
