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

body {
	font-family: Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666666;
	background: #000000;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

p {
	color: #000000;
	font-size: 14px;
}

h1 {
	color:#990000;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color:#000000;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color:#990000;
	font-size: 18px;
	font-weight: bold;
}

#topnav {
	width: 985px;
	height: 149px;
	margin: 0 auto;
	background: url(../images/topnav_bg.jpg) top center no-repeat;
	font-size: 12px;
	font-weight: bolder;
	align: center;
}

#topnav td {
	text-align: center;
	line-height: 1em;
}

#topnav a {
	color: #000000;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFFFFF;
}

#content-works {
	width: 985px;
	height: 367px;
	background: url(../images/content_how_bg.jpg) top center no-repeat;
	align: center;
}

#content-test {
	width: 985px;
	height: 367px;
	background: url(../images/content_testimonial_bg.jpg) top center no-repeat;
	align: center;
}

#content-faq {
	width: 985px;
	height: 367px;
	background: url(../images/content_faq_bg.jpg) top center no-repeat;
	align: center;
}

#content-blank {
	width: 985px;
	height: 367px;
	background: url(../images/content_blank_bg.jpg) top center no-repeat;
	align: center;
}

#scroll-content {
	width: 350px;
	height: 275px;
	font-size: 14px;
	color: #000000;
	overflow: auto;
}

#tatlinks a {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

#tatlinks a:hover {
	color: #000000;
}

#botnav {
	width: 985px;
	height: 106px;
	margin: 0 auto;
	background: url(../images/botnav_bg.jpg) top center no-repeat;
	font-size: 12px;
	font-weight: bolder;
	align: center;
}

#botnav td {
	text-align: center;
	line-height: 1em;
}

#botnav a {
	color: #000000;
	text-decoration: none;
}

#botnav a:hover {
	color: #FFFFFF;
}


#menu {
	height: auto;
	width: 800px;
	text-align: center;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
}

#menu li {
	display: inline;
	margin-top: 0;
	padding-right: 9px;
	padding-left: 5px;
	padding-top: 0;
	border-right: 1px solid #333333;
}

#menu a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

#menu a:hover {
	color: #999999;
}

#alt-content {
	
}.sm-wh {
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.twitter {
	height:16px;
	font-size: 12px;
	height: 20px;
	background: url(../images/twitter_16.png) no-repeat -3px;
	}
.red {
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
img {
	border-style: none;
}

/*-------------------------- FOOTER --------------------------------*/

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px 50px 30px 50px;
	text-align: left;
	color: #666;
	font-size:10px;
	clear: both;
	position: relative;
	line-height: normal;
}

#footer-list {
	position: relative;
	float: left;
	border-right: 1px solid #4b8ca0;
	padding: 10px;
	font-weight: bold;
}

#footer-list.last {
	border-right: none;
}

#footer-list ul {
	margin: 0 auto;
	padding: 0px;
	list-style:none;
}

#footer-list li {
	padding: 0px 30px 0px 30px;
	color: #999;
}

#footer-list li a{
	padding: 0px 10px 0px 8px;
	color: #777;
	font-weight: normal;
}

#footer-list li a:hover {
	color:#FFF;
}

#disclaimer {
	width: 900px;
	font-size: 10px;
	line-height: 14px;
	text-align:justify;
	padding: 10px 0px 10px 0px;
	clear: both;
}

