/* TAG REDEFINITIONS */

body {
	margin-top: 15px;
	margin-left: 20px;
	padding:0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size:10px;
	color:#676767;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #e1eff5;
	list-style-type: square;
	line-height: 14px;
}
a {
	color:#045988;
	text-decoration:underline;
}
a:hover {
	background-color:#338db9;
	color:#ffffff;
	text-decoration:none;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
		border-style: solid;
		border-width: 1px;
		border-color: #cccccc;
		background-color: #ffffff;
		padding: 1px;
}

/**************/
/* LAYOUT     */
/**************/

#headerArea {
	padding:1px;
}
#menuArea {
	position:absolute;
	left: 191px;
	top:20px;
	width: 598px;
	line-height: 0;
}

#menuArea img { 
	display: inline;
	margin-right: 2px; 
}

#menuArea a:hover { 
	background-color: transparent; 
}



#horizontal {
	position: absolute;
	left: 20px;
	top: 102px;
	height: 2px;
	width : 759px;
}

#horizontal2 {
	position: absolute;
	left: 20px;
	top: 620px;
	height: 2px;
	width : 759px;
}

#sideArea {
	position: absolute;
	width:160px;
	top: 120px;
	left: 20px;
	line-height: 15px;
}

#title {
	position:absolute;
	width: 280px;
	left:206px;
	top:120px;
	line-height:18px;
	height: 20px;
}


#middleColumn {
	position: absolute;
	left:405px;
	top:140px;
	background-repeat:no-repeat;
	height: 470px;
	width: 234px;
	line-height:14px;
}

#rightcolumn {
	position:absolute;
	text-align: center;
	width:130px;
	height:470px;
	z-index:1;
	left: 649px;
	top: 140px;
}

#leftColumn {
	position:absolute;
	text-align: center;
	width:130px;
	height:470px;
	z-index:1;
	left: 205px;
	top: 140px;
}


#subnavs {
	position:absolute;
	width:580px;
	height:10px;
	left: 201px;
	top: 113px;
}

#vertical {
	position:absolute;
	width:2px;
	height:700px;
	left: 171px;
	top: -15px;
	background-color: #e1eff5;
}

#product1 {
	position:absolute;
	width:122px;
	height:207px;
	left: 206px;
	top: 148px;
}

#product1info {
	position:absolute;
	width:160px;
	height:207px;
	left: 329px;
	top: 148px;
	text-align:left;
	vertical-align: bottom;
}

#product2 {
	position:absolute;
	width:122px;
	height:207px;
	left: 491px;
	top: 148px;
}


#product2info {
	position:absolute;
	width:160px;
	height:207px;
	left: 614px;
	top: 148px;
	text-align:left;
	vertical-align: bottom;
}

#product3 {
	position:absolute;
	width:122px;
	height:207px;
	left: 206px;
	top: 370px;
}

#product3info {
	position:absolute;
	width:160px;
	height:207px;
	left: 329px;
	top: 370px;
	text-align:left;
	vertical-align: bottom;
}

#product4 {
	position:absolute;
	width:122px;
	height:207px;
	left: 491px;
	top: 370px;
}

#product4info {
	position:absolute;
	width:160px;
	height:207px;
	left: 614px;
	top: 370px;
	text-align:left;
	vertical-align: bottom;
}

#fusionleft {
	position:absolute;
	width:247px;
	height:451px;
	left: 532px;
	top: 139px;
	z-index: 1;
}

#fusionright {
	position:absolute;
	width:321px;
	height:452px;
	z-index:1;
	left: 206px;
	top: 151px;
}

#home1 {
	position:absolute;
	width:294px;
	height:261px;
	z-index:1;
	left: 195px;
	top: 107px;
}
#home2 {
	position:absolute;
	width:294px;
	height:261px;
	z-index:2;
	left: 492px;
	top: 107px;
}
#home3 {
	position:absolute;
	width:294px;
	height:224px;
	z-index:3;
	left: 195px;
	top: 368px;
}
#home4 {
	position:absolute;
	width:294px;
	height:224px;
	z-index:4;
	left: 492px;
	top: 368px;
}

/**************/
/* STYLING    */
/**************/

.larger {
	font-size: 11px;
	color: #333333;
	}

.largecyan {
	font-size: 17px;
	color: #338db9;
	font-weight: bold;
	}
	
.cyan {
	font-size: 11px;
	color: #338db9;
	font-weight: bold;
	}
	
.faded {
	font-size: 9px;
	color: #ACACAC;
	font-weight: bold;
	}



ul {
	list-style: disc url(images/bubble_bullet.gif) ;
	margin-left: 0em;
	padding-left: 1.7em;
	line-height: 18px;
	}
