
#page_title { display: none; }

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #feecd5;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	text-align: center;
	overflow-x: hidden;
}

.top_menu, .content, #footer, .SubHead, .Normal, .Normal TD, .NormalTextBox, P, .Normal P, .copyrightText {
	font-size: 11px;
	line-height: 18px;
}

.Normal a:link, .Normal a:visited, a.CommandButton:link, a.CommandButton:visited {
	color: #f39912;
}

.Normal a:hover, .Normal a:active, a.CommandButton:hover, a.CommandButton:active {
	color: #f39912;
	text-decoration: underline;
}

.Normal { padding: 0px; margin: 0px; }

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		INTRO
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/


.introTable {
	padding-top: 50px;
	padding-left: 50px;
	background-color: #eb7f25;
	height: 100%;
}

.intrologo {
	height: 33px;
}

.introslogan {
	padding-bottom: 40px;
	padding-right: 20px;
	height: 100px;
	text-align: right;
}

.introwho {
	font-size: 10px;
	text-align: right;
	color: #fff;
	padding-left: 200px;
}



/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		LAYOUT POSITIONING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

#wrapper {
	width: 1012px;
	margin: 0 auto;
	margin-top: 25px;
	min-height: 100%;
	position: relative;
	background-color: #fff;
	text-align: left;
}

* html #wrapper {height: 100%;}

#container {
	float: left;
	margin-bottom: 30px;
	width: 1012px;
	margin-bottom: 2em;
}

.head {
	position: relative;
	height: 138px;
	height:191px;
}

.logo {
	height: 106px;
	padding-top:  25px;
	padding-left: 30px;
	width: 300px;
}

.img {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0px;
	width: 635px;
	height: 138px;
	overflow: hidden;
	z-index: 0;
	height:191px;
}

.imgCont {
	margin: 0px;
	padding: 0px;
}

.sub_menu {
	float: left;
	width: 100%;
	height: 0px;
	/*background: url(media/bkg_images/bkg_menu.gif) repeat-x left top;*/
	z-index:1;
	position: relative;
	border-bottom:1px solid #face8a;
}

.active_sub {
	position: absolute;
	top: 1px;
	left: 191px;
	width: 150px;
	height: 100px;
}

.sub_menuCont {
	position: absolute;
	top: -120px;
	left: 190px;
	margin-left:2px;
	border-left:2px solid #face8a;
}

.strat {
	display: block;
/*	float: left;*/
	margin-right: 35px;
}

.indiv {
	display: block;
	/*float: left;*/
	margin-right: 35px;
}

.media {
	display: block;
	/*float: left;*/
}

.main {
	position: relative;
	margin-top: 100px;
}

.main_menu {
	float: left;
}

.main_menu_cont {
	margin-top: 50px;
	margin-right: 185px;
}

.content {
	float: left;
	width: 525px;
	padding-top: 49px;
	padding-bottom: 20px;
	padding-left:10px;
}

#footer {
	width: 1012px;
	padding-left: 30px;
	background-color: #feecd5;
	padding-top: 3px;
	height: 25px;
	font-size: 9px;
}

* html #footer {bottom: -1px;}



/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		CONTENT STYLING

++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/
.content .content_container {
	padding-bottom: 20px;
}
.imgCont .conTitle { display: none; }
.content .conTitle { display: none; }
.active_sub .conTitle { display: none; }

.content .conContentCell ul {
	padding: 0px;
	margin: 0px;
}

.content .conContentCell ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 18px;
	background-image: url(media/list_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 6px;
}

.content .conContentCell ul li ul li {
	padding: 0px;
	margin: 0px;
	background-image: url(media/list_point_trans.gif);
	background-position: 0px 2px;

}


.content .conContentCell ul li + ul li {
	padding: 0px;
	margin: 0px;
	background-image: url(media/list_point_trans.gif);
	background-position: 0px 2px;
	padding-left: 6px;
}

H3 {
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #f39912;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-right: 4px;
}

H4 {
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #f39912;
	padding: 0px;
	margin: 0px;
}

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		FOOTER STYLING

++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #000;
	text-decoration: none;
}

.vline {
	font-size: 12px;
	color: #f39912;
	font-weight: normal;
}

.addr {
	display: block;
	width: 600px;
	float: left;
}

.imprint {
	text-align: right;
	vertical-align: top;
}

.search INPUT {
	border: 1px solid #f39912;
	height: 12px;
}

.down_active, .impr_active, .disc_active {
	color: #f39912;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		FEEDBACK STYLING

++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.contact_stuff {
	width: 100%;
}

.contact_img {
	display: block;
	width: 242px;
	float: left;
}

.contact_addr {
	display: block;
	float: left;
	line-height: 18px;
}

.feedbackTable {
	padding-bottom: 20px;
	width: 200px;
}

.feedbackTable .form_heading {
	display: block;
	width: 210px;

}

.feedback {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.feedback TD {

}

.feedback .SubHead {
	font-weight: normal;
	color: #000;
}

.feedback .NormalTextBox {
}

.feedback INPUT {
	background-color: #feecd5;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.feedback TEXTAREA {
	background-color: #feecd5;
	border: 1px solid #000;
	margin-bottom: 10px;
	width: 200px;
}

.feedback .copyButton { display: none; }

.feedback a.sendButton:link, .feedback a.sendButton:visited {
	padding: 4px 6px;
	background-color: #f39912;
	color: #fff;
}

.feedback a.sendButton:hover, .feedback a.sendButton:active {
	background-color: #f39912;
	color: #000;
	text-decoration: none;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		SEARCHRESULTS STYLING

++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/
.searchTable TD {
	vertical-align: top;
}

.search_number {
	font-size: 24px;
	color: #f39912;
}

a.search_title:link, a.search_title:visited, a.search_link:link, a.search_link:visited {
	color: #f39912;
}

a.search_title:hover, a.search_title:active, a.search_link:hover, a.search_link:active {
	color: #000;
	text-decoration: underline;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		DOWNLOADS STYLING

++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.documents TD {
	padding-left: 0px;
	margin: 0px;
}

.TitleHeader, .OwnerHeader, .CategoryHeader, .SizeHeader, .DownloadHeader {
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #666;
}

.SizeCell {
	text-align: center;
}

.TitleCell, .OwnerCell, .CategoryCell, .SizeCell, .DownloadCell {
	padding-right: 30px;
}

.ModifiedDateHeader, .ModifiedDateCell, .CategoryHeader, .CategoryCell { display: none; }
