* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#131211;
}
#main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f9f9f9;
	background-image:url(../images/mainbackground-slice.jpg);
	background-repeat:repeat-x;
	color:#373737;
}

#container {
	margin:auto;
	width:910px;
}

#content {
	clear:both;
	padding-top:5px;
	margin-bottom:70px;
}

		
#webgallery {
	height: 645px;
	width: 860px;
}

.clearer {
	clear: both; 
	width: 100%; 
	height: 0; 
	line-height: 0; 
	font-size: 0;
	margin: 0; 
	padding: 0; 
	border: 0; 
}


/*Header Styles */
#header {
	padding:15px 0;
	background:#131211;
}

#header_content {
	margin:auto;
	width:900px;
}

.header_column p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	float:right;
	margin-left:5px;
	padding-top:20px;
	
}

h1.logo {
	display:block;
	margin:0;
	text-indent:-9999px;
}

img.header {
	margin-top: -30px;
	border:none;
}

.header_text {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
	
	

/* Nav Bar Styles */

#navbar {
	padding:0;
	background:#ececec;
	background-image:url(../images/navbar-slice.jpg);
	background-repeat:repeat-x;
}

#nav {
	background:#e5e5e5;
	width:900px;
	float:left;
	margin:auto; 
	padding:0;
	background-image:url(../images/navbar-slice.jpg);
	background-repeat:repeat-x;
	height:52px;
	z-index:5;
	position:relative;
}

#navcontent {
	width:900px;
	margin:auto;
}

#nav li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#373737;
	width:150px;
	display:block;
	padding-top:17px;
	height:36px;
	text-align:center;

}

#nav li a, #nav li {
	float:left;
}

#nav li {
	list-style:none;
	position:relative;
}

#nav li a:hover {
	background: #ffffff;
	color:#a72024;
	background-image:url(../images/nav_hover.gif);
	background-repeat:repeat-x;
	
}
	
/* SubMenu */


#nav li ul li a {
	background:#e4e4e4;
	width:200px;
	display:block;
	text-align:left;
	height:18px;
	padding:2px 5px;	
	text-transform:none;
	font-weight:400;
	vertical-align:bottom; /* Fixes white gap bug in ie7 */
}

#nav li ul li a:hover {
	font-weight:bold;
	background-color:#f9f9f9;
}

#nav li ul {
	display:none;
	position:absolute;
	left:0;
	margin:0; 
	padding:0;
	top:100%;
}
	
#nav li:hover > ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	border:1px solid #373737;
	border-top:none;
}

#nav li ul li, #nav li ul li a {
	float:none;
}

#nav li ul li {   /* For IE6 */
	_display:inline;
}


/* jFlow Styles */

.hidden {
	display:none;
}

#myController {
	position:relative;
	left:0;
}

#myController span {
	border:3px solid black;
	cursor:pointer;
	float:left;
	z-index:3;
	display:block;
	width:15px;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	background:#373737;
	color:white;
	font-size:10px;
	font-family:Verdana, Arial, sans-serif
}

#jFlowSlides {
	cursor:pointer;
}

/* Block Styles */

#featured {
	z-index:0;
	margin-bottom:10px;
	clear:both;
	margin-bottom:20px;
	width:900px;
}

.block {  
    border:1px solid #a3a09e;  
    background-color:#ffffff;  
    margin-bottom:20px;  
	position:relative;
}

.block_inside {  
    display:block;  
    border:1px solid #707070;  
    background:#ffffff url(../images/background_block_slice.jpg) repeat-x; 
    padding:25px;  
    overflow:auto;  
} 

.block_inside p {
	font-size:12px;
}

.block_inside h2 {
	margin-top:10px;
}

.block_inside li {
	font-size:12px;
	margin-left:15px;
}

.image_block {  
    border:1px solid #b5b5b5;  
    background-color:#d2d2d2;  
    padding:5px;  
	margin:10px; 
}

.image_block img {  
    border:1px solid #b5b5b5;  
} 

.text_block {  
    float:left;  
    width:505px;  
	font-size:12px;
	margin-right:10px;
} 

.text_block_center {  
  
    width:550px;  
	text-algin:center;
	color:black;
} 



/* Updates Page Block Styles */

