@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
}

body {
	background-color: #131313;
	min-width:1168px; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	
}

a {
	color:#949494;
	
	
}

#container {
	width:1168px;
	text-align:left;
	margin: 0 auto;
	background: #131313 url(../_images/background.jpg) no-repeat top center;
	min-height:660px;
	padding: 20px 20px 0 20px;
}

#header {
	padding:35px 0 0 0;
	margin-left:30px;
	
}

#intro {
	background-image:url(../_images/toparrow.gif);
	background-repeat:no-repeat;
	width:1083px;
	margin:0 auto;
	height:140px;
	padding-left:20px;
}

#intro h1 {
	color:#fff;
	font-size:1.8em;
	letter-spacing:-1px;
	width:656px;
	margin:0 0 0 110px;
	padding:20px 0 0 0;
}

#website {
	padding:0 120px 30px 90px;
	margin:-45px auto 0 auto;
	background-image:url(../_images/web_bg.gif);
	background-repeat:no-repeat;
	background-position:20px 60px;
	height:488px;
}

#banners {
	background-image:url(../_images/banners_bg.png);
	background-repeat:no-repeat;
	background-position: 20px 0;
	height:320px;
	_height:260px;
	padding-top:60px;
	_margin-left: 20px;
}


#newsletters {
	background-image:url(../_images/newsletters_bg.gif);
	background-repeat:no-repeat;
	background-position:20px 0;
	height:356px;
	padding:0 60px;
}

#contact {
	margin-top:70px;
	padding-bottom:80px;
	width:740px;
	padding:15px;
	border:2px dashed #FFC917;
	float:right;
}

#contact h1 {
	font-size:1.8em;
	letter-spacing:-1px;
	
	
}

#contact p {
	margin:20px 0 0 0;
	padding:0;
}



#contact img {
	display:inline;
	margin-right:8px;
}

.newsletter {
	margin:0 40px 0 20px;
}

.copyright {
	font-size:1em;
	text-align:right;
	clear:both;
}

.newsletter p.caption {
	width:250px;
	margin-top:0;
}

.message {
	padding:30px 0 50px 0;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.screen {
	width:465px;
	
}

.caption {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	line-height:1.1em;
	color:#6d6d6d;
	margin:10px 15px 4px 15px;
}

.bannerCaption {
	padding:0 0 100px 70px;
	_padding:0 0 100px 50px;
}

.shortCaption {
	margin-left:70px;
}

p {
	margin:8px;
	padding:2px;
	font-size:1.2em;
	line-height:1.4em;
}

#banners p {
	width:480px;
	margin:0 0 0 120px;
	_margin:0 0 0 100px;
}


.red {
	color:#A9200C;
}
	
	
.clear:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clear {
    display:inline-block;
}
.clear {
    display:block;
}
* html .clear {
    height:1px;
}
	
