@charset "utf-8";
/* CSS Document */
html, body, select, form, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
	font-size: 12px;
	font-family: Arial, sans-serif;
	outline: none !important;
}
body {
	background-image: url(images/sitebg.png);
	background-repeat: repeat-x;
	color: #505A5C;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
	font-size: inherit;
}
h5 {
	font-size:20px;
	line-height:22px;
	font-weight:700;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 1px solid #9FF;
}
span {
	font-size:inherit;
}
ol {
	padding-left: 20px;
}
ul {
	margin-left: 16px;
}
li {
}
p {
	margin-bottom: 10px;
}
a {
	color: #0955A3;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.outlineme {
	outline: 1px solid #F0F;
}
.bold {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.blue {
	color:#719EBF;
}
.orange {
	color: #F55758
}
.green {
	color: #339999;
}
.purple {
	color: #927194;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.largetext {
	font-size: 16px;
}
.medtext {
	font-size: 14px;
}
.smalltext {
	font-size: 10px;
}
.justify {
	text-align:justify;
}
.intro {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
}
.upper {
	text-transform: uppercase;
}
.centerme {
	margin: 0 auto;
}
.centertext {
	text-align: center;
}
.itemheading {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.clear {
	clear: both;	
}
.left {
	float: left;
}
.right {
	float: right;
}
.spacer25 {
	margin-bottom: 25px;	
}
.spacer50 {
	margin-bottom: 50px;
}
.spacer100 {
	margin-bottom: 100px;
}
.spacer125 {
	margin-bottom: 125px;
}
.errorbg {
	background-color: #FF7171;
}
.errorbox {
	background-color: #FF7171;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
	float: left;
	color: #000;
}
.errorbox .errorlist ol {
	margin-left: 15px;
}
.errorbox .errorlist li {
	
}
.hideme {
	display: none;
}
.showme {
	display: block;
}
.dottedbottom {
	border-bottom: 1px dotted #999999;	
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	outline: 1px solid #CCC;
}
#container #header {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	outline: 1px solid #096
}
#container #header #phonenumbers {
	margin-top: 19px;
	margin-left: 20px;
	float: right;
}
#container #header #phonenumbers div {
	float: left;
}
#container #header #logo {
	background-image:url(images/firstservlogo307x54.png);
	background-repeat:no-repeat;
	width:307px;
	height:54px;
	float:left;
	cursor:pointer;
	margin-bottom:10px;
	margin-top: -1px;
	margin-left:-25px;
}

#container #header #logo6dg {
	background-image:url(images/6DG_logo54.png);
	background-repeat:no-repeat;
	width:50px;
	height:54px;
	margin-left:-25px;
	float:left;
	cursor:pointer;
}

#container #mainmenu {
	float: left;
	width: 960px;
	height: 35px;
	background: url(images/mainmenu_bg.png);
	background-repeat: repeat-x;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	z-index: 10000;
}
#container #menu {
	float: left;
	z-index: 10001;
}
#container #mainmenu .menulink:link, #container #mainmenu .menulink:active, #container #mainmenu .menulink:visited, #container #mainmenu .menulink:hover {
	color: #CCC;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
	background-image: url(images/mainmenu.png);
	background-position: right 0px;
	z-index: 102;
}
#container #mainmenu .menulink:hover {
	background-image: url(images/mainmenu.png);
	background-position: right -35px;
}
#container #mainmenu .radiustl {
	border-top-left-radius: 8px;
}

#container #mainmenu ul, #mainmenu li {
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#container #mainmenu ul.menu {
	outline: 1px solid #F00;
}
#container #mainmenu li.sub {
	list-style: none;
	float: left;
}
#container #mainmenu ul.dropdown a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 3px;
}
#container #mainmenu ul.dropdown a:hover {
	background-color: #333;
}
#container #mainmenu li.sub ul {
	display: none;
	list-style: none;
}
#container #mainmenu li.sub > ul {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color:#000000;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#container #mainmenu li.sub:hover > ul {
	display: block;
	position: absolute;
	white-space: nowrap;
}
#container #mainmenu li.sub:hover > ul > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#container #searchoverlay {
	background: url(images/mainmenu.png);
	background-position: -12px 0px;
	float: left;
	width: 220px;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-right-radius: 8px;
	outline: 1px solid #F00;
}

