body {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	margin-top:20px;
	font-size:9pt;
	color:#7e8084;
	line-height:16px;
}

td {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
}

a {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	margin-top:0;
	font-size:9pt;
	color:#7e8084;
	text-decoration:none;
}

a:hover {
	color:#0eacdd;
}

h1 {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size:9pt;
	color:#7e8084;
	display:inline;
}

div#container_main {
	margin-top:0 auto;
	width:1084px;
	height:100%;
}

div#logo {
	position:relative;
	float:left;
	width:299px;
	height:167px;
	background-image:url(images/logo.jpg);
}

div#header {
	position:relative;
	float:right;
	width:760px;
	height:167px;
	background-image:url(images/header.jpg);
}

div#container_left {
	position:relative;
	float:left;
	width:299px;
	text-align:left;
}

div#container_right {
	position:relative;
	float:right;
	width:760px;
	text-align:left;
}

div#hmenu {
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	height:59px;
}

div#pageheader {
	position:relative;
	float:left;
	width:100%;
	height:119px;
}

div#location {
	position:relative;
	float:left;
	width:100%;
	height:23px;
	text-align:left;
	padding-left: 4px;
}

div#pagetitle {
	position:relative;
	float:left;
	width:100%;
	height:27px;
	text-align:left;
}

div#content {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	text-align:left;
}

div#container_product {
	position:relative;
	float:left;
	width:760px;
	text-align:left;
	border-top:1px solid #d0d2d4;
	border-right:1px solid #ced1d3;
	border-bottom:1px solid #bdbfc1;
	border-left:1px solid #abb1b6;
	background-color:#FFFFFF;
	background-image:url(images/content_bkg.jpg);
	background-repeat:no-repeat;
}

div#footer {
	position:relative;
	float:left;
	width:100%;
	height:26px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	vertical-align:middle;
}

div#vmenu {
	position:relative;
	float:right;
	width:190px;
	text-align:left;
	color:#0eacdd;
	text-transform:uppercase;
	font-size:10pt;
}

/* level 2 */
div#vmenu ul {
	padding-left:0;
	margin-left:0;
}

div#vmenu ul li {
	list-style: none;
	padding-top: 4px;
}

div#vmenu ul li a {
	color:#0eacdd;
	text-transform:uppercase;
	font-size:10pt;
	list-style: none;
	text-decoration:none;
}

div#vmenu ul li a span {
	padding-left:10px;
}

div#vmenu ul li a:hover {
	color:#0eacdd;
}

/* level 3 */
div#vmenu ul li ul {
	padding-left:0;
}

div#vmenu ul li ul li {
	list-style: none;
	padding-top: 2px;
}

div#vmenu ul li ul li a {
	color:#9e9e9e;
	text-transform:uppercase;
	font-size:10pt;
}

/* level 4 */
div#vmenu ul li ul li ul {
	padding-left:0;
}

div#vmenu ul li ul li ul li {
	list-style: none;
	padding-top: 0;
}

div#vmenu ul li ul li ul li a {
	color:#9e9e9e;
	font-size:8pt;
	text-transform:lowercase;
}

div#request_form {
	position:relative;
	float:left;
	width:750px;
	height:0px;
	background-color:#d7d7d7;
	visibility:hidden;
	border: 1px solid #c7c7c7;
	padding: 5px;
}
	
.MenuLevel1 {
	text-align:left;
	color:#0eacdd;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10pt;
	display:block;
	padding-top:8px;
	padding-left:10px;
}

.MenuLevel1:hover {
	color:#0eacdd;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 12px;
}

.BulletLevel1 {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 12px;
}

.MenuLevel2 {
	text-align:left;
	color:#9e9e9e;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10pt;
	display:block;
	padding-top:4px;
	padding-left:10px;
}

.MenuLevel2:hover {
	color:#0eacdd;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 8px;
}

.BulletLevel2 {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 8px;
}

.MenuLevel3 {
	text-align:left;
	text-transform:lowercase;
	color:#9e9e9e;
	text-decoration:none;
	font-size:8pt;
	display:block;
	padding-top:2px;
	padding-left:10px;
}

.MenuLevel3:hover {
	color:#0eacdd;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
}

.BulletLevel3 {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	text-decoration:none;
}

div#container_title {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:11pt;
	padding: 3px 0 0 4px;
	height:22px;
}

.feature {
	cursor:pointer;
	cursor:hand;
	padding-left:10px;
	color:#9e9e9e;
}

.feature:hover {
	cursor:pointer;
	cursor:hand;
	padding-left:10px;
	color:#0eacdd;
}

