<!--
/*--RESET ALL--*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--END RESET ALL--*/
* {
  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:12px;
	color:#fff;
	background-color: #0d0d0d;
	background-image:url(../../images/wrapperBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
* html body{
	height:100%;
	width:100%;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	width: 1000px;
	text-align: center;
	background-color:#000000;
}
* html body #wrapper {
	height:100%;
}

/*------------------Reset Elements-----------------*/

p{
	margin:0;
	padding:0;
	text-align:justify;
}
h1{
	padding:0;
	margin:0;
	color:#CD1B1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h2{
	padding:0;
	margin:0;
	color:#CD1B1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
form,
select,
option,
textarea,
input{
	margin:0;
	padding:0;
}
a{
	color:#CD1B1B;
	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: 0px 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:1000px;
	height:60px;
}
#mainContent,
#mainContentP{
	text-align:justify;
	width:960px;
	margin:0 auto;
	padding:20px;
}
#mainContentP{
	padding:0 20px;
}
#proHolder{
	margin:0 auto;
	padding:0;
	text-align:justify;
}
#flashIntro{
	position:relative;
}
.holderWidth{
	padding:0;
	margin:0;
	width:460px;
}
#proHolder div a.h2_style{
	padding:0;
	margin:0;
	color:#CD1B1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#proHolder div a.h2_style:hover{
	text-decoration:none;
}
#profileHolder div span.h2_style2{
	padding:0;
	margin:0;
	color:#CD1B1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#introHolder{
	width:800px;
	height:540px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#profileHolder{
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:justify;

}
#profileHolder ul{
	list-style:none;
	margin:0 auto;
	padding:0;
}
#profileHolder ul li{
	padding:0;
	width:450px;
}
#profileHolder ul li p span{
	padding:0;
	margin:0;
	color:#CD1B1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a{
	color:#CD1B1B;
	text-decoration:none;
}
#mainContent a:hover{
	text-decoration:underline;
}
#mainL{
	width:470px;
	margin:0 auto;
}
#mainR{
	width:470px;
	margin:0 auto;
}
#navigation,
#files{
	margin:0 auto;
	padding:0 40px;
	line-height:35px;
	height:35px;
	display:block;
	background-image:url(../../images/nav.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#Footer{
	margin:0 auto;
	width:960px;
	padding:0 20px;
	position:absolute;
	color:#333;
	bottom:0px;
	left:0;
	height:49px;
	line-height:35px;
	background-image:url(../../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#Footer a{
	font-size:12px;
	color:#333;
}
#Footer a:hover{
	color:#fff;
}
#FooterTop{
	margin:0 auto;
	padding:0;
	font-size:55px;
	line-height:55px;
	height:55px;
	width:1000px;
	z-index:10;
}
#synco{
	position:relative;
	top:3px;
}

/*------------------END Main Elements-----------------*/

/*------------------Classes-----------------*/
.centerFlash{
	width:700px;
	margin:0 auto;
}
.centerVideo{
	width:530px;
	margin:0 auto;
}
.clientHolder{
	width:140px;
	margin:0 auto;
}
.holder{
	width:720px; 
	text-align:center; 
	margin:0 auto;
}
.contactHolder{
	width:400px;
}
.lower{
	position:relative;
	top:3px;
}
.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.sizeFix{
	width:372px;
}
.btnFix{
	font-weight:bold;
}
.headerTxt{
	margin:0 auto;
}
.headerTxt ul{
	margin:0 auto;
	padding:0;
	list-style:none;
}
.headerTxt ul li{
	margin:0 auto;
	padding:0;

}
.headerTxt-contact{
	width:320px;
}
.heading,
.heading_video{
	height:24px;
	margin:0 auto;
}
.colorBar{
	color:#F78E1D;
}
.sep{
	background-image:url(../../images/sep.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:5px;
	line-height:5px;
	width:960px;
	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{
	margin:0;
	padding:0;
	width:350px;
}
.projectHolder_R{
	margin:0;
	padding:0;
	width:350px;
}
.proP,
.profP{
	margin:0;
	padding:0;
}
.profP{
	width:700px;
}
.proP2{
	width:740px;
}
.proP3{
	width:160px;
}
.proP4{
	width:400px;
}
.proP5{
	width:910px;
}
.proP6{
	width:800px;
}
.relImage{
	border:1px solid #232323;
}
.relImage:hover{
	border:1px solid #CD1B1B;
}
.imgHolder{
	margin:0 auto;
	padding:0;
}
.imgHolder ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
	width:950px;
}
.imgHolder ul li{
	width:190px;
	padding:0;
	margin:15px 0;
}
.isParent h1{
	position:relative;
	top:8px;
	margin:-15px 0;
}
-->
