@import url("superfish.css"); 
@import url("custom_styles.css"); 
@import url("events.css"); 


/* CSS RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0px;
		padding: 0px;
		border: 0;
		outline: 0;
		font-size: 100%;
	}

img {
	border:none;
}
/* END RESET */

body {
	background-image:url(../site_images/site_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;
	font-size:13px;
	color:#DED8D4;
	font-family:Arial, Helvetica, sans-serif;
}

a,a:link {
	color:#53BFE1;
	text-decoration:none;
}

a:visited {
	color:#3A8399;
}

a:hover {
	text-decoration:underline;
}

a:active {
  outline: none;
  background-image:none;
}


.clear {
	height:1px;
	overflow:hidden;
	clear:both;
	
}

.site_wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.logo_wrapper {
	width:960px;
	height:123px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../site_images/logo_bg.jpg);
	background-repeat:no-repeat;

}


a.logo {
	display:block;
	width:651px;
	height:122px;
	top:1px;
	left:1px;
	background-image:url(../site_images/logo.png);
	background-repeat:no-repeat;
}

.body_wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:12px;

}

.body_col1 {
	width:208px;
	float:left;
}

img.gnav_title {
	display:block;
}

.body_col2 {
	width:755px;
	float:left;
	margin:0px 0px 0px 15px;
	
}

.page_title {
	font-size:26px;
	color:#BE5E13;
	margin:32px 0px 5px 0px;
}

.body_col3 {
	width:208px;
	float:right;
	display:inline;
	margin:0px 0px 15px 40px;
}


.banner_wrapper {
	width:743px;
	height:247px;
	background-image:url(../site_images/header_banner_wrapper.png);
	background-repeat:no-repeat;
	padding:11px 0px 0px 12px;
}

.page_content {
	line-height:22px;
}	

div.store_login {
	padding:4px;
}

table.store_login_table {
	width:100px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

/***** ACCORDION *****/
.body_col1 ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:208px;
	background-image:url(../site_images/subnav_bg.png);
	border:1px solid #000000;
	border-bottom:none;
}

.body_col1 ul ul {
	border:none;
	border-top:1px solid #000000;
	background-image:url(../site_images/subnav_expanded_bg.png);
	background-repeat:repeat;

}	

.body_col1 ul ul li {
	border:none;
}


.body_col1 ul li {
	background-image:url(../site_images/submenu_transparent_color.png);
	background-repeat:repeat;
	width:208px;
	text-align:left;
	list-style:none;
	border-bottom:1px solid #000000;
}

.body_col1 ul li a {
	display: inline-block;
}

.body_col1 ul li a,.body_col1 ul li a:link,.body_col1 ul li a:visited {
	display:block;
	font-size:14px;
	color:#C8C0B8;
	text-decoration:none;
	padding:6px 0px 7px 16px; 
}

.body_col1 ul li a:hover, .subnav_on {
	background-image:url(../site_images/subnav_hover.png);
	background-repeat:repeat-x;
}

.body_col1 ul li a.subnav_on {
	color:#BF5D12;
}


.body_col1 ul li ul li a,.body_col1 ul li ul li a:link,.body_col1 ul li ul li a:visited {
	font-size:12px;
}

.body_col1 ul li ul li a:hover {
	background-image:none;
	background-color:#411C00;
}

.body_col1 ul li ul li a.subnav_on {
	background-image:none;
	color:#BF5D12;
}

.body_col1 ul li ul li a.subtier_gateway {
	font-size:13px;
	background-image: url("../site_images/subnav_hover.png");
	background-repeat:repeat;

}

.body_col1 ul li ul li ul.subtier {
	width:198px;
	background-image:none;
	border:none;
}

.body_col1 ul li ul li ul.subtier li a {
	padding-left:26px;
}

.body_col1 ul li ul li ul.subtier li {
	
}

.submenu_link {
	padding-left:15px;
}

a.subpage_menu_active {
	background-image:url(../site_images/subpagemenu_hover.png);
	background-repeat:repeat;
}

.statusicon {
	border: none;
	position:relative;
	top:0px;
	right:0px;
}

a.subnav_collapsed,a.subnav_collapsed:link,a.subnav_collapsed:visited {
	background-image:url(../site_images/subnav_collapsed.png);
	background-repeat:no-repeat;
}

.body_col1 ul li a.subnav_collapsed:hover {
	background-image:url(../site_images/subnav_collapsed_hover.png);
	background-repeat:no-repeat;
}

a.subnav_expanded {
	background-image:url(../site_images/subnav_expanded.png);
}

.body_col1 ul li a.subnav_expanded:hover {
	background-image:url(../site_images/subnav_expanded_hover.png); 

}


/***** END ACCORDION ****/

table.store_table {
	padding:5px;
	border: 3px solid #2E2C2C;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
}


.mainpage table td {
	padding:4px;
}


.contact_form td {
	padding:4px;
}

.contact_form input[type=text],.contact_form textarea, .contact_form select {
	border:1px solid #000000;
	padding:1px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer_wrapper {
	width:960px;
	height:466px;
	background-image:url(../site_images/footer_bg.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:1px 0px 0px 0px;
	position:relative;
}


.footer_col {
	width:221px;
	height:325px;
	background-color:#0C0B0C;
	position:absolute;
}

.footer_col_content {
	padding:20px;
	font-size:12px;
	color:#B6AFA8;
}

.footer_col_content .blog_title {
	line-height:16px;
	margin-bottom:0px;
	padding-top:0px;
	font-size:12px;

}

.footer_col h2 {
	font-size:18px;
	font-weight:bold;
	color:#CAC5AC;
	padding:2px 0px 0px 20px;
}

.footer_col1 {
	left:24px;
	top:84px;
}

.footer_col2 {
	left:285px;
	top:84px;
	background-image:url(../site_images/foot_col2_bg.gif);
	background-position:0px 28px;
	background-repeat:no-repeat;
}

.footer_sm {
	color: #999999;
	padding: 0px 0px 40px 230px;
} 

.footer_sm_link {
	font-size:12px;
	color:#B6AFA8;
	text-decoration: none;
	text-align: center;
}

.tvimage {
	margin-top:20px;
}

a.tvlink {
	display:block;
	background-image:url(../site_images/right_arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #272621;
	font-size:13px;
}

a.tvlink:hover {
	text-decoration:none;
}


.footer_col3 {
	left:551px;
	top:84px;
	width:386px;
	background-image:url(../site_images/gfm_mini_logo.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.footer_head1 {
	width:100%;
	height:28px;
	background-image:url(../site_images/foot_col1_head.jpg);
	background-repeat:no-repeat;
}

.footer_head2 {
	width:100%;
	height:28px;
	background-image:url(../site_images/foot_col2_head.jpg);
	background-repeat:no-repeat;
}

.footer_head3 {
	width:100%;
	height:28px;
	background-image:url(../site_images/foot_col3_head.jpg);
	background-repeat:no-repeat;
}

.footer_col_content .blog_title a {
	font-weight:bold;
}

.footer_col_content .post_info {
	font-size:11px;
	font-style:italic;
	margin-bottom:10px;
}
