#content-index {
	float: left;
	overflow: hidden;
}

.product-box {
	float: left;
	width: 216px;
	height: 141px;
	margin-right: 2px;
	margin-top: 20px;
}

#producto-box-top {
	position: absolute;
	width: 900px;
	height: 31px;
	top: 0;
	left: 0;
	background: url(/images/productos_top.png) left top no-repeat;
}

.product-box-last {
	margin-right: 0;
}

div.product-box div {
	width: 216px;
	float: left;
}

div.product-box .pb-top {
	height: 65px;
	background: url(/images/fondo_promo.png) left top no-repeat;
}

div.product-box .pb-top a,
div.product-box .pb-top a:link,
div.product-box .pb-top a:visited {
	color: #FFFFFF;
}

div.product-box .pb-top a h2 {
	font-size: 14px;
	width: 136px;
	padding: 16px 10px 0 70px;
	margin: 0;
	height: 40px;
	line-height: 18px;
	border: none;
	color: #FFFFFF;
}


div.product-box .pb-middle {
	background: url(../images/producto_fondo.png) left top repeat-y;
	font-size: .8em;
	height: 28px;
	text-align: center;
	padding: 7px 0 12px;
	line-height: 16px;
}

div.product-box .pb-middle a {
	padding: 0 13px;
	float: left;
	width: 190px;
	display: block;
}

div.product-box .pb-bottom {
	background: url(../images/irpromo.png) left bottom no-repeat;
	height: 35px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	position: relative;
}

div.product-box .pb-bottom a,
div.product-box .pb-bottom a:link,
div.product-box .pb-bottom a:visited {
	position: absolute;
	width: 216px;
	height: 145px;
	display: block;
	bottom: 0;
	left: 0;
	color: #424242;
	font-size: 14px;
}

div.product-box div.pb-bottom a:hover {
	color: #3CAC15;
	text-decoration: none;
}

div.product-box .pb-bottom a p {
	position: absolute;
	bottom: 11px;
	right: 40px;
	margin: 0;
}
	
/***** Bottom Box ******/

#bottom-box-wrapper {
	width: 870px;
	height: 176px;
	position: relative;
	float: left;
	clear: both;
	padding: 15px;
	background: url(../images/bottom-box-middle.png) left top repeat-y;
	margin-top: 25px;
}

#bottom-box-top {
	position: absolute;
	width: 900px;
	height: 11px;
	top: 0;
	left: 0;
	background: url(../images/opiniones_top.png) left top no-repeat;
}

#bottom-box-bottom {
	position: absolute;
	width: 900px;
	height: 11px;
	bottom: 0;
	left: 0;
	background: url(../images/opiniones_bottom.png) left bottom no-repeat;
}

#bottom-box-ibeam {
	width: 51px;
	height: 206px;
	background: url(../images/divisiones_opiniones.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 554px;
}

div.bottom-content-wraps {
	height: 148px;
	font-size: .8em;
	float: left;
}

div.bottom-content-wraps p {
	line-height: 16px;
}

div.bottom-basements {
	border-top: 1px solid #CCCCCC;
	height: 25px;
	float: left;
	width: 100%;
}

div.bottom-basements a,
div.bottom-basements a:link,
div.bottom-basements a:visited {
	float: right;
	margin-top: 10px;
	background: url(../images/liga.png) right 50% no-repeat;
	padding-right: 14px;
	font-size: 12px;
	line-height: 12px;
}

div#bottom-middle div.bottom-content-wraps h3 {
	margin: 5px 0 0 0;
}

div#bottom-left div.bottom-content-wraps {
	padding-right: 125px;
}

#bottom-left {
	height: 175px;
	width: 410px;
	float: left;
	padding: 0 15px 0 0;
	overflow: hidden;
	background: url(../images/opiniones.png) right top no-repeat;
}

#bottom-middle {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: left;
	width: 198px;
	height: 175px;
	padding: 0 15px;
}

#bottom-right {
	width: 200px;
	height: 175px;
	float: left;
	padding-left: 15px;
}

#bottom-left h3 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #0280cf;
}

#bottom-left p#byline {
	font-size: 12px;
	font-style: italic;
	margin: 9px 0 0 0;
	color: #666666;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .8em;
	color: #333333;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: none;
}
.m_text_link {
	font-family:Tahoma;
	font-size:10px;
	line-height:12px;
	color:#353505;
	font-style: normal;
	word-spacing: normal;
}

a, a:link, a:visited {
	color: #353505;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}

h2 {
	font-size: 18px;
	color: #333333;
	border-bottom: 2px #8cc2ff solid;
	padding: 0 0 2px;
	margin: 1.4em 0 .7em 0;
}

h2.noline {
	border-bottom: none;
}

li {
	padding: .25em 0;
}

blockquote {
	background: #e3f3fe;
	border: 1px solid #8cc2ff;
	padding: 0 15px;
	font-style: italic;
}

blockquote p.byline {
	font-style: normal;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear-left {
	clear: left;
}

/**** BEGIN PAGE STYLES *****/

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
}

#wrapper {
	width: 863px;
	float: left;
	background: url(../images/paginas-bkg.png) center repeat-y;
	padding: 8px 16px 25px 21px;
}

#productos_wrapper {
	width: 863px;
	float: left;
	background: url(../images/paginas-bkg.png) center repeat-y;
	padding: 8px 16px 25px 21px;
}

#left-wrapper {
	float: left;
	width: 650px;
	margin-right: 15px;
	margin-top: 4px;
}

#content {
	float: left;
	padding: 10px 0 20px 5px;
	width: 645px;
}

/**** NEW Banner Styles ****/

#banner {
	float: left;
	width: 870px;
	padding: 4px 15px 0;
	text-align: right;
}

#banner a img {
	float: left;
	margin: 8px 0;
}

#banner a#customer-login,
#banner a:link#customer-login,
#banner a:visited#customer-login {
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	font-size: 12px;
	float: right;
}


#banner p.telefonos {
	font-weight: bold;
	font-size: 13px;
	float: right;
	color: #333333;
	padding: 0;
	margin: 19px 0 0;
	float: right;
	clear: right;
}

#banner p.telefonos a,
#banner p.telefonos a:link,
#banner p.telefonos a:visited {
	color: #f19800;
}

#banner p.telefonos span {
	color: #333333;
}

#banner p.telefonos span.region {
	color: #f19800;
}


#banner p.telefonos span.ww-hide {
	display: none;
}

/***** NEW NAVIGATION BAR STYLES ****/

#navbar {
	background: url(/images/header/toptable.png) left bottom no-repeat;
	width: 900px;
	height: 34px;
	float: left;
	font-size:10px
}

#navbar div {
	float: right;
	height: 34px;
	overflow: hidden;
	width: 210px;
}

#navbar div a,
#navbar div a:link,
#navbar div a:visited {
	float: right;
	height: 34px;
	background: url(/images/header/toptable.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

#navbar div a.email,
#navbar div a.email:visited {
	background-position: right bottom;
	width: 108px;
}

#navbar div a.email:hover {
	background-position: right top;
}

#navbar div a.chat,
#navbar div a.chat:visited {
	background-position: -690px bottom;
	width: 102px;
}

#navbar div a.chat:hover {
	background-position: -690px top;
}

#navbar ul {
	padding: 0;
	margin: 0;
	height: 34px;
	float: left;
	list-style: none;
	position: relative;
	z-index: 100;
}

#navbar ul li {
	float: left;
	margin-right: 2px;
	height: 34px;
	position: relative;
	padding: 0;
}
 
#navbar ul li a {
	display: block;
	height: 34px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/header/toptable.png) no-repeat;
}

#navbar ul li a#quienes_somos {
	width: 135px;
	background-position: left bottom;
}

#navbar ul li:hover a#quienes_somos,
#navbar ul li:hover a#quienes_somos.active {
	background-position: left top;
}

