@charset "utf-8";
@IMPORT url("product.css");
@IMPORT url("front.css");
@IMPORT url("navigation.css");
@IMPORT url("news.css");
@IMPORT url("company.css");
@IMPORT url("career.css");


/* CSS Document */

<!--
/*===================GENERAL====================*/
body{
	font-family: Verdana, Geneva, sans-serif;
	background-color: #039;/*#666;*/
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	/*background: url(bg.png);*/
}

.nofloat { 
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
h1{
	color:#039;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
}
h2{
	font-weight: bold;
	color: white;
	font-size: 24px;
}
td, tr{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.header{
	/*background: url('bgHeader.png') repeat-x;*/
	background-color: #039;
	background-position: bottom;
}
.siteFooter{
	margin-left: 0px;
	padding-left: 0px;
}


/*==============Hidden Container====================*/
.hiddenFox{
	display:none;
	width: 300px;
}
.highlight{
	background-color:#ccf;
}

.pageContent{
	width: 500px; height: 630px;background-color:#ccf; padding-top: 0px; padding-bottom: 10px;
}

/*===================GENERAL HREFS====================*/
a:link {text-decoration: none; color: #039;}
a:visited {text-decoration: none;color: #039;}
a:active {text-decoration: none;color: #039;}
a:hover {text-decoration: underline;color: #039;}

a:link img{text-decoration: none; color: #039;border:none}
a:visited img{text-decoration: none;color: #039;border:none}
a:active img{text-decoration: none;color: #039;border:none}
a:hover img{text-decoration: underline;color: #039;border:none}





-->
