﻿HTML, BODY, FORM
{
    height: 100%;
    margin: 0;
    padding: 0;
}
*
{
    margin: 0;
}
a
{
    cursor: pointer;
    outline-style: none !important;
    outline-width: medium !important;
}
a.more 
{
	color:#000;
	text-transform:capitalize;
	text-decoration:none;
	font-size:11px;
	padding-left:20px;
	display:inline-block;
	color:#fff;
}
a.grn 
{
    background:transparent url(/images/btn_grn.gif) no-repeat scroll 0 0;
}
a.gold 
{
    background:transparent url(/images/btn_gold.gif) no-repeat scroll 0 0;
}
a.black 
{
    background:transparent url(/images/btn_black.gif) no-repeat scroll 0 0;
}
a.grn span
{
    background:transparent url(/images/btn_grn.gif) no-repeat scroll 100% 0;
	padding:4px 40px 8px 0px;
	display:inline-block;
}
a.gold span
{
    background:transparent url(/images/btn_gold.gif) no-repeat scroll 100% 0;
	padding:4px 40px 8px 0px;
	display:inline-block;
}
a.black span
{
    background:transparent url(/images/btn_black.gif) no-repeat scroll 100% 0;
	padding:4px 40px 8px 0px;
	display:inline-block;
}
.clear 
{
    clear:both;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
}
img { border:0; }
#container
{
    width: 1003px;
    padding:0 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background-color: #FFF;
    background:#fff url(/images/bg.png) repeat-x scroll left top;
    position:relative;
}
#header-cont
{
    width: 1003px;
    height: 117px;
    background: transparent url(/images/bg_hdr.png) repeat-x scroll left top;
}
#header-cont .logo-cont
{
    width: 278px;
    height: 120px;
    float: left;
}
p.logo
{
    padding:56px 0 0 0;
}
#tagline
{
    float:left;
    padding:47px 0 10px 12px;
    height:20px;
}
#tagline h1, #tagline h5, #tagline h4
{
    font-size:13px;
    font-weight:bold;
    color:#878787;
    font-style:italic;
    display:block;
    width:450px;
    float:left;
}
#tagline h1, #tagline h4{
    padding-top:5px;
}
#tagline h5
{
    width:240px;
    font-size:18px;
}
#tagline h5 span
{
   color:#768e93;
}
#nav
{
    width: 715px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform:uppercase;
    float:left;
}
#nav ul
{
    list-style: none;
    padding: 0;
    float:left;
}
#nav li
{
    float: left;
    padding: 0;
}
#nav a
{
    text-decoration: none;
}
#nav a:hover
{
    text-decoration: none;
    display: block;
    color: #2e535b;
}
#nav ul li a {
    padding:13px 14px 5px 14px;
    text-decoration: none;
    color: #fff;
    display:-moz-inline-block;
    display: inline-block;
    height: 19px;
}
#nav ul li span {
    display:block;
}
#nav ul li {
    float: left;
    list-style-type: none;
    display:inline-block;
	position:relative;
}
#footer
{
    clear: both;
    font-size: 10px;
    color: #878787;
    width: 1003px;
    margin:0 auto;
    height:75px;
	background:transparent url(/images/bg_f.jpg) repeat-x scroll left top;
	border-top:4px solid #b26912;
}
#footer a
{
    color: #878787;
    display: block;
    padding: 7px 0 7px 10px;
    text-decoration: none;
}
#footer a:hover
{
    color: #000;
}
#footer ul li:first-child a:first-child
{
    background-position: right center;
}
#footer li
{
    float: left;
    list-style-type: none;
    white-space: nowrap;
}
#footer ul
{
    float: left;
    margin: -20px 0 0 0;
    padding-left:25px;
}
#footer span.copy
{
    float: left;
    padding:25px;
}
#footer img
{
    float:right;
    padding-top:10px;
    padding-right:30px;
}
.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	margin:0;
	padding:0;
	opacity:.5;
	filter: alpha(opacity=5); 
	-moz-opacity: 0.5;
	z-index:101;
}
* html .modal-overlay
{   
	position: absolute;
	/* ie6 hack */ 
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window
{
	position:fixed; 
	top:50%; 
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
* html .modal-window
{
	position:absolute;
}
.close-window
{
	position:absolute;
	width:16px;
	height:16px;
	right:8px;
	top:8px;
	background:transparent url('/images/close-button.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.5;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	z-index:103;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
}