#navbar ul li a#quienes_somos.active {
	background-position: left -34px;
}

#navbar ul li a#venta_equipo {
	width: 158px;
	background-position: -135px bottom;
}

#navbar ul li a#venta_equipo.active {
	background-position: -135px -34px;
}

#navbar ul li:hover a#venta_equipo,
#navbar ul li:hover a#venta_equipo.active {
	background-position: -135px top;
}

#navbar ul li a#hosting_menu {
	width: 146px;
	background-position: -293px bottom;
}

#navbar ul li:hover a#hosting_menu,
#navbar ul li:hover a#hosting_menu.active {
	background-position: -293px top;
}

#navbar ul li a#hosting_menu.active {
	background-position: -293px -34px;
}

#navbar ul li a#soluciones {
	width: 101px;
	background-position: -439px bottom;
}

#navbar ul li:hover a#soluciones,
#navbar ul li:hover a#soluciones.active {
	background-position: -439px top;
}

#navbar ul li a#soluciones.active {
	background-position: -439px -34px;
}

#navbar ul li a#soporte {
	width: 95px;
	background-position: -540px bottom;
}

#navbar ul li:hover a#soporte, 
#navbar ul li:hover a#soporte.active {
	background-position: -540px top;
}

#navbar ul li a#soporte.active {
	background-position: -540px -34px;
}

#navbar ul li ul {
	position: absolute;
	border: 1px solid #14E71F;
	padding: 5px;
	z-index: 2000;
	left: -20px;
	top: 34px;
	display: block;
	height: auto;
	visibility: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #0C2714;
}

#navbar ul li:hover ul {
	visibility: visible;
}

#navbar ul li ul li {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	overflow: visible;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14E71F;
}

#navbar ul li ul li.lastNav {
	border-bottom: none;
}

#navbar ul li ul li a,
#navbar ul li ul li a:link,
#navbar ul li ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0;
	font-size: .95em;
	line-height: 1.3em;
	overflow: visible;
	padding: .3em;
	width: 200px;
	background: none;
	display: block;
	height: auto;
}

#navbar ul li ul li a:hover {
	background-color: #353505;
}

#navbar ul li div.triangle {
	width: 14px;
	height: 10px;
	position: absolute;
	display: block;
	border: none;
	background: url(../images/senalador.png) left top no-repeat;
	bottom: -1px;
	left: 20px;
	z-index: 3000;
	visibility: hidden;
}

#navbar ul li:hover div.triangle {
	visibility: visible;
}

#nav-shadow {
	width: 900px;
	height: 7px;
	background: url(../images/nav-shadow.png) left top no-repeat;
	float: left;
	overflow: hidden;
}

/**** END NAV BAR STYLES *****/

/***** NEW NAVIGATION NCOMPUTINGBAR STYLES ****/

#navbarncomputing {
	background: url(../ncomputing/images/toptable.png) left bottom no-repeat;
	width: 900px;
	height: 34px;
	float: left;
}

#navbarncomputing div {
	float: right;
	height: 34px;
	overflow: hidden;
	width: 210px;
}

#navbarncomputing div a,
#navbarncomputing div a:link,
#navbarncomputing div a:visited {
	float: right;
	height: 34px;
	background: url(../ncomputing/images/toptable.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

#navbarncomputing div a.email,
#navbarncomputing div a.email:visited {
	background-position: right bottom;
	width: 108px;
}

#navbarncomputing div a.email:hover {
	background-position: right top;
}

#navbarncomputing div a.chat,
#navbarncomputing div a.chat:visited {
	background-position: -690px bottom;
	width: 102px;
}

#navbarncomputing div a.chat:hover {
	background-position: -690px top;
}

#navbarncomputing ul {
	padding: 0;
	margin: 0;
	height: 34px;
	float: left;
	list-style: none;
	position: relative;
	z-index: 100;
}

#navbarncomputing ul li {
	float: left;
	margin-right: 2px;
	height: 34px;
	position: relative;
	padding: 0;
}
 
#navbarncomputing ul li a {
	display: block;
	height: 34px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../ncomputing/images/toptable.png) no-repeat;
}

#navbarncomputing ul li a#quienes_somos {
	width: 135px;
	background-position: left bottom;
}

#navbarncomputing ul li:hover a#quienes_somos,
#navbarncomputing ul li:hover a#quienes_somos.active {
	background-position: left top;
}

#navbarncomputing ul li a#quienes_somos.active {
	background-position: left -34px;
}

#navbarncomputing ul li a#venta_equipo {
	width: 158px;
	background-position: -135px bottom;
}

#navbarncomputing ul li a#venta_equipo.active {
	background-position: -135px -34px;
}

#navbarncomputing ul li:hover a#venta_equipo,
#navbarncomputing ul li:hover a#venta_equipo.active {
	background-position: -135px top;
}

#navbarncomputing ul li a#hosting_menu {
	width: 146px;
	background-position: -293px bottom;
}

#navbarncomputing ul li:hover a#hosting_menu,
#navbarncomputing ul li:hover a#hosting_menu.active {
	background-position: -293px top;
}

#navbarncomputing ul li a#hosting_menu.active {
	background-position: -293px -34px;
}

#navbarncomputing ul li a#soluciones {
	width: 101px;
	background-position: -439px bottom;
}

#navbarncomputing ul li:hover a#soluciones,
#navbarncomputing ul li:hover a#soluciones.active {
	background-position: -439px top;
}

#navbarncomputing ul li a#soluciones.active {
	background-position: -439px -34px;
}

#navbarncomputing ul li a#soporte {
	width: 95px;
	background-position: -540px bottom;
}

#navbarncomputing ul li:hover a#soporte, 
#navbarncomputing ul li:hover a#soporte.active {
	background-position: -540px top;
}

#navbarncomputing ul li a#soporte.active {
	background-position: -540px -34px;
}

#navbarncomputing ul li ul {
	position: absolute;
	border: 1px solid #14E71F;
	padding: 5px;
	z-index: 2000;
	left: -20px;
	top: 34px;
	display: block;
	height: auto;
	visibility: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #0C2714;
}

#navbarncomputing ul li:hover ul {
	visibility: visible;
}

#navbarncomputing ul li ul li {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	overflow: visible;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14E71F;
}

#navbarncomputing ul li ul li.lastNav {
	border-bottom: none;
}

#navbarncomputing ul li ul li a,
#navbarncomputing ul li ul li a:link,
#navbarncomputing ul li ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0;
	font-size: .95em;
	line-height: 1.3em;
	overflow: visible;
	padding: .3em;
	width: 200px;
	background: none;
	display: block;
	height: auto;
}

#navbarncomputing ul li ul li a:hover {
	background-color: #353505;
}

#navbarncomputing ul li div.triangle {
	width: 14px;
	height: 10px;
	position: absolute;
	display: block;
	border: none;
	background: url(../images/senalador.png) left top no-repeat;
	bottom: -1px;
	left: 20px;
	z-index: 3000;
	visibility: hidden;
}

#navbarncomputing ul li:hover div.triangle {
	visibility: visible;
}

#nav-shadow {
	width: 900px;
	height: 7px;
	background: url(../images/nav-shadow.png) left top no-repeat;
	float: left;
	overflow: hidden;
}

/**** END NAV BAR NCOMPUTING STYLES *****/


/**** SIDEBAR STYLES ****/

#sidebar {
	width: 198px;
	float: left;
	background: url(../images/sidebar-bkg.png) left top repeat-y;
}

#sidebar-container {
	float: left;
	width: 188px;
	padding: 5px 5px 0 5px;
	background: url(../images/sidebar-top.png) left top no-repeat;
}

#sidebar-container ul,
#sidebar-container h3,
#sidebar-container div {
	float: left;
}

#sidebar-search {
	width: 181px;
	padding: 11px 0 10px 7px;
	border-bottom: 1px solid #7bb5f7;
}

