@charset "utf-8";
/* CSS Document */
body {
	background: #141214 url('../images/bglogo.gif') no-repeat 945px top;
	font-family:Arial, Helvetica, sans-serif;
}
/* General */

* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #C1C1C1;
	text-decoration:underline;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}
.clear { clear: both; }

#container {
	background: #1a181a;
	width: 890px;
	margin: 0 auto 30px 50px;
	border-bottom: 1px solid #302E30;
}
#header {
	background: #141214;
	height: 110px;
}
	.logo {
		text-indent:-9999em;
		background: url('../images/logo.gif') no-repeat;
		margin:0 0 0 0px;
		width:200px;
		height:110px;
	}
	.logo a {
		display:block;
		width:200px;
		height:110px;
	}
/* Main Menu*/
#mainmenu {
	width: 650px;
	position: absolute;
	top: 92px;
	left: 290px
}
	#mainmenu ul {
		float:right;
		font-size:12px;
		text-transform:uppercase;
		font-weight:bold;
		margin-right: -15px;
	}
	#mainmenu li {
		display:inline;
		margin: 0 5px 0 0px;
	}
	#mainmenu li a {
		color: #777777;
		text-decoration:none;
		padding-right: 10px;
	}
	#mainmenu .line { background:transparent url('../images/divider1.png') no-repeat center right; }
	#mainmenu li a:hover {
		text-decoration:none;
		color: #FFF;
	}
	li#active a { color: #FFF; }
/* Secondary menu*/
#secondmenu {
	height: 40px;
	background: url('../images/secondmenu.png') no-repeat;
}
#secondmenu ul {
	float:right;
	margin: 10px -15px 0 0;
	color: #777777;
	font-size:10px;
	font-weight:bold;
}
#secondmenu li {
	display:inline;
	margin: 0 5px 0 0px;
}
#secondmenu li a {
	text-decoration:none;
	padding-right: 10px;
	color: #777777;
}
#secondmenu .line { background:transparent url('../images/divider2.png') no-repeat center right; }
#secondmenu li a:hover {
	text-decoration:none;
	color: #FFF;
}

#secondmenu li a.active {
	color: #fff;
}


#middle {
	margin-top: 15px;
	padding-left: 20px;
}
.date {
	background: #C1C1C1 url('../images/date.png') no-repeat top right;
	width: 241px;
	font-size: 14px;
	padding: 4px 0 3px 15px;
}

.date p {
	font-size: 14px;
	color: #000;
}

#main {
	width: 570px;
	float:left;
	padding-bottom: 30px;
}



.date p.bodytext {
	padding-top: 0px !important;
}





* html #main{
	padding-bottom: 0px;
}

.csc-textpic-image {
	margin-bottom: 0 !important;
}

#content {
	float:left;
	background: #252325 ;
	color: #c1c1c1;
	padding-right: 10px;
	width: 545px;
}

#content table tr td.td-0 {
	width: 130px;
}

#content table tr {
	line-height: 17px;
	color: #777777;
}

#content table {
	font-size: 11px;
	padding-top: 10px;
}

h4,
#content table th {
	text-align: left;
	color: #c1c1c1;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 7px;
	letter-spacing: 0.02em;
}

.content-top {
	padding: 25px 15px 0px 15px;
}

.content-middle {
	padding: 0px 15px 0px 15px;
}

.content-bottom {
	padding: 0px 15px 15px 15px;
	margin-bottom: 10px;
}

/* Textformating */
h1, h2, h3, h4, h5 { color: #C1C1C1; }
h1 {
	font-size: 26px;
	letter-spacing: 1px;
	text-transform:uppercase;
	margin: 6px 5px 0 20px;
}
h2 {
	font-size: 17px;
	text-transform:uppercase;
	margin: 15px 5px 0 20px;
	font-weight:normal;
}

h2.subtitle {
	margin: 0px 5px 30px 20px;
}

#main h3 {
	font-size: 17px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}



#right h2 {
	margin: 0px 0px 3px 0px;
}

* html #right h2 {
	margin: 0px;
}

div#middle div#main .csc-firstHeader,
.csc-header h1 {
	color: #C1C1C1;
	font-size: 17px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 0.005cm;
	padding-bottom: 3px;
	display:inline-table;
	padding-right: 1px;
}

h4 {
	color: #c1c1c1;
	font-size: 14px;
	padding-bottom: 10px;
	background: transparent url(../images/orizontalseparator.png) no-repeat scroll left bottom;
	margin-bottom: 10px;
}

p {
	color: #777777;
	font-size: 11px;
}
/* Table design */
.program {
	font-size: 11px;
	width: 540px;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 15px;
}
.program th {
	color: #C1C1C1;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0;
}
.program td {
	color: #606060;
	padding: 4px 0px;
}
.program tbody tr:hover td { color: #FFF; }

#right {
	float:right;
	padding-right: 20px;
	width: 243px;
}
* html #right {
	padding-right: 9px;
}
.box img {
	border: 1px solid #c1c1c1;
	margin: 10px 0;
}

.box {
	margin-bottom: 15px;
}

#footer {
	margin-left: 50px;
	height: 70px;
	width: 890px;
}
#copy {
	float: left;
	font-size: 11px;
	width: 590px;
	text-align:right;
}
.one { color:#343434; }
.one a { color:#777777; }
#logobottom {
	float: right;
	width: 262px;
}
/* Separators */
#verticalSeparator {
	float: left;
	height: 562px;
	width: 37px;
}
.orizontalSeparator {
	background:transparent url('../images/orizontalseparator.png') no-repeat scroll left center;
	float:left;
	height:1px;
	width: 540px;
	margin: 7px 0;
}

.orizontalSeparatorRight {
	background:transparent url('../images/orizontalSeparatorRight.png') no-repeat left center;
	height:1px;
	width:250px;
	margin: 0px 0 10px 0px;
}

* html .orizontalSeparatorRight {
	margin-bottom: 5px !important;
}

#right .csc-textpic-intext-left {
	min-height: 100px;
}

#right .csc-textpic-above .csc-textpic-text{
	padding-top: 8px;
}

#right .csc-textpic-clear {
	border: 1px solid #1A181A;
}

/**
 * tt_content
 */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
#right img {
	border: 1px solid #949494 !important;
}

#main .csc-textpic-image {
	padding-bottom: 15px;
}

#right h3 {
	color: #C1C1C1;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.005cm;
	padding-bottom: 10px;
	width: 250px;
}

#right .csc-textpic-intext-left-nowrap .csc-textpic-text p {
	display: table-row;
}

#right .csc-textpic-imagewrap {
	padding-right: 5px;
}
