/** 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,img,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:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/** End Reset **/


body {
	font:13px/1.7 'Arial', Helvetica Neue,'Liberation Sans',FreeSans,sans-serif;
	background: #313131;/*url(../img/bg_top.jpg) repeat-x top;*/
	height: 100%;
}

#container
{
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-top: 5px solid #111;
}

#container .t_signup {
	position: absolute;
	top: 4px;
	left: 760px;
	display: inline;
}
a.chat_link {
	font-weight: bold;
	color: #fff;
}
a.chat_link:hover {
	font-weight: bolder;
	color: #015e89;
}
#top_content {
	width:900px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 420px;
	background: #313131 url(../img/officebg.jpg) no-repeat center;
}
#top_content #toptips {
	position: absolute;
	right: 0;
	top: 0px;
	background: url(../img/top_links_bg.png) no-repeat top right;
	width: 149px;
	height:34px;
}
#top_content .undercon {
	position: absolute;
	bottom: 0;
}
#top_content .livechat {
	position: absolute;
	right: 30px;
	top: 380px;
}

/* Hover INFO boxes for the contact methods */

	/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/


#top_content #toptips #contact_items li span {
	position:absolute;
	left:-9999em;
}

#top_content #toptips #contact_items li {
	position:relative;
	display:inline;
	float:left;
}

#top_content #toptips ul#contact_items {	
	width:119px;
	list-style:none;
	height:24px;
	padding:0px;	
	margin-left:18px;
	margin-top:2px;
	clear:both;
}

#top_content #toptips ul#contact_items li {
	display:inline
}

#top_content #toptips ul#contact_items li a {
	height:24px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

#top_content #toptips ul#contact_items  li a span {
	float:left;
	display:block
}

#top_content #toptips ul#contact_items li#contact_items-1 a {
	width:40px;
	background:url(../img/top_links.png) no-repeat 0px 0;
}

#top_content #toptips ul#contact_items li#contact_items-1 a:active,
#top_content #toptips ul#contact_items li#contact_items-1 a:hover {
	background-position:0px -24px
}
#top_content #toptips ul#contact_items li#contact_items-1 a.current {
	background-position:0px 0px -24px
}

#top_content #toptips ul#contact_items li#contact_items-2 a {
	width:40px;
	background:url(../img/top_links.png) no-repeat -40px 0;
}

#top_content #toptips ul#contact_items li#contact_items-2 a:active,
#top_content #toptips ul#contact_items li#contact_items-2 a:hover {
	background-position:-40px -24px;
}
#top_content #toptips ul#contact_items li#contact_items-2 a.current {
	background-position:-40px -40px -24px;
}

#top_content #toptips ul#contact_items li#contact_items-3 a {
	width:39px;
	background:url(../img/top_links.png) no-repeat -80px 0;
}

#top_content #toptips ul#contact_items li#contact_items-3 a:active,
#top_content #toptips ul#contact_items li#contact_items-3 a:hover {
	background-position:-80px -24px;
}
#top_content #toptips ul#contact_items li#contact_items-3 a.current {
	background-position:-80px -80px -24px;
}
#top_content #toptips #contact_items li:hover .hover_box {
	position:absolute;
	top:18px;
	left:-285px;
}	

#top_content #toptips #contact_items .hover_box a {
	background:none;
	width:auto;
	display:inline-block;
	float:none;
	margin:0em;
	padding:0em;
	line-height:180%;
}

#btm_bar #toptips2 #barlink li:hover .hover_box {
	position:absolute;
	top:18px;
	left:-285px;
}	



#btm_bar #toptips2 #barlink .hover_box a {
background:none;
	width:auto;
	display:inline-block;
	float:none;
	margin:0em;
	padding:0em;
	line-height:180%;
}

#btm_bar #toptips2 #barlink li span {
	position:absolute;
	left:-9999em;
}

#btm_bar #toptips2 #barlink li {
	position:relative;
	display:inline;
	float:left;
}

#btm_bar #toptips2 #barlink {	
	width:119px;
	list-style:none;
	height:24px;
	padding:0px;	
	margin-left:18px;
	margin-top:2px;
	clear:both;
}

#btm_bar #toptips2 #barlink li {
	display:inline;
}

#btm_bar #toptips2 #barlink li a {
	height:24px;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
}

#btm_bar #toptips2 #barlink  li a span {
	float:left;
	display:block
}


/* HOVERBOX */
	.hover_box {
		background:url("../img/bg_hover.png") left 4px no-repeat;
		width:260px;
		overflow:auto;
		position:absolute;
		left:-9999em;
		padding:34px 20px 4px 20px;
		color:#000;
		border-bottom:2px solid #015e89;
	}
	
	.hover_box p {
		margin-bottom:1.2em;
	}