#sidebar-search form {
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar-bottom {
	width: 182px;
	background: url(http://www.servpath.com//images/refresh/sidebar-bottom.png) left bottom no-repeat;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 8px 12px 8px;
	float: left;
}

#sidebar-search input {
	padding: 0;
	margin: 0;
	float: left;
}

#sidebar-search input.searchbox {
	width: 129px;
	height: 16px;
	border: none;
	background: url(http://www.servpath.com//images/refresh/search-field.png) left top no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 4px 4px 8px;
}

#sidebar-search input.search-submit {
	border: none;
	background: url(http://www.servpath.com//images/refresh/search-button.png) left top no-repeat;
	cursor: pointer;
	width: 32px;
	height: 26px;
}

#sidebar-container h3 {
	margin: 0;
	padding: 20px 10px 10px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#sidebar-container h3.no-hostlinks {
	padding-top: 0;
}

div#sublink-wrap {
	width: 163px;
	padding: 0 15px 0 10px;
}

#sidebar-container ul#sublinks {
	padding: 0 0 10px 5px;
	margin: 0;
	clear: left;
	width: 143px;
	list-style: none;
}

#sidebar-container ul#sublinks li {
	background: url(http://www.servpath.com//images/refresh/bullet-blue.png) left 4px no-repeat;
	padding: 0 0 7px 10px;
	color: #4e4e4e;
	font-size: 12px;
}

#sidebar-container ul li a,
#sidebar-container ul li a:link,
#sidebar-container ul li a:visited {
	color: #4e4e4e;
}

#sidebar-container div.hostlinks {
	padding: 10px;
	border-top: 1px solid #7bb5f7;
	width: 168px;
}

#sidebar-container div.last {
	border-bottom: 1px solid #7bb5f7;
}

#sidebar-container div.hostlinks a,
#sidebar-container div.hostlinks a:link,
#sidebar-container div.hostlinks a:visited {
	font-size: 12px;
	color: #4e4e4e;
	line-height: 16px;
	padding-left: 52px;
	float: left;
}

#sidebar-container div.hostlinks a.lbsn {
	background: url(http://www.servpath.com//images/refresh/sidebar-icon-lbsn.png) left top no-repeat;
}

#sidebar-container div.hostlinks a.dedicated {
	background: url(http://www.servpath.com//images/refresh/sidebar-icon-dedicated.png) left top no-repeat;
}

#sidebar-container div.hostlinks a.hybrid {
	background: url(http://www.servpath.com//images/refresh/sidebar-icon-hybrid.png) left top no-repeat;
}

#sidebar-container div.hostlinks a.cloud {
	background: url(http://www.servpath.com//images/refresh/sidebar-icon-cloud.png) left top no-repeat;
}

div#side-contact {
	border-bottom: 1px solid #FFFFFF;
}

div#side-contact a,
div#side-contact a:link,
div#side-contact a:visited {
	float: left;
	background: #d7d7d7;
	padding: 7px 8px 7px 32px;
	margin: 0;
	color: #2a2a2a;
	font-size: 13px;
	line-height: 12px;
	overflow: hidden;
}

div#side-contact a.chat,
div#side-contact a.chat:link,
div#side-contact a.chat:visited {
	background: #d7d7d7 url(http://www.servpath.com//images/refresh/cfooter-chat-button.png) -4px 50% no-repeat;
	border-right: 1px solid #5d5d5d;
	width: 53px;
}

div#side-contact a.email,
div#side-contact a.email:link,
div#side-contact a.email:visited {
	background: url(http://www.servpath.com//images/refresh/cfooter-email-button.png) -4px 50% no-repeat;
	background-color: #d7d7d7;
	width: 54px;
}

div#side-contact a.email:hover,
div#side-contact a.chat:hover {
	background-color: #8f8f8f;
	background-position: -254px 50%;
	text-decoration: none;
	color: #FFFFFF;
}

/**** END SIDEBAR STYLES ****/

/**** SUB HERO STYLES ****/

#sub-hero {
	float: left;
	width: 650px;
	height: 120px;
	position: relative;
}

#sub-hero h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 634px;
	font-size: 20px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	padding: 8px;
	z-index: 2;
}

#sub-hero div#sub-hero-alpha {
	position: absolute;
	width: 650px;
	height: 36px;
	bottom: 0;
	left: 0;
	background: #000000;
	filter: alpha(opacity=78);
	opacity: 0.78;
	z-index: 1;
}


/**** CONTENT FOOTER STYLES ****/

#cfooter-wrap {
	float: left;
	width: 900px;
}

#cfooter-content {
	width: 879px;
	background: url(http://www.servpath.com//images/refresh/sub-page-content-foot-bkg.png) top left no-repeat;
	position: relative;
	padding: 13px 0 0 21px;
	float: left;
}

#cfooter-content p.ww-hide {
	display: none;
}

#cfooter-content div.ww-hide {
	display: none;
}

#cfooter-content p.uptime {
	position: absolute;
	color: #087aca;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	right: 23px;
	top: 20px;
	z-index: 2;
	margin: 0;
}

#cfooter-content p.questions {
	position: absolute;
	left: 22px;
	top: -18px;
	font-weight: bold;
	color: #4e4e4e;
	margin: 0;
}

#cfooter-content img {
	position: absolute;
	right: 257px;
	top: -28px;
	z-index: 1;
}

#pagina-bottom {
	width: 900px;
	height: 13px;
	background: url(../images/opiniones_bottom.png) left top no-repeat;
	overflow:hidden;
	clear: left;
}

div#cfooter-content a,
div#cfooter-content a:link,
div#cfooter-content a:visited {
	float: left;
	background: #d7d7d7;
	border-top: 1px solid #555555;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #ebebeb;
	padding: 7px 8px 7px 40px;
	margin: 5px 15px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #2a2a2a;
	font-size: 13px;
	line-height: 12px;
}

div#cfooter-content a.chat,
div#cfooter-content a.chat:link,
div#cfooter-content a.chat:visited {
	background: #d7d7d7 url(http://www.servpath.com//images/refresh/cfooter-chat-button.png) left 50% no-repeat;
}

div#cfooter-content a.email,
div#cfooter-content a.email:link,
div#cfooter-content a.email:visited {
	background: #d7d7d7 url(http://www.servpath.com//images/refresh/cfooter-email-button.png) left 50% no-repeat;
}

div#cfooter-content a.email:hover,
div#cfooter-content a.chat:hover {
	background-color: #8f8f8f;
	background-position: -250px 50%;
	text-decoration: none;
	color: #FFFFFF;
}

div#cfooter-content div.phones {
	float: left;
	margin-right: 15px;
	font-weight: bold;
}

div#cfooter-content div.phones p.locale {
	color: #4e4e4e;
	font-size: 11px;
	margin: 0;
}

div#cfooter-content div.phones p.num {
	color: #333333;
	font-size: 16px;
	margin: 5px 0 0 0;
	line-height: 12px;
}


/***** Footer Styles *******/

#footer {
	float: left;
	width: 900px;
	text-align: center;
	color: #777777;
	margin-top: 20px;
	padding: 15px 0 20px;
	border-top: 1px solid #CCCCCC;
}

#footer p#flinks {
	font-size: 11px;
	line-height: 14px;
}

#footer p#flinks a,
#footer p#flinks a:link,
#footer p#flinks a:visited {
	color: #777777;
	font-size: 11px;
}

#footer p#legal {
	font-size: 10px;
}

#footer p#legal a,
#footer p#legal a:link,
#footer p#legal a:visited {
	font-size: 10px;
	color: #777777;
	text-decoration: underline;
}

/**** BLUE BUTTON STYLES ****/

a.blue-button,
a.blue-button:link,
a.blue-button:visited {
	background: #273d7d url(http://www.servpath.com//images/refresh/blue-button-bkg.png) left top repeat-x;
	border: 2px outset #7fa7df;
	padding: .5em;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 8px;
	display: inline-block;
}

