body { 
	margin: 10px;
	padding: 0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62,5%;
	background: #000 url(../images/shade_top.jpg) no-repeat center top;
	color:#fff;
}
a, a:link{
	text-decoration: none;
	color: #555;
}
a:visited{
	color: #555;
}
a:hover{
	text-decoration: underline;
	color: #fff;
}

a:focus {
	outline: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#logo{
	display: inline;
	width: 250px;
	height: 120px;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#logo a:link,
#logo a:visited,
#logo a:hover {
	border: 0;
}

#logo a:focus {
	outline: none;
}

#logo img{
	padding-top: 48px;
	padding-left: 20px;
}

#intro {
	padding-bottom: 10px;
	height: 60px;
	display: inline;
	width: 300px;
	position: relative;
	text-align: right;
}

h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 20px 0 0 20px;
}

.panel p{
	padding: 20px 20px 0 20px;
}

#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 350px;
	width: 800px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #000;
	color: #fff;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 350px;
	width: 800px;
}

#shade {
	background: #000 url(../images/shade_top.jpg) no-repeat center -100px;
	background-color: #000;
	height: 80px;
}

.panel {
	font-size: 24px;
}

#blog a{
	color: #ff0099;
}

#blog a:visited, #blog a:hover{
	color: #99ff33;
}

.pink{
	color: #ff0099;
}

.green{
	color: #99ff33;
}

ul.navigation {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	padding-right: 0;
	display: inline;
	width: 420px;
	position: relative;
	float: right;
	text-align: right;
}

ul.navigation li {
	display: inline;
	margin-right: 5px;
	text-transform: uppercase;
}

ul.navigation a {
	padding: 5px;
	color: #555;
	text-decoration: none;
}

ul.navigation a:focus {
	outline: none;
}

ul.navigation a:hover {
/*	background-color: #f6f6f6; */
	color: #999;
}

ul.navigation a.selected {
/*	background-color: #fff; */
	color: #FFF;
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 180px;
	cursor: pointer;
	display: none;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}

#adress p{
	padding-left: 20px;
	color: #444;
	font-size: 12px;
	line-height: 130%;
}

#adress strong{
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
}

.hide {
	display: none;
}

li .hide {
	display: none;
	visibility: hidden;
}

#nextprevious a{
	display:block;
	position: relative;
	left: 747px;
	width:47px;
	height: 47px;
	background: #000 url(../images/next.png) no-repeat 0 0 ;
	text-indent: -3000px;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}

#nextprevious a:hover {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}

.panel ul li {
	font-size: 18px;
}

.contact_job{
	padding-left: 20px;
	font-size: 20px;
}

#clients{
	line-height: 140%;
}