/* CSS Document */

body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	min-width: 760px;
	background-color: #3366cc;
	background-image:url(../img/background.gif);
	/*background-repeat:repeat-x;
	background-position: top center;*/
}

.page {
	top: 0; 
	right: 0; 
	margin: 0 auto; 
	height: 100%;
	width: 100%;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	background-position: top center;
	text-align: center; 

}

.container {
	position: relative; 
	top: 0; 
	right: 0; 
	margin: 0 auto; 
	width: 760px;
	text-align: left; 
}

.header {

	position: relative;
	width: 760px; 
	height: 150px;
	margin-bottom: 20px;
}
	
	.menu {
		position: absolute;
		top: 119px;
		left: 104px;
		width: 640px;
		text-align:right;
		padding-right: 16px;
	
	}
	
.content {

	position: relative;
	width: 760px; 
}
	
	.main {
		float: left;
		width: 495px;
		padding-left: 5px; 
	}
		
		.main_divider {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 24px;
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 10px;
			width: 100%;
			border-bottom: 1px solid #dddddd;
			color: #fff;
			min-height: 0px;
		}
	
.infobox, .infobox_large {
	margin-bottom: 20px;
	color: #ffffff;
}

	.infobox_top {
		background: url(../img/infobox_top.png) no-repeat top;
		height: 19px;
	}

	.infobox_large_top {
		background: url(../img/infobox_large_top.png) no-repeat top;
		height: 19px;
	}

	.infobox_large_bottom {
		background:url(../img/infobox_large_bottom.png) no-repeat top;
		height: 19px;
	}

	.infobox_bottom {
		background:url(../img/infobox_bottom.png) no-repeat top;
		height: 19px;
	}

	.infobox_body {
		background: url(../img/infobox_body.png) repeat-x top;
		background-color: #00adef;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 275px;
	}

	.infobox_large_body{
		background: url(../img/infobox_body.png) repeat-x top;
		background-color: #00adef;
		padding-left: 0px;
		padding-right: 0px;
		min-height: 150px;
	}
	
	.infobox_title, .infobox_large_title {
		margin-bottom: 6px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 4px;
	}
	
	.infobox_content, .infobox_large_content{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 20px;
		letter-spacing: 0px;
	}
	
	.infobox_content a, .infobox_large_content a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	.infobox_content a:hover .infobox_large_content a:hover {
		color: #bbb;
	}

	.infobox_content img {
		float: right;
		border: 1px solid #000;
		margin-left: 5px;
		margin-bottom: 5px;
	}

	.infobox_content input, .infobox_content textarea {
		margin-left: 35px;
		background: #eee;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 3px;
		line-height: 20px;
		border-width: 2px;
	}
	
	.infobox_content input:focus, .infobox_content textarea:focus {
		margin-left: 35px;
		background: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 3px;
		line-height: 20px;
		border-width: 2px;
	}
	
/* news*/
.news {
	margin-bottom: 25px;
	padding-left: 65px;
	background-image:url(../img/logo_vinylized_small_transparant.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

	.news_title, .news_title a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 4px;
		color: #ffffff;
		margin-bottom: 2px;
		text-decoration: none;
	}
	.news_title a:hover, .news_extrainfo a:hover {
		color: #ffffff;
	}
	
	.news_date {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 8px;
	}
	
	.news_content {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 10px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
	}
	
	.news_content a {
		color: #ddd;
		font-weight: bold;
		text-decoration: none;
	}
	.news_content a:hover{
		color: #ffffff;
	}
	
	.news_content img {
		float: right;
		border: 1px solid #bbb;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	.news_extrainfo, .news_extrainfo a {
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		margin-top: 5px;
		text-decoration: none;
		color: #ffffff;
	}

/* NEWS LIST */
.news_list {
	padding-left: 65px;
	background-image:url(../img/logo_vinylized_small_transparant.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.news_list_date {
	color: #dddddd;
}
	
/*  SIDEBAR */ 	
.sidebar {
	float: left;
	width: 235px;
	padding-left: 25px; 
}
		
	.sidebar_box {
		margin-bottom: 30px;
		margin-left: 25px;
	}


	.sidebar_box_top {
		
		height: 30px;
		text-align: center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		letter-spacing: 0px;
		font-weight: bold;
	}

		.sidebar_box_bottom {
			background:url(../img/sidebar_bottom.png) no-repeat top;
			height: 30px;
		}

		.sidebar_box_body {
			background: url(../img/sidebar_body.png) repeat-x;/*top ;*/
			background-color: #00adef;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-size: 11px;
			line-height: 18px;
			letter-spacing: 0px;
			padding-left: 10px;
			padding-right: 10px;
			min-height: 150px;
		}
		
	.sidebar_box_body input {
		margin: 3px;
		background: #eee;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 3px;
		line-height: 20px;
		border-width: 2px;
	}
	
	.sidebar_box_body input:focus {
		background: #fff;
	}

.img_sponsor {
	border: 1px solid #dddddd;
	margin-top: 10px;
	margin-left: 0px;
}

.footer {
	background-image: url(../img/footer.gif);
	height: 30px;
	text-align: center;
}
	
.popup {
		width: 250px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 10px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #fff;
}		
	
.small_title {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
}
	
	
.news_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .news_content {height: 1%;}
/* End hide from IE-mac */