html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	margin:30px;
	font-size:62.5%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color:#0099cc;
}

/*** Feature Box *****************************/
#features {
	width:740px;
	height:300px;
	margin: 0 auto; /* Center the box in the page - can be safely removed if desired */
	background:url(images/images.jpg) no-repeat 300px 0;
	border:solid 1px #e6e6e6;
}

#features:hover {
	background:url(images/images.jpg) no-repeat 300px -600px;
}

#features li {
	height:100px;
	width:350px;
	list-style:none;
	text-indent:-9999em;
}

#features li a {
	height:100px;
	width:350px;
	display:block;
}

/*** Design *****************************/
#features .design {
	background:url(images/feature_sprite.png) no-repeat 0 0;
}

#features .design a:hover {
	background:url(images/feature_sprite.png) no-repeat 0 -300px;
	width:740px;
}

#features .design:hover {
	background:url(images/images.jpg) no-repeat 300px -300px;
	width:740px;
}

/*** Programming *****************************/
#features .programming {
	background:url(images/feature_sprite.png) no-repeat 0 -100px;
}

#features .programming a:hover {
	background:url(images/feature_sprite.png) no-repeat 0 -400px;
	width:740px;
}

#features .programming:hover {
	background:url(images/images.jpg) no-repeat 300px -400px;
	width:740px;
}

/*** Content Management Systems *****************************/
#features .cms {
	background:url(images/feature_sprite.png) no-repeat 0 -200px;
}

#features .cms a:hover {
	background:url(images/feature_sprite.png) no-repeat 0 -500px;
	width:740px;
}

#features .cms:hover {
	background:url(images/images.jpg) no-repeat 300px -500px;
	width:740px;
}



/*** Text *****************************/
#text {
	width:740px;
	margin:0 auto;
	padding:25px 0 0 0;
	text-align:center;
	font-size:1.2em;
	color:#666;
}

