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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	width:855px;
	height:inherit;
	margin:0 auto;
}

#top {
	width:855px;
	height:101px;
	position:relative;
	padding:0px;
	margin:0px;
}

#top a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}

#logo {
	position:relative;
	width:315px;
	height:101px;
	float:left;
}

#hider {
	display:none;
}

#flashcontent {
	position:relative;
	width:855px;
	height:380px;
}

#content {
	position:relative;
	width:855px;
	height:inherit;
	font-size:12px;
	line-height:25px;
	padding-top:0px;
	margin-top:5px;
	margin-bottom:30px;
}

h1 {
	color:#37528F;
	font-size:25px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h2 {
	color:#37528F;
	font-size:14px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h3 {
	color:#37528F;
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin-top:30px;
	margin-bottom:0px;
}

#tile {
	background:url(../images/bottom.jpg) no-repeat;
	position:relative;
	margin:0px; 
	padding:0px;
	width:855px;
	height:231px;
	font-size:11px;
}
#tile p {
	padding-top:5px;
	margin:0px;
	line-height:20px;
}
#tile a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
#tile a:hover {
	color:#000000;
	text-decoration:underline;
}

/************* CLASSES *************/

.font1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#325390;
	line-height:15px;
}

.font2 {
	font-size:12px;
	line-height:25px;
	padding-top:0px;
	margin-top:5px;
	margin-bottom:30px;
}

.red {
	color:#FF0000;
	
}

.blue {
	color:#37528F;
	
}

.font3 {
	font-size:10px;
	line-height:1;
}

/************* END CLASSES *************/


/************* GLOBAL NAVIGATION *************/

#nav {
	list-style-type:none;
	position:relative;
	width:855px;
	height:72px;
	margin:0px;
	padding:0px;
}

#nav li {
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
}

#copy {
	background:url(../images/copySystems.jpg) no-repeat;
	display:block;
	position:relative;
	width:143px;
	height:72px;
	padding:0px;
	margin:0px;
}
#copy:hover {
	background:url(../images/copySystemshover.jpg) no-repeat;
	display:block;
	position:relative;
	width:143px;
	height:72px;
	padding:0px;
	margin:0px;
}

#officefurniture {
	background:url(../images/officeFurniture.jpg) no-repeat;
	display:block;
	position:relative;
	width:155px;
	height:72px;
	padding:0px;
	margin:0px;
}
#officefurniture:hover {
	background:url(../images/officeFurniturehover.jpg) no-repeat;
	display:block;
	position:relative;
	width:155px;
	height:72px;
	padding:0px;
	margin:0px;
}

#officesupplies {
	background:url(../images/officeSupplies.jpg) no-repeat;
	display:block;
	position:relative;
	width:152px;
	height:72px;
	padding:0px;
	margin:0px;
}
#officesupplies:hover {
	background:url(../images/officeSupplieshover.jpg) no-repeat;
	display:block;
	position:relative;
	width:152px;
	height:72px;
	padding:0px;
	margin:0px;
}

#tech {
	background:url(../images/techProducts.jpg) no-repeat;
	display:block;
	position:relative;
	width:201px;
	height:72px;
	padding:0px;
	margin:0px;
}
#tech:hover {
	background:url(../images/techProductshover.jpg) no-repeat;
	display:block;
	position:relative;
	width:201px;
	height:72px;
	padding:0px;
	margin:0px;
}

#promotional {
	background:url(../images/promotional.jpg) no-repeat;
	display:block;
	position:relative;
	width:204px;
	height:72px;
	padding:0px;
	margin:0px;
}
#promotional:hover {
	background:url(../images/promotionalhover.jpg) no-repeat;
	display:block;
	position:relative;
	width:204px;
	height:72px;
	padding:0px;
	margin:0px;
}

/************* END GLOBAL NAVIGATION *************/