* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../_images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BEC7D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}


#wrap {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
}
#header .logo {
	padding-top: 7px;
	padding-left: 25px;
	width: 200px;
	float: left;
}

#menu {
	height: 68px;
	background-image: url(../_images/nav-bg.png);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	padding-left: 9px;
}
#menu li {
	float: left;
	width: 127px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 68px;
	display: block;
	font-weight: bold;
	background-image: url(../_images/nav-seperator.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu a:hover {
	color: #598CE1;
}



#banner {
	height: 394px;
	background-image: url(../_images/banner-bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	padding-top: 20px;
	font-size: .9em;

}
#content #main {
	float: left;
	width: 604px;
	background-image: url(../_images/main-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
}
#main .maincontent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content p  {
	line-height: 1.3em;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 8px;
}
#content ul {
	list-style-position: inside;
	padding-left: 20px;
}
#content li {
	line-height: 1.5em;
}
#content h4 {
	line-height: 1.5em;
	padding-top: 8px;
}


#content h3 {
	padding-top: 8px;
}



#content h2.headline {
	background-image: url(../_images/headline-bg.png);
	line-height: 51px;
	text-indent: 32px;
	color: #333;
	padding-bottom: 4px;
}

#content #sidebar {
	float: right;
	width: 281px;
	background-image: url(../_images/sb-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
}
#content h2.sbheadline {
	background-image: url(../_images/sb-headline-bg.png);
	line-height: 51px;
	text-indent: 32px;
	color: #333;
	padding-bottom: 4px;
}
#sidebar table tr  td{
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

.clear {
	clear: both;
	height: 25px;
}
#footer {
	background-color: #D5DCE1;
	height: 63px;
}
#copyright {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 63px;
}
#copyright a {
	color: #333;
}
#copyright a:hover {
	text-decoration: none;
}
#subbanner {
	height: 125px;
	background-image: url(../_images/subbanner-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#subbanner h1 {
	color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 32px;
	font-size: 26px;
	background-image: url(../_images/banner-files/sub-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 85px;
}
.services  {
	height: 130px;
	padding-top: 10px;
	text-align: center;

}
.services ul {
	list-style-type: none;
}
.services ul li {
	float: left;
	display: block;
	width: 130px;
}


.services a   img{
	padding: 15px;
	display: inline-block;
}
.services a img:hover {
	background-color: #F5F5F5;
	border: 1px inset #666;
}

.computers  {
	height: 215px;
	background-image: url(../_images/computers/categories-c.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;

}
.computers .computers-headl {
	background-image: url(../_images/computers/categories-l.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 191px;
	width: 5px;
	display: block;
	float: left;
}
.computers .computers-headr {
	background-image: url(../_images/computers/categories-r.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 191px;
	width: 5px;
	display: block;
	float: right;
}

.computers ul {
	list-style-type: none;
}
#main .maincontent .computers ul {
	padding: 0px;
}

.computers ul li {
	float: left;
	display: block;
}
.computers a   {
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 183px;
	text-decoration: none;
	line-height: 25px;
	padding-top: 160px;
}
.computers a:hover {
	background-position: right bottom;

}
.maincontent .pchl {
	padding-bottom: 8px;
}