#searchform #searchinput {
	border: 2px solid #B2B2B2;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #4B4B4B;
	height: 20px;
	width: 52px;
	color: #CCCCCC;
	margin-top: 5px;
	padding-top: 2px;
}
#searchform #searchinput:hover {
	cursor: pointer;
}
#searchform #searchinput:focus {
	background-color: #6C6C6C;
	font-weight: normal;
	text-align: left;
}
#searchform #searchinput.searchtext {
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;	
}
#indeximgsholder {
	background-color:#000000;
	float: left;
	width: 960px;
}
#imgcloud, #imgdedicated {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	outline:#090 1px solid;
}
#container #content #boxesholder {
	float: left;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 960px;
}
#container #content #boxesholder div {
	width: 230px;
	height: 167px;
	margin-left: 8px;
	float:left;
	outline: 1px solid #3C6;
	cursor: pointer;
}
#container #content #boxesholder #mainboxes1 {
	background: url(images/main_boxes_1.png);
	background-position: 0px 0px;
}
#container #content #boxesholder #mainboxes1:hover {
	background-position: 230px 0px;
}
#container #content #boxesholder #mainboxes2 {
	background: url(images/main_boxes_2.png);
	background-position: 0px 0px;
}
#container #content #boxesholder #mainboxes2:hover {
	background-position: 230px 0px;
}
#container #content #boxesholder #mainboxes3 {
	background: url(images/main_boxes_3.png);
	background-position: 0px 0px;
}
#container #content #boxesholder #mainboxes3:hover {
	background-position: 230px 0px;
}
#container #content #boxesholder #mainboxes4 {
	background: url(images/main_boxes_4.png);
	background-position: 0px 0px;
}
#container #content #boxesholder #mainboxes4:hover {
	background-position: 230px 0px;
}
#content #pageheader {
	width: 960px;
	height: 89px;
	padding-top: 10px;
}
#content #pageheader.bannerorange {
	background: url(images/header_orange.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
#content #pageheader.bannerblue {
	background: url(images/header_blue.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
#content #pageheader.bannergreen {
	background: url(images/Ded-page.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
#content #pageheader.bannerpurple {
	background: url(images/colocation_header_new.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
#content #pageheader #areatitle, #content #pageheader #pagetitle {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 3px;
	text-transform: uppercase;
	display: inline-block;
}
#content #pageheader #areatitle {
	font-size: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 6px;
	line-height: 20px;
	margin-top: 6px;
}
#content #pageheader #pagetitle {
	font-size: 30px;
	font-weight: bold;
	margin-top: 11px;
	line-height: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 6px;
}

#content #pagenav {
	height: 25px;
}
#content #pagenav ul {
	margin-left: 0px;
}
#content #pagenav.navbgorange {
	background:url(images/submenu_bg_orange.png);
}
#content #pagenav.navbggreen {
	background:url(images/submenu_bg_green.png);
}
#content #pagenav.navbgblue {
	background:url(images/submenu_bg_blue.png);
}
#content #pagenav.navbgpurple {
	background:url(images/submenu_bg_purple.png);
}
#content #pagenav li {
	list-style: none;
	float: left;
	outline: 1px #669999 solid;
}
#content #pagenav a {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color:#d3d3d3;
	background-repeat: no-repeat;
}
#content #pagenav a.navbgorange {
	background: url(images/pagenav_bg_orange.png);
	background-position: right 0px;
}
#content #pagenav a.navbgblue {
	background: url(images/pagenav_bg_blue.png);
	background-position: right 0px;
}
#content #pagenav a.navbggreen {
	background: url(images/pagenav_bg_green.png);
	background-position: right 0px;
}
#content #pagenav a.navbgpurple {
	background: url(images/pagenav_bg_purple.png);
	background-position: right 0px;
}
#content #pagenav a:hover {
	background-position: right -25px;
}
#pagecontent {
	background-color: #FFF;
	min-height: 500px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#pagecontent #col1, #pagecontent #col2, #pagecontent .col1, #pagecontent .col2 {
	float: left;
}
#pagecontent #col1, #pagecontent .col1 {
	width: 550px;
	outline: 1px solid #96F;
	margin-right: 20px;
}
#pagecontent #col2, #pagecontent .col2 {
	width: 300px;
	outline: 1px solid #96F;
}
#pagecontent #productsbox {
	float:left;
	background:url(images/product_box_mainbg.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 15px;
	margin-top: 30px;
	margin-left: 37px;
}
#pagecontent #productsbox .product {
	background-color: #FFF;
	float: left;
	width: 240px;
	height: 240px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
