@charset "UTF-8";
/* CSS Document */

table{
float:left;
}

/*
##############################
TEXT STYLES
##############################
*/




h2{
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	background-color: #000;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	text-align: left;
}


h3{
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 1.2em;
	color: #b4905d;
	text-align: left;
	padding: 10px 0px 10px 0px;
}


h4{
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	background-color: #000;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}

#left_content p{
	font-family: Helvetica;
	font-size: 0.9em;
	background-color: #000;
	padding: 1px;
	margin: 0px 0px 7px 25px;
	color: #d2a577;
}

#left_content p.red{
color: #9f2727;
}


#left_content p a, #left_content p a:visited{
	color: #9f2727;
}

#left_content p a:hover{
	color: #CD4D53;
}


/*
##############################
BUTTON STYLES
##############################
*/


a.button {
	background: transparent url(../images/button_caps.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 34px;
	padding: 0px 29px 0px 0px; /* sliding doors padding */
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}
a.button span {
	background: transparent url(../images/button.png) no-repeat;
	display: block;
	padding:7px 0px 14px 29px;
	margin: 0px;
	white-space: nowrap;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style:oblique;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}



a.button:hover {
	background-position: right -34px;
	color: #401607;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: left -34px;
    text-shadow: #b87f41 -1px -1px 0;
    padding-top: 8px;
}



a.button:active {
    background-position: right -69px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: left -69px;
    text-shadow: #333333 -1px -1px 0;
    padding-top: 8px;
}


a.button_menu {
	background: transparent url(../images/button_menu.png) no-repeat left -53px ;
	display: block;
	float: right;
	width: 206px;
	height: 47px;
}


a.button_menu:hover {
	background-position: top left;
	outline: none; /* hide dotted outline in Firefox */
}

/*
##############################
LAYOUT STYLES
##############################
*/

html, body {
height: 100%;
}


body {
	margin:0px;
	padding:0px 0px;
	text-align:center;
	background:#000000 url(../images/background.jpg) top center no-repeat;
	color:#FFFFFF;
	}
	
	
#wrapper_01 {
	min-height: 100%;
	position: relative;
	z-index: 10;
	width: 965px;
	padding:0px 0px 40px 0px;
	margin:0px auto;
	margin-bottom: -90px;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
}	



#leftside{
	height: auto;
	float: left;
	width: 354px;
}


#rightside{
	height: auto;
	float: right;
	width: 569px;
	background-color: transparent;
	margin: 0px 40px 0px 0px;
}



#logo h1{
	height:170px;
	width:354px;
	background-color: transparent;
	margin: 72px 0px 10px 0px;
}


#logo h1 a {
	display:block;
	height:inherit;
	width:inherit;
	text-decoration: none;
}

#logo h1 a span {
	visibility:hidden;
	text-decoration: none;
}


#header{
	height:136px;
	width: 100%;
	background:transparent;
	float:left;
}


#left_content{
	width: 294px;
	height: auto;
	background: transparent;
	text-align: left;
	margin: 0px 0px 0px 40px;
}


#main_menu{
	height: auto;
	width: 100%;
	float: left;
}



#banner{
	width:553px;
	height: 182px;
	border: 8px solid #000;
	float: left;
	margin-bottom: 15px;
}


.box{
	width:100%;
	height:auto;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-color: #000;
}

.box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ccc;
	text-align:left;
	line-height: 18px;
	padding: 10px 20px 15px 20px;
}




.clear {
clear:both;
display:block;
height:1px;
width:100%;
}


.clearfooter {
	height: 90px;
	clear: both;
}


#footer {
	height: 90px;
	margin:0px auto;
	position: relative;
	background-color: #1D0000;
}



#footer_wrapper {
	height:100px;
	position: relative;
	width: 925px;
	padding:15px 40px 0px 0px;
	margin:0px auto;
	background: transparent;
	font-family: Helvetica;
	color: #aa4a4a;
	font-size: 13px;
	text-align: right;
	z-index: 10;
}	


#footer_wrapper a, #footer_wrapper a:visited {
	color: #666666;
}

#footer_wrapper a:hover{
	color: #CCCCCC;
}

#menu_panel {
	background:#110000 url(../images/menu_bg.jpg) repeat-y scroll top center;
	height: auto;
	width:100%;
	position: relative;
}

#menu_wrapper{
	min-height: 100%;
	position: relative;
	z-index: 10;
	width: 955px;
	padding:20px 5px 0px 5px;
	margin:0px auto;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	height: auto;
	background-color: transparent;
	text-align: left;
	font-family: Helvetica;
	font-style: oblique;
	font-size: 14px;
	font-weight: normal;
}	

#logo_menu{
	background:transparent url(../images/logo.png) no-repeat top left;
	width: 291px;
	height: 116px;
	position: absolute;
	top: 0px;
	right:0px;
	text-indent: -9999px;
}

#menu_wrapper img{
	border: 2px solid #000;
}

.image_left{
	float:left;
	margin: 5px 15px 5px 0px;
}

.image_right{
	float:right;
	margin: 5px 5px 5px 10px;
}
.menu_title{
	width: 30%;
	margin: 0px;
}


#menu_footer{
	height: 50px;
	margin:0px auto;
	position: relative;
	background-color: #540000;
	width: 100%;
}


#menu_footer_wrapper {
	height:40px;
	position: relative;
	width: 930px;
	padding:10px 0px 0px 0px;
	margin:0px auto;
	background: #540000;
	font-family: Helvetica;
	color: #aa4a4a;
	font-size: 13px;
	text-align: right;
}	

#logo_bottom{
	background:transparent url(../images/logo_small.png) no-repeat top left;
	width: 212px;
	height: 81px;
	position: absolute;
	bottom: 0px;
	right:370px;
	text-indent: -9999px;
}
