/*****Reset*****/
/*
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

#wrapper{
	width:980px;
	margin: 0 auto;
}

#content-body{
	clear: both;
}

#left-content{
	width: 200px;
	float: left;
	margin: 0 10 10 0;	
}

#center-content{
	width:770px;
	overflow: hidden;
	margin: 0 0 10 0;
}

#footerSlots {
	clear:both;
}

ul#services-tab li {
   background: url(http://g-ecx.images-amazon.com/images/G/01/amazonservices/site/csg-4d54d9c0d6959.gif) no-repeat top left;
}

ul#services-tab { 
	float: left; 
	font-size: 16px; 
	list-style: none; 
	margin-left: 0; 
	width: 100%; 
	height:30px;
}

ul#services-tab li { 
	background: url(http://g-ecx.images-amazon.com/images/G/01/amazonservices/site/csg-4d54d9c0d6959.gif) no-repeat;
	background-position: 0 -31px; height: 30px;
	border-right: 1px solid #dedede;
	float: left;
	line-height: 30px;
	margin-right: 10px;
	padding:2px 10px;  
}

ul#services-tab li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#services-tab a { 
	color: #fff; 
	text-decoration: none; 
}

ul#services-tab li.current{
	background-position: 0 0; 
	height: 30px;
	line-height: 30px;
	padding:2px 10px;  
}

ul#services-tab li.current a, ul#services-tab a:hover { 
	text-decoration: underline; 
}

ul#services-tab li.current a { color: #333; font-weight: bold; }

ul#TabbedPanelsContentGroup { 
	float: left; 
	list-style: none; 
	margin-left: 0; 
	margin-top:20px;
}

ul#TabbedPanelsContentGroup li { 
	border: 1px solid #dedede; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	display:none;
}

ul#TabbedPanelsContentGroup li.pricing{
	display:block;
} 
*/