
/* Master stylesheet created on 11/04/08 */

/*****************************/
/*              MASTER RESET                  */
/*****************************/

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1,h2, h3, h4, h5, h6,
hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small,
span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

focus {
	outline: 0;
}



 img, div, input { behavior: url("scripts/iepngfix.htc") }


/*****************************/
/*            REDEFINED HTML                */
/*****************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fff;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
}



/*****************************/
/*              COMMON STYLES              */
/*****************************/ 

#Header {
	margin: 0 auto 0 auto;
	width: 764px;
	height: 102px;
}

.MonitorTopSlice {
	background-image: url(../images/MonitorTopSlice.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.PageMonitoringSlice {
	background-image: url(../images/topMonitor.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.PageDesignSlice {
	background-image: url(../images/topDesign.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.PageHostingSlice {
	background-image: url(../images/topHosting.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#Logo {
	margin: 0px 0 0 10px;
	height: 93px;
	float: left;
	clear:both;
}

.floatright {
	float: right;
	margin: 0 0 20px 20px;
}

#PageWrapper {
	margin: 0 auto 0 auto;
	width: 764px;
	clear: both;
}

.WrapperHome {
	background-image: url(../images/bgPageHome.jpg);
	background-repeat: no-repeat;
}

.WrapperServices {
	background-image: url(../images/bgPageServices.jpg);
	background-repeat: no-repeat;
}



#content {
	margin: 0px auto 0 auto;
	width: 670px;
	clear: both;
}

#RightCol {
	margin: 0 0 0px 15px;
	padding: 0 0 0 15px;
	width: 215px;
	float: right;
	border-left: 1px solid #ccc;
}

#RightCol2 {
	margin: 0px 0 0px 15px;
	padding: 0 0 0 15px;
	width: 160px;
	float: right;
	border-left: 1px solid #ccc;
}





#LeftCol {
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	width: 215px;
	float: left;
	border-left: 1px solid #ccc;
}


#NavCol {
	margin: 50px 0 20px 0px;
	padding: 0 0 0 0px;
	width: 130px;
	float: left;
	border-left: 0px solid #ccc;
}

#MainCol {
	margin: 50px 0 0px 15px;
	padding: 0 0 0 15px;
	width: 490px;
	float: left;
	border-left: 1px solid #ccc;
}





#Footer {
	margin: 15px auto 0 auto;
	padding: 15px 0 0 0 ;
	border-top: 1px solid #ccc;
	width: 728px;
	clear: both;
	text-align: center;
}

.BtnHome {
	width: 135px;
	height: 189px;
	float: left;
	margin: 0 0px 20px 0;
}


.BtnWeather {
	width: 217px;
	height: 135px;
	background-image: url(../images/btnWeather.jpg);
}

.BtnWeatherLink {
	width: 92px;
	height: 77px;
	float: left;
	margin: 17px 0 0 19px;
}

.BtnWeatherIframe {
	width: 77px;
	height: 77px;
	margin: 17px 0 0 11px;
	float: left
}


/*****************************/
/*                  NAVIGATION                 */
/*****************************/ 

#NavWrapper {
	margin: 0 0 0 0;
	padding: 0 0px 0 0;
	height: 30px;
	float: left;
	overflow: visible;
	display:block;
	width: 764px
	}








/*****************************/
/*                 SUB  NAVIGATION                 */
/*****************************/ 


#SubNav2 {
  font-size:90%;
  line-height:normal;
  margin-bottom: 20px;
}

#SubNav2 ul {
  margin:0 0 0 0;
  padding:0px 0px 0;
  list-style:none;
    float:left;
  }

#SubNav2 li {
  float:left;
  margin:0 0 0 0px;
  padding:0 0px 0 0px;
  }

#SubNav2 li a {
  float:left;
  background: url(../images/SubNavSlice.jpg) no-repeat 0 bottom;
  padding:10px 15px 10px 35px;
  width: 180px;
  margin:0;
  text-decoration:none;
  font-weight:normal;
  /* color:#4682B4; */
  color:#717171;
  border-bottom: 1px solid #717171;
  margin-bottom: 0px
  }

#SubNav2 a:hover {
  color:white;
    color:#424242;
	  background: url(../images/SubNavSlice.jpg) no-repeat -230px bottom;
  }


#SubNav2 #current {
  color:white;
    color:#424242;
	  background: url(../images/SubNavSlice.jpg) no-repeat -230px bottom;
  }
  
#SubNav2 #current a {
	color:#FFFFFF;
	padding-bottom:4px;
  }
  
.clearfix {
	clear: both
  }
  
 
/* TOP RIGHT ICONS */
 
#TopRightIcon {
	width: 180px;
	height: 80px;
	float: right; 
	margin-left: 10px
  }
  
.IconDesign { background-image: url(../images/iconMedia.png); }
.IconMonitoring { background-image: url(../images/iconMonitoring.png); }
.IconHosting { background-image: url(../images/iconHosting.png); }

  