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


/* General Formatting
----------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, p, img, form, input, textarea, select {
	padding: 0;
	margin: 0;
}





body, input, textarea, select {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f403f;
}

body {
	width: 740px;
	margin: 0 auto;
	background-color: #0d809B;
}


img {
	border: 0;
}

p {
	line-height: 16px;
}

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

.clear, .clearfix {
	clear: both;
}

.clearfix {
	font-size: 0;
	line-height: 0;
	height: 0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.centered {
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}


/* Header Layout
----------------------------------------------------------------- */

#header {
	height: 50px;
	background-color: #272a2b;
	overflow: hidden;
}

#header h1 {
	text-indent: -9999px;
	background: url(/images/stealthcard_logo.gif)  no-repeat bottom right;
	height: 35px;
	width: 140px;
	padding: 12px 0 0 25px;
	line-height: 1px;
}


ul, li {
	list-style: none;
}

ul#nav li {
	display: block;
	float: left;
	padding: 10px 0 0 5px;
	margin-right: 10px;
	border-left: 1px solid #4c4d4d;
	height: 17px;
}

ul#nav a:link, ul#nav a:visited {
	color: #f5b51c;
	text-decoration: none;
}

ul#nav a:hover, ul#nav a:active {
	color: #999;
	text-decoration: none;
}


/* !CONTROL PANEL NAVIGATION */

#nav_cp {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#nav_cp li {
    display: inline;
}

#nav_cp li a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-left: 5px;
}

#nav_cp {
    background-color: #272a2b;
    color: #f5b51c;
    font-size: 11px;
}

#nav_cp li a {
    color: #f5b51c;
    text-transform: uppercase;
	text-decoration: none;
}

#nav_cp li a:hover {
    color: #999;
}


/* HOME BANNER Layout
----------------------------------------------------------------- */

#home_banner {
	background: url(/images/header.jpg) no-repeat;
	height: 268px;
}


/* HOME CONTENT Layout
----------------------------------------------------------------- */

#home_sub_content {
	color: #fff;
	background: #333 url(/images/bg2.gif) repeat-x;
	height: 145px;
}

#home_sub_content .col_a, #home_content .col_a {
	width: 345px;
	padding: 15px 0 0 20px;
}

#home_sub_content .col_b, #home_content .col_b {
	width: 350px;
	padding-top: 15px;
}

#home_sub_content h2 {
	margin-bottom: 15px;
}

.home_form {
	display: block;
	height: 55px;
	float: left;
	margin-right: 10px;
}

#home_sub_content .login1 {
	padding-top: 4px;
	font-size: 12px;
	color: #f5991d;
}

#home_sub_content .login2 {
	width: 140px;
}

#home_sub_content .login3 {
	text-align: center;
}

#home_sub_content .login3 a {
	color: #fff;
	line-height: 35px;
}

.home_form #login {
	width: 125px;
	height: 16px;
	border: 2px solid #999;
	background-color: #c0c0c0;
	padding: 3px 5px 0 5px;
	color: #000;
}

input.login_submit{
	border: 0px;
	background-color: transparent;
}

ul#features li {
	padding: 0 0 2px 25px;
	background: url(/images/bullet1.gif) no-repeat 3px  2px;
	font-size: 13px;
}

#home_content {
	background-color: #fff;
	padding: 15px 0 15px 0;
}

#home_content h2 {
	color: #e38225;
	font-weight:bold;	
	margin-bottom: 15px;
}

#home_content p {
	padding: 0 10px 20px 0;
	line-height: 20px;
}

#home_content .col_a {
	border-right: 1px solid #c0c0c0;
	height: 250px;
}

#home_content .col_b {

	height: 250px;
}


/* Footer Layout
----------------------------------------------------------------- */

#footer {
	margin: 10px 0 10px 0;
	background-color: #208aa3;
	height: 45px;
}

#footer p, #footer a {
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
}
