* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

a img {
	border:none;
}

form {
	margin:0px;
}

body {
	margin:0px;
	background: black url('images/bg_body.gif');
	background-repeat:repeat-x;
	padding:0px;
	height:100%;
}

p {
	font-family: Helvetica, Arial;
	color:#ffffff;
	font-size:13px;
	line-height: 18px;
	padding:0px 15px 20px 15px;
	text-align:left;
	margin:0px;
}

td {
	font-family:Helvetica, Arial;
	color:#ffffff;
	font-size:12px;
	text-align:left;
	margin:0px;
}

h1 {
	font-family:Helvetica, Arial;
	padding:5px 15px 0px 15px;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
}

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

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a:active {
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:visited:hover {
	color:#ffffff;
	text-decoration:underline;
}

/*gul - FFCB03*/
.pufflink a {color:#ec9ba1;text-decoration:none;}
.pufflink a:link {color:#ec9ba1;text-decoration:none;}
.pufflink a:visited {color:#ec9ba1;text-decoration:none;}
.pufflink a:hover {color:#ec9ba1;text-decoration:underline;}
.pufflink a:active {color:#ec9ba1;text-decoration:underline;}


/*idīs*/
#header {
	background:black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header ul { 
	font-family:Helvetica, Arial;
	font-size:13px;
}

#header li {
	display: inline; 
	padding: 4px 15px 5px 15px;
}

#header a {
	margin: 0; 
	text-decoration: none; 
	color: #999;
	padding: 8px 0px 8px 0px; 
}

#current {
	background: #333;
}

#current a {
	color:white;
	padding: 5px 0px 5px 0px;
 	line-height: 22px;
}

#header a:hover, #header a:active {
	color: white;
	text-decoration: none;
}

/* classes */
.contentheader {
	text-align:right;
	margin:0px;
	width:598px;
	background-color:#034B86;
}

.contentcontainer {
	text-align:left;
	width:598px;
	background: #333;
}

.contentboxcontainer {
	width:100%;
	height:auto;
	margin-bottom:2px;
	overflow:hidden;
}

.contentboxtop {
	background-image:url('images/contenttop.gif');
	width:100%;
	height:36px;
	margin:0px 6px 0px 6px;
	text-align:left;
	overflow:hidden;
}

.contentbox {
	width:100%;
	height:auto;
	margin:0px 6px 0px 6px;
	padding:0px;
	background-image:url('images/contentbg.gif');
	overflow:hidden;

}

.contentlink {
	width:100%;
	height:auto;
	margin:0px 6px 0px 6px;
	padding:0px;
	background-image:url('images/contentbg.gif');
	overflow:hidden;

}

.contentboxbottom {
	width:100%;
	height:7px;
	margin:0px 6px 5px 6px;
	background-image:url('images/contentbottom.gif');
	background-repeat:repeat-y;
	overflow:hidden;
}

.ordercontainer {
	width:100%;
	height:auto;
	margin-bottom:2px;
	overflow:hidden;
}

.ordertop {
	background-image:url('images/ordertop.gif');
	width:100%;
	height:36px;
	margin:0px 6px 0px 6px;
	text-align:left;
	overflow:hidden;
}

.orderbox {
	width:100%;
	height:auto;
	margin:0px 6px 0px 6px;
	padding:0px;
	background-image:url('images/orderbg.gif');
	overflow:hidden;

}

.orderbottom {
	width:100%;
	height:7px;
	margin:0px 6px 5px 6px;
	background-image:url('images/orderbottom.gif');
	background-repeat:repeat-y;
	overflow:hidden;
}


.line20 {
	line-height:20px;
}

.playerboxcontainer {
	width:100%;
	height:auto;
	margin-bottom:2px;
	overflow:hidden;
}

.playerboxtop {
	background-image:url('images/playertop.gif');
	width:100%;
	height:36px;
	margin:0px 6px 0px 6px;
	text-align:left;
	overflow:hidden;
}

.playerbox {
	width:100%;
	height:auto;
	margin:0px 6px 0px 6px;
	padding:0px;
	background-image:url('images/playerbg.gif');
	overflow:hidden;

}

.playerlink {
	width:100%;
	height:auto;
	margin:0px 6px 0px 6px;
	padding:0px;
	background-image:url('images/playerbg.gif');
	overflow:hidden;

}

.playerboxbottom {
	width:100%;
	height:7px;
	margin:0px 6px 5px 6px;
	background-image:url('images/playerbottom.gif');
	background-repeat:repeat-y;
	overflow:hidden;
}

.columns {
	width:100%;
	height:auto;
	clear:both;
	overflow:hidden;
}

.columnsleft {
	text-align:left;
	width:50%;
	float:left;
	overflow:hidden;
}

.columnsright {
	text-align:right;
	width:50%;
	float:left;
	overflow:hidden;
}

.columnsleft66, .columnsright66 {
	text-align:left;
	width:66%;
	height:100%;
	float:left;
	overflow:hidden;
}

.columnsleft99, .columnsright99 {
	text-align:left;
	width:99%;
	height:100%;
	float:left;
	overflow:hidden;
}

.columnsright33, .columnsleft33 {
	text-align:left;
	width:33%;
	height:100%;
	float:left;
	overflow:hidden;
}

.columns3left, .columns3middle, .columns3right {
	text-align:center;
	width:33%;
	height:100%;
	float:left;
	overflow:hidden;
}

.breaker {
	overflow:hidden;
	height:1px;
	clear:both
}

.contentbox p {
	padding:5px 19px 5px 15px;
}

.playerbox p {
	padding:5px 19px 5px 15px;
}

.orderbox p {
	padding:5px 19px 5px 15px;
}

.footer {
	font-size:10px;
	color:#999999;
	font-family:Helvetica, Arial;
	padding:15px;
	float:none;
}

.puffheader {
	font-weight:bold;
	color:#ec9ba1;
	float:left;
	display:block;
	padding:13px 30px 20px 15px;
	text-decoration:none;
	text-align:left;
	margin:0px;
	height:36px;
}

.recinfoheader {
	font-weight:bold;
	color:#FFC103;
	text-decoration:none;
	text-align:left;
	margin:0px;
}

.pufftext {
	color:#ffffff;
}

.recinfo {
	display:none;
	padding: 0px;
	position:relative;
}

.behind_menu {
	background:#000000;
}

.newsheader {
	line-height:17px;
	font-size:16px;
	color:#ec9ba1;
	font-weight:bold;
}

.newsfooter {
	padding:0px;
	margin:0px 15px;
	font-size:10px;
	color:#6c6c6c;
}

.newslettertext {
	width:156px;
	border:solid 1px #000000;
	font-family:Helvetica, Arial;
	font-size:13px;
	color:#000000;
	margin-bottom: 2px;
}

.ordercopies {
	width:35px;
	border:solid 1px #000000;
	font-family:Helvetica, Arial;
	font-size:11px;
	color:#000000;
}

.orderbutton {
	border:solid 1px #ffffff;
	font-family:Helvetica, Arial;
	font-size:11px;
	color:#ffffff;
	background-color:#283915;
}

.newsletterbutton {
	border:solid 1px #35576B;
	font-family:Helvetica, Arial;
	font-size:11px;
	padding: 5px;
	color:#ec9ba1;
	background-color:#000000;
}

.oldshows {
	color:#6c6c6c;
}

.gb_textarea {
	border:solid 1px #35576B;
	width:156px;
	height:70px;
	font-family:Helvetica, Arial;
	font-size:11px;
}

.news_picture {
	border:solid 1px #000000;
	float:left;
	margin:0px 5px 5px 0px;
}

.with_image {
	height:100px;
}

.illegal {
	color:#FFC103;
}

hr {
	color: #000000;
	height: 1px;
	width: 95%;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.visitors {
	color:#FFC103;
	position:relative;
	left:10px;
}