/* CSS Document */


/* layout */

html{
	background-image:url(../images/backgrounds/newback2.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#444;
	height: 100%;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#eee;
	margin:0;
	background-image:url(../images/backgrounds/contentback.jpg);
	background-repeat:repeat-x;
	background-position: bottom left;

}

* {
	padding:0;
	margin:0
}

#container {
	width:770px;
	margin:0 auto 0 auto;
}



/* header */

#header {
	height:250px;
	width: 250px;
		float:left;
		border-top: 4px solid #0C6D73 ;

}

#header h3 {
	padding:33px 0 5px 40px;
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	margin: 0 0 0 270px; /* Adjust this value for the space between the site title and the slogan */
	border-right:1px solid #eee;
}



/* sidebar */


#sidebar {
	width:250px;
	background-color:#fff;
	padding:30px 0px 90px 0px;
	float:left;
	margin:-30px 0 0 0;
	color: #777;
		background-image:url(../images/backgrounds/sidebarback.jpg);
		background-position: center -50px;
}

.webkit #sidebar {
	padding:30px 0px 100px 0px;

}


#sidebar a {
	color:#333;
}

#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0C6D73;
	font-weight:normal;
	letter-spacing:-1px;
	margin: 0 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5E811C;
	font-weight:normal;
	letter-spacing:-1px;
	margin: 10px 20px 10px 20px;
	
}

#sidebar p {
	font-size: 98%;
	line-height: 2em;
	margin:10px 20px 0 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}


#sidebar strong {
color: #5E811C;
}


#sidebar_bottom {
	height:93px;
}



/* navigation */
#nav {
	margin:40px 10px 0 0;
	padding:0;
	float:right;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	padding:5px 2px;
	margin:0 9px;
	color:#0C6D73;
	text-decoration:none;
	font-weight:bold;
	font-size: 110%;
}

#nav li a:hover{
	color: #5E811C;
	border-top: 1px solid #C3FF21; 
	border-bottom: 1px solid #C3FF21;
}



/* basics */

a img {
	border: none !important;
}


.clear {
	clear:both;
}

.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}

.imageright {
	float: right;
	margin: 0 0px 15px 15px;
}


/* content */


#content {
	margin:-100px 0 0 270px;
	padding:30px 30px 20px 20px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	letter-spacing:1px;
	margin:20px 0 20px 0;
	color:#C3FF21;
}
#content h2 {
	font-size:16px;
	color:#51CECE;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px;
}

.tabcontent h2 {
	font-size:18px;
	color:#51CECE;
	font-family: Arial, Helvetica, sans-serif;
	margin:20px 10px 10px 10px;
	}

#content h3 {
	font-size:14px;
	color:#C3FF21;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 40px;
	font-weight: normal;
	background-image:url(../images/backgrounds/li.gif);
	background-position: left 11px;
	background-repeat:no-repeat;
	padding:10px 0 0px 20px;

	}

#content p {
	line-height:20px;
	word-spacing:2px;
	padding:0 0 0 20px;
	margin:20px 0 20px 0;
}

#content a:link, #content a:visited, #footer a:link, #footer a:visited{
	text-decoration: none;
	font-weight: bold;
color: #7BD6D6;
padding: 0 2px;
}

#content a:hover, #footer a:hover {
		background-color:#EBFF99;
		color:#000;
}

#content strong {
	color: #C3FF21;
}

#indexbody #content ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #0C6D73;
}
#indexbody #content li {
	margin:10px 0 10px 0;
	padding:0 0 10px 20px;
	list-style:none;
	border-bottom:1px solid #0C6D73;
	background-image:url(../images/backgrounds/li.gif);
	background-position: left 2px ;
	background-repeat:no-repeat;
	line-height: 1.7em;
}

ul#offerlist li a:link{ 	
color: #C3FF21;

}


/* footer */

#footer {
	padding:15px 0 25px 0;
	color:#ccc;
	text-align:center;
	background-image:url(../images/backgrounds/footertop.gif);
	background-position:top left;
	background-repeat: repeat-x;
}


#footer p{
margin: 15px 0;
}



/* whatwedo page */

#tablist{
font-size: 120%;
border-bottom: 3px solid #C3FF21;
padding: 0 0 20px 0;
margin: 30px 0 0 0;
}
#tablist li{
list-style: none;
display: inline;
margin: 0;
}
#tablist li a{
margin-left: 5px;
border: 1px solid #778;
}
#tablist li a:link, #tablist li a:visited{
	padding: 5px;
}

#tablist li a:hover {
border: 1px solid #C3FF21;
color: #fff;
background-color: #444;

}

#tabcontentcontainer{
width: 450px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
}
.tabcontent{
display:none;
}

.needit {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #778;
	font-size: 105%;
	font-weight: bold;
	margin: 30px;
}


/* whowevedone page */

#clientstable{
	text-align: center;
	width: 450px;
}

.clientstable tr{
height: 40px;
}

.clientstabletr td{
height: 200px;
vertical-align: bottom;
}

#clientstable ul{
text-align: left;
list-style-type: none;
}

#clientstable li{
	margin: 10px 0 0 0px;
	text-align: center;
}

.clientstableinfo td{
	vertical-align: top;
}

#clientstable a:hover, #workbody #content a:hover {
		background-color:#444;
		color:#000;
}

.listtitle{
font-weight: bold;
font-size: 110%;
color: #C3FF21;
}


/* work pages */

#workbody #content strong {
	font-size: 110%;
	color: #C3FF21;
}


#workbody #content em{
color: #9C9C9C;
}


#workbody #content p {
		text-indent:0px;
}
#workbody h1 span{
font-weight: bold;
color: #ccc;
}

#backtowholink{
margin:60px 0px;
padding: 10px 0 0 0;
	color:#0C6D73;
	font-weight:bold;
	font-size: 90%;
	border-top: 1px solid #ddd;
	text-align: right;
	width: 450px; 
}

#backtowhotop{
	float: right;
	font-size: 90%;
	margin: -50px 0 0 0;
	padding: 0 0 5px 0;
}

#backtowholink a, #backtowhotop a{
	text-decoration: underline !important;
}
	


/* howtogetsome page */
#howtogetsomebody #content {
	margin:-100px 0 0 270px;
	padding:30px 30px 20px 20px;
	height: 550px;
}

#infolink{
	text-align: center;
	margin: 30px 0;
}

#infolink a:link, #infolink a:visited{
	border: 1px solid #778;
	padding: 5px;
	font-size: 160%;
}

#infolink a:hover {
border: 1px solid #C3FF21;
color: #fff;
background-color: #444;
}

#getsomebanners{
text-align: center;
	border: 1px solid #778;
	margin: 20px 100px;
	line-height: 3em;
	padding: 15px 10px 0px 10px;
}