body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	behavior: url(csshover.htc);

} /* WinIE behavior call */


.outer-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#outer-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 765px;
	float: none;
}

.head {
	background-image: url(images/back1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.promotion {
	border: 1px solid #C0C0C0;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
	background-repeat: repeat-x;
	background-position: 20px top;
	background-image: url(images/footer-back.gif);
}




/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #eaebec;	/* draws line on top edge of div */
	border-bottom:1px solid #eaebec;	 /* draws line on bottom edge of div */
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-variant: small-caps;
	margin: 0px;
	background-image: url(images/footer-back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 10;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}
#banner {
	z-index: 20;
}

div#listmenu ul {
	margin: 0px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none; /* creates dividing lines between the li elements */
	width: 24%;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: inside;
	left: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #778899;
	}

div#listmenu li:hover {
	background-image: url(images/menu-back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
div#listmenu a {
	display:block;
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#778899;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#F33;
	}
/* the horizontal menu ends here */


/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 100%; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:0px; /*aligns the drop exactly under the menu */
	top:27px;
	clear: both;
	overflow: hidden;
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #eaebec; /*  three sides of each drop-down item */
	border-bottom:1px solid #eaebec;
	border-right:1px solid #eaebec;
	text-align: left;
	background-color: #FFFFFF;
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* adds the rightmost menu vertical line to the ul */
	margin-left:10px; /* IE doubles the given value above - why? */
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000;

	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #ffffff;
	border-left:0px; /* stops the drop inheriting the ul border */
	left:0px;
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */


#product {
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	font-size: 8pt;
	height: 250px;
	vertical-align: bottom;
	background-image: url(images/back.gif);
}

#product h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #eaebec;
	border-right-color: #eaebec;
	border-bottom-color: #eaebec;
	border-left-color: #eaebec;
	height: 15px;
	width: 174px;
	position: relative;
	margin: 0px;
	background-color: #C0C0C0;
	background-image: url(images/product-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}

#more {
	position: relative;
	margin-bottom: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	white-space: normal;
	vertical-align: bottom;
	top: 10px;
	height: 20px;
}

#product a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	width: 174px;
	height: 15px;
	float: right;
	padding: 3px;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 230px;
	bottom: 5px;
	left: 0px;
	visibility: inherit;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
	vertical-align: text-bottom;
	overflow: visible;
	background-image: url(images/product-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #555555;
}
#product li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: square;
	position: static;
	color: #333366;
	margin: 0px;

}
#product h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#product ul {
	clear: left;
	float: inherit;
	padding: 3px;
	overflow: visible;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#banner {
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	position: relative;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	font-size: 8pt;
	top: 0px;
	height: 120px;
	vertical-align: bottom;
	overflow: visible;
	margin: 0px;
	clear: both;
	background-image: url(images/back.gif);
}
#banner h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #eaebec;
	border-right-color: #eaebec;
	border-bottom-color: #eaebec;
	border-left-color: #eaebec;
	height: 15px;
	width: 169px;
	position: relative;
	margin: 0px;
	background-color: #C0C0C0;
	background-image: url(images/round-corner-org.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	width: 169px;
	height: 15px;
	float: right;
	padding: 3px;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 98px;
	bottom: 5px;
	left: 0px;
	visibility: inherit;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
	vertical-align: text-bottom;
	overflow: visible;
	background-image: url(images/product-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #555555;
}
#product h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 3px;
	text-align: center;
	width: 174px;
	position: relative;
	color: #CC0000;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
}
#product p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 6px;
	text-align: center;
	margin: 5px;
}
#product h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FF0000;
	text-align: center;
	margin: 0px;
}

#mbody1 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 350px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	width: 300px;
	text-align: justify;
	float: right;
	position: relative;
	right: 0px;
}
.bottom-line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}
#intro-back {
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 135px;
	position: relative;
	z-index: 20;
	visibility: inherit;
}

#mbody1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 5px;
}
#mbody6 form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 500px;
	float: none;
	position: relative;
	left: 50px;
	top: -10px;
}


#mbody2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eaebec;
	border-right-color: #eaebec;
	border-bottom-color: #eaebec;
	border-left-color: #eaebec;
	height: 180px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	width: 280px;
	text-align: justify;
	float: right;
	overflow: visible;
	vertical-align: top;
}
#mbody6 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#mbody6 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#mbody6 select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#mbody2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 5px;
}
#mbody1 h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
#mbody2 h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF3300;
	font-weight: bold;
}
#mbody3 {

	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 250px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	width: 300px;
	text-align: justify;
	float: right;
	position: relative;
	right: 0px;
}
#mbody3 h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	clip: rect(0px,0px,10px,0px);
}
#mbody4 {

	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eaebec;
	border-right-color: #eaebec;
	border-bottom-color: #eaebec;
	border-left-color: #eaebec;
	height: 200px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	width: 280px;
	text-align: justify;
	float: right;
	overflow: visible;
	vertical-align: top;
}
.outer-line .bottom-line #mbody4 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3366FF;
}
.outer-line .bottom-line #mbody4 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.hosting {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	overflow: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-image: url(images/hosting-text.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#hosting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 600px;
	float: left;
	position: relative;
}

