/*  GLOBAL RULES TO ZERO OUT DEFAULTS AND ADJUST FOR BROWSER ISSUES  */

body, div, table, tbody, tr, td, img, h1, h2, h3, h4, h5, h6, p, form, input, select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-width: 0px;
	border-style: none;
}
.clearme {
	clear: both;
}

/*  RULES FOR MASTER GLOBAL LAYOUT  */

body {
	font-family:"Tahoma", Arial, sans-serif;
	width: 100%;
	height:100%;
	vertical-align:top;
	background-image:url(../img-glb/bg.jpg);
	background-repeat:repeat;
	text-align: center;
	
}
#pg {
	text-align: center;
	width: 810px;
	min-height:610px;
	margin-left: auto;	
	margin-right: auto; 
	
	vertical-align:top!important;
	font-size:12px;
}

/* HEADER */
#header {
	/*width:770px;*/
	margin-top:10px;
	margin-left:40px;
	text-align: left;
}
#player {
	float:right;
	background-color:#666666;
	width:200px;
	height:14px;
}
#logo {
	margin-left:10px;
	margin-bottom:5px;
}
.logoswollen {
	float:right;
	margin:10px 0px 10px 10px;
}
#nav {
	float:right;
	position:relative;
	top:80px;
	left:-12px;
}
#nav img {
	margin-left:20px;
}

/* MNPG */
#mnpg-top {
	background-image:url(../img-glb/bg-mnpg-top.gif);
	background-repeat:no-repeat;
	background-position:-3px top ;
	width:810px; min-height:800px; max-height:auto;

	padding-top:16px;
	padding-right:14px;
	text-align:left;
}

#mnpg-rt {
	background-image:url(../img-glb/bg-mnpg_r.gif);
	background-repeat:repeat-y;
	background-position:-3px top;
	width:793px;

	padding-top:16px;
	padding-right:14px;
	text-align:left;
}


#mnpg-r {
	background:url(../img-glb/bg-mnpg_bot.gif) no-repeat -3px bottom; 
	background-repeat:no-repeat;
	background-position:-3px bottom;
	width:793px;

	padding-top:16px;
	padding-right:14px; padding-bottom:70px;
	text-align:left;
}









#mnpg {
	background-image:url(../img-glb/bg-mnpg-stretch.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:793px;
	padding-top:16px;
	padding-right:14px;
	text-align:left;
}
#tabs {
	display:block;
	float:left;
	
}
#tabs a {
	display:block;
	padding-right:50px;
	
	
}

#tabs1 {
	display:block;
	float:left;
	
}
#tabs1 a {
	display:block;
	padding-right:0px;
	
	
}











/* FOOTER */
#footer {
	background-image:url(../img-glb/bg-mnpg-btm.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:779px;
	padding-top:18px;
	padding-right:14px;
	padding-left:14px;
	font-size:11px;
	text-align:right;
}
#footer #siteby {
	float:left;
	font-size:10px;
	margin-left:40px;
}