a.blue-button:hover {
	text-decoration: none;
}

a.blue-button span {
	background: url(http://www.servpath.com//images/refresh/blue-button-arrow.png) right 50% no-repeat;
	padding: 0 17px 0 0;
}

.more-network-examples {
	margin: 15px;
}


/**** LOAD BALANCED SECTION ****/

div.net-diagram-wrapper {
	float: left;
	width: 100%;
	margin-top: 1.5em;
}

div.net-diagram-thumb {
	float: left;
	width: 200px;
	margin-right: 25px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

div.net-diagram-thumb a {
	text-align: center;
}

div.net-diagram-info {
	width: 397px;
	float: left;
	padding: 0;
	overflow: hidden;
}

div.net-diagram-info h3 {
	margin: 0;
}

div.net-buttons {
	float: left;
	clear: left;
	margin-top: 20px;
	width: 100%;
}

div.net-buttons a {
	float: right;
}

div.content-wrapper {
	float: left;
}

div.content-wrapper h2,
div.content-wrapper p {
	float: left;
	clear: left;
	width: 100%;
}

div.content-wrapper h2 {
	margin: 1.4em 0 0 0;
	width: 645px;
}

div.content-wrapper p {
	margin: 1.25em 0 0 0;
}

div.net-diagram-thumb p {
	text-align: center;
	margin: 0;
}

div.net-diagram-wrapper ul {
	padding-left: 20px;
	font-weight: bold;
}

div.net-diagram-info ul {
	margin: .8em 0 0;
	width: 400px;
}

a.private-vlan-thumb,
a.private-vlan-thumb:link,
a.private-vlan-thumb:visited {
	float: left;
	width: 200px;
	padding: 6px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}

a.private-vlan-thumb:hover {
	text-decoration: none;
}

#f-five-logo {
	background-image: url(http://www.servpath.com//images/LBSN/f5-logo.jpg);
	width: 112px;
	height: 135px;
	float: right;
	margin-top: 15px;
}


/**** /LOAD BALANCED SECTION ****/

/**** CLOUD CONNECT SECTION ****/

div.cloud-connection {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

a.connect-thumb {
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
}

div.content-wrapper div.blue-buttons {
	float: left;
	padding-top: 20px;
}


/**** MANAGED SERVICES INDEX STYLES ****/

.managedBoxes{
	width: 184px;
	height: 207px;
	float:left;
	display: block;
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 10px 10px 18px 10px;
	overflow:hidden;
	position: relative;
}

.mid{
	margin: 0 13px;
}

.managedBoxes img{
	float:left;
	margin-right: 5px;
}

.managedBoxes h2{
	font-size: 14px;
	color: #666666;
	padding-bottom: 2px;
	margin: 0.8em 0 .7em 0;
}

.managedContent{
	float: left;
	clear: left;
}

.rightAction{
	clear: left;
	float: right;
	margin-top: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

.rightAction a:link,
.rightAction a:visited,
.rightAction a:active{
	font-weight: bold;
	background: url(http://www.servpath.com//images/refresh/link-arrow.png) right 50% no-repeat;
	padding-right: 12px;
}

.managedBoxes ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 12px;
}

.managedBoxes ul li {
	padding: 2px 0;
}

.managedBoxes p{
	margin: .7em 0;
}

.managedBoxes ul.included {
	font-size: 11px;
}

.managedBoxes ul.included li {
	line-height: 1em;
}

#partner-service {
	border: 1px solid #CCCCCC;
	position: relative;
}

#partner-service a,
#partner-service a:visited {
	display: block;
	padding: 10px 10px 10px 15px;
	color: #666666;
	width: 618px;
	position: relative;
}

#partner-service a:hover {
	text-decoration: none;
	color: #1164B2;
}

#partner-service a h3 {
	margin: 0 0 8px;
	color: #666666;
}

#partner-service a:hover h3 {
	color: #1164B2;
}

#partner-service span {
	position: absolute;
	width: 250px;
	right: 8px;
	bottom: 8px;
	text-align: right;
	font-weight: bold;
	color: #1164B2;
}

#partner-service p {
	margin: 0 0 10px 0;
	line-height: 1.3em;
}

#partner-service img {
	float: left;
	margin-right: 10px;
}

/**** MANAGED-SERVICES/SECURITY/INDEX ****/