#pagecontent #productsbox .productheading > img {
	padding-right: 10px;
	float: left;
}
#pagecontent #productsbox .productheading {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 1px solid #066;
	margin-bottom: 10px;
	height: 51px;
}
#pagecontent #productsbox .productinfo {
	height: 144px;
}
#pagecontent #productsbox ul {
	margin-left: 20px;
	list-style-image:url(images/bluearrow.png);
}
#pagecontent #productsbox form {
	margin-top: 6px;
}
#pagecontent #productsbox input[type=submit] {
	width:150px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/btn_bg_redmedium.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	outline: 1px solid #96F;
	cursor: pointer;
}
#pagecontent #productsbox input[type=submit]:hover {
	background-position: 0px -30px;
}
#cloudbenefits li {
	margin-bottom: 10px;
}
#testimonialbox {
	width:270px;
	margin-top: 30px;
}
#testimonialbox #testimonialtext {
	text-align: justify;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#cfcfcf;
	padding: 10px;
}
#testimonialbox #testimonialtip {
	height:14px;
	background:url(images/tip2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}
#testimonialbox #testimonialtitle {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
}
#testimonialbox #testimonialsubtitle {
	font-style: italic;
	margin-left: 25px;
}
#content #pagecontent .boxeditem {
	width: 350px;
	margin-right: 50px;
	margin-bottom: 20px;
	float: left;
	outline: 1px solid #F93;
}
#content #pagecontent .boxeditem .title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content #pagecontent .boxeditem .infotext {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
	height: 80px;
}
#content #pagecontent .boxeditem .price {
	float: left;
	font-size:16px;
	height: 30px;
	line-height:30px;
	font-weight:700;
	outline: 1px solid #9FF;
}
#content #pagecontent .boxeditem .link a.bgorange {
	background:url(images/link_btn_bg_orange.png);
	background-position: right 0px;
}
#content #pagecontent .boxeditem .link a.bgblue {
	background:url(images/link_btn_bg_blue.png);
	background-position: right 0px;
}
#content #pagecontent .boxeditem .link a.bggreen {
	background:url(images/link_btn_bg_green.png);
	background-position: right 0px;
}
#content #pagecontent .boxeditem .link a.bgpurple {
	background:url(images/link_btn_bg_purple.png);
	background-position: right 0px;
}
#content #pagecontent .boxeditem .link a {
	height: 30px;
	text-align: center;
	display: block;
	width: 130px;
	float: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#content #pagecontent .boxeditem .link a:hover {
	background-position: right -30px;
}
#showstudy .date {
	font-size: 14px;
	font-weight: bold;
}
#showstudy .quotebox {
	background-color: #F7F8F8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
}
#showstudy li {
	margin-bottom: 10px;
}

#news .newsitem {
	border-bottom: 1px solid #CCCCCC;
	outline: 1px solid #F00;
	float:left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#news .newsimg {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: center;
	outline: 1px solid #099;
}
#news .newstext {
	float: left;
	width: 700px;
	outline: 1px solid #060;
}
#news .newstext .date {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}
#news .newstext .headline {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #719EBF;
}
#news .newstext .shortpost {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#news .newstext .link a, #news .newstext .link a:hover {
	text-transform: uppercase;
	background: url(images/readmorearrowblue.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 6px;
}
#news .newstext .link a:hover {
	background: url(images/readmorearrowblack.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#newspost .date {
	font-size: 16px;
	margin-bottom: 15px;
	color: #719EBF;
	font-weight: bold;
}
#newspost .returnlink {
	margin-top: 30px;
}
#newspost .returnlink a, #newspost .returnlink a:hover {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	background: url(../images/news/backarrow_blue.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#newspost .returnlink a:hover {
	background: url(../images/news/backarrow_black.png);
	background-repeat: no-repeat;
	background-position: center left;
}

/* Footer Area  :nth-child(even) */
#footer {
}
#footer #toptext {
	width:960px;
	color: #738083;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align:center;
}
#toptext a:link, #toptext a:active, #toptext a:visited, #toptext a:hover {
	color: #0955A3;
	text-decoration: none;
	border: none;
}
#toptext a:hover {
	color: #000;
}
.footerbox_top {
	clear:both;
	width:960px;
	height:9px;
	background:transparent url(images/box_footer_top.png) no-repeat top center;
}
.footerbox {
	width:920px;
	background:transparent url(images/box_footer_bg.gif) repeat-y top center;
	padding:6px 20px 0 20px;
	margin:0;
	height:38px;
}
.footerbox_bottom {
	width:960px;
	height:9px;
	background:transparent url(images/box_footer_bottom.png) no-repeat top center;
}
#copytext {
	font-size: 10px;
	color: #738083;
	margin-left: 20px;
	margin-bottom: 10px;
}
#copytext a:link, #copytext a:active, #copytext a:visited, #copytext a:hover {
	color: #738083;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: inherit;
}
#copytext a:first-child {
	border-left-width: 0px;
}
#copytext a:hover {
	color: #000;
}
