/*===GLOBAL SETTINGS====*/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.2em;
}
.hidden {
	display:none;
}
#preLoader {
	background-image:url(../images/homeButtonOver.gif);
	background-image:url(../images/productsButtonOver.gif);
	background-image:url(../images/techButtonOver.gif);
	background-image:url(../images/aboutButtonOver.gif);
	height:0px;
	width:0px;
	display:inline;
}
/*===HEADER START===*/
#header {
	background-image:url(../images/headerBack.gif);
	background-repeat:repeat-x;
	height:128px;
	border-bottom:1px solid #8d8c87;
}
#headerLogo{
	width:900px;
	margin:0px auto;
}
/*===HEADER END===*/

/*===CONTENT START===*/
#body {
	background-image:url(../images/bodyBack.gif);
	background-repeat:repeat-x;
	background-color:#3f4a5b;
}
#wrapper {
	width:900px;
	margin:0px auto;
}
#topContent {
	background-image:url(../images/introTop.gif);
	background-repeat:repeat-x;
	background-color:#c4cabb;
	padding:20px;
	text-align:justify;
}
#introParagraphHeading {
	width:280px;
	height:62px;
	background-image:url(../images/introParagraphHeading.gif);
	background-repeat:no-repeat;
}
#topContent .leftColumn {
	width:340px;
	float:left;
}
#topContent .rightColumn {
	width:500px;
	float:left;
	padding-left:20px;
	padding-top:45px;
}
#bottomContent {
	padding:20px;
	background-color:#f8f7f7;
	background-image:url(../images/contentBottomBack.gif);
	background-repeat:repeat-x;
}
#bottomContent p {
	margin-bottom:15px;
	text-align:justify;	
	font-size:.9em;
}
#bottomContent a {
	text-decoration:none;
	color:#06F;
	font-weight:bold;
}
#bottomContent a:hover {
	color:#234574;
}
#bottomContent ol {
	list-style-type:decimal;
}
#bottomContent ul {
	list-style-type:disc;
}
#bottomContent li {
	margin-bottom:5px;
	margin-left:40px;
}
#bottomContent .column {
	width:273px;
	float:left;
}
#bottomContent .column h1 {
	height:40px;
	margin-bottom:5px;
	background-repeat:no-repeat;
}
#bottomContent .column h2 {
	font-weight:bold;
	font-size:1.2em;
}
#bottomContent .column img {
	float:left;
	margin:4px 4px 0px 0px;
}
#bottomContent .leftColumn, #bottomContent .centerColumn {
	margin-right:20px;
}
#productsHeading {
	background-image:url(../images/productsHeading.gif);
}
#techHeading {
	background-image:url(../images/techHeading.gif);
}
#newsHeading {
	background-image:url(../images/newsHeading.gif);
}
