/******************************************
/*
/*		FRANKLOESSER.com / .net / .org
/*
/*		CSS STYLESHEET
/*
/********************************************/
body {
 font: 0.75em  Geneva, Arial, Helvetica, sans-serif;
 padding: 0;
 margin: 0 10px 0 0;
 background-image:url(/images/interface/menu_black_ptn.gif);
 background-repeat:repeat-y;
}
a {
	color: #48788E;
}
a.header_link {
	font-size: 1.3em;
	font-weight: bold;
}
a:hover {
	color: #C05424;
	text-decoration: underline;
}
a img {
	border: none;
}
a.btn_back {
    background-image:url("/images/buttons/back_but.gif");
    background-repeat:no-repeat;
    background-position: top left;
    display:block;
    margin: 0;
    padding: 2px;
    width: 140px;
    height: 32px;
}
a:hover.btn_back {
    background-position: 0px -36px;
}
h3 {
	font-size: 1.3em;
}
h3.featured {
	border-bottom: 1px solid #000;
}
ul {
	margin: 0;
	padding-left: 15px;
	list-style-position: outside;
}
li {
	margin: 0; 
}
hr {
	height: 1px;
	color: #000;
}
blockquote {
	text-align: center;
}
form {
	position: relative;
	padding: 0;
	margin: 0 10px;
	_width: 360px;
}
form fieldset {
	border: 1px solid #A32128;
	padding: 10px 5px;
	margin: 10px 0;
}
form fieldset legend {
	color: #A32128;
	font-size: 1.2em;
	font-weight: bold;
}
form fieldset p {
	padding: 0;
	margin: 2px 0;
}
form p {
	clear: both;
	padding: 0;
	margin: 0;
}
form p label {
	float: left;
	width: 90px;
	_width: 80px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #C35524;
}
form p.submit_but {
	padding: 0;
	margin: 5px 0;
	text-align: center;
}
form p.submit_but input {	
	padding: 3px 20px;
	color: #000;
	font-weight: bold;
}
form p.submit_but input:hover {	
	background-color: #D1C265;
	color: #000;
}
input, select, textarea {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	_font-size: 0.85em;
	color: #000;
	border: 1px solid #C35524;
}
/************************** ID's *********************************/
#container {
	background-image:url("/images/interface/content_left_ptn.gif");
	background-repeat: repeat-y;
	background-color: #D1C265;
	margin: 0 0 0 240px;
	min-width: 740px;
	_width: 740px;
	
}
#content {
	position: relative;
	background-image:url("/images/interface/content_ptn.gif");
	background-repeat: repeat;
	background-color: #D1C265;
	min-height: 460px;
	_height: 480px;
	margin-left: 20px;
	padding: 0 0 50px 190px;
}
#content_top {
	position: relative;
	background-image:url("/images/interface/content_top_ptn.gif");
	background-repeat:repeat-x;
	background-position: top;
	background-color: #D1C265;
	height: 15px;
	_height: 22px;
	margin-top: -20px;
}
#content_left_news {
	position: absolute;
	top: 300px;
	left: 15px;
} 
#content_bottom {
	background-image:url("/images/interface/content_btm_ptn.gif");
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: #D1C265;
}
#content_bottom_left_corner {
	position: absolute;
	left: -22px;
	bottom: -2px;
}
#content_right_line {
	position:absolute;
	right: 0;
	bottom: 15px;
}
#content_btm_right {
	position:absolute;
	right: 0;
	bottom: 0px;
}
#content_right {
	padding-left: 20px;
	background-image:url("/images/interface/content_right_ptn.gif");
	background-repeat:repeat-y;
	background-position:right;
}

#copyright {
	width: 600px;
	text-align: center;
	margin: 20px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 0.9em;
	padding: 10px;
	margin-top:10px;
	padding-bottom:30px;
	color:#000;
}
#flash_pic {
	position: absolute;
	margin: 0px;
	float: right;
	width: 250px;
	height: 320px;
	top: 110px;
	left: 213px;
	z-index: 200;
}
#footer {
	min-width: 700px;
	_width: 700px;
	height: 10px;
	margin-left: 260px;
	margin-top: 20px;
}
#footer_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position:inherit;
	text-align:center;
}
#footer_menu li {
	display: inline;
	margin: 5px;
}
#footer_menu li a {
	font-size: 1.1em;
	text-decoration: underline;
}
#header {
	min-width: 980px;
	_width: 980px;
	height: 160px;
	background-image:url(/images/interface/menu_black_ptn.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}
