html {
	margin-bottom:1px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #0F0F0F;
	background-image: url('images/bg_body.gif');
	background-attachment: fixed;
	background-position: 100% 100%;
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ADADAD;
}

h1 {
padding: 0;
margin: 0;
}

h2 {
color: #D68A12;
font-size: 1.4em;
}

h3 {
color: #D68A12;
font-size: 1.2em;
}

.indent {
	margin-left: 20px;
}

.pad15 {
	padding-left: 15px;
}

.hint {
	cursor: help;
}

a.scrollover {
	color: #D68A12;
	background-color: transparent;
	text-decoration:none;
}

a.scrollover em:first-line {
	color: #ADADAD;
	background-color: transparent;
}

#viewcontentdiv {
	position: absolute;
	top: 0px;
	left: -2000px;
}

#wrapper{
	position: absolute;
	top: 40px;
	left: 50%;
	width: 790px;
	margin-left: -395px;
	text-align: left;
	padding: 0px 0px 60px 0px;
}

#header {
	background-image: url('images/bg_header.png');
	background-repeat: no-repeat;
	width: 790px;
	height: 104px;
	margin: 0px;
	padding: 0px;
}

.head {
	padding: 23px 0px 0px 50px;
}

#main {
	width: 790px;
	background-image: url('images/bg_content.png');
	background-repeat: repeat-y;
}

#adverts {
	width: 790px;
	height: 90px;
	background-image: url('images/bg_banner.png');
	background-repeat: no-repeat;
	clear: both;
}

#banner {
	float: left;
	padding: 19px 7px 0px 60px;
}

#apps {
	padding: 19px 0px 0px 0px;
}

.app td {
	padding: 0px 5px 0px 0px;
}

#content {
	margin: 0px;
	padding: 0px 70px 0px 70px;
	width: 650px;
	background-color: transparent;
}

#content a {
	color: #EEEEEE;
	text-decoration: none;
}

#content a:hover {
	color: #D68A12;
}

#skype {
	float: right;
	width: 160px;
	height: 235px;
	padding: 70px 0px 10px 12px;
	background-image: url('images/bg_skype.png');
	background-repeat:no-repeat;
}

#lower-nav {
	width: 790px;
	height: 46px;
	background-image: url('images/bg_lowernav.png');
	background-repeat:no-repeat;
	font-size: 11px;
	color:#D68A12;
	background-color: transparent;
}

.lower-nav {
	padding: 15px 0px 10px 49px;
}

#footer {
	width: 790px;
	height: 60px;
	padding: 20px 0px 0px 34px;
	background-image: url('images/bg_footer.png');
	background-repeat:no-repeat;
}

#footer img {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

td.td1 {
	background-color: #323638;
	padding:5px;
}

td.td2 {
	background-color: #2c3032;
	padding:5px;
}

/* --LIST STYLES-- */
ul.services {
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 30px;
}


LI.nbinactive {
	color: #999999;
}

UL.nobullet	{	
	list-style-type: none;
	margin-left: 0px;
	padding-left: 42px;
}

UL.bullet {	
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 42px;
}

UL.sub-link {	
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 62px;
}

UL.sub-link2 {	
	list-style-type: circle;
	margin-left: 10px;
}

.listIndent{margin-left:42px;}
.sublist{margin-left:0;padding-left:0;}

.contact {
font-weight:bold;
width: 5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#featured {
	float: left;
	background-image: url('images/bg_featured.png');
	background-repeat: repeat-y;
	margin: 0px 20px 10px 0px;
}

#overview {
width: 650px;
clear:both;
background-image: url('images/bg_overview.png');
background-repeat: repeat-y;
}

#latest {
	float: left;
	margin: 0px 0px 10px 10px;
	width: 313px;
}

#soon {
	float: right;
	width: 318px;

}

.spacer {
	height: 10px;
	clear: left;
}

.testimonial {
margin-top:10px;
width: 650px;
clear:both;
background-image: url(images/bg_testimonial.png);
background-repeat: repeat-y;
}

.testimonial-logo {
	float: left;
	text-align: center;
	margin: 0px 10px 0px 10px;
	width: 200px;
}

.testimonial-content {
	float: right;
	width: 415px;
	margin: 0px 10px 10px 0px;
}

.project {
margin-top:10px;
width: 650px;
clear:both;
background-image: url(images/bg_project.png);
background-repeat: repeat-y;
}

.project-image {
	float: left;
	text-align: center;
	margin: 0px 10px 0px 10px;
	width: 150px;
}

.project-content {
	float: right;
	width: 465px;
	margin: 0px 10px 10px 0px;
}

#breadcrumb {
text-transform:lowercase;
padding: 0px 70px 0px 70px;
margin-bottom: 10px;
color: #D68A12;
}


