﻿/* CSS Document */

/*BODY CONTROLS*/
body { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-color: #2d1b0a; color: #FFF; background: url("../images/bg_body.jpg") no-repeat top center; }
h1{ font-size: 18px; }
h2{ font-size: 16px; }
br{ clear: both; }
hr{ width: 75%; clear: both; }
img { border: none; }

/*LAYOUT CONTROLS*/
#global_container { width: 800px; height: auto; margin: 0px auto; background: url("../images/bg_content.png") repeat top left; }
#header { width: 800px; height: 210px; margin: 0px auto; background: url("../images/bg_content.png") repeat top left; }
#img_header { z-index: 99999; float: left; }
#img_fb { z-index: 99998; position: relative; top: 10px; right: 50px; }
#nav { width: 800px; height: 24px; margin: 0px auto; text-align: center; }
#content{ width: 800px; height: auto; margin: 0px auto; background: url("../images/bg_content.png") no-repeat center; }
#content_left { width: 180px; height: auto; float: left; padding: 10px; }
#content_right { width: 580px; height: auto;  float: right; padding: 10px; }
#left_nav { width: 150px; list-style: none; text-align: left; padding: 0px; }
#left_nav li { width: 150px; height: 52px; line-height: 52px; margin-left: 10px; border-bottom: 1px #2d1b0a solid; }
#footer {width: 780px; height: 50px; margin: 0px auto; text-align: center; padding: 10px; font-size: 10px; }
#footer_content { display: block; height: 48px; float: left; margin-left: 50px; margin-top: 10px; }
#payment_options { float: left; }
/* Contact Page */
.success { display: none; color: #F60; }

/** Links Styles **/

/*global links*/
a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:hover { color: #CCC; text-decoration: none; }