#hosting h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.plan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	color: #3366FF;
}
#hosting p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 5px;
	float: none;
	width: 550px;
	clear: both;
	left: 20px;
	position: relative;
}
#sub-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFCC;
	float: left;
	height: 80px;
	width: 125px;
	position: absolute;
	left: 0px;
	top: 130px;
	margin: 0px;
	overflow: visible;
	visibility: visible;
	z-index: 20;
}
.itservice {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	overflow: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-repeat: no-repeat;
	background-position: left top;
}

#itservice h4 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#itservice p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 5px;
	float: none;
	width: 550px;
	clear: both;
	left: 20px;
	position: relative;
}
.listing {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

#itservice h5 {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#itservice ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent: 30px;
	list-style-position: inside;
}

.hardware {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	overflow: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-repeat: no-repeat;
	background-position: left top;
	visibility: inherit;
}
#hwlist {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
	left: 75px;
	top: 0px;
}
#hwlist ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: square;
}




#hardware h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	visibility: inherit;
}
#hardware p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 5px;
	float: none;
	width: 550px;
	clear: both;
	left: 20px;
	position: relative;
	visibility: inherit;
}
.foot {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	width: 174px;
	height: 15px;
	float: right;
	padding: 3px;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 230px;
	bottom: 5px;
	left: 0px;
	visibility: inherit;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
	vertical-align: text-bottom;
	overflow: visible;
	background-image: url(images/product-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #555555;
}
.foot1 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	width: 169px;
	height: 15px;
	float: right;
	padding: 3px;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 98px;
	bottom: 5px;
	left: 0px;
	visibility: inherit;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
	vertical-align: text-bottom;
	overflow: visible;
	background-image: url(images/product-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #555555;
}
#mbody3 img {
	border: 1px solid #999999;
	float: right;
	margin: 0px;
	position: relative;
	left: 10px;
}
.sales {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(images/promotion/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	margin: 5px;
}
.sales img {
	float: right;
}
.sales p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 10px;
}
.sales h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0099FF;
}
.gst {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF0000;
}

.red {
	color: #FF0000;
	text-align: center;
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.sales1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	margin: 5px;
	background-image: url(images/promotion/bg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.style8 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f7931f;
	background-image: url(images/promotion/round.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	width: 280px;
	float: right;
}
a.download:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
}

a.download:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
}

a.download:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699FF;
	text-decoration: none;
}

a.download:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
}

.sales1 img {

	float: none;
}

.mmu {color: #778899}

#hardware h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 30px;
}
#hardware h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 40px;
	text-decoration: none;
}


#buffalo {
	height: 100px;
	width: 80px;
	float: right;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: -50px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
}


#product-submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFCC;
}
#product-submenu table td{
	background-image: url(images/menn.gif);
	background-repeat: repeat-y;
	background-color: #9acd32;

}
#product-submenu table th{
	background-repeat: repeat-y;
	background-color: #4f5559;

}
.whatnew {


	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	overflow: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-repeat: no-repeat;
	background-position: left top;
}
#whatnew {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 600px;
	float: left;
	position: relative;

}
#whatnew p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 5px;
	float: none;
	width: 500px;
	clear: both;
	left: 20px;
	position: relative;
}
#whatnew h4 {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	top: 5px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#whatnew a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#003366;
	text-decoration: none;	
}
#mbody6 {

	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	width: 625px;
	text-align: justify;
	float: right;
	position: relative;
	right: 0px;
}
#mbody6 p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 5px;
}
#mbody6 h4 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
#mhosting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: none;
	width: 580px;
	left: 22px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
#mplan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-position: inside;
	list-style-type: disc;
	background-repeat: repeat-x;
	background-position: 0px bottom;
	border: 1px dotted #333333;
}
.outer-line .webdesign #itservice #mhosting #mplan p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 5px;
	width: 145px;
	left: 5px;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	white-space: normal;
}


#mplan li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-position: outside;
	list-style-type: disc;
	width: 220px;
	float: none;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	bottom: 0px;
	overflow: visible;
	visibility: visible;
}
#mplan a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066CC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#mplan ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-position: outside;
	list-style-type: disc;
	position: relative;
	left: -10px;
	top: 5px;
}

#mplan h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	clear: both;
	width: 98%;
	position: relative;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-position: left top;
	background-color: #000000;
}
#price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 67px;
	width: 116px;
	clear: both;
	float: none;
	position: absolute;
	left: 129px;
	top: -7px;
	right: 0px;
	bottom: 0px;
	border: 0px solid #CCCCCC;

}
#price11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 67px;
	width: 116px;
	clear: both;
	float: none;
	position: absolute;
	left: 129px;
	top: -7px;
	right: 0px;
	bottom: 0px;
	border: 0px solid #CCCCCC;
}
#base {
	margin: 0px;
	padding: 0px;
	float: none;
	position: relative;
	left: 35px;
}

#product-submenu {
	width: 133px;
	height: 100%;
	float: left;
	top: 125px;
	position: relative;
	left: 0px;
}

#hardware {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 600px;
	text-align: justify;
	float: left;
	
}

#hardware1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 600px;
	text-align: justify;
	float: left;
	
}

#itservice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 600px;
	text-align: justify;
	float: left;
}
.outer-line a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
}
#related-link {
	width: 129px;
	float: left;
	top: 0px;
	position: relative;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0033CC;
}

#related-link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0033CC;
}

.underline {
	text-decoration: underline;
}
#hardware li {
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #6699CC;
	text-decoration: none;
}

.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}
.webdesign {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	overflow: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-image: url(images/webdesign-text.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
