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

body {
	margin: 0;
	background: #F1F1F1;
}
body, td, th, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	color: #0E02FC;
	text-decoration: none;
}
a:hover {
	color: #FE0101;
}

.clear_float {
	clear: both;
}

.img_float_left {
	margin: 0 5px 0 0;
	float: left;
}


/******************** HEADER ********************/
#header_wrapper {
	background: #FFFFFF url("/images/layout/header_wrapper_bg.jpg") left no-repeat;
	height: 110px;
	border-bottom: 2px solid #070268;
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 110px;
	background: #FFFFFF url("/images/layout/header_bg.jpg") no-repeat;
}
#header div {
	width: 750px;
	height: 110px;
	float: left;
}
h1 {
	margin: 0;
	padding: 2px 0 2px 100px;
	font-size: 30px;
	color: #0E02FC;
	font-weight: normal;
}
#header div p {
	margin: 0;
	padding: 0 159px 0 0;
	text-align: right;
	font-size: 15px;
	color: #333333;
}
#header ul {
	margin: 0;
	padding: 26px 0 0 100px;
	width: 600px;
	list-style: none;
}
#header ul li {
	height: 22px;
	float: left;
}
#header ul li a {
	padding: 5px 55px 0 0;
	height: 17px;
	float: left;
	white-space: nowrap;
	color: #666666;
}
#header ul li.networking a {
	padding-left: 33px;
	background: url("/images/layout/icon_networking.gif") top left no-repeat;
}
#header ul li.pos a {
	padding-left: 25px;
	background: url("/images/layout/icon_pos.gif") top left no-repeat;
}
#header ul li.web a {
	padding-left: 43px;
	background: url("/images/layout/icon_web.gif") top left no-repeat;
}
#header ul li.repair a {
	padding-left: 32px;
	padding-right: 0;
	background: url("/images/layout/icon_repair.gif") top left no-repeat;
}
#header ul li a:hover {
  background-position: bottom left;
	color: #333333;
}
#header p.contact {
	margin: 0;
	padding: 10px 10px 0 90px;
	width: 150px;
	height: 100px;
	float: left;
	color: #9B0202;
	font-size: 11px;
	text-align: center;
}
#header p.contact span {
	font-size: 18px;
	line-height: 40px;
	color: #FE0101;
	font-weight: bold;
}
#header p.contact a {
	color: #9B0202;
}
#header p.contact a:hover {
	color: #FE0101;
}


/********************** NAV **********************/
#subheader_wrapper {
	height: 37px;
	background: #666666;
}
#subheader {
	margin: 0 auto;
	width: 1000px;
	height: 37px;
	background: #666666;
}
#subheader h2 {
	margin: 0;
	padding: 4px 0 0 10px;
	font-size: 23px;
	color: #E2E1FF;
	font-weight: normal;
}
#subheader ul {
	margin: 5px 5px 0 0;
	padding: 0 0 0 20px;
	height: 32px;
	float: right;
	background: #333333 url("/images/layout/menu_left.jpg") top left no-repeat;
	list-style: none;
	display: inline; /* because IE6 is gay (float bug) */
}
#subheader li {
	height: 32px;
	float: left;
}
#subheader li.right {
	padding-right: 20px;
	background: url("/images/layout/menu_right.jpg") top right no-repeat;
}
#subheader li a {
	padding: 7px 15px 0 15px;
	height: 25px;
	display: block;
	float: left;
	color: #DFDDFF;
	font-size: 14px;
	white-space: nowrap;
}
#subheader li a:hover {
	color: #FFFFFF;
	background: url("/images/layout/menu_arrow.jpg") bottom center no-repeat;
}


#content_wrapper {
	margin: 3px auto;
	padding: 10px;
	width: 960px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#content {
	width: 660px;
	float: left;
}
#content h3 {
	margin: 0 0 15px 0;
	color: #FE0101;
	font-size: 17px;
	font-weight: normal;
}
#content p {
	margin: 0 0 15px 0;
}
#content p.large {
	font-size: 14px;
}
#content ul {
  margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
#content ul li {
  margin: 0 0 10px 0;
}
#content ul li img {
  margin-top: 2px;
}
#content hr {
	margin-bottom: 15px;
  width: 100%;
  height: 1px;
	border: 0;
  background-color: #9E9E9E;
  color: #9E9E9E;
}
#side_col {
	padding-left: 50px;
	width: 250px;
	float: left;
}
#side_col h3 {
	margin: 0;
	padding: 3px 0 0 40px;
	height: 19px;
	width: 210px;
	background: #ECECFF url("/images/layout/side_col_header.jpg");
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
#side_col ul {
	margin: 0;
	padding: 5px 10px 30px 10px;
	list-style: none;
	font-size: 11px;
	color: #333333;
}
#side_col ul li {
	margin: 2px 0;
}
#side_col a {
	color: #333333;
	text-decoration: underline;
}
#side_col a:hover {
	text-decoration: none;
}
