/*------------------------------------------------
Global page formatting
------------------------------------------------*/
body {
	background-color: #000000;
	background-image: url(../images/interface/page_bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
#notice {
	background-color: #FFFFE1;
	color: #000000;
	width: 100%;
	border-bottom-style: outset;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 5px;
	padding-bottom: 5px;
}
span.notice_text {
	margin-left: 4px;
	padding-left: 20px;
	line-height: 16px;
	background-image: url(../images/interface/alert.gif);
	background-repeat: no-repeat;
}
#container {
	width: 754px;
	background-color: #000000;	
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}
#header_top {
	background-image: url(../images/interface/header_top.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 754px;
	height: 116px;
}
#intro {
	background-color: #123B37;
	width: 750px;
	height: 490px;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;	
}
#header_middle {
	background-color: #ffffff;
	width: 754px;
	height: 275px;
}
#header_bottom {
	/*background-image: url(../images/interface/header_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #C79D31;*/
	width: 754px;
	height: 35px;
	text-align:center;
}
#content {
	background-color: #ffffff;
	width: 754px;
	padding-top: 10px;	
}
#content1 {
	background-color: #ffffff;
	width: 754px;
	padding-top: 0px;	
}
#footer {
	background-image: url(../images/interface/footer.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 22px;
}

/*------------------------------------------------
Images
------------------------------------------------*/
#standalone {
	border: 0px;
	padding-left: 2px;
	padding-top: 0px;
}
.headline {
	padding-top: 0px;
	margin-top: -10px; 
}
.product_left {
	padding-left: 10px;
}
.product_right {
	padding-right: 6px;
}

/*------------------------------------------------
Text
------------------------------------------------*/
p {
	margin: 0px auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 21px;
	text-align: justify;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 2px;
	padding-bottom: 15px;
}
.subtopic_container {
	width: 270px;
}
p.home_subtopic {
	background-color: #666666;
	font-size: 0.8em;
	line-height: 19px;	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 18px;
}
p.home_subtopic_2 {
	background-color: #F7F0E0;
	font-size: 0.8em;
	line-height: 19px;	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 10px;
}
p.home_subtopic_3 {
	background-color: #666666;
	font-size: 0.8em;
	line-height: 19px;	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 18px;

/*------------------------------------------------
Tables
------------------------------------------------*/
 table.products {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 21px;	
	width: 375px;
	border-color: #C79D31 !important;
	border: 1px;
	border-style: solid;
	text-align: left;
	margin-bottom: 15px;
}
tr.product_heading {
	color: #FFFFFF;
	background-image: url(../images/interface/product_heading.png);
	background-repeat: repeat-x;
	background-color: #C79D31;
}
tr.even {
	background-color: #F7F0E0;
}
tr.odd {
	background-color: #FFFFFF;
}
td.products {
	padding-left: 5px;
}
a.tabs {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
}
a.tabs:hover {
	text-decoration: underline;
}

/*------------------------------------------------
Links
------------------------------------------------*/
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#000000
}
p#bottom_links {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 0.7em;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.bottom_link {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover {
	text-decoration: underline;
}

/*------------------------------------------------
Forms
------------------------------------------------*/
form#contact_form {
	background-color: #F7F0E0;
	border-color: #C79D31 !important;
	border: 1px;
	border-style: solid;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 475px;
}
input.contact_form {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-color: #C79D31 !important;
	border: 1px;
	border-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
textarea.contact_form {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-color: #C79D31 !important;
	border: 1px;
	border-style: solid;
	padding-left: 2px;
	padding-right: 2px;	
	width: 400px;
}
input.submit {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C79D31;
	border-color: #C79D31 !important;
	border: 1px;
	border-style: solid;
}
.cboactive
{
    FONT-SIZE: 8pt;
    color: #000000;
	border: 1px solid #C79D31;
	height: 14px;
    FONT-FAMILY: tahoma;
    BACKGROUND-COLOR: #ffffff;
	width: 130px;
}
.button1{
	font-family:  "arial";
	font-size: 8pt;
	padding: 1px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color:#C79D31;
	color:#ffffff;
	}
	
.shadow {
	height: 1em;
	filter: Shadow(Color=#333333, Direction=135, Strength=5);
}

.clsnormal_white {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.pagelink{
    FONT-WEIGHT: normal;
	color:#000000;
    FONT-SIZE: 8pt;
    FONT-FAMILY: tahoma;
    TEXT-DECORATION: none;
	padding-left:0px;
}
