/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
      Author: Tristan Bennett
======================================*/



/**************************************/
/*              GLOBALS               */
/**************************************/

body {
 Xbackground:#FFFFFF url(/images/page_border_bg.jpg) repeat scroll center 0;	
	background: #666;
}

#page {
    /* reset postion */
    position: relative;
}


/**************************************/
/*              HEADER                */
/**************************************/

#header {
  background:#FFFFFF url(/images/10ss_background_combined.png) repeat scroll 0 0;
   height:170px;
   Xz-index:333;
   Xbackground:transparent none repeat scroll 0 0;
   Xposition:absolute;
   
   
}


#logo {
	z-index: 999;
	Xposition: absolute;
	Xleft:-100px;
	Xright:0;
	position: relative;
	
	
}
#logo a,
#logo img {
	Xz-index: 999;
	Xpositon: absolute;
}


/**************************************/
/*              CONTENT               */
/**************************************/

#content {
	Xpadding-left: 30px;
	background: #fff;
}

.container h1,
.container h2 {
	color: #003366;
	font-weight: normal;
	margin-top:0;
}


/**************************************/
/*        PRIMARY NAVIGATION          */
/**************************************/

#primary-navigation {
	left:412px;
	position:absolute;
	top:66px;
	z-index:99999;
	width: 535px;
}




/**************************************/
/*            LOGIN                   */
/**************************************/


#login-header {
	right:0px;
	position:absolute;
	top:0px;
	z-index:99999;
	color: #fff;
	margin-right: 20px;
}

#login-header a{
	text-decoration: none;
	color: #fff;
}

#login-header a:hover{
	text-decoration: underline;
}

/**************************************/
/*            CALL HEADER             */
/**************************************/


#call-header {
    color:#FFFFFF;
    position:absolute;
    right:0px;
    top:35px;
    z-index:99999;
    margin-right: 20px;
}

#call-header span {
	font-weight:bold;	
}



/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
    background: #fdfdfd;
    /* create space between footer and content*/
    padding-top: 20px;
}

#footer ul {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


#footer div ul li {
	margin-left:0;
	margin-left:-10px
}


#footer div.last ul li {
	float: left;
	width: 120px;
}

#footer div.last {
	border-left: 1px solid #ccc;
	height:100px;
	width:413px;
	_margin-bottom: -30px;
	width:375px;
}


/**************************************/
/*        FOOTER LINKS                */
/**************************************/

#footer #footer-links {
	padding-left:30px;
	width:505px;
}

#footer #footer-links a {
    font-size: 0.69em; /*11 px*/
    text-decoration:none;
}

#footer #footer-links li.header {
    font-size: 0.69em; /*11 px*/
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#footer #footer-links ul {
 margin-left:10px;
}


#footer #footer-links ul li {
    border-bottom: 1px solid #ccc;
    Xmargin-left:-21px;
    Xpadding-left:10px;
	padding-right:30px;
    text-align:left;
}




/**************************************/
/*           TECH LINKS               */
/**************************************/


#footer #tech-links li span {
   background:transparent url(/images/10ss_background_combined.png) repeat scroll 0 0;
   /* set default height */
   height:52px;
   display: block;
  /*set text off screen*/
   text-indent:-999em;
}

/* set default height for container li*/
#footer #tech-links li{
   height:52px;
   width: auto;
}

/*set background position of combined imaged and set width*/
#footer #tech-links #microsoft-partner span {
   width:108px;
   background-position:left 985px;
}

#footer #tech-links #windows-server-2008 span {
   width: 126px;
   background-position:left 829px;
}

#footer #tech-links #windows-server-2003 span {
   width: 140px;
   background-position:left 675px;
}

#footer #tech-links #vmare span {
   width: 160px;
   background-position:left 900px;
}

#footer #tech-links #php span {
   width: 75px;
   background-position:left 610px;
}

#footer #tech-links #linux span {
   width: 55px;
   background-position:left 1046px;
}

#footer #tech-links #mysql span {
   width: 90px;
   background-position:left 760px;
}


/**************************************/
/*               extra1 			  */
/*			background under menu item*/
/*								      */
/**************************************/

#extra2{
	background:transparent url(/images/nav_sprites2.png) no-repeat scroll 253px -200px;
	display:block;
	height:95px;
	position:absolute;
	top:9px;
	width:948px;
	left:2px;
}

#extra3 {
	background:transparent url(/images/hp_mast_bg_trans.png) repeat-x scroll 0 0;
	display:block;
	height:140px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	Xz-index:-999;
}


/**************************************/
/*               accessibility        */
/**************************************/

.accessibility {
	left:-1000em !important;
	position:absolute !important;
	top:-1000em !important;
}






