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

#middle {
	background-image: url(../Images/textboxmid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	overflow: hidden;
}
.leftcol {
	width: 282px;
	margin-left: 25px;
	float: left;
	text-align: justify;
}
.leftcol ul li {
	text-align: left;
}
#middlecol {
	width: 282px;
	float: left;
	margin-left: 25px;
}
#rightcol {
	width: 282px;
	float: left;
	margin-left: 25px;
	margin-bottom: 0px;
}
#bottominfo {
	width: 896px;
	clear: both;
	text-align: center;
	font-size: 16px;
	margin-left: 25px;
	padding-top: 10px;
	line-height: 24px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}
#middle p {
	margin-top: 0px;
	position: relative;
	z-index: 1;
}#pc {
	float: left;
	height: 146px;
	width: 142px;
	margin-right: 10px;
	margin-bottom: -3em;
	position: relative;
	z-index: -1;
}

#bottomlists {
	clear: both;
}
#bottomtitle {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #D00;
}
#bottomlists li{
	list-style-image: url(../Images/computersupportimages/bullet_ball-chrome.png);
	vertical-align: text-top;
	line-height: 24px;
}
#s3slider {
	width: 610px; /* important to be same as image width */
	height: 458px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	margin-top: 0px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 25px;
}

#s3sliderContent {
	width: 400px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 25px;
}
#s3slider li {
	list-style-type: none;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 374px;
	filter: alpha(opacity=0); /* here you can set the opacity of box with text */
	-moz-opacity: 0; /* here you can set the opacity of box with text */
	-khtml-opacity: 0; /* here you can set the opacity of box with text */
	opacity: 0; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
 
#rightcol ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