/* End of Hover INFO boxes */
#top_content .music_bg {
 left: 0;
 top: -20px;
 position: absolute;
 z-index: -1000;
 background: url(../img/music_bg.jpg) no-repeat top;
 height: 449px;
 width: 1400px;
}

#top_content .bg_music_gradient {
	background: url(../img/bg_gry.jpg) repeat-x;
	height: 449px;
	width: 100%;
	 left: 0;
 	top: 0;
 	position: absolute;
	z-index: -2000;
}
#top_content .fl_gallery {
	position: absolute;
	left: 460px;
	top: 50px;
	z-index: -1000;
}
/* Text and logo */
h1.logo {
	background: url(../img/logo.png) no-repeat top left;
	position: absolute;
	top: 10px;
	left: 0;
	width: 192px;
	height: 48px;
	text-indent: -9999px;
}
h2.btmhdr {
	width: 260px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-left: 20px;
}
h2.wings {
background: url(../img/h2wings.png) no-repeat;
width: 200px;
color: #fff;
text-transform: uppercase;
}

img.arrows {
	position: absolute;
	bottom: 0;
	right: -300px;
	z-index: 0;
}
img.me {
	position: absolute;
	bottom: 0;
	right: -310px;
	z-index: 1;
}


/* End of text and logo */

/* VERTICAL NAVIGATION BAR
	/////////////////////////////////////*/

	ul#lnav {	
		width:180px;
		list-style:none;
		height:275px;
		margin-top: 30px;
	}

	ul#lnav li {
		display:block;
		text-indent:-9999px;
		text-decoration:none
	}

	ul#lnav li a {
		width:180px;
		display:block
	}

	ul#lnav  li a span {
		float:left;
		display:block
	}

	ul#lnav li#lnav-1 a {
		height:35px;
		background:url(../img/left_nav.png) no-repeat 0 0px
	}

	ul#lnav li#lnav-1 a:active,
	ul#lnav li#lnav-1 a:hover {
		background-position: -180px 0px
	}
	ul#lnav li#lnav-1 a.current {
		background-position: -180px 0px
	}

	ul#lnav li#lnav-2 a {
		height:45px;
		background:url(../img/left_nav.png) no-repeat 0 -35px
	}

	ul#lnav li#lnav-2 a:active,
	ul#lnav li#lnav-2 a:hover {
		background-position: -180px -35px
	}
	ul#lnav li#lnav-2 a.current {
		background-position: -180px -35px
	}

	ul#lnav li#lnav-3 a {
		height:43px;
		background:url(../img/left_nav.png) no-repeat 0 -80px
	}

	ul#lnav li#lnav-3 a:active,
	ul#lnav li#lnav-3 a:hover {
		background-position: -180px -80px
	}
	ul#lnav li#lnav-3 a.current {
		background-position: -180px -80px
	}

	ul#lnav li#lnav-4 a {
		height:39px;
		background:url(../img/left_nav.png) no-repeat 0 -149px
	}

	ul#lnav li#lnav-4 a:active,
	ul#lnav li#lnav-4 a:hover {
		background-position: -180px -149px
	}
	ul#lnav li#lnav-4 a.current {
		background-position: -180px -149px
	}

	ul#lnav li#lnav-5 a {
		height:44px;
		background:url(../img/left_nav.png) no-repeat 0 -188px
	}

	ul#lnav li#lnav-5 a:active,
	ul#lnav li#lnav-5 a:hover {
		background-position: -180px -188px
	}
	ul#lnav li#lnav-5 a.current {
		background-position: -180px -188px
	}

	ul#lnav li#lnav-6 a {
		height:44px;
		background:url(../img/left_nav.png) no-repeat 0 -232px
	}

	ul#lnav li#lnav-6 a:active,
	ul#lnav li#lnav-6 a:hover {
		background-position: -180px -232px
	}
	ul#lnav li#lnav-6 a.current {
		background-position: -180px -232px
	}

#container .btm_white {
	clear: both;
	width: auto;
	background: #fff url(../img/fbg.gif) repeat-x;
	padding: 10px 0 0px 0;
	/*border-top: 1px solid #888; */
	
	width: auto;
	height: 101px;
}	
#container .btm_white .inner {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
#container .btm_bar {
	width: auto;
	background: #3a3a3a url(../img/stripebg.gif) repeat-x;
	padding: 10px 0 10px 0;
	border-top: 1px solid #888;
	
	width: auto;
	height: 80px;
}	

#container .btm_bar .inner {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#container .btm_bar .inner ul {
	padding: 0px 0 10px 0px;
	
}

#container .btm_bar .inner ul li {
	float: left;
	width: 280px;
	marg
}

#container .btm_content {
	
	padding: 0px 0 10px 0;
	
	width: auto;
}

#container .btm_content .inner {
	 width: 900px;
	 margin: 0 auto;
	 text-align: center;
	 position: relative;
	 margin-bottom: 10px;
}
#container .btm_content .inner p {
	color: #fff;
	font-size: 11px;
	text-align: left;
	/*padding: 10px 5px 10px 5px; */
	
}

