﻿html, body{
	margin:0;
	padding:0;
	height:100%;
	font: 12px/14px Arial, Helvetica, Sans-serif;
	color: #333333;
	background: #71aac1 url('./graphics/site_background.gif') repeat-x;
}

a:link { color: #d7682b; text-decoration: none; }
a:visited { color: #d7682b; text-decoration: none; }
a:active { color: #d7682b; text-decoration: none; }
a:hover { color: #d7682b; text-decoration: underline; }


#frmMain {
	min-height:100%;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	background: url('./graphics/center_background.png') repeat-y;
}

* html #frmMain { height: 100%; background: url('./graphics/center_background.gif') repeat-y; }

#header {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 97px;
	overflow: hidden;
	background: #ffffff url('./graphics/header_bg.gif') no-repeat top left;
}

#logo {
	width: 320px;
	height: 97px;
	float: left;
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	display: inline;
	/*   margin: 35px 25px 6px 0;   */
	padding: 0;
	border: 0;
	vertical-align:middle;
	height:66px;
}

.searchinput {
	border: 1px solid #999999;
	font: 12px/14px Arial, Helvetica, Sans-serif;
	padding: 3px 0 3px 18px;
	background: #fff url("./graphics/mag_glass.gif") no-repeat;
	margin: 35px 5px 0 0;
	vertical-align:middle;
	color: #999999;
}

.searchbtn {
	vertical-align:middle;
	margin: 38px 25px 0 0;
	padding: 0;
}

#HeaderNav {
	clear: right;
	float: right;
	width: 640px;
	height: 30px;
	padding: 0;
	margin: 0;
	}

#HeaderNav em { display: none;}
#HeaderNav ul { width: 640px; float: right; padding: 0px; margin: 0px; list-style-type: none;}
#HeaderNav li { float: left; padding: 0px; margin: 0px; display: inline}
#HeaderNav li a { display: block; height: 30px; }
#HeaderNav li a.Home { background: url(./graphics/menu_01.gif) no-repeat left top; width: 81px; }
#HeaderNav li a.Products { background: url(./graphics/menu_02.gif) no-repeat left top; width: 104px; }
#HeaderNav li a.Technology { background: url(./graphics/menu_03.gif) no-repeat left top; width: 116px;}
#HeaderNav li a.Support { background: url(./graphics/menu_04.gif) no-repeat left top; width: 100px; }
#HeaderNav li a.AboutUs { background: url(./graphics/menu_05.gif) no-repeat left top; width: 102px; }
#HeaderNav li a.ContactUs { background: url(./graphics/menu_06.gif) no-repeat left top; width: 118px; }
#HeaderNav li a:hover { background-position: left -30px; }

#HeaderNav li.selected{
}

#HeaderNav li.selected a{ /*selected main tab style */
background-position: left -30px !important;
}

#HeaderNav li.selected a:hover{ /*selected main tab style */
background-position: left -30px;
}



.TopMenu {
	position:absolute;
	top: 0;
	border: 1px solid #d7682b;
	/*border-top-width: 0;*/
	z-index:999;
	background-color: white;
	visibility: hidden;
	width: 180px;
	background: #ffffff;
}

.TopProductsMenu {
	float: none;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	width: 180px;
}

.TopMenu .line {
	border-bottom: 1px solid #d7d6d6;
	width: 180px;
}

.TopProductsMenu li {
	float: none;
	height: auto;
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
	
}

.TopProductsMenu  a:link, .TopProductsMenu a:visited {
	display: block;
	width: 165px;
	height: auto;
	padding: 2px 5px 2px 10px;
	margin: 0;
	font-size: 12px;
	color: #d24a00;
	text-decoration: none;
	border: 0;
}

.TopProductsMenu a:hover {
	display: block;
	width: 165px;
	height: auto;
	padding: 2px 5px 2px 10px;
	margin: 0;
	font-size: 12px;
	background-color: #d24a00;
	color: #FFFFFF;
	border: 0;
}

.TopProductsMenu .header {
	color: #333333;
	display: block;
	width: 165px;
	padding: 2px 2px 2px 10px;
	margin: 0;
	font-size: 12px;
}



#maincontent {
	display: inline;
	width: 960px;
	padding: 0 0 100px 0; /* Height of the footer */
	margin: 0 0 100px 0;
}


/* Sidebar Navigation CSS */

#MainSidebar {
	display: inline;
	float: left;
	width: 177px;
	height: 550px;
	margin: 0;
	padding: 0;
	background: url("./graphics/sidebar_bk.gif") no-repeat;
}

.navlist {
	margin: 5px 0;
	padding: 5px 0;
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
}

.line {
	border-bottom: 1px solid #d7d6d6;
}

.navlist li {
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
}

.navlist  a:link, .navlist a:visited {
	display: block;
	width: 165px;
	padding: 2px 2px 2px 10px;
	margin: 0;
	font-size: 12px;
	color: #d24a00;
	text-decoration: none;
	border: 0;
}

.navlist a:hover {
	display: block;
	width: 165px;
	padding: 2px 2px 2px 10px;
	margin: 0;
	font-size: 12px;
	background-color: #d24a00;
	color: #FFFFFF;
	border: 0;
}

.navlist .header {
	color: #333333;
	display: block;
	width: 165px;
	padding: 2px 2px 2px 10px;
	margin: 0;
	font-size: 12px;
}


#contentarea {
	display: inline;
	float: left;
	width: 723px;
	margin: 25px 25px 0 35px;
	padding: 0;
}

h1 {
	color: #6c6c6c;
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

h2 {
	color: #6c6c6c;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #6c6c6c;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}


#footer {
	clear: both;
	bottom:0;
	width: 920px;
	font: 11px/13px Arial, Helvetica, Sans-serif;
	color: #666666;
	height: 100px; /* Height of the footer */
	padding: 40px 20px;
}
