/* Styles for scrollable tabbed interface */

#servicesMainContent {
	float: left; 
	width: 600px; 
	margin-top: 10px;
}

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:600px;
	height: 72px !important;
/* 	height:31px !important; */
	margin:0 !important; 
	padding:0 0 0 10px;	
	border-bottom: 2px solid #ea3;
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0 5px; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	cursor:pointer;
	height: 20px;
	width: 185px;
	padding: 50px 0px 0px 0px;
	background: #fff url(../img/bg/flowtabInactive.png) no-repeat center center;
	margin: 0;
	
	/* font decoration */
	font-family: Georgia, Cambria, Palatino, Times, serif;
	color: #8C8C8C;
	font-size: 12px;
	text-align:center;
	text-decoration:none;
	border-top-left-radius:10px;  /* Opera browser*/
	-moz-border-radius-topleft: 10px;  /* Firefox browser*/
	-webkit-border-top-left-radius: 10px;  /* Safari browser*/
	border-top-right-radius:10px;  /* Opera browser*/
	-moz-border-radius-topright: 10px;  /* Firefox browser*/
	-webkit-border-top-right-radius: 10px;  /* Safari browser*/
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#flowtabs a:hover {
	background: #fff url(../img/bg/flowtabActive.png) no-repeat center center;
}
 
/* mouseover state */
#flowtabs a:active {
	background: #fff url(../img/bg/flowtabActive.png) no-repeat center center;
	border-bottom: 2px solid #fff;
}

#flowtabs a.current {
	cursor: default;
	color: #464;
	background: #fff url(../img/bg/flowtabActive.png) no-repeat center center;
	border-top-left-radius:10px;  /* Opera browser*/
	-moz-border-radius-topleft: 10px;  /* Firefox browser*/
	-webkit-border-top-left-radius: 10px;  /* Safari browser*/
	border-top-right-radius:10px;  /* Opera browser*/
	-moz-border-radius-topright: 10px;  /* Firefox browser*/
	-webkit-border-top-right-radius: 10px;  /* Safari browser*/
	border-top: 2px solid #ea3;
	border-left: 2px solid #ea3;
	border-right: 2px solid #ea3;
	border-bottom: 2px solid #fff;
}

/* override the root element to enable scrolling */
/* panes */
#flowpanes {
	position:relative;
	overflow-x: hidden;
	overflow-y:visible;
	clear:both;
	width:600px;
	height:650px;	
}

/* single pane */
#flowpanes div {
	float:left;
	display:block;
	width:560px;
	color: #697076;
	font-family: Verdana, Tahoma, "Liberation Sans", FreeSans, sans-serif;
	font-size: .99em;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	left: 20;
	clear:both;
	margin-left: 25px;
	padding-top: 10px;
}

/* our additional wrapper element for the pages */
#flowpanes .items .page {
	margin-right: 30px;
	}
	
/* some decorations for elements inside single pane */
#flowpanes h4 {
	color: #474;
	font-family: Verdana, Tahoma, "Liberation Sans", FreeSans, sans-serif;
	font-size: 1.2em;
	padding-top: 1em;
}

#flowpanes ul li {
	margin-bottom: .35em;
}

#flowpanes a:link, a:visited {
	color: #00c;
	display: inline;
	text-decoration: none;
	border-bottom: 1px dashed #00c;
}

#flowpanes a:hover, a:active {
	background-color: #ea3;
	color: #fff;
	border-bottom: none;
}

/* button styles */
#navButtons {
	text-align:center;
	width:600px;
}

button.prev, button.next {
padding: 5px;
margin-right: 2px;
background-color: #ab9;
width: 8em;
border: 2px solid #464;
font-size: .9em;
}

button.prev {
margin-right: 2px;
}

button.next {
margin-left: 2px;
}

button.prev:hover, button.next:hover {
cursor: pointer;
background-color: #ec7;
border: 2px solid #ea3;
}

/* Services mainContent styles */
div#imgServices {
float: left;
margin: 1em auto;
border: 2px solid #555;
width: 300px;
height: 500px;
}

div#servicesDiv {
float: right; 
width: 235px;
}

#servicesDiv li {
margin-left: -23px;
}

div#dedicationDiv {
float: left;
width: 230px; 
margin: 0;
}

div#imgDedication {
float: right;
margin: 1.5em 0 3em 0;
border: 2px solid #555;
width: 300px;
height: 500px;
}

div#freeEstimate {
width: 550px;
}

#lookingFwd {
font-family: Georgia, Cambria, Palatino, Times, serif;
font-weight: bold; 
font-style: italic; 
font-size: 18px; 
color: #ea3; 
text-shadow: 0px 1px 1px #999;
text-align: center;
padding-top: 1em;
}

/* Services SideContent styles */
#servicesSideContent {
float: right;
width: 280px;
margin-top: 2em;
line-height: 1.5em;
color: #666;
}

#servicesSideContent h2 {
color: #ea3; 
text-shadow: 0px 1px 1px #999;
}
