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


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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}

body{
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#020202;
	margin:0;
	min-width: 950px;
}



/* MAIN WRAPPER */

#mainwrapper {
	width: 950px;
	margin:0 auto;
	padding:0px;
	text-align: left;
}


/* TOP NAV */

#top_nav{
	width:940px;
	text-align: right;
	background-image: url(images/top_bar_bg.jpg);
	background-position:top left;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
	padding:5px;
}

#top_nav a {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color:#C0C0C0;
}

/* INNER WRAPPER */

#inner_wrapper {
	width: 100%;
	text-align: center;
	float:left;
	background-image: url(images/main_wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-color: #4B494A;
	overflow: auto;
}


/* LEFT COLUMN */

#left_col{
	width:203px;
	float:left;
	text-align:center;
	overflow:auto;
}


/* RIGHT COLUMN */

#right_col{
	width:747px;
	float:right;
	text-align: left;
	overflow:auto;
}



/* NAV LINKS - UP AND DOWN */

a.left-nav-link{
	font-family: Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	letter-spacing:0px;
	display: block;
	width:203px;
	height:25px;
	background-image: url(images/nav_bg.png);
	background-position: top left;
	text-align: center;
	padding-top: 9px;
}
a.left-nav-link:hover{
	color: #FFFFFF;
	background-position: bottom left;
}



/* CONTENT WRAPPER */

#content{
	width:722px;
	min-height:1080px;
	margin-left:11px;
	margin-top:10px;
	background-color:#FFFFFF;
	border:thin;
	border-color:#CCCCCC;
}



/* CTAS */

/* 1. VISIT OUR WEBSITE */

#visit{
	float:left;
	margin-bottom: 5px;
}
#visit  a {
	display: block;
	float: left;
	padding-left: 0px;
	width: 203px;
	height: 89px;
	outline: none;
	text-indent: -9000px;
	background-image: url(images/cta_visit.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#visit a:hover {
	background-position: bottom left;
}

/* 2. CALL US NOW */

#call{
	float:left;
	margin-bottom: 5px;
}
#call  a {
	display: block;
	float: left;
	padding-left: 0px;
	width: 203px;
	height: 133px;
	outline: none;
	text-indent: -9000px;
	background-image: url(images/cta_click.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#call a:hover {
	background-position: bottom left;
}







/* FOOTER */

#footer-content{
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
        background-position:top left;
	width: 950px; 
	height:151px;
	margin-top:5px;
	float:left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
.footer_links {
	width: 680px;
	float: left;
	text-align: left;
	padding-left: 20px;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
.footer_links a {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
.footer_links a:hover {
	color:#C0C0C0;
}
.footer_logo {
	width: 230px;
	float: right;
	text-align: center;
	padding-right: 20px;
}
#footer-appsoft {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}
#footer-site {
	width: 120px;
	float: left;
	align: right;
	vertical-align: middle;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
#footer-flash {
	width: 100px;
	float: right;
	align: left;
	vertical-align: middle;
}




/* HEADER TAGS */

h1{
	font-family: Helvetica,Arial;
	color:#999999;
	font-size:18px;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
}

h2{
	font-family: Helvetica,Arial;
	color:#999999;
	font-size:15px;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
}
h3{
	font-family: Helvetica,Arial;
	color:#999999;
	font-size:13px;
	line-height:16px;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
}



/* LISTS */

ul {
	margin-left:25px;
}
ol {
	margin-left:25px;
}


/* HORIZONTAL RULE */

hr{
	color: #999999;
	background-color: #999999;
	height: 1px;
	width:90%;;
}




/* FLASH HOLDERS - FOR SWFOBJECT */

#flashheader {
	width:747px;
	height:340px;
}
#flashfooter {
	width:100px;
	height:27px;
}