/* TAGS */
h1 {
	font-size:16px;
	color:#E67A04;
	margin-bottom:15px;
	margin-top:16px;
}
*html h1 {
	margin-top:36px;
}
h2 {
	font-size:13px;
	color:#E67A04;
}
h3 {
	font-size:11px;
	color:#E67A04;
}
h4 {
	font-size:12px;
	border-bottom:solid #E67A04 1px;
}
a {
	color:#0033CC;
	text-decoration:none;
}
a:visited {
	color:#0033CC;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
input, select {
	padding:2px;
	border:solid #000000 1px;
}
p {
	line-height:20px;
	margin-bottom:14px;
}
ul {
	list-style-position:outside;
	list-style-image:url(../img-glb/icon-bullet.jpg);
	margin-right:80px;
	margin-left:80px;
	line-height:18px;
}
*html ul {
	margin-top:35px;
	margin-left:106px;
}
li {
	margin-bottom:15px;
}
*html li {
	padding-left:15px;
}
*+html li {
	padding-left:15px;
}

/* TXTFIELDS AND CONTROLLS */
.txtbox {
	width:160px;
}
.txtboxdrop {
	width:166px;
}
.txtboxqty {
	width:75px;
}
.btn {
	text-transform:uppercase;
	font-size:75%;
	cursor:pointer;
	background-color:#FFFFFF;
}
.btn2:link {
	text-transform:uppercase;
	cursor:pointer;
	background-color:#FFFFFF;
	border:solid #0033CC 1px;
	padding-left:6px;
	padding-right:6px;
	font-weight:900;
	margin-left:10px;
}
.btn2:visited {
	text-transform:uppercase;
	cursor:pointer;
	background-color:#FFFFFF;
	border:solid #0033CC 1px;
	padding-left:6px;
	padding-right:6px;
	font-weight:900;
}
.btn2:hover {
	background-color:#E67A04;
	color:#FFFFFF;
}

/* TABLE FORMS */
.tableform {
	margin-top:20px;
	margin-bottom:10px;
	width:82%;
}
.tableform td {
	vertical-align:top;
	padding:1px;
}
.tableform td.label {
	padding-top:5px;
	font-weight:900;
}

/* POSITIONING */
.marginrightneg {
	position:relative;
	left:5px;
}
.margintopneg {
	position:relative;
	top:-6px;
}
*html .margintopneg {
	position:relative;
	top:-6px;
}
*+html .margintopneg {
	position:relative;
	top:-6px;
}
.margintopneg2 {
	position:relative;
	top:-10px;
}
*html .margintopneg2 {
	position:relative;
	top:-12px;
}
*+html .margintopneg2 {
	position:relative;
	top:-12px;
}
.margintopneg3 {
	position:relative;
	top:-16px;
}
*html .margintopneg3 {
	position:relative;
	top:-20px;
}
*+html .margintopneg3 {
	position:relative;
	top:-20px;
}
.margintop {
	position:relative;
	top:10px;
}
.margintop2 {
	margin-top:6px;
}
.margintop3 {
	margin-top:50px;
}
*html .margintop3 {
	margin-top:65px;
}
*+html .margintop3 {
	margin-top:65px;
}
.marginleft {
	margin-left:20px;
}
.paddingleft {
	padding-left:20px;
}
.paddingbtnleft {
	padding:4px 4px 4px 0px;
}

.scroll {
	height:350px;
	overflow:auto;
}

/*.scroll {
	 min-height:325px; max-height:auto; 
	
}*/
.scroll2 {
	/*height:300px;*/
	 min-height:325px; max-height:auto; width:600px;
	overflow:auto;
}

/* MISC. */
.brand {
	font-size:10px;
	position:relative;
	top:-10px;
}
.brand a {
	font-size:10px;
	color:#000000;
}
.brand a:visited {
	font-size:10px;
	color:#000000;
}
.brand a:hover {
	font-size:10px;
	color:#000000;
}
.curser {
	cursor:pointer;
}
.right {
	float:right;
}
.left {
	float:left;
}
.sm {
	font-size:85%;
}
.style1 {
	color:#E67A04;
	font-weight:900;
}
.style2 {
	color:#E67A04;
	font-style:italic;
}
.style3 {
	color:#9B5302;
}
.txterror {
	color:#990000;
}
.txterror:link {
	color:#990000;
}
.txterror:visited {
	color:#990000;
}
.feature {
	width:250px;
	float:right;
	padding:10px;
	margin-top:100px;
	background-color:#F3F3CD;
}
.sep {
	width:94%;
	height:5px;
	border-bottom:solid #532900 1px;
	margin-bottom:4px;
}
#schedule table {
	margin:4px;
	float:left;
	width:150px;
	height:150px;
	display:inline;
}
#schedule table td {
	display:block;
	padding:5px;
	border-left:solid #532900 2px;
	border-right:solid #532900 2px;
}
#schedule table td.date {
	text-align:right;
	font-weight:900;
	font-style:italic;
	font-size:11px;
	border-top:solid #532900 2px;
}
#schedule table td.content {
	text-align:center;
	border-bottom:solid #532900 2px;
}
