#accordianWrap{
	height:325px;
	width:894px;
	background:url(images/accordian-wrap.gif) no-repeat 0 0;
	padding:29px 0 0 65px;
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	height:301px;
	padding:0;
	width:870px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-left:3px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion .tabwrap {
	width:0;
	float:left;
	margin-left:-1px;
	display:none;
	background:url(images/accordian-content.gif) no-repeat 0 0;
	height:301px;
	font-family:Arial,verdana,sans-serif;
	color:505050;
}

/* content inside a pane should have fixed width */
#accordion .tabwrap h3 {
	color:#252525;
	margin:0;
	text-transform:uppercase;
	width:276px;
	font-size:24px;
	font-weight:normal;
	padding:25px 365px 10px 20px;
}
	
#accordion .tabwrap p {	
	font-size:14px;
	width:276px;
	line-height:1.4em;
	margin:0;
	padding:0 365px 10px 20px;
}
	
#accordion .tabwrap a {	
	color:#1565b6;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #1565b6;
}
	
#accordion .tabwrap a:hover {	
	color:#1565b6;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #1565b6;
}

#accordion .tabwrap div {
	width:661px;
	height:301px;
}
.tab1{ background:url(images/seo.gif) no-repeat 315px 1px; }
.tab2{ background:url(images/social-media.gif) no-repeat 315px 1px; }
.tab3{ background:url(images/pay-per-click.gif) no-repeat 315px 1px; }
.tab4{ background:url(images/local-search.gif) no-repeat 315px 1px; }
.tab5{ background:url(images/brand-rep.gif) no-repeat 315px 1px; }
