<!--
* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%; 
	width:100%; 
	margin: 0 auto; 
	padding: 0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background-color: #121212;
}
* html body{
	height:100%;
	width:100%;
}
#wrapper {
	position:relative;
	margin: 0 auto;	
	min-height: 100%; /* For Modern Browsers */
	width: 780px;
	text-align: center;
}
* html body #wrapper {
	height:100%; 
}

/*------------------Reset Elements-----------------*/

p{
	margin:0;
	padding:0;
	text-align:justify;	
}
h1{
	padding:0;
	margin:0;
	color:#f2891c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h2{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
form,
select,
option,
textarea,
input{
	margin:0;
	padding:0;
}
a{
	color:#678D99;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color: #ccc;
	margin:0 auto;
	background: #000;
	border: 1px solid #333;
	width:360px;
}
input:hover
{
	background: #121212;
	border: 1px solid #555;
}
input:focus
{
	background: #121212;
	border: 1px solid #444;
}
textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color: #ccc;
	margin:0 auto;
	background: #000;
	border: 1px solid #333;
	overflow:auto;
	width:360px;
}
textarea:hover
{
	background: #121212;
	border: 1px solid #555;
}
textarea:focus
{
	background: #121212;
	border: 1px solid #444;
}
fieldset
{
	border: 1px dotted #333;
	width: 360px;
	padding:0 20px 20px 20px;
}

legend
{
	color: #ccc;
	background: #232323;
	padding: 2px 6px;
}
/*------------------END Reset Elements-----------------*/

/*------------------Main Elements-----------------*/
#Header{
	position:relative;
	margin:0 auto;
	padding:0;
	width:780px;
	height:80px;
}
#mainContent{
	background-image:url(../../images/contentBg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:justify;
	width:740px;
	margin:0 auto;
	padding:20px;
}
#Footer{
	margin:0 auto;
	padding:0;
	position:absolute;
	color:#CCCCCC;
	bottom:0px;
	left:0;
	height:30px;
	border-top:1px solid #212121;
	line-height:20px;
	width:780px;
}
#Footer a{
	font-size:10px;
	color:#999;
}

#FooterTop{
	margin:0 auto;
	padding:0;
	font-size:40px;
	line-height:40px;
	height:40px;
	width:780px;
	z-index:10;
}
#synco{
	position:relative;
	top:3px;
}

/*------------------END Main Elements-----------------*/

/*------------------Classes-----------------*/

.left{
	float:left;
}
.right{
	float:right;
}
.centerFlash{
	width:700px;
	margin:0 auto;
}
.centerVideo{
	width:530px;
	margin:0 auto;
}
.clientHolder{
	width:140px;
	margin:0 auto;
}
.contactHolder{
	width:400px;
}
.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.sizeFix{
	width:372px;
}
.btnFix{
	font-weight:bold;
}
.headerTxt{
	position:relative;
	top:0;
	margin:0 auto;
	width:740px;
}
.headerTxt h1,
.headerTxt h2{
	width:375px;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:24px;
}
.headerTxt h2{
	color:#F2891C;
	width:335px;
	font-size:14px;
}
.headerTxt p{
	width:365px;
}
.headerTxt div#Slide{
	position:relative;
	top:0;	
	width:350px;
	height:60px;
	overflow:hidden;
	visibility:hidden; /*Hide on page load*/
}
.headerTxt ul#news{
	position:relative;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
	width:350px;
	height:50px;
	overflow:hidden;
}
.headerTxt ul#news li{
	position:relative;
	top:0;
	margin:0;
	padding:0;
	width:340px;
	height:20px;
	overflow:hidden;
}
.headerTxt ul#news em{
	color:#F3881F;
	display:inline;
}

.headerTxt #controls{
	position:absolute;
	display:block;
	top:0px;
	z-index:200;
}
.headerTxt img.play{
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
}
.headerTxt .up{
	display:block;
	width:29px;
	height:20px;
	margin-bottom:20px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:top;
}
.headerTxt .down{
	display:block;
	width:29px;
	height:20px;
	cursor:pointer;
	background-repeat:no-repeat;
}


.headerTxt-contact{
	width:320px;
}
.heading,
.heading_video{
	height:24px;
	margin:0 auto;
}
.colorBar{
	color:#F78E1D;
}
.sep{
	border-bottom:1px solid #212121;
	height:5px;
	line-height:5px;
	width:740px;
	margin:0 auto;
}
.Stamp{
	position:relative;
	top:-1px;
	margin:0;
}
.validation{
	position:relative;
	top:0px;
	margin:0;
}
.bottomlinks{
	position:relative;
	top:-1px;
}
.projectTxt{
	width:205px;
}
.projectHolder_L{
	position:relative;
	margin:0;
	padding:0;
	width:350px;
}
.projectHolder_R{
	position:relative;
	margin:0;
	padding:0;
	width:350px;
}
span.big{
	font-size:14px;
}
.linkFloat{
	position:absolute;
	bottom:0px;
}
-->