.update_block_inside {  
    display:block;  
    border:1px solid #707070;  
    background:#ffffff url(../images/background_block_slice.jpg) repeat-x; 
    padding:25px;  
    overflow:hidden; 
} 

.update_block_inside h2 {
	margin-top:10px;
}

.update_block_inside li {
	font-size:12px;
	margin-left:15px;

	
}

.update_image_block {  
    border:1px solid #b5b5b5;  
    background-color:#d2d2d2;  
    padding:5px;  
    float:left;  
}

.update_image_block img {  
    border:1px solid #b5b5b5;  
} 

.update_text_block {  
    float:left;  
    width:100%;  
	font-size:12px;
	margin-right:10px;
	margin-bottom:30px;
	background-image:url(../images/update_box_slice.gif);
	background-repeat:repeat-x;
	background-color:#ced7e2;
	border:1px solid #373737;
}

.update_text_block p {
	width:500px;
	color:#373737;
	padding:10px;
}

.small p {
	width:340px;
}

#singlecontent .update_text_block h3 {
	margin-bottom:0;
	color:black;
}

.update_text_block small {
	padding:0 0 0 10px;
	margin:0;
	font-size:9px;
	text-transform:uppercase;
	color:black;
}
	
.small_image_block {     
	margin:10px 10px 20px 10px;
}

.small_image_block img {  
    border:1px solid #b5b5b5;
	background-color:#d2d2d2;  
    padding:5px; 

} 	

.update_text_block .seperator {
	border:1px solid #cccccc;
}

.right { 
	float:right;
}
	
.left {
	float:left;
}

.update_text_block .updateright {
	margin-left:230px;
}


/* Text Styles */

h2 {
	margin: 0 0 10px 0;
	font-size:30px;
	font-family:Trebuchet MS, Helvetica, Arial, Sans-serif;
	color:#000000;
}

a {
	color: #a72024;
	text-decoration:none;
}

a:link, a:visited {

}

a:hover {
	text-decoration:underline;
	padding:0;
	margin:0;
}

.center {
	text-align:center;
}

.divcenter {
	margins:auto;
}

 
.hidden {
	display:none;
}

.darkseperator {
	border-top:1px solid #b5b7b9;
	border-bottom:1px solid #e4e4e4;
	margin:20px 0;
}

h3 {
	font-size:16px;
	padding:10px 10px 5px 10px;
	color:#a72024;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
}

.clear {
	clear:both;
}

.border {
	border:1px solid black;
	padding:0 2px;
	color:black;
}

.small_caption {
	font-size:11px !important;
	font-style:italic;
	margin:5px 0 10px;	
	font-weight:bold;
}

.medium_caption {
	font-size:14px !important;
	margin:10px 0;
	font-weight:bold;
}

.red {
	color:#a72024;
}

.blue {
	color:blue;
}

.green {
	color:green;
}

.gold {
	color:gold;
}

.white {
	color:#fff;
}

dt {
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}

dd {
	font-size:12px;
	margin-bottom:10px;
}

/* Image Style */

a img {
	border:none;
}

.product {
	margin:15px 25px 5px 25px;
	border:none;
	float:left;
	
}

.product_caption {
	margin:0px 25px 10px 25px;
	float:left;
	width:57px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

#div_center {
	width: 848px;
	text-align: center;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden;
}

#thin_div_center {
	width: 598px;
	text-align: center;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden;
}

#sidebar #div_center {
	width:220px;
}

.dcenter {
	display: inline-block;
	vertical-align: middle; 
}

.dcenter {
	*display: inline;
	*margin: 10 px auto;
}

.store_item {
	margin:10px 15px;
	float:left;
	text-align:center;
	width:75px;

}

.store_item p {
	font-weight:bold;
	text-align:center;
	font-size:11px;
}

.schedule a img{
	color:none !important;
	border:none;
}


/* Button Styles */

.button a, .button input {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:white;
	background:#373737;
	background-image:url(../images/button_slice.gif);
	background-repeat:repeat-x;
	border:1px solid #CCC;
	float:left;
	margin:10px;
	padding:9px;
	cursor:pointer;
}


.button a:hover, .button input:hover {
	background:#4a1214;
	background-image:url(../images/button_hover_2.gif);
	background-repeat:repeat-x;
	
}

