<!-- 
body  {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/EliteWeb-Bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

  p{
	font-size:11px;
	}

 #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:10px solid #fff;
}
 #header{
	 background-color:#FFF; 
	 background-image:url(/images/eliteweb-top.jpg);
	 height:95px; 
	 position:relative;
	 }
 #navigation{
	/* border-bottom:1px solid #3f6556;*/
	 font-size:11px;
	 font-weight:bold;
	 color:#000;
	 height:40px;
	 background-color:#414342;
	 
	 } 
	#navigation .item{
		font-size:12px;
		float:left;
		margin-left:25px;
		
		}	 
 #content{
	 float:left;
	 width:620px;
	 min-height:345px;
	 padding-left:15px;
	 position:relative;
	 margin-bottom:20px;
	 }	
	 
 #content h1{
	 font-size:19px;
	 margin-bottom:10px;
	 padding-bottom:0px;
	 font-weight:normal;
	 margin-top:20px;;
 }
 #content p{
  font-size:11px;
 }
 #content h2{
	 color:#4e7469;
	 font-size:15px;
	 margin-bottom:0px;
	 padding-bottom:0px;
	 clear:both;
	 } 
  #content h3{
	 color:#4e7469;
	 font-size:15px;
	 margin-bottom:0px;
	 padding-bottom:0px;
	 clear:both;
	 } 	 

 #adverts{
	 float:left; width:315px; min-height:345px; padding-left:15px; padding-right:15px;
	 }
 #adverts img{
	 float:right;
	 width:100px;
	 margin-top:-30px;
	 border:0px;
	 }
 #adverts h1{
	 color:#424242;
	 font-size:19px;
	 margin-bottom:10px;
	 padding-bottom:0px;
	 font-weight:normal;
	 margin-top:20px;
	 
	 } 

 #adverts h2{
	 color:#4e7469;
	 font-size:15px;
	 margin-bottom:0px;
	 padding-bottom:0px;
	 clear:both;
	 } 
 #adverts p{
	 padding:0px;
	 margin:0px;
 	 width:210px;
	 float:left;
	 font-size:11px;
	 }
 #adverts p a:link,#adverts p a:visited{
	 text-decoration:none;
	 color:#000;
	 
	 }
	 .caselink{
		 font-size:10px;
		 font-weight:bold;
		 color:#000;
		 padding:0px;
		 margin:0px;
		 float:left;
		 }
	 .casetype{
		 font-size:10px;
		 font-weight:normal;
		 color:#063;
		 padding:0px;
		 margin:0px;
		 float:left;
		 }
	.caseimage{
		float:left;
		
		
		}
 #footer{
	background-color:#414342;
	height:135px;
	background-image:url(/images/eliteweb-footer.jpg);
	 }
	 #footer h1{
		 font-size:11px;
		 color:#FFF;
		 padding-left:5px;
		 padding-top:5px;
		 margin:0px;
		 
		 }
	 #footer ul{
		 list-style-type:none;
		 padding:0px;
		 margin:0px;
		 }
	 #footer li{
		 width:140px;
		 background-color:#484c4b;
		 border-bottom:1px solid #414342;
		 font-size:10px;
		 padding-left:5px;
		 padding-right:5px;
		 margin:0px;
		 padding-bottom:0px;
		 padding-top:0px;
		 height:14px;
		 }		 
	 #footerContactInfo{
			 color:#fff;
			 float:left;
			 width:162px;
			 padding-left:164px; padding-top:6px;
	 }
	 #footerWebShopCase{
			 color:#fff;	 
			 float:left;
			 width:162px;		 
		 }
	 #footerWebSiteCase{
			 color:#fff;	 
			 float:left;
			 width:162px;		 
		 }
	 #footerHostingCase{
			 color:#fff;	 
			 float:left;
			 width:162px;		 
		 }
		  #footerHostingCase a{
			 color:#fff;
			 text-decoration:none;
				 
		 }
	 #footerItCase{
			 color:#fff;	 
			 float:left;
			 width:162px;		 
		 }
	 
.spacer-right{
	clear:both;
	width:313px;
	height:6px;
	background-image:url(/images/spacer-right.jpg);
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Slider */ 
div.sc_menu {
	position:relative;
  /* Set it so we could calculate the offsetLeft */
	 background-color:#dae3e0; 
	 border-top:1px solid #9ab4ab; 
	 height:175px;
  /* Add scroll-bars */
	 overflow: auto;
}
#casesText h1{
		position:absolute;
		top:10px;
		left:15px;
		font-size:17px;
		padding:0px;
		margin:0px;
		color:#436f62;
		z-index:400;
		font-weight:bold;
	}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 50000px;
  padding:0px;
  padding-top:35px;
  padding-left:15px;
  padding-right:15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
   padding-left:15px;
  padding-right:15px;
}
.sc_menu img{
	border:0px;
	
	}

.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


.sc_menu a {
  display: block;
  text-decoration: none;
  border:0px;
  
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 11px;
  color: #436f62;

}

/* CSS Menu */
#pad {height:140px;}
#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:40px; line-height:40px; background:#414342; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 30px 0 20px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#3f6556;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#3f6556;}
#menu li:hover > a.sub {color:#fff; background-color:#3f6556;}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #414342 url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:0; top:40px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:165px; padding:0; text-indent:10px; background:#414342; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#414342 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#dae3e0; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#3f6556; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}

--> 