#header_logo {
	position: absolute;
	left: 62px;
	top: -1px;
	background-color: #FFFFFF;
}
#header_player {
	margin: 0px;
	height: 160px;
	float:right;
	position:relative;
	z-index:199;
}
#index_right {
	float: right;
}
#main {
	position: absolute;
	top: 111px;
	_left: 0px;
	width: 240px;
	min-height: 350px;
	height: 100%;
}
#mid_column{
	position: relative;
	min-width: 350px;
	_width: 350px;
	min-height: 350px;
	_height: 350px;
	background-color:#DEDAAA;
	margin: 20px 90px 0 10px;
	_margin-right: 0px;
	padding: 20px;
}
.news_thumbnail {
	float: right;
	margin-left: 10px;
}
#news_header {
	background-color: #A38C18;
	font-weight: bold;
	padding: 3px;
}
#news_date {
	padding: 5px;
}
#news_title {
	border-bottom: 1px dashed #A38C18;
}
#right_side {
	position: absolute;
	right: 50px;
	z-index: 200;
}
#search .search_title {
	background-image: url("/images/interface/search_bg.gif");
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 190px; 
}
#search form .input_button {
	background-color: 
}
#x_box {
	position: absolute;
	right: 30px;
	z-index: 234;
	top: 100px;
}
/************************** ID's Buttons *********************************/
#btn_more_info a {
    background-image:url("/images/buttons/more_info_but.gif");
    background-repeat:no-repeat;
    background-position: top left;
    display:block;
    margin: 0;
    padding: 2px;
    width: 140px;
    height: 32px;
		float: left;
}
#btn_more_info a:hover {
    background-position: 0px -36px;
}
#btn_all_news a {
    background-image:url("/images/buttons/all_news_but.gif");
    background-repeat:no-repeat;
    background-position: top left;
    display:block;
    margin: 0;
    padding: 2px;
    width: 140px;
    height: 32px;
		float: left;
}
#btn_all_news a:hover {
    background-position: 0px -36px;
} 
#btn_buy_it a {
    background-image:url("/images/buttons/buy_but.gif");
    background-repeat:no-repeat;
    background-position: top left;
    display:block;
    margin: 0;
    padding: 2px;
    width: 140px;
    height: 32px;
}
#btn_buy_it a:hover {
    background-position: 0px -36px;
}

/************************** CLASSES *********************************/
.clear {
	clear: both;
	position: relative;
}
.error {
	color: #f00;
	font-weight: bold;
}
.required {
	color: #f00;
}
.indent_text {
	margin-left: 20px;
}

.indent_text_2 {
	margin-left: 20px;
	font-size:1.1em;
}

.button_36 img {
	width: 140px;
	height: 36px;
}
.button_36 {
	background-repeat:no-repeat;
	background-position:top;
	display:block;
  width: 140px;
  height: 36px; 
	background-color:#FFFF00;
}
.button_36 a:hover {
	margin: 0px;
	background-color:#00FF00;
	background-position: 0px -112px; 
}
.fanclub_pic {
	margin-left: 35px;
}
.search_table th {
	border-top: 3px solid #CBC065;
	border-right: 3px solid #CBC065;
	border-bottom: 3px solid #AFA557;
	border-left: 3px solid #AFA557;
	background-color: #AC9400;
	width: 15%;
	padding: 5px;
	font-size: 1.2em;
	margin: 2px;
}
.search_table td a {
	font-size: 1.1em;
	display: block;
	padding: 2px;
	width: 100%;
	height: 100%;
}
.search_table td a:hover {
	background-color: #CFCB9B;
}
.search_table tr.odd {
	background-color: #BFBB8F;
}
.error_message {
	text-align: center;
	background-color: #D5C86B;
	padding: 10px;
	color: #FF0000;
	font-weight: bold;
}

#mid_column p {
	min_height: 120px;
}

.entech_logos {
	margin:20px 0px 5px;
	text-align:center;
}

.entech_logos img {
	border: 0;
}

.rss_button {
	text-align: right;
}