﻿@import 'reset.css';
@import 'defaults.css';

body {
	background: #6c4a1a url(../../content/image/page-bg-grad.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 { font-weight: normal; }

a:link { color: #8f080e; }
a:visited { color: #7f0f14; }
a:hover { color: #af0a11; }

h2.page_title {
	padding: 20px 0 3px 10px;
	color: #6c4e21;
	font-size: 1.1em;
	font-weight: bold;
}

#container { width: 783px; margin: 0 auto; padding: 0; position: relative; }

#header { height: 67px; padding: 4px 0 0 30px; background:url(../../content/image/header.png) repeat-x; }
#header h1 { width: 190px; text-indent: -999em; }
#header h1 a { display: block; height: 53px; }

#mainImage { min-height: 50px; }

#main { background: #fff; }

#footer { background: url(../../content/image/footer.jpg) no-repeat; text-align: center; padding: 14px 10px; font-size: .9em; }
#footer a {}

#pageBottom {
	height: 55px;
	padding: 10px 5px;
	background: url(../../content/image/page_bottom.png) no-repeat;
}


/*---	Theme Settings			---
-----------------------------------*/

.primary { color: #2681f3 !important; }
.secondary { color: #333 !important; }
.tertiary { color: #5F5F5F !important; }

.btn.primary { background-color: #0C65CF; }
.btn.secondary { background-color: #222; }
.btn.tertiary { background-color: #5F5F5F; }

.btn {
	display: inline-block;
	background-repeat: repeat-x;
	border: none;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.btn img {
	vertical-align: middle; /* Middle align things like arrows on buttons. */
}

.btn_21 {
	padding: 3px 6px;
	background-image: url(../../content/image/btn_highGloss_21_trans.png);
	font-size: 11px;
	line-height: 16px;
}
a.btn_21 { padding: 4px 6px 5px; }

.btn_24 {
	padding: 3px 12px;
	background-image: url(../../content/image/btn_highGloss_24_trans.png);
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}