/** ============================================================================

   STANDARD TAGS

============================================================================= */


body, html {height: 100%;}

body {
	color: #222;
	background: #FFF;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	margin: 0;
}

a {
	color: #900;
}

a:hover {
	color: #B00;
}

a img {
	border: 0;
}

h2 {
	font-weight: normal;
	color: #900;
	font-size: 18px;
}

h3 {
	font-weight: bold;
	color: #900;
	font-size: 15px;
}

/** ============================================================================

   HEADER

============================================================================= */

#header {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #900 url('/images/banner-background.gif') top left repeat-x;
}

#header a {
	display: block;
	width: 780px;
	margin: 0 auto;
}

/** ============================================================================

   TOP MENU

============================================================================= */

#menu {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	background: #EEE url('/images/menu-background.gif') bottom left repeat-x;
	text-align: left;
	border-bottom: 1px solid #666;
	margin: 0 0 5px 0;
}

#menu dl{
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#menu dt {
	float: right;
	margin: 0;
	padding: 0 1em;
	display: inline;
}

#menu dd {
	margin: 0;
	padding: 0 1em;
	display: inline;
}

#menu a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


/** ============================================================================

   MAIN CONTENT

============================================================================= */

#body {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px 30px 10px;
}

#body a {
	white-space: nowrap;
}

#body dl {
	margin: 0;
	padding: 0;
}

#body dt {
	color: #900;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	clear: both;
}

#body dt a {
	text-decoration: none;
}

#body dt a:hover {
	text-decoration: underline;
}

#body dd {
	margin: 0;
	padding: 0 0 1em 20px;
	clear: both;
}

/** ============================================================================

   FOOTER

============================================================================= */

#footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFF;
	background: #900 url('/images/banner-background.gif') bottom left repeat-x;
	border-top: 5px solid #FFF;
}

#footer dl {
	width: 780px;
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;	
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	color: #FFF;
}

#footer dt {
	margin: 0;
	padding: 0 1em;
	display: inline;
	white-space: nowrap;
	float: left;
}

#footer dd {
	margin: 0;
	padding: 0 1em;
	display: inline;
	white-space: nowrap;
}

#footer dl a {
	color: #FFF;
	text-decoration: none;
}

#footer dl a:hover {
	color: #FFF;
	text-decoration: underline;
}


/** ============================================================================

   DATATABLE

============================================================================= */

.datatable {
	width: 100%;
	border-collapse: collapse;
}

.datatable thead th{
	background: #900 url('/images/banner-background.gif') bottom left repeat-x;
	color: #FFF;
	padding: 4px 0.5em;
}

.datatable thead td{
	color: #666;
	padding: 4px 0.5em;
	font-size: 12px;
	line-height: 17px;
	background: #EEE url('/images/menu-background.gif') bottom left repeat-x;
	text-align: left;
}

.datatable tbody th{
	padding: 4px 0.5em;
	border-right: 1px solid #CCC;
	vertical-align: top;
	text-align: left;
}

.datatable tbody td{
	padding: 4px 0.5em;
	vertical-align: top;
	text-align: left;
}

.datatable tfoot td{
	color: #666;
	padding: 4px 0.5em;
	font-size: 12px;
	line-height: 17px;
	background: #EEE url('/images/menu-background.gif') bottom left repeat-x;
	text-align: left;
	border-top: 1px solid #CCC;
}

/** ============================================================================

   GENERIC CLASSES

============================================================================= */

.floatleft{
	float: left;
}

img.floatleft{
	margin-bottom: 20px;
	margin-right: 20px;
}

.floatright{
	float: right;
}

img.floatright{
	margin-bottom: 20px;
	margin-left: 20px;
}
.alignleft{
	text-align: left !important;
}

.aligncenter,.center{
	text-align: center !important;
}

.alignright{
	text-align: right !important;
}

.clickable{
	cursor: pointer;
}

.clickable:hover{
	background-color: #F5F5F5;
}

.width150{
	width: 150px;
}

.height100{
	height: 100px !important;
}

.button {
	width: auto;
	color: #FFF;
	background:  #900;
	padding: 2px 1.5em;
	font-size: 13px;	
	line-height: 16px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #300;
	overflow: visible;
}

.button:hover {
	color: #FFF;
	background:  #B00;
}

.placeholder {
	position: relative;
	top: 0;
	left: 0;
}

#map {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 298px;
	height: 250px;
	padding: 0;
	border: 1px solid #900;
	background: #FFF5F5;
}


#payment {
	position: absolute;
	top: 265px;
	right: 0;
	display: block;
	width: 260px;
	padding: 10px 19px;
	border: 1px solid #900;
	background: #FFF5F5;
}

#payment h3{
	margin-top: 0;
}

#payment .submit {
	text-align: center;
}

#paypal_button {
	width: 149px;
	height: 47px;
	outline: 0;
	cursor: pointer;
}
