html, body {
	margin:0;
	padding:0;
	background:#000 url(/static/img/bg.gif) repeat;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #fff;
	font-weight: bold;		
}


h3 {
	color: #fff;
	font-weight: bold;		
}

h4 {
	color: #fff;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}

/* basic */
#background {
	width: 100%;
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

#sitecontainer {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#site {	
	width: 1000px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

*html #site {
	padding: 0;
}


/* head */ 
#head {
	position:relative;
	float:left;
	width:1000px;
	height:95px;
	margin:0;
	z-index:10;
}

#head .logo {
	position:absolute;
	top:20px;
	left:10px;
	width:166px;
	height:60px;
	z-index:11;
}

#head .logo img {
	behavior: url(/static/js/iepngfix.htc);
}

#head .socialbookmarking {
	position:absolute;
	top:40px;
	right:0;
	width:168px;
	_width:185px;
	height:32px;
	overflow:hidden;
	z-index:12;
}

#head .socialbookmarking a {
	display:block;
	float:left;
	margin-right:10px;
}

#head .socialbookmarking img {
	behavior: url(/static/js/iepngfix.htc);
}

/* metanav */
#metanav {
	float:left;
	width:1000px;
	height:30px;
	text-align:right;
	z-index:20;	
}

#metanav ul {
	float:right;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:visible;
}

#metanav ul li {
	background:none;
	display:block;
	float:left;
	height:20px;
	overflow:visible;
	padding:7px 10px 0;
	position:relative;
	width:auto;
}

#metanav ul li a img {
	behavior: url(/static/js/iepngfix.htc);
}

/* content */
#headline {
	float:left;
	width:1000px;
	height:30px;
	margin:10px 0 0 0;
	overflow:hidden;
}

#headline h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}

#content {
	background:url(/static/img/content_bg.gif) 10px 50px repeat-y;
	float:left;
	width:1000px;
	margin:0 0 15px 0;
	overflow:hidden;
}

#content .contentcontainer {
	float:left;
	width:610px;
	height:562px;
	_height:552px;
	margin:0 20px 0 0;
	overflow:hidden;
}

#content .contentcontainer .contentblock {
	background:#000;
	float:left;
	padding:10px 0px 10px 10px;
	width:600px;
	height:412px;
	_height:402px;
	overflow:auto;
	color:#fff;
}

#content .contentcontainer .contentblock.noborder {
	padding:0;
	margin:0;
	width:610px;
	height:432px;
	_height:422px;
	overflow:hidden;
}

#content .contentcontainer .contentblock .contentin {
	width:574px;
	padding:0 0 30px 0;
}

#content .contentcontainer .contentblock .contentin .date {
	width:574px;
}

#content .contentcontainer .contentblock .contentin .image {
	width:574px;
	padding:10px 0 0 0;
}

#content .contentcontainer .contentblock h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ccff00;
	font-weight:normal;
	padding:5px 0 10px 0;
	text-transform:uppercase;
}

#content .contentcontainer .bottomteaser {
	float:left;
	width:610px;
	margin:10px 0 0 0;
}

#content .contentcontainer .bottomteaser h2 {
	display:block;
	float:left;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	background:#ccff00;
	padding:1px 8px 2px 8px;
	color:#000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:14px;
	overflow:hidden;
}

#content .contentcontainer .bottomteaser .teaser_left {
	background:#000;
	float:left;
	width:300px;
	height:122px;
	margin:0 10px 0 0;
	padding:10px 0 0 0;
	overflow:hidden;
}

#content .contentcontainer .bottomteaser .teaser_right {
	background:#000;
	float:left;
	width:300px;
	height:122px;
	margin:0;
	padding:10px 0 0 0;
	overflow:hidden;
	cursor:pointer;
}

#content .contentcontainer .bottomteaser .teaser_left .head, #content .contentcontainer .bottomteaser .teaser_right .head {
	float:left;	
	width:300px;
}

#content .contentcontainer .bottomteaser .teaser_right .image {
	float:left;
	margin:10px 0 0 0;
	width:300px;
	height:85px;
	overflow:hidden;
	background:#990;
}

#content .contentcontainer .bottomteaser .teaser_left .teasersmall {
	float:left;
	width:300px;
	margin:10px 0 0 10px;
	_margin:10px 0 0 5px;
}

#content .contentcontainer .bottomteaser .teaser_left .teasersmall .small {
	float:left;
	margin:0 10px 0 0;
	width:87px;
	height:75px;
	overflow:hidden;
	cursor:pointer;
}

#content .contentcontainer .bottomteaser .teaser_left .teasersmall .small img {
	width:87px;
	height:60px;
}

#content .contentcontainer .bottomteaser .teaser_left .teasersmall .small span {
	display:block;
	padding:0 5px 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	width:82px;
	height:17px;
	overflow:hidden;
}

#content .sidebar {
	float:left;
	width:155px;
	padding:10px;
	overflow:hidden;
	color:#fff;
}

#content .sidebar.one {	
	margin:0 21px 0 0 ;
}

#content .sidebar.two {
	float:right;
	width:154px;
}

#content .sidebar.two_family {
	float:right;
	width:164px;
	height:542px;
	overflow:auto;
	padding:10px 0 10px 10px;
}

#content .sidebar.two_family .shop {
	width:138px;
	overflow:hidden;
	cursor:auto;
}

#content .sidebar.two_family .shop a {
	color:#ccff00;
}


/* sidebar teasers */
#content .sidebar h2 {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ccff00;
	padding:2px 0;
}

#content .sidebar .teaser {
	width:155px;
	margin:0 0 15px 0;
	cursor:pointer;
}

#content .sidebar .teaser .head {
	margin:0 0 5px 0;
}

#content .sidebar .teaser .location {
	padding:5px 0 0 0;
	color:#999;
}

#content .sidebar .teaser .url {	
	padding:5px 0 0 0;
	color:#ccc;
}

#content .sidebar .links a {
	display:block;
	padding:0 0 4px 0;
}

#content .sidebar.two .links {
	width:155px;
}


/* footer */
#footer {
	float:left;
	width:1000px;
	height:32px;
	overflow:hidden;
}

#footer .left {
	float:left;
	width:400px;
	color:#fff;
	padding:8px 0 0 10px;
}

#footer .left span {
	display:block;
	float:left;
	width:150px;
}

#footer .left a {
	display:block;
	float:left;
	padding:1px 8px 2px 8px;
	margin:0 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#000;
	color:#fff;
}

#footer .logoline {
	float:right;
	widows:350px;
	height:32px;
	margin:0 10px 0 0;
	overflow:hidden;
}

#footer .logoline a.logos {
	float:left;
	display:block;
	width:331px;
	height:32px;
	margin:0 50px 0 0;
}

#footer .logoline a.skype {
	float:left;
	display:block;
	width:130px;
	height:32px;
}


#footer .logoline img {
	behavior: url(/static/js/iepngfix.htc);
}


/* specials */
.flash_alert {
	padding: 20px;
	background: #dfe6ef;
	color: #6e7e94;
}

#bottom {
	height:51px;
	width:103px;
	bottom:0;
	right:200px;
	position:absolute;
	overflow:hidden;
	z-index: 3;
}