/* Form Styles */

form {
	margin-top:20px;
}

form input {
	clear:both;
}

fieldset {
	border:none;
	border-top:1px solid black;

}

fieldset input, fieldset textarea {
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
}

input:focus, textarea:focus {
	background:#efefef;
	color:#000;
}

legend {
	margin-bottom:15px;
	font-weight:bold;
}

label {
	font-size:14px;
	color:black;
}



/* Sidebar Styles */

#sidebar {
	float:right;
	width:240px;
	display:inline;
	position:relative;
	margin-right:.5em;
} 

#sidebar .block_inside {
	float:right;
	width:220px;
	padding:0;
	margin:15px 0;
	background-color:#f5f5f6;
	background-image:url(../images/sidebar_background.jpg);
	background-repeat:none;
	border:1px solid #a3a09e;

}

#sidebar h3 {
	text-align:center;
	font-size:20px;
	line-height:23px;
	padding:5px 0;
	border-bottom:1px solid #a3a09e;
	color:black;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
}

#sidebar dt {
	font-weight:bold;
	font-size:13px;
	padding:10px 0;
	color:black;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	text-align:center;
}

#sidebar dd {
	font-size:10px;
	width:185px;
	padding:7px 10px;
}

#sidebar p {
	padding:7px 10px;
}

#sidebar .seperator {
	border-top:1px solid #fff;
	border-bottom:1px solid #9e9a9a;
	margin:20px 0;
	padding:0;

}

#sidebar a:link, a.visited {
}

#sidebar a:hover {
	background-color:#e2dddc;
	background-image:none;
}

#sidebar li {
	list-style:none;
	padding:3px 0;
}

#sidebar ul li a {
	color:#000;
	text-decoration:none;

}

#sidebar ul li a:hover {
	color:#a72024;
	text-decoration:underline;
}

.sidebar_pic {
	margin-top:15px;
	float:right;
}

/* Main Content Styles */

#maincontent {
	width:650px;
	float:right;
	border:1px solid #a3a09e;
	margin:15px 8px 15px 0px;
	overflow:hidden;
}

#maincontent .block_inside {
	min-height:500px;
	overflow:hidden;
}

#maincontent h2 {
	font-size:22px;
}

#maincontent p {
	font-size:12px;
}

#singlecontent {
	width:900px;
	margin:15px 0;
	clear:both;
	overflow:hidden;
}

#singlecontent .block_inside {
	min-height:500px;
	overflow:hidden;
}

#singlecontent h3 {
	margin:10px;
	font-size:16px;
	font-weight:bold;
}

#singlecontent h2 {
	border-bottom:1px solid #b5b7b9;
	margin-bottom:30px;
	margin-top:-10px;
}

/* Table Styles */

table {
	font-family:Verdana, arial, sans-serif;
	font-size:14px;
	border:1px solid black;
	float:left;
	margin:10px;
	padding:0;
	border-collapse:collapse;
}

td {
	padding:0 5px;
	border:1px solid black;
}

td.noborder {
	border:none;
}

td.heading {
	font-weight:bold;
	background:#373737;
	text-align:center;
	color:white;
}
	

/* ***Hoverbox Styles*** */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 129px;
	height: 90px;
	z-index:0;
}

.hoverbox li {
	color: inherit;
	display: inline;
	float: left;
	margin: 5px 27px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	width: 258px;
	height: 180px;
}



/* Footer Styles */

#footer {
	background-color:#131211;
	min-height:120px;
	font-family:Verdana, arial, helvetica, sans-serif;
	font-size:10px;
	clear:both;
	padding-bottom:20px;

}

#footer .footer_content {
	width:900px;
	margin:auto;
}

#footer p {
	color:#7f7d78;
	font-size:10px;
}

#footer h3 {
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:5px;
	padding-top:5px;
	text-transform:uppercase
}


#footer .footer_column {
	float:left;
	width:120px;
	margin-right:30px;
	padding-left:10px;
}

#footer .long {
	width:500px;
}

#footer ul {
	padding:0;
	margin:0;
}

#footer ul li {
	list-style-type:none;
	font-size:9px;
	padding-top:4px;
	
}

/* Facebook Plugin */

.fbook {
	background-color:white;
	float:right;
	margin-top:16px;
}