.firewall-icons{
	float:left; 
	background:url(http://www.servpath.com//images/button-firewallBg.png) no-repeat;
	display:block;
	margin: 0 15px 0 15px;
	width:284px;
	height: 75px;
}

.firewall-icons h4{
	font-size: 12px;
	padding-top: 2px;
}

.firewall-icons img{
	float:left; 
	padding: 5px 7px 0 7px;
}

/**** END MANAGED -SERVICES ****/


/****** New Customer Testimonials Styles ******/

.case-box {
	float: left;
	width: 400px;
	border: 1px solid #00FF00;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 20px;
}

.case-box h2 {
	background: url(http://www.servpath.com//images/case-studies-box-head.png) left bottom no-repeat;
	display: block;
	overflow: hidden;
	border: none;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 5px 5px 8px 15px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-topleft: 13px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-top-left-radius: 13px;
}

.case-box-left {
	float: left;
	padding: 16px 10px 20px 15px;
	width: 175px;
}

.case-box-right {
	float: left;
	width: 410px;
	padding: 0px 15px 10px 10px;
	overflow: hidden;
}

.case-box-right p.quote {
	font-style: italic;
	color: #003399;
	background: url(http://www.servpath.com//images/dedicated-servers/quotes-open.png) no-repeat left top;
	padding: 10px 15px 0 12px;
}

.case-box-right p.byline {
	color: #666666;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}

.case-box-left a,
.case-box-left a:link,
.case-box-left a:visited {
	display: block;
	float: left;
	text-decoration: none;
	padding-left: 3px;
}

.case-box a.fullstory,
.case-box a.fullstory:link,
.case-box a.fullstory:visited {
	font-weight: bold;
	margin: 30px 0 10px 10px;
}

.case-box a.fullstory:hover {
	text-decoration: underline;
}

.case-box a.pdfbutton,
.case-box a.pdfbutton:link,
.case-box a.pdfbutton:visited {
	background: url(http://www.servpath.com//images/button-download-pdf.png) left top no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 118px;
	height: 46px;
	margin-left: 10px;
}


/**** CAREERS PAGE ****/
/***** accordion *****/
#vertical_container {
	width:100%;
	display:block;
	clear:both;
	}
	
#jobListings {
	padding: 0;
	float:left;
	display:block;
	clear:both;
	width:600px;
	overflow:hidden;
	}

.accordion_toggle {
	font-size:14px;
	font-weight:bold;
	color:#333;
	display:block;
	clear:both;
	padding:3px 5px;
	margin-bottom:3px;
	background:url(http://www.servpath.com//images/jobList-topBar.png) repeat-x #e5e5e5;
	cursor:pointer;
	margin:5px 0 0 0;
	border-bottom:2px solid #c3c3c3;
	width:100%!important;
	}
	
.accordion_toggle:hover {
	background:url(http://www.servpath.com//images/jobList-topBar-active.png) #f0f0f0;
	}
	
.accordion_toggle_active {
	/*background:#6Fbe44;*/
	background:url(http://www.servpath.com//images/jobList-topBar-active.png) repeat-x #f0f0f0;
	color:#333;
	font-weight:bold;
	border-bottom:2px solid #ccc;
	}
	
.accordion_content {
	padding:10px 5px 0 5px;
	overflow:hidden;
	display:none;
	clear:both!important;
	width:100%!important;
	font-size:12px;
	background:url(http://www.servpath.com//images/jobList-topShadow.png) repeat-x top #fff;
	}
	
.panelBody {
	background:url(http://www.servpath.com//images/jobList-topShadow.png) repeat-x top #fff;
	}
	
.panelBody ul {
	margin:0 0 10px 20px;
	padding:10px 0 0 10px;
	}
	
.accordion_content ul {
	margin:0;
	padding:0 0 10px 20px;
	display:block;
	width:588px!important;
	clear:both;
	}
	
.accordion_content ul li {
	margin:0;
	padding:3px 0px;
	}

/***** arrows *****/
#arrows {
	height:40px;
	overflow:hidden;
	padding-right: 39px;
	}

.arrow {
	float:right;
	display:inline;
	margin-left:-38px;
	margin-top:0;
	}
	
.arrow a {
	float:left;
	display:block;
	height:40px;
	overflow:hidden;
	}
		
.horizontalCarousel_wrapper, .horizontalCarousel {
	width:645px;
	height:200px;
	overflow:hidden;
	position:relative;
	float: left;
	}
	
#reasons {
	float:left;
	display:block;
	clear:both;
	width:645px;
	}
	
.container {
	width:645px;
	position:relative;
	overflow:hidden;
	float:left;
	display:block;
	clear:both;
	}
	
#horizontal_carousel ul {
	margin:0;
	padding:10px 0;
	position:relative;
	width:5000px;
	}
	
#horizontal_carousel ul div.carouselFrame {
	float:left;
	display:inline;
	position:relative;
	width:625px;
	padding:0 10px;
	color:#333;
	}
	
.carouselFrame {
	line-height:1.3em;
	}
	
.next_button, .prev_button {
	display:none;
	}
	
a#location {
	background:url(http://www.servpath.com//images/careers-location_bg.png) no-repeat 0px 0px;
	height:41px;
	overflow:hidden;
	}
	
a#benefits {
	background:url(http://www.servpath.com//images/careers-benefits_bg.png) no-repeat 0px 0px;
	height:41px;
	overflow:hidden;
	}
	
a#experience {
	background:url(http://www.servpath.com//images/careers-exp_bg.png) no-repeat 0px 0px;
	height:41px;
	overflow:hidden;
	}
	
a#building {
	background:url(http://www.servpath.com//images/careers-building_bg.png) no-repeat 0px 0px;
	height:41px;
	overflow:hidden;
	}
	
a#innovation {
	background:url(http://www.servpath.com//images/careers-innovation_bg.png) no-repeat 0px 0px;
	height:41px;
	overflow:hidden;
	}
	
a#people {
	background:url(http://www.servpath.com//images/careers-people_bg.png) no-repeat 0px 0px;
	height:41px;
	overflow:hidden;
	}
	
a#location:hover, a#benefits:hover, a#experience:hover, a#building:hover, a#innovation:hover, a#people:hover {
	background-position:0px -40px;
	}

a#location.selected, a#benefits.selected, a#experience.selected, a#building.selected, a#innovation.selected, a#people.selected {
	background-position:0px -80px;
	}


/*EXPANDABLE MENU STYLES
ul.treemenu {
	padding:0px;
	list-style : none;	
	background-color : #fff;
	margin-left: 0;
	padding-bottom:20px;
}

ul.treemenu ul {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

ul.treemenu li {
	font-weight: bold;
	display: inline;
}

ul.treemenu li a {
	border-bottom: 1px solid #7BB5F7;
	padding: 4px 0 4px 12px;
	color: #000000;
	display: block;
}

ul.treemenu li a.treeopen {
	background: url(http://www.servpath.com/images/refresh/link-arrow-open.png) left 50% no-repeat;
}		

ul.treemenu li a.treeclosed {
	background: url(http://www.servpath.com/images/refresh/link-arrow.png) left 50% no-repeat;
}

ul.treemenu li ul li a {
	border: none;
	color: #1164B2;
}

ul.treemenu li a:hover {
	text-decoration: none;
}

ul.treemenu li ul li a:hover {
	text-decoration: underline;
}

ul.treemenu li.noChildren a {
	background: url(http://www.servpath.com/images/refresh/link-arrow.png) left no-repeat;
	padding-left: 12px;
	color: #000000;
}

	
/*END EXPANDABLE MENU STYLES*/

/**** jQuery Sliding Menu Styles ****/

h2.limb {
	background: url(http://www.servpath.com//images/refresh/link-arrow.png) left 50% no-repeat;
	border-bottom: 1px solid #7bb5f7;
	padding: .75em 0 .5em 12px;
	cursor: pointer;
	font-size: 1em;
	color: #000000;
	margin: 0;
}

ul.menu-tree li.branch span,
ul.menu-tree li.branch ul li span {
	background: url(http://www.servpath.com//images/refresh/link-arrow.png) left 50% no-repeat;
	padding-left: 12px;
	cursor: pointer;
}

h2.treeopen,
ul.menu-tree li.treeopen span,
ul.menu-tree li.treeopen ul li.treeopen span {
	background: url(http://www.servpath.com//images/refresh/link-arrow-open.png) left 50% no-repeat;
}

ul.menu-tree {
	list-style: none;
	display: none;
	padding-left: 20px;
	margin-left: 0;
}

ul.menu-tree li {
	color: #1164b2;
	font-weight: bold;
}

ul.menu-tree li.branch ul {
	display: none;
	list-style: none;
	padding: .5em 0 .5em 25px;
	margin-left: 0;
}

/**** CLOUD SCALING WHITEPAPER STYLES ****/

.whitePaperForm {
	float: left;
	padding: 0 10px;
	width: 280px;
	background: url(http://www.servpath.com//images/whitepaper-form-bkg.png) top left no-repeat;
	margin: 15px 40px 0 0;
}

.field {
	margin: 0 auto 8px auto;
	width: 262px;
}

.field input {
	width: 150px;
	padding: 3px;
	border: 1px solid #999999;
}

.field label {
	width: 100px;
	display: block;
	float: left;	
}

.red {
	color: red;
}

.whitePaperForm input.submit {
	float: right;
	margin-right: 8px;
}

.whitePaperImage {
	float: left;
}

.thanksDownLoadBox {
	border: 1px solid #666666;
	padding: 15px;
	width: 60%;
	margin-bottom: 25px;
}

.thanksDownLoadBox h3 {
	margin-top: 0;
	padding-top: 0;
}

.thanksDownLoadBox a,
.thanksDownLoadBox a:link,
.thanksDownLoadBox a:visited {
	background: #003366;
	border: 1px solid #66ccff;
	padding: 7px;
	text-decoration: none;
	color: #CCFFFF;
}

.thanksDownLoadBox a:hover {
	background: #0066CC;
	color: #FFFFFF;
}

.thanksSalesContact {
	border-top: 3px solid #CCCCCC;
	padding-top: 4px;
	margin-top: 35px;
}

.definitionsImage {
	float: right;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

.definitionsImage h3 {
	border-top: 1px solid #cccccc;
	padding: 3px 0 0;
	margin: 8px 0 0;
}

/**** DEDICATED SERVERS RELATED STYLES ****/

/** Click to call and server special button styles **/

.button-1hour{
	background: url(http://www.servpath.com//images/button-1hour.png) no-repeat;
	height: 34px;
	width: 221px;
	float:left;
	display: inline;
	margin: 0 20px 20px 50px;
	padding: 5px 0 0 35px;
}

.button-clickCall{
	background: url(http://www.servpath.com//images/button-clickCall.png) no-repeat;
	height: 34px;
	width: 221px;
	float:left;
	display: inline;
	margin: 0 20px 20px 50px;
	padding: 5px 0 0 35px;
}

.button-1hour a:link, .button-1hour a:visited, .button-1hour a:hover, .button-1hour a:active {font-weight: bold; text-decoration: none; display: block;}

.button-clickCall a:link, .button-clickCall a:visited, .button-clickCall a:hover, .button-clickCall a:active {font-weight: bold; text-decoration: none; display: block;}

.button-small{
	font-size: 11px;
	color:#333333;
	font-weight:normal;
	}
	
/** END CTC & SPECIAL BUTTONS **/

/* Control Panel price comparison Table styles */

#control-panel-table {
	font-size: 90%;
}
#control-panel-table td {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 5px;
	text-align: center;
}
#control-panel-table th {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 8px 5px 5px 5px;
	background: url(http://www.servpath.com//images/cpanel-tab-bkg.gif) repeat-x top;
}
#control-panel-table th.lefty {
	background: url(http://www.servpath.com//images/tab-body-select.gif) repeat-x;
	color: #000000;
	font-weight: bold;
	border-left: none;
	border-top: none;
}
#control-panel-table th.rightey {
	background: url(http://www.servpath.com/images/tab-body-select-right.gif) top right;
}
#control-panel-table th.nothing {
	border-left: none;
	background: none;
}
#control-panel-table td.right-border {
	border-right: solid 1px #CCCCCC;
}
#control-panel-table td.cpanel-name {
	font-weight: bold;
	text-align: left;
}

/** END CONTROL PANELS **/

/**** NEW SPECIALS SECTION STYLES ****/

img.specials-logos {
	margin-top: 10px;
}

table.special-table h2 {
	border: none;
	margin: 0;
	padding: 0 0 0 35px;
}

table.special-table h2.hot {
	background: url(http://www.servpath.com//images/refresh/specials/fire.png) left 48% no-repeat;
	padding: 5px 0 0 25px;
}

table.special-table h2.std {
	background: url(http://www.servpath.com/images/refresh/specials/red-tag.png) left 48% no-repeat;
	padding: 5px 0 0 25px;
}

table.special-table h2.hour {
	background: url(http://www.servpath.com/images/refresh/specials/clock.png) left 48% no-repeat;
	padding: 5px 0 0 25px;
}

table.special-table {
	border-bottom: 1px solid #939393;
	margin-top: 25px;
}

table.top-table {
	margin-top: 20px;
}

table.special-table td {
	border-left: 1px solid #939393;
	padding: 10px 6px 6px;
	font-size: 11px;
	font-weight: bold;
}

table.special-table tr.alt {
	background: #e9e9e9;
}

table.special-table tr.head td {
	background: #c2e1fe url(http://www.servpath.com/images/refresh/specials/head-corner.png) left top no-repeat;
	border-left: none;
	padding: 5px 0 5px 15px;
}

table.special-table tr.head td.chat {
	background: #1c4a7a url(http://www.servpath.com/images/refresh/specials/chat-corner.png) right top no-repeat;
	padding: 0;
}

table.special-table td.ordernow {
	border-right: 1px solid #939393;
	text-align: center;
	font-weight: normal;
	padding-top: 6px;
}

table.special-table td.ordernow a.order,
table.special-table td.ordernow a.order:link,
table.special-table td.ordernow a.order:visited {
	background: url(http://www.servpath.com/images/refresh/specials/order-now.png) left bottom no-repeat;
	width: 74px;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	margin: 2px auto 5px auto;
}

table.special-table td.ordernow a.order:hover {
	background-position: top;
}

table.special-table tr.head td.chat a,
table.special-table tr.head td.chat a:link,
table.special-table tr.head td.chat a:visited {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
	padding: 8px 8px 8px 35px;
	background: url(http://www.servpath.com/images/refresh/specials/chat-bubble.png) 8px 45% no-repeat;
}

table.special-table tr.head td.chat a:hover {
	text-decoration: none;
	color: #c2e1fe;
}

table.special-table tr.cats {
	background: #276dcd url(http://www.servpath.com/images/refresh/specials/table-cat-bkg.png) left bottom repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

table.special-table tr.cats td {
	border-left: none;
	border-bottom: 1px solid #333333;
	padding: 6px;
	color: #FFFFFF;
}

table.special-table td.yearly {
	color: #FF0000;
}

table.special-table td.yearly span {
	text-decoration: line-through;
	color: #333333;
	font-weight: normal;
}

table.special-table td.proc span {
	padding-top: 3px;
	display: block;
	color: #1c4a7a;
}

/**** SPECIALS ORDER PAGE STYLES ****/

fieldset.specials {
	border: 1px solid #CCCCCC;
	margin: 20px 0 0 0;
	padding: 15px;
	position: relative;
}

fieldset.specials legend {
	font-size: 1.6em;
	color: #333333;
	font-weight: bold;
}

div.specials-contact {
	float: left;
	width: 300px;
}

fieldset.specials div.field {
	float: left;
	width: 300px;
}

fieldset.specials div.field label {
	text-align: right;
	padding-right: 8px;
}

fieldset.specials select {
	float: left;
	width: 158px;
}

form#OrderForm input.submit {
	margin-top: 20px;
}

fieldset.specials div.payment-wrapper {
	float: left;
	clear: left;
	width: 100%;
}

fieldset.specials div.payment-left {
	float: left;
	width: 300px;
	margin-top: 10px;
}

fieldset.specials div.payment-right {
	float: left;
	width: 300px;
	margin-top: 10px;
}

fieldset.specials p.ip-fraud {
	font-size: 10px;
	clear: left;
}

fieldset.specials div.contact-check {
	background: #C2E1FE;
	padding: 4px 8px 4px 4px;
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
}

fieldset.specials div.contact-check input {
	margin: 0;
}

fieldset.specials select#payment-expMonth {
	width: 85px;
	margin-right: 13px;
}

fieldset.specials select#payment-expYear {
	width: 60px;
}

fieldset.specials div.checkbox {
	float: left;
	width: 100%;
	clear: left;
	margin-bottom: 7px;
}

fieldset.specials div.checkbox input {
	float: left;
	margin: 0 5px 0 0;
}

fieldset.specials div.checkbox div.label-wrapper {
	float: left;
	width: 95%
}

fieldset.specials div.checkbox span {
	float: left;
}

ul.selected-special {
	list-style: none;
	margin: 0 0 auto 0;
	padding: 15px 0 15px 20px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background: url(http://www.servpath.com/images/refresh/specials-callout-bkg-servers.png) right 50% no-repeat;
}

h2.secure-order {
	border: none;
	padding: 8px 0 8px 32px;
	font-size: 1.1em;
	margin-bottom: 0;
}

h2.std {
	background: #c2e1fe url(http://www.servpath.com/images/refresh/specials/red-tag.png) 6px 48% no-repeat;
}

h2.hot {
	background: #c2e1fe url(http://www.servpath.com/images/refresh/specials/fire.png) 6px 48% no-repeat;
}

h2.hour {
	background: #c2e1fe url(http://www.servpath.com/images/refresh/specials/clock.png) 6px 48% no-repeat;
}

div.payment-opts {
	width: 300px;
	float: left;
}

div.payment-opts div {
	background: #c2e1fe;
	padding: 5px;
}

div.monthly {
	margin-right: 13px;
}

div.payment-opts label {
	font-size: 1.1em;
	font-weight: bold;
}

div.payment-opts ul {
	list-style: none;
	padding-left: 15px;
	margin-left: 0;
}

div.payment-opts div span {
	font-style: italic;
}

div.payment-opts ul li.yearly-save {
	font-size: 1.2em;
	color: #FF0000;
}

fieldset.specials p.small {
	float: left;
	margin: 0;
}

/** DEDICATED SPECIALS SECTION STYLES **/

.shadedBox_header {
	background:url(http://www.servpath.com/images/topnav-bg.gif) no-repeat center #999;
	color:#fff;
	display:block;
	padding:5px 10px;
	margin:0;
	border:1px solid #ccc;
	border-bottom:0px;
	clear: both;
	margin-top: 15px;
	width: 623px;
	float: left;
	}
	
.shaded-box table tr.equip:hover {
	background:#fff;
	cursor:pointer;
	border-bottom:1px dotted #999;
	}
	
.shaded-box table {
	margin:0 0 15px 0;
	}
	
tr.equip td {
	padding:5px 0;
	font-size:11px;
	}	
tr.head h1 {
	font-size: 10px;
	font-weight:bold;
	color: #3090CC;
	margin:0;
	padding:0;
	}	
	
.shaded-box table tr {
	text-align:center;
	}
	
.shaded-box table td {
	/*border-right:1px dotted #e5e5e5;*/
	}
	
ul#freemiums {
	float:left;
	display:block;
	width:580px;
	margin:0;
	padding:0;
	}
	
ul#freemiums li {
	float:left;
	display:inline;
	width:265px;
	padding:5px 0 3px 25px;
	background:url(http://www.servpath.com/images/checkbox.png) no-repeat left top;
	}


#seals {
	background:url(http://www.servpath.com/images/specials-grey-logos-vert.png) no-repeat;
	float: right;
	width:86px;
	height: 141px;
	margin-top: 15px;
	}
	
h2.free {
	margin:0 0 10px 0;
	width: 580px;
	float:left;
	}
	

div#pagetitle {
	border-right:0px;
	margin:0 0 15px 0;
	width:685px;
	}

.asterisk {	
	font-size:10px;
	font-style:italic;
	padding: 8px 0 8px;
}

.specials-stopwatch-header {
	float: left;
	padding: 37px 0 0 10px;
	margin: 0;
}

.specials-stopwatch {
	float: left;
	padding-bottom: 15px;
}

.tinytext, .TD-tiny {
	font-size: 0.8em;
	}
	
.TD-tiny a {
	font-size: 1em;
	}
	
.TD-small-red {
	color: #FF0000;
	}
	
.orangetext {
	color: #FF9900; 
	}

table.tblborder {
	border-top: solid 1px #CCCCCC; 
	border-right: solid 1px #CCCCCC;
	}
	
table.tblborder th {
	background-color: #CCCCCC;
	color: #FFFFFF; 
	border-left: solid 1px #CCCCCC; 
	border-bottom: solid 1px #CCCCCC; 
	padding: 4px; 
	}
	
table.tblborder th a:link, table.tblborder th a:visited { 
	color: #FFFFFF;
	}
	
table.tblborder th a:hover, table.tblborder th a:active {
	color: #000000; 
	}
	
table.tblborder td { 
	border-left: solid 1px #CCCCCC; 
	border-bottom: solid 1px #CCCCCC; 
	padding: 4px; 
	font-size: 11px;
	}


.small-text{
font-size:10px;
color: #333333;
font-weight: normal;
}
.tab-header{
border-bottom: solid 1px #CCCCCC;
}

.tab-header h1 a:link, .tab-header h1 a:visited, .tab-header h1 a:hover, .tab-header h1 a:active{text-decoration: none;}

#content div.tab-header h1{
font-size: 16px;
color: #19578e;
margin:0;
padding:0 0 5px 0;
float:left;
}
.small-header{
color: #333333;
font-size: 12px;
}

.tab-header h2{
font-size: 12px;
color: #19578e;
text-align:right;
margin:0;
padding:0 0 5px 0; 
border: none;
}


.tab-middle{
padding: 10px 0 0 0;
height: 130px;
}

.r{
float:right;
display:inline;
padding-right: 20px;
}
.l{
float:left; 
margin: 0;
display:inline;
}
.small-text-right{
font-size:10px;
color: #333333;
font-weight: normal;
margin:0; 
padding-top:10px;
text-align:right;
}
.spec_incs{
	float: right;
	display:inline;
	padding:3px 20px 0 0;
}
.spec_incs ul{
	padding: 5px 0 5px 5px;
	margin:0 0 0 20px;
}
.spec_upgrades{
	float:left;
	display:inline;
	padding: 0 25px 0 0;
}

.spec_upgrades ul{
	padding:5px 0 0 0;
	margin: 0 15px 0 0;
	float:left;
	display:inline;
}
.spec_upgrades li{
	padding-bottom: 2px;
	list-style-position:inside;
}
.spec_upgrades p{
 	margin:0;
	padding: 0;
}


.tab-footer{
border-top: solid 1px #CCCCCC;
font-size: 10px;
font-weight: bold;
}
.tab-footer ul{
margin: 0;
padding: 25px 0 0 0;
}
.tab-footer ul li{
display:inline;
padding-right: 20px;
}
.tab-footer ul li img{
margin-right: 5px;
}
.tab-footer a:link, .tab-footer a:visited{
color:#666666;
}
.tab-footer a:hover, .tab-footer a:active{
color:#19578e;
}
.button-config{
float:right;
padding-top: 7px;
}


#win-top img{
float:left; 
margin: 0 35px 0 5px;
}
#win-top ul li{
margin-bottom: 4px;
}

.dedicated-box{
	padding:10px 10px 0 10px;
	background: url(images/box-bg.jpg) repeat-x;
	height: 230px;
	overflow:hidden;
	clear: both;
	border: solid 1px #CCCCCC;
}


.upgrade{float:left; list-style-position:inside; width: auto;}

.tabs {
	margin-bottom: 30px;
	clear: both;
	float: right;
	width: 100%;
}

.blue{color:#19578e;}
.green{color:#339900;}
.small{font-size:10px;}

.shaded-box-small {
	border:2px solid #ccc;
	width:291px;
	margin:10px 10px 10px 0;
	padding:5px 5px 0 5px;
	float:left;
	background:url(http://www.servpath.com/images/box-bg.jpg);
	}

.shaded-box-small h2 {
	font-size: 12px;
	font-weight:bold;
	color: #3090CC;
	margin:0;
	padding:0;
	}
	
.shaded-box-small ul {
	padding:10px 10px 5px 10px;
	margin:0 0 0 12px;
	}
	
.shaded-box-small ul li {
	margin:0;
	padding:0 0 4px 0;
	}

.shaded-box-small-quote {
	padding:2px 10px 12px 0;
	float:right;
	}

.shaded-box{
	padding: 20px 19px 15px;
	background: url(http://www.servpath.com/images/box-bg.jpg) repeat-x;
	float:left;
	width: 605px;
	}
	
.shaded-box-wrapper{
	border:1px solid #ccc;
	margin:0 0 15px 0;
	background:url(http://www.servpath.com/images/box-bg-image.jpg);
	float:left;
	clear:both;
	display:block;
	}

.shaded-box-four-column {
	width:143px;
	float:left;
	display:inline;
	margin:0 5px;
	}

.shaded-box-four-column h1{
	font-size: 10px;
	font-weight:bold;
	color: #3090CC;
	margin:0;
	padding:0;
	}
	
.one-hour-spec {
	font-size: .8em;
	padding:3px 0;
	}

.one-hour-spec-emphasis {
	font-size: .8em;
	padding:3px 0;
	}


/*TABS*/

.prosuite-box {
	float:right; 
	margin-left: 10px;
	clear: both;
	}

.tabs2{
	padding:10px 10px 0 10px;
	background: url(images/box-bg.jpg) repeat-x;
	height: 230px;
	overflow:hidden;
	clear: both;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}


.tab-container {
	background: url(http://www.servpath.com/images/1x1-ccc.gif) repeat-x bottom;
	float: right;
	width: 100%;
	line-height: normal;
	font-size: 90%;
}

.tab-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-container li {
	background: url(http://www.servpath.com/images/tab-right.gif) no-repeat right top;
	float: right;
	margin: 0 0 0 5px;
	padding: 0 8px 0 0;
}

.tab-container a {
	display: block;
	background: url(http://www.servpath.com/images/tab-body.gif) no-repeat left top;
	padding: 5px 0 5px 8px;
	margin-right: 0;
	text-decoration: none !important;
	font-weight: bold;
	color: #FFFFFF !important;
}

.tab-container a:hover {
	color: #FF9900 !important;
}

.tab-container li.selected {
	background: url(http://www.servpath.com/images/tab-right-select.gif) no-repeat right top;
}

.tab-container li.selected a {
	background: url(http://www.servpath.com/images/tab-body-select.gif) no-repeat left top;
	color: #000000 !important;
}

/*END TABS*/

/**** DEDICATED SERVERS INDEX STYLES ****/

div.dedicated-icons {
	border-top: 1px solid #8cc2ff;
	width: 100%;
	float: left;
	clear: left;
	padding: 10px 0;
}

div.dedicated-icons a,
div.dedicated-icons h2,
div.dedicated-icons img {
	float: left;
}

div.dedicated-icons h2 {
	border-bottom: none;
	padding-left: 15px;
	font-size: 17px;
}

div.dedicated-last {
	border-bottom: 1px solid #8cc2ff;
	margin-bottom: 25px;
}

/**** CONTACT FORM STYLES ****/

div.quote-form-left {
	float: left;
	margin-right: 25px;
	width: 268px;
}

div.quote-form-left div.field {
	margin-left: 0;
}

div.quote-form-details {
	float: left;
	border-left: 1px solid #CCCCCC;
	padding-left: 25px;
}

div.quote-form-details div.field {
	margin: 0 0 8px 0;
	width: auto;
	float: left;
	clear: left;
}

div.quote-form-details div.field label {
	width: auto;
	display: block;
}

div.quote-form-details select {
	float: left;
	clear: left;
	margin: 4px 0 12px 0;
}

div.comments {
	float: left;
	clear: left;
	margin: 12px 0 0;
}

div.comments textarea {
	width: 450px;
}

div.comments label {
	width: auto;
}

input.quote-submit {
	clear: left;
	float: left;
	margin-top: 20px;
}

div.contact-form {
	float: right;
	border-left: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	padding: 0;
	background: #FFFFFF;
	width: 300px;
}

div.contact-form div.border {
	border: 2px solid #666666;
	float: right;
	padding: 0 10px 10px;
}

div.contact-form div.field {
	margin: 0 0 8px;
}

div.contact-form div.details label {
	width: 250px;
	clear:left;
	position: relative;
}

div.contact-form div.details select {
	float: left;
	clear: left;
	margin: 5px 0 8px;
}

div.contact-form div.details textarea {
	width: 258px;
}

ul.contact {
	list-style: none;
	padding-left: 10px;
}

ul.contact li {
	line-height: 1.5em;
}

/**** CLOUD HOSTING STYLES ****/

#whyGogrid {
	margin: 0;
	float: left;
	padding: 0 0 10px 28px;
}

#whyGogrid li {
	width: 320px;
	float: left;
	padding: 5px 0;
}
	
#gogridContactFooter {
	border-top: 3px solid #5b80a9;
	margin-top: 40px;
	padding: 0;
	clear: left;
	float: left;
	width: 100%;
}

#gogridContactFooter h3 {
	background: #e9f6ff;
	padding: 3px 10px 3px 20px;
	margin: 0;
}

#gogridContactFooter ul {
	margin-top: 10px;
}

#ggRightSide {
	float: right;
	background: #FFFFFF url(http://www.servpath.com/images/gogrid-cloud-servers.jpg) top right no-repeat;
	border-left: 15px solid #FFFFFF;
	width: 250px;
	height: 210px;
}

#ggRightSide div {
	border-left: 1px solid #CCCCCC;
	position: relative;
	height: 210px;
	width: 249px;
}

#ggRightSide a {
	position: absolute;
	top: 147px;
	left: 22px;
	display: block;
	width: 197px;
	height: 34px;
}


/**** BIZSPARK PAGE STYLES ****/

ul.bizspark-logos {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

ul.bizspark-logos li {
	float: left;
	margin-right: 15px;
}

div.bizspark-form {
	float: left;
	width: 220px;
	margin-bottom: 5px;
}

div.bizspark-form div.field {
	float: left;
}

div.bizspark-form div.field label {
	width: auto;
	clear: left;
}

div.bizspark-form div.field input {
	clear: left;
	float: left;
	margin-top: 2px;
}

div.bizspark-form div.field select{
	clear: left;
	float: left;
	margin-top: 4px;
}

input#bizspark-submit {
	clear: left;
	float:left;
}

/**** THANK YOU PAGES ****/

div.thanks-item {
	float: left;
	width: 100%;
	margin-top: 25px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 20px 0;
}

div.thanks-item div.thanks-icon {
	float: left;
	width: 128px;
	height: 72px;
	margin-right: 20px;
}

div.thanks-item div.thanks-copy {
	width: 497px;
	float: left;
}

div.rep div.thanks-icon {
	background: url(http://www.servpath.com/images/refresh/thanks-icon-team.png) left top no-repeat;
}

div.services div.thanks-icon {
	background: url(http://www.servpath.com/images/refresh/thanks-icon-services.png) left top no-repeat;
}

div.hybrid div.thanks-icon {
	background: url(http://www.servpath.com/images/refresh/thanks-icon-hybrid.png) left top no-repeat;
}

div.cloud div.thanks-icon {
	background: url(http://www.servpath.com/images/refresh/thanks-icon-cloud.png) left top no-repeat;
}

div.thanks-item h2 {
	margin-top: 0;
}



/**** MISCELLANEOUS STYLES ****/

#verisign-pricing {
	float: right;
	border: 1px solid #990000;
	padding: 15px;
	margin: 5px 0 0 10px;
}

/* "Big Bullet" styles for 150 pixel wide images running down left side, content running down right  */
.big-bullet-list-item {
	padding:20px 0 20px 0;
	border-top:dotted 1px #999;
	float:left;
	clear:both;
	width:100%;
	}
	
.big-bullet-list-item h3  {
	padding-left:170px;
	margin:0;
	color:#333333;
	}
	
.big-bullet-list-item img {
	float:left;
	padding-bottom: 30px;
	}
	
.big-bullet-list-item ul  {
	padding-left:195px;
	}
	
.big-bullet-list-item p  {
	padding-left:170px;
	margin:0;
	}

/* "Medium Bullet" styles for 100 pixel wide images running down left side, content running down right  */
.medium-bullet-list-item {
	padding:10px 0;
	border-top:dotted 1px #999;
	float:left;
	clear:both;
	width:100%;
	}
	
.medium-bullet-list-item h3  {
	padding-left:130px;
	margin:0;
	color:#333333;
	}
	
.medium-bullet-list-item img {
	float:left;
	}
	
.medium-bullet-list-item ul  {
	padding-left:145px;
	}
	
.medium-bullet-list-item p  {
	padding-left:135px;
	}

/* "Small Bullet" styles for 100 pixel wide images running down left side, content running down right  */
.small-bullet-list-item {
	padding:10px 0;
	float:left;
	clear:both;
	width:100%;
	}
	
.small-bullet-list-item h3  {
	padding-left:80px;
	margin:0;
	color:#333333;
	}
	
.small-bullet-list-item img {
	float:left;
	}
	
.small-bullet-list-item ul  {
	padding-left:95px;
	}
	
.small-bullet-list-item p  {
	padding-left:65px;
	}

.link-arrow-right {
	background: url(../images/liga.png) right 50% no-repeat;
	padding-right: 12px;
}

.liga_izquierda {
	background: url(../images/liga.png) left 50% no-repeat;
	padding-left: 12px;
}

table#billing-table {
	border: 1px solid #666666;
	border-top: none;
	border-right: none;
}

table#billing-table tr.col-head td {
	font-weight: bold;
	border-top: 1px solid #666666;
}

table#billing-table td {
	border-right: 1px solid #666666;
	padding: 5px;
}

ul.content-list {
	padding-left: 25px;
	margin-left: 0;
}

ul.content-list li {
	line-height: 1.3em;
}

.get-started {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 7px 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
ncomputing {
	border: medium double #CCCCFF;
}
.Estilo1 {
	font-size: 0.8em;
	font-weight: bold;
}
