/*
Design by Shankey...
for http://www.cotrionnetworks.com
*/

@charset "utf-8";
/* CSS Document */

/* Body */
body
{
	margin: 0px;
	padding: 0;
	background: #0F0F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464646;
}
a
{
	color: #D39000;
}

/* Tables */
#tableOuter
{
	width: 100%;
}

#tableMain
{
	width: 1200px;
}

/* Header */
#tableHeaderLogo
{
	overflow: hidden;
	width: 1140px;
	height: 150px;
	margin: 0px auto;
}
#tableHeaderLogo #col01
{
	width: 200px;
}
#tableHeaderLogo #col02
{
	width: 940px;
}
#tableHeaderLogo_col02
{
	width:100%;
	height: 70px;
	/*text-decoration:blink;*/
	font-family:Times New Roman;
	font-size:48px;
	/*color:white;*/
	/*font-weight:bold;*/
	/*background: url(images/img06.jpg) repeat-x left top;*/
	color: #D39000;
}
/*#tableHeaderLogo #col2 img
{
	src: url(images/img08.jpg);
}*/
#tableFlash
{
	overflow: hidden;
	width: 940px;
	height: 300px;
	margin: 0px auto;
	background: url(images/img02.jpg) no-repeat right;
}
#tableFlash #col1
{
	/*float: left;*/
	/*float: right;*/
	width: 660px;
	/*background-image: url(images/img02.jpg) no-repeat right top;*/
}
#tableFlash #col2
{
	float: right;
	width: 280px;
	/*background-image: url(images/img02.jpg) no-repeat;*/
}
#tableFlash blockquote {
	margin: 0px;
	padding: 50px 30px;
	text-shadow: 1px 1px 4px #BC2A00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #FFFFFF;
}

#table_pageimage {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}

#table_pageimage td 
{
	width: 100%;
}

/* Menu */

#menu {
	float: left;
	width: 170px;
	/*height: 62px;*/
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	/*height: 62px;*/
	height: 40px;
	width:100%;
	/*background: url(images/img04.jpg) no-repeat right top;*/
}

#menu a {
	display: block;
	float: left;
	width:100%;
	/*height: 39px;*/
	margin-right: 3px;
	padding: 23px 10px 0px 10px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img06.jpg) repeat-x left top;
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(images/img06.jpg) repeat-x left top;
}

#menu .first {
}

/*-----------------------------------------------------------------*/
#menu li span {
	/*display: block;*/
	position:relative;
	left:170px;
	top:-40px;
	float: left;
	/*height: 62px;*/
	height: 40px;
	display: none;
	/*width:100%;*/
	width: 170px;
	background: url(images/img04.jpg) no-repeat right top;
}
	
#menu li:hover span  
{
	display: block;
	/*background: url(images/img06.jpg) repeat-x left top;
	text-decoration: none;*/
	/*background-color:White;*/
}
#menu li span a {
	display: block;
	width:100%;
	/*background: url(images/img06.jpg) repeat-x left top;
	text-decoration: none;*/
	
}
/*-----------------------------------------------------------------*/
/* Content Section */
#clstableContent
{
	width:100%;
}
#clstableContent td_l
{
	width:40%;
}
#clstableContent td_r
{
	width:40%;
}
#clstableContent td_c
{
	width:20%;
}

.divContentSection 
{
	margin-bottom: 20px;
	padding: 30px 40px;
	background: #000000;
	
}

.divContentSection .SectionHeader {
	height: 44px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

.divContentSection .SectionHeader a {
	letter-spacing: -2px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 38px;
	/*color: #FFFFFF;*/
	color: #D39000;
}
.ContentHeader a {
	letter-spacing: -2px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 38px;
	color: #FFFFFF;
	/*color: #D39000;*/
}
.divContentSection p {
	color:#FFFFFF;
}

.divContentSection ul {
	color:#FFFFFF;
}
.divContentSection #table_specification {
	
	color:#FFFFFF;
	font-size: 18px;
	/*border-bottom-style:dashed*/
	border-top: dashed thin #C0C0C0;
	border-left: dashed thin #C0C0C0;
	border-right: dashed thin #C0C0C0;
}
.divContentSection #table_specification td{
	border-bottom: dashed thin #C0C0C0;
}
.divContentSection #table_specification .cls_col_head{
	/*color:#464646;
	text-decoration:underline;*/
	color:#D39000;
	font-weight:bolder;
	border-right: dashed thin #C0C0C0;
}
.divContentSection #table_specification .cls_col_param{
	border-right: dashed thin #C0C0C0;
}

.divContentSection image {
	color:#FFFFFF;
}
.divContentSection .mail_link {
	color: #D39000;
}

/* Footer */

#footer {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 14px;
}