#container .btm_content .inner .btm_panel {
	width: 260px;
	
	float: left;
	
	position: relative;
}

#container .btm_content .inner .btm_panel p {
	padding-left: 25px;
	padding-top: 20px;
	line-height: 18px;
		
}

#container .btm_content .inner .btm_panel h1 {
	text-align: left;
}

#container .btm_content .inner .btm_panel_r {
	width: 200px;
	background: url(../img/watermark.png) no-repeat center;
	float: right;
	margin-left: 20px;
	min-height: 261px;
	position: relative;
}

#container .btm_content .inner .btm_panel_big {
	width: 580px;
	background: url(../img/watermark.png) no-repeat center;
	float: left;
	margin-right: 20px;
	min-height: 261px;
	position: relative;
}

#container .btm_content .inner .btm_panel_1 {
	width: 280px;
	background: url(../img/watermark.png) no-repeat center;
	float: left;
	padding-right: 20px;
	min-height: 261px;
	position: relative;
}
#container .btm_content .inner .btm_panel_1 ul {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}

#container .btm_content .inner .btm_panel_1 ul li {
	text-align: left;
}

#container .btm_content .inner .btm_panel_1 ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 21px;
	font-size: 11px;
}

#container .btm_content .inner .btm_panel_1 ul li a:hover {
	color: #015e89;
}

a.btm_btn {
	position:absolute;
	bottom: 0;
	right: 0;
}

#container .btm_white .footer a {
	color: #015e89;
	text-decoration: none;
}

#container .btm_content .footer a:hover {
	color: #000;
}

#container .btm_content .footer {
	clear: left;
	color: #fff;
}
#container .btm_content .footer a {
	color: #fff;
	text-decoration: none;
}

#container .btm_content .footer a:hover {
	color: #cfaa00;
}

/*Search form css*/
#email_form
{
	
}
.email_box {
	background: url(../img/email_bg.png) no-repeat;
	width: 200px;
	height: 32px;
	padding-top: 5px;
	margin-left: 10px;
}
INPUT.email-field
{
/*input field*/
	float: left;
	border: 0;

	font-family: tahoma;
	font-size: 11px;
	padding: 3px 0px 0px 4px;
	height: 22px;
	width: 110px;
	margin-left: 10px;
	margin-right: 30px;
}
INPUT.email_go {
	background: url(../img/submit_btn.png) no-repeat;
	width: 81px;
	height: 32px;
	text-align: right;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

INPUT.email-field-small
{
/*input field*/
	float: left;
	border: 0;

	font-family: tahoma;
	font-size: 11px;
	padding: 3px 0px 0px 4px;
	height: 15px;
	width: 90px;
	margin-left: 10px;
	margin-right: 30px;
}

INPUT.email_go_small {
	background: url(../img/submit_small_btn.png) no-repeat;
	width: 61px;
	height: 25px;
	text-align: right;
	cursor: pointer;
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: -20px;
}
/*INPUT.email-go
{
/*search icon*
	position: absolute;
	right: -27px;
	top: 0px;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	height: 21px;
	width: 21px;
	background: url(../img/tlogo.jpg) no-repeat top left;
	cursor: pointer;
}
INPUT.search-go:hover
{



/* End of search form css */
.btm_panel ul
{
	padding: 10px;
}
.btm_panel ul li
{
	background: url(../img/list_brdr.png) no-repeat bottom left;
	padding: 10px 0;
}
.btm_panel ul li a
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.btm_panel ul li a:hover
{
	color: #cfaa00;
}
.gallery {
	float: left;
}
.gallery img {
	border: 1px solid #fff;
}

img.btm_head {
	padding-top: 3px;
}


.pics { height: 389px; width: 585px; padding:0; margin:0; overflow: hidden; }
.pics img { height: 389px; width: 585px;}



/* Bread crumbs */

#crumbs { position: absolute; top: 0px; left: 10px; z-index: 2000;}

/*Fat Erik's Breadcrumbs*/
#crumbslist
{
list-style: none;
padding: 0;
margin: 0;
}

#crumbslist li
{
display: inline;
padding: 0;
margin: 0;
font-size: 11px;
}
#crumbslist li a { color: #fff; text-decoration: none; }
#crumbslist li a:hover { color: #cfaa00;}
#crumbslist li.active a { color: #fff;}
#crumbslist li:before { content: "> "; color: #fff; }
#crumbslist li:first-child:before { content: ""; }






.nodisplay{
	display: none;
}


.ntf {
	margin-bottom: 6px;
}

#container #btmdl {
	clear: left;
	margin-top: 30px;
	width: auto;
}

#container #btmdl .inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
	
img.c_login {
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
 
	margin-right: 20px;
}
img.cft { margin-top: 10px;}



