* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: inherit;
	font-weight: inherit;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a * {cursor: pointer;}

body, html {
	height: 100%;
}

body {
	background: rgb(183,220,244);
	color: rgb(35,81,152); 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 0;
	background: url(img/background.png) repeat-x;
	position: relative;
}


#cloud-holder {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/top_cloud.jpg) no-repeat center 0px;
	overflow: hidden;
	z-index: 4;
}

wbr:after { content: "\00200B" }

#page {
	margin: 0 auto 0px;
    width: 959px;
	height: 100%;
	min-height: 600px;
    min-width: 714px;
	z-index: 10;
	position: relative;
}

#content {
	width: 714px;
	z-index: 50;
	position: relative;
	top: 0px;
	left: 115px;
}

#info {
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
	line-height: 10px;
	padding-top: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#info a {
		color: #d3e2f2;
		font-weight: bold;
	}

	#info a:hover {
		color: white;
		font-weight: bold;
	}

	#info a.rss {
		background: url(img/rss.png) no-repeat right 1px;
		padding-right: 13px;
	}

	#info a.rss:hover {
		background: url(img/rss.png) no-repeat right -15px;
		color: #ff7a04;
	}

#welcome-area {
	height: 302px;
	position: relative;
	z-index: 7;
	}
	
	#contact {
		display: block;
		position: absolute;
		top:0px;
		right:-40px;
		width: 200px;
		height: 0px;
		overflow: hidden;
		padding-top: 80px;
	}	

	html>body #contact:hover {
		background: url(img/click_mouseover.png) no-repeat right 40px;
	}	
	
	#welcome-area  h1 {
		position: absolute;
		width: 646px;
		padding-top: 100px;
		height: 150px;
		overflow:hidden;
		left: 0px;
		bottom: 0px;
		background: url(img/logo-acme.png) no-repeat;
	}
	
#text-content {
	overflow: hidden;
	padding: -20px 0px 60px 0px;
	font-size: 13px;
	z-index: 2;
	zoom: 1;
	}	
	#pdf {
	height: 92px;
	width: 82px;
	position:relative;
	text-align:center;
	margin: 0 auto 0 auto;
	}
	
	#text-content .left {
		width: 700px;
		height:380px;
	}

	#text-content .right {
		float: right;
		width: 340px;
	}
	
	#text-content h2 {
		margin-top: -10px;
		height: 0px;
		overflow: hidden;
		margin: 0px 0px 20px 0px;
	}	

	
	#text-content h2.what-i-do {
		width: 700px;
		height:70px;
		background: url(img/what_i_do.png) no-repeat;
	}	

	
	#text-content h2.clientele{
		width: 99px;
		background: url(img/clientele.png) no-repeat;
	}	

	#text-content h3 {
		font-weight: bold;
		margin-bottom: 5px;
		padding: 0px 0px 0px 25px;
	}	
	
	#text-content p {
		padding: 0px 0px 20px 25px;
		line-height: 165%;
		overflow: hidden;
	}

	
	ul.tags {
		list-style: none;
		padding: 0px 0px 0px 25px;
		}
	
	ul.tags  li {
		list-style: none;
		display: block;
		float: left;
		height: 25px;
		margin: 0px 4px 3px 0px;
		width: auto !important;
		width: 10px;
		white-space: nowrap;
		}
	
		ul.tags  li  a {
			display: block;
			height: 25px;
			background: url(img/tag_sbg.gif) no-repeat 0px -25px;
			padding-left: 7px;
			color: white;
			font-size: 13px;
			font-weight: bold;
			}		
			
			ul.tags  li a span {
				display: block;
				height: 22px;
				background: url(img/tag_ebg.gif) no-repeat right -25px;
				padding: 3px 7px 0px 0px;
				color: rgb(183,220,244);
				line-height: 20px;
				font-size: 13px;
			}		

			ul.tags li a:hover {
				background-position: 0px 0px;
			}
		
			ul.tags li a:hover span {
				text-decoration: underline;
				color: white;
				background-position: right 0px;
			}

#scroller {
	background: url(img/logo_bg.png) no-repeat;
	width: 702px;
	height: 71px;
	position: relative;
	margin-bottom: 20px;
	}			

	#scroller .logos {
		background: url(img/logo_dropping.jpg) repeat-x 0px center;
		width: 702px;
		height: 71px;
	}			

	#scroller .fader {
		position: absolute;
		background: url(img/logo-fader.png) no-repeat;
		top: 0px;
		left: 0px;
		width: 702px;
		height: 71px;
	}			
			
.cloud {
	position: absolute;
	background-repeat: no-repeat;
	z-index: 3;
}			

ul#tabs {
	list-style: none;
	margin-top:20px;
	margin-bottom: 40px;
	}

	ul#tabs li {
		margin-bottom: 5px;
	}
	
	ul#tabs li h3 {
		height: 35px;
		width: 700px;
		overflow: hidden;
		cursor: pointer;
	}

	ul#tabs li h3 a.name {
		display: block;
		float: left;
		padding-top: 35px;
		height: 0px;
		width: 700px;
		overflow: hidden;
		background: no-repeat 0px -72px;
	}
	
	ul#tabs li h3 a.external {
		display: block;
		float: left;
		padding-top: 10px;
		margin-top: 13px;
		height: 0px;
		width: 10px;
		overflow: hidden;
		background: url(img/url_arrow.html) no-repeat 0px 0px;
	}
	
	ul#tabs li h3.selected {
		background-position: 0px -36px;
	}

	ul#tabs li h3.selected  a.name {
		background-position: 0px -36px;
	}		
	
	ul#tabs li h3.over{
		background-position: 0px 0px;
	}

	ul#tabs li h3.over  a.name {
		background-position: 0px 0px;
	}	
	
	.tab-content {
		padding: 20px 0px 10px 0px;
		height: 200px;
		background: url(img/tab_img-preloader.gif) no-repeat center center;
		display: none;
		margin: 0px 0px 0px -18px;
	}	
	
	.tab-content  p {
		padding: 0px 25px 20px 43px;
		line-height: 165%;
		}
		
		.tab-content  object {
			padding: 0px 0px 0px 18px;
		}
	
		.tab-content p a {
			font-weight: bold;
			color: rgb(35,81,152); 
			text-decoration: none;
		}

		.tab-content p strong {
			font-weight: bold;
		}

		.tab-content p a:hover {
			color: rgb(255,255,255);
			text-decoration: underline;
		}
	
	.tab-content  img {
		margin: 0px 0px 10px 0px;
	}
	
#footer {
	height: 368px;
	width: auto;
	background: url(img/footer.jpg) no-repeat center bottom;
	font-size: 10px;
	line-height: 180%;
	}	
	
	#footer-content {
		width: auto;
		padding-top: 285px;
		text-align: center;
		color: #f4c158;
		}
		
		#footer-content  a {
			color: #f4c158;
		}

		#footer-content  a:hover{
			color: white;
			text-decoration: underline;
		}

	
	#footer-notes {
		width: 100%;
		padding-top: 9px;
		text-align: center;
		font-size: 9px;
		line-height: 140%;
		color: #755e35;
		}	
		
		#footer-notes  a {
			color: #755e35;
		}
	
#back-to-top {
	background: url(img/back2top.png) no-repeat 0px -18px;
	width: 115px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: -32px;
	#display: none;
	cursor: pointer;
	right: -29px;
	z-index: 100;
	zoom: 1;
}	
	
#back-to-top:hover {
	background: url(img/back2top.png) no-repeat 0px 1px;
}	