/* --- CSS3 --- */

html, body, div, span, 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;
}
body {
	line-height:1
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
* {
	font-family:Tahoma, Helvetica, Geneva;
}
html, body {
	height:100%;
	overflow:auto;
}
body {
	background:url(../images/bgMain.jpg) center top no-repeat #f9f9f9;
}
*:focus {
	outline:none;
}
#logo {
	width:940px;
	height:60px;
	display:block;
	margin:30px auto 40px;
}
#mainContent {
	width:940px;
	display:block;
	margin:0 auto;
}
#mainContent .topC {
	width:940px;
	height:9px;
	display:block;
	background:url(../images/bgConTop.png) no-repeat top center;
}
#mainContent .middleC {
	width:920px;
	display:block;
	background:#101010;
	padding:10px;
	color:#fff;
	font-size:12px;
	line-height:22px;
}
#mainContent .middleC h1 {
	color:#ed1c24;
	font-size:30px;
	margin:0 0 15px 100px;
}
.contentMask {
	display:block;
	float:left;
	height:220px;
	margin:25px 6px 0;
	overflow:hidden;
	padding:0;
	width:660px;
}
.contentWrapper{
	width:1980px;
	height:220px;
	display:block;
	position:relative;
	top:0;
}
.contentBox {
	width:600px;
	float:left;
	margin:0 30px;
}
.contentBox img {
	float:left;
	margin:0 30px 90px 0;
}

.contentBox p {
	float:left;
	width:490px;
}

.contentBox a {
	text-decoration:none;
	color:#ed1c24;
}
.contentBox a:hover {
	text-decoration:underline;
}
.scrollL {
	float:left;
	display:block;
	margin:50px 30px;
}
.scrollR {
	float:right;
	display:block;
	margin:50px 30px;
}
#mainContent .bottomC {
	width:940px;
	height:42px;
	display:block;
	background:url(../images/bgConBottom.png) no-repeat top center;
}

div.ContactBoxRight{
	display:block; 
	float:left; 
	width:495px; 
	font-size:11px; 
	margin:15px 0 0 0;
}

#ContactForm p{
	float:left; 
	margin:0 0 10px;
}

#ContactForm p:nth-child(4){
	margin:25px 0 10px
}

#ContactForm label{
	color:#fff; 
	display:block; 
	float:left; 
	font-size:11px; 
	height:25px; 
	margin:5px 15px 0 0; 
	text-align:right; 
	width:55px;
}

#ContactForm input{
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;  
	border-radius:4px; 
	background:none repeat scroll 0 0 #FFF; 
	border:1px solid #CCC; color:#666; 
	font-size:11px; 
	padding:10px; 
	width:156px;
}

#ContactForm textarea{
	height:190px; 
	width:398px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px; 
	box-shadow:0 0 6px #CCC; 
	-moz-border-radius:4px; 
	border-radius:4px; 
	background:none repeat scroll 0 0 #FFF; 
	border:1px solid #CCC; 
	color:#666; 
	font-size:11px; 
	padding:10px;
}

#ContactForm a{
	background:url(../images/contactFormBtn.png) no-repeat top left; 
	width:96px; 
	height:41px; 
	float:left; 
	margin:15px 0 0 68px;
}

#ContactForm a:hover{
	background:url(../images/contactFormBtn.png) no-repeat bottom left;
}
div.contactInfo{
	margin:0 0 0 170px;
	display:block;
}
div.contactInfo p:nth-child(1){
	margin:30px 0 0 0;
}
#menu {
	height:72px;
	left:50%;
	margin:-36px auto auto -244px;
	position:relative;
	text-align:center;
	top:-15px;
	width:488px;
	z-index:999;
}
#menu span {
	float:left;
}
#menu a {
	background:url("../images/bgMenuMiddle.png") repeat-x;
	color:#fff;
	display:block;
	float:left;
	font-size:24px;
	height:40px;
	padding:22px 15px 10px;
	text-decoration:none;
}
#menu a:hover {
	color:#333;
}
#menu a span {
	width:20px;
	height:21px;
	float:left;
	display:block;
	margin:2px 6px 0 0;
}
#menu a:nth-child(2) span {
	background:url(../images/icon1.png) no-repeat top center;
}
#menu a:nth-child(3) span {
	width:26px;
	background:url(../images/icon2.png) no-repeat top center;
}
#menu a:nth-child(4) span {
	background:url(../images/icon3.png) no-repeat top center;
}
#menu a:nth-child(2) {
	border-right: 1px solid #ba0000;
}
#menu a:nth-child(3) {
	border-right: 1px solid #ba0000;
}
#footer {
	text-align:center;
	margin:25px auto;
	color:#999;
	font-size:11px;
}
#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	color:#ed1c24;
}
.clearFix {
	clear:both;
}
.ty{
	font-size:30px; 
	font-weight:normal; 
	line-height:normal; 
	color:#ed1c24;
	letter-spacing:-1px
}