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

html {
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

td {
	font-size:11px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main {
	margin:auto;
}

/* FONT STYLES */

.Heading {
	font-size:16px;
}

.mainCopyBold {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
}

.sideCopyBold {
	display:block;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 5px 0px;
}

input {
	font-size:9px;
	color:#666666;
	width:90px;
}

/* HEADER */

#header {
	padding:33px 0px 0px 35px;
	background-image:url(../images/header.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:97px;
	vertical-align:top;
	background-color:#000000;
}

#header a {
	display:block;
	height:50px;
	width:150px;
	text-indent: -8000px;
}

/* NAVIGATION */

.topLevel {
	text-align:left;
	text-indent: -8000px; 
	height:13px; 
	width:143px;
	display:block; 
	margin: 0px;
}

#navigation {
	padding:20px 0px 0px 0px;
	background-image:url(../images/bg_navigation.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:160px;
	vertical-align:top;
	background-color:#FFFFFF;
}

#navigation table tr td {
	text-align:right;
	vertical-align:top;
}

/* Product */

#navProduct {
	background-image:url(../images/nav_product_off.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/*height:auto;*/
	/*height:13px;*/
	height:13px;
	width:auto;
	overflow:hidden;
	float:right;
}

#navProduct:hover {
	height:auto;
	background-image:url(../images/nav_product_on.gif);
}

#navProduct p {
	margin:0px;
	padding:0px 0px 3px 0px;
}

#navProduct p a {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	display:block;
}

#navProduct p a:hover {
	font-weight:bold;
}

/* Service */

#navService {
	background-image:url(../images/nav_service_off.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/*height:auto;*/
	height:13px;
	width:auto;
	overflow:hidden;
	float:right;
}

#navService:hover {
	height:auto;
	background-image:url(../images/nav_service_on.gif);
}

#navService p {
	margin:0px;
	padding:0px 0px 3px 0px;
}

#navService p a {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	display:block;
	
}

#navService p a:hover {
	font-weight:bold;
}

/* About */

#navAbout {
	background-image:url(../images/nav_about_off.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/*height:auto;*/
	height:13px;
	width:auto;
	overflow:hidden;
	float:right;
}

#navAbout:hover {
	height:auto;
	background-image:url(../images/nav_about_on.gif);
}

#navAbout p {
	margin:0px;
	padding:0px 0px 3px 0px;
}

#navAbout p a {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	display:block;
}

#navAbout p a:hover {
	font-weight:bold;
}

#login {
	padding:0px 55px 0px 0px;
	text-align:right;
}

#login table tr td {
	font-size:9px;
	color:#666666;
}

#login table tr td a {
	font-size:9px;
	color:#666666;
	text-decoration:none;
}

#login table tr td input {
	font-size:9px;
	color:#666666;
	width:90px;
	/*
	border:#666666 solid 1px;
	*/
	margin:3px 0px 12px 0px;
}

/* CONTENT */

#content {
	background-color:#FFFFFF;
}

#submitButt {
	margin:0px;
	border:none;
	/*padding:22px 49px 0px 0px;*/
	height:22px;
	width:49px;
	background: url(../images/submit.gif);
	background-repeat:no-repeat;
	text-indent:-8000px;
}

#submitButt:hover {
	background: url(../images/submit_on.gif);
}

/* FOOTER */

#footer {
	padding:10px 45px 15px 45px;
	background-image:url(../images/bg_footer.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}