/* CSS Document */

body {
	font-family: Trebuchet MS;
	}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color: #0551E2;
	text-decoration: none;
}

/* DIVS */
#container {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	height: 600px; 
	width: 945px;
	margin: -280px 0px 0px -475px;
	top: 50%; 
	left: 50%;
	padding: 0px;
	}
	
#header {
	height: 87px;
	width: 945px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#logo {
	float: left;
	height: 47px;
	width: 135px;
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#menu {
	float: right;
	width: 800px;
	height: 47px;
	}
#main_nav {
	width: 800px;
	height: 47px;
}

#main_nav ul {
	float: right;
	height: 47px;
	padding: 0px;
	margin: 0px;
	}

#main_nav li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
#main_nav li a:link, #main_nav li a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
		
	}
	
#main_nav li a:hover {
	color: #0D54D2;
	border-bottom: solid 5px #0D54D2;
	padding-bottom: 20px;
	}
	
#main_nav_on {
	color: #0D54D2;
	border-bottom: solid 5px #0D54D2;
	padding-bottom: 20px;
	}

#subnav {
	width: 945px;
	height: 40px;
}
#subnav ul {
	float: right;
	height: 40px;
	padding: 0px;
	margin: 0px;
	}

#subnav li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
#subnav li a:link, #subnav li a:visited {
	text-decoration: none;
	color: #0D54D2;
	font-size: 0.7em;
	text-transform: none;
	font-weight: bold;
	line-height: 38px;
	}
	
#subnav li a:hover {
	color: #999999;
	line-height: 38px;
	}


#content_container {
	height: 420px;
	width: 945px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0D54D2;
	}
#footer {
	height: 70px;
	width: 945px;
	}
	
#footer_logos {
	height: 70px;
	width: 420px;
	float: left;
	}

#address {
	height: 70px;
	width: 500px;
	float: right;
	}
	
#address p {
	font-size: 0.7em;
	color: #999999;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	}

/* CONTENT DIVS */
#home_left {
	height: 420px;
	width: 315px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#home_middle {
	height: 420px;
	width: 315px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#home_right {
	height: 420px;
	width: 315px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#left_col1 {
	height: 420px;
	width: 315px;
	float: left;
	overflow: auto;
	}
	
#right_col2 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/solution_pic.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#right_col3 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/team_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	
#right_col4 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/sales_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	
#right_col5 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/support_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	
#right_col6 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/services_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	
#right_col7 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/warranty_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	
#right_col8 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/networking_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	
#right_col9 {
	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/contact_pic.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}	


#left_col1 h1 {
	color: #999999;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 2em;
	}
	
#left_col1 p {
	color: #666666;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 0.8em;
	text-align: justify;
	}


/* LINKS */
#address a {
	color: #999999;
	text-decoration: none;
	}

#address a:hover {
	color: #0D54D2;
	text-decoration: none;
	}
.solveimg {
	margin: 0px 0px -8px;
	padding: 0px;
}
#inner_container {
	border: solid 1px #0D54D2;
	height: 420px;
	width: 945px;
}
#left_col1 ul {
	padding-right: 20px;
}
#left_col1 li {
	color: #666666;
	font-size: 0.8em;
}
.floatright {
	margin-left: 75px;
}
h2 {
	color: #0D54D2;
	margin: 10px 0px -5px 20px;
	padding: 0px;
	font-size: 1em;
}

#contact_left {
	height: 390px;
	width: 315px;
	float: left;
	}
#contact_middle {
	height: 390px;
	width: 315px;
	float: left;
	}
#contact_right {
	height: 390px;
	width: 310px;
	float: left;
	}
	
#contact_left h1, #contact_middle h1, #contact_right h1 {
	color: #999999;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 2em;
	}
	
#contact_left p, #contact_middle p, #contact_right p {
	color: #666666;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 0.8em;
	text-align: justify;
	}
#docs {
	width: 205px;
	float: left;
	}
#download {
	width: 150px;
	float: left;
	}
#logos_left {
	width: 120px;
	float: left;
	text-align: left;
	padding-left: 20px;
}
#logos_right {
	width: 120px;
	float: right;
	text-align: left;
	padding-right: 20px;
}
#logos_box {
	width: 120px;
	float: left;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left_col2 {

	height: 420px;
	width: 315px;
	float: left;
	overflow: auto;
}
#left_col2 p {

	color: #666666;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 0.8em;
	text-align: center;
}
h3 {
	color: #666666;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 0.8em;
	text-align: left;
	font-weight: normal;
}
#left_col2 h1 {

	color: #999999;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 2em;
}
#right_col10 {

	height: 420px;
	width: 630px;
	float: left;
	background-image: url(images/suppliers.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#cont_text {
	width: 945px;
	margin: 0px;
	padding: 0px;
	color: #0D54D2;
	font-size: 80%;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}
