* {
margin:0px;
padding:0px;
border:0px;
}


body {
	font: .75em/1.5em "Verdana", arial, sans-serif;
	background: #000 url('images/main-background.jpg') no-repeat top center;
	color:white;
}

body.sec {
	font: .75em/1.5em "Verdana", arial, sans-serif;
	background: #000 url('images/sec-back.jpg') no-repeat top center;
	color:white;
}
#wrapper {
	width:980px;
	position:relative;
	left:50%;
	margin-left:-490px;
}

#header {
	width:980px;
	height:60px;
}

.sec #header {
	width:980px;
	height:260px;
}

#header ul {
	position:relative;
	top:6px;
	right:0px;
	text-align:right;
}

#header ul li {
	display:inline;
	position:relative;
	padding:0 10px;
}

#header ul li a {
	color:white;
	background: url('images/icon.jpg') no-repeat 0 50%;
	padding-left:20px;
}


#testimonials {
	width:980px;
	height:360px;
	margin-top:238px;
	margin-left:160px;
	
}

#testimonials .tm {
	width:400px;
	margin-bottom:40px;
}

#testimonials .tm strong {
	display:block;
	color:#d19401;
}

#content {
	width:980px;
	margin-bottom:50px;
}

#content-text {
	width:620px;
	margin-left:160px;
}

#content-text h1#intro {
	width:248px;
	font: 2.8em/1.5em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color:#f1eb79;
}


#content-text p {
	padding-bottom:1em;
	line-height:1.9em;
	letter-spacing:-1px;
	word-spacing:1px;
	text-align:justify;
	letter-spacing:-0.2px;
}

#content-text p span.drop {
	display:block;
	float:left;
	font-size:7em;
	height:70px;
	line-height:71px;
	padding-right:8px;
}

#teasers {
	width:980px;
	height:170px;
		margin-bottom:50px;

}

#teasers .tinstance {
	float:left;
	margin-left:20px;

	
}

#footer {
	position:relative;
	bottom:0px;
	left:50%;
	margin-left:-600px;
	width:1200px;
	height:141px;
	background: url('images/footer_back.jpg') no-repeat top center;
}

#footer-text {
	width:980px;
	text-align:right;
	padding-top:100px;
	font: .8em/1.5em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#footer-text a {
	color:white;
}


#contact  {
	clear:both;
	padding-top:20px;
	width:400px;
}

#contact input{
	width:400px;
	padding:10px 2px;
	margin-bottom:2px;
}

#contact textarea {
	width:400px;
	padding:10px 2px;
	margin-bottom:2px;
}

#contact #submit {
	width:200px;
	background-color:#F1EB79;
}

hr {
	color:#777;
	padding-bottom:2em;
}

#content-text h2 {
	font: 2em/1.5em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	padding-bottom:1em;
}
