@import "reset.css";

/*--- Typography ---*/

h1 {
	font-size:24px;
	font-weight:bold;
	line-height:55px;
	color:#00006F;
	}

h1.sub {
	font-size:18px;
	line-height:1.5em;
	margin-bottom:10px;
}
h1 a {
	font-size:24px;
	font-weight:bold;
	line-height:55px;
	color:#8A140A;
	}
h2 {
	font-size:19px;
	font-weight:bold;
	line-height:30px;
	color:#00006F;
	padding-bottom:10px;
	}
h3 {
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#00006F;
	}
h3 a {
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#615d5c;
	}
p, ul, ol {
	font-size:1.0em;
	line-height:1.3em;
	color:#666;
	margin-bottom:15px;
	}
a {
	font-size:12px;
	line-height:16px;
	color:#00006F;
	border-bottom:1px #00006F;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{
	color:#E91000;

}

ol li label, p label {
	font-weight:bold;
	color:#666;
}

td{
	padding:10px 10px 10px 0px;
}


.message {
        padding: 0;
        margin: 0;
}

.message p {
        padding: 10px 10px 10px 40px;
        margin: 10px 0;
}

.message p.alert {
        border: 1px solid #FFFF66;
        background: #FFFFCC url(../images/error.png) 13px 13px no-repeat;
}

.message p.error{
        border:1px solid red;
        background:#FFE0E3 url(../images/exclamation.png) 13px 13px no-repeat;
        width:62%;
}

.message p.success{
        border:1px solid green;
        background:#C7F1B9 url(../images/accept.png) 13px 13px no-repeat;
}

/*--- Structure ---*/

#wrapper {
	min-height: 60%;
	height: auto !important;	
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	width:1024px;
	}
#footer, .push {
	height: 40px; /* .push must be the same height as .footer */
	}
#footer {
	width:1024px;
	margin:0 auto;
	margin-top:40px;
	border-top:1px solid red;
	padding-top:10px;
}

#footerhome {
	width:1024px;
	margin:0 auto;
	margin-top:40px;
}

#footerhome, .push {
	height:40px
}

#content-home {
	width:1024px;
	background:url(../images/content-bg.gif) no-repeat bottom;
	margin: 10px 0px 40px -2px;
	/*border-top:3px solid #000;*/
	}	
#content {
	margin-top:30px;
	}
#content div.third {
	width:230px;
	float:right;
	border-top:3px solid red;
	}
#content div.third div.btn {
	padding: .3em;
	border: 1px solid #615d5c;
	text-align: center;
	background: #fff;
	cursor: pointer;
	}
#content div.third div.btn a {
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	}
#content div.third div.btn:hover {
	background: #E91000;
	color: #fff;
	}				
#content div.side-box	{
	width:280px;
	float:right;
	margin-top: 2em;
	}	
div.third {
	width:228px;
	float:left;
	padding:0px 30px 30px 30px;
	}
div.twothird {
	width:650px;
	float:left;
	padding:0px 30px 30px 0px;
	border-top:3px solid red;
	}
		
div.twothird p{
	padding-bottom:10px;
}



/*--- Navigation ---*/
#nav {
	float:right;
	margin-top:23px;
	}
#nav li {
	float:left;
	}
#nav li a {
	display:block;
	padding:9px;
	height:22px;
	background:#000;
	color:#fff ;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	line-height:11px;
	margin:0px 2px 0px 0px;
	border:1px solid #000;
	width:95px;
	/*background:url(../images/banner-bg.gif) repeat;*/
	background-color: #00006F;
	}
#nav li a:hover {
	border:1px solid #06266F; /*#cac7b9*/
	background-color:#1240AB;
	color:#ccc;
	
	}
#nav li a:hover em {
	color:#E91000;

	}
#nav li a em{
	float:left;
	color:#CCCCCC;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-style:normal;
	}

/*--- Elements ---   #000    */

a.logo {
	display:block;
	background:url(../images/logo_nbstar.jpg) 0px 20px no-repeat; 
	width:550px;
	height:80px;
	text-indent:-3000px;
	float:left;
	}
a.logo:hover {
	/*border-left:1px solid #cac7b9;
	border-right:1px solid #cac7b9;
	border-bottom:1px solid #cac7b9;
	*/
	
	}
#banner {
	width:849px;
	height:504px;
	background:transparent url(../images/banner-bg.gif) repeat scroll 0 0;
	padding:9px;
	margin-top:15px;
	}
#banner-img {
	width:847px;
	height:504px;
	border:1px solid #3d3c3b;
	overflow:hidden;
	position:absolute;
	z-index:1;
	}

#banner-img img{
	width:847px;
	height:504px;
}


#banner-gfx {
	width:847px;
	height:504px;
	background:transparent url(../images/banner-gfx.png) no-repeat;
	position:absolute;
	z-index:2;
	margin:1px 0px 0px 1px;
	}
#banner-txt {
	position:relative;
	width:847px;
	z-index:3;
	bottom:0;
	float:right;
	padding-bottom:0px;
	margin:362px 40px 0px 0px;
	}
#banner-txt p {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:41px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:38px;
	letter-spacing:-1px;
	color:#fff;
	width:590px;
	float:right;
	
	}
#banner-txt p a {
	color:#E91000;
	text-decoration:none;
}
#banner-txt p a:hover {
	color:#efefef;
}
#footer, #footer a {
	font-size:9px;
}

#footerhome, #footerhome a {
	font-size:9px;
}

#footer span {
	line-height:20px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#666;
	}

#footerhome span {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#666;
	}


#footer span a {
	text-decoration:none;
	color:#666;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}

#footerhome span a {
	text-decoration:none;
	color:#666;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}

#footer span a:hover {
	text-decoration:underline;
	}

#footerhome span a:hover {
	text-decoration:underline;
	}

/*--- Cart ---*/

table.cart-table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px;
}

table.cart-table td, table.cart-table th {
	padding: 5px;
	line-height: 1em;
}

table.cart-table td {
	border-bottom: 1px dotted #585858;	
}

table.cart-table th {
	background: #efefef;	
}

.grey-row {
	background: #585858;
	color: #FFF;	
}

.cart-form input, .cart-form textarea, .cart-form button {
	border:1px solid #ACACAC;
}

/*--- Forms ---*/

.ul{
	line-height:15px;
	font-size:12px;
	color:#615d5c;
	padding-bottom:15px;
	padding-left:15px;
	list-style-type:disc;
}

.ul, a{

	font-weight:normal;
	}


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display:none;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}

.ul input, .ul textarea {
	border:1px solid #8A140A;
	margin-bottom:5px;
}

input {

}

#rightimg{
margin-left:-5px;
padding-right:0px;
border-top:2px solid red;
margin-bottom:20px;
}


#rightimg img{
margin:0;
padding:0;
}

.imgright{
	float:right;
	margin:0px 0px 10px 15px;
	border:2px solid #ccc;
	/*red*/
}

.debris table {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	line-height:1em;
	border:1px solid #615D5C;
	border-collapse:collapse;
	color:#615D5C;
}

.codes table {
	float:left;
	margin:0px;
	margin-bottom:15px;
	line-height:1em;
	border:1px solid #615D5C;
	border-collapse:collapse;
	color:#615D5C;
}

.debris table td, .codes table td {
	padding:2px;
	text-align:center;

}

.img_right {
	float:right;
	margin-left:15px;
	border:1px solid #8A140A;;
}

.img_left {
	float:left;
	margin-right:15px;
	border:1px solid #8A140A;;
}

#form_contact table.form-tbl {
	text-align:left;
}

ol {
	list-style-type:decimal;
	padding-left:15px;
}

ol li {
	margin-bottom:10px;
}

.form label {
color:#615D5C;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:18px;
margin-top:3px;
padding-right:5px;
}

p.error {
	border:1px solid red;
	background: #FFE0E3;
	text-align:center;
	line-height:1em;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

input.error, textarea.error, select.error {
	border:1px solid red;
	background: #FFE0E3;
	margin:0;
	padding:0;
}

#nav li.active a {
	border:1px solid #8A140A;
	background:#E91000;
}

#nav li.active a em {
	color:#fff;
}

#nav li.active a:hover em {
	background:#E91000;
	color:#000;
}

em {
	cursor:pointer;	
}

.thx_msg {
	color:#E91000;/*red*/
	font-size:20px;
}

#content div.third div.btn a {
border:medium none;
color:#FFF;
font-size:1.2em;
font-weight:bold;
text-decoration:none;
width:100px;
}

#content div.third div.btn {
margin:0 auto;
width:180px;
border:1px solid #000;
background:#00006F;
color:#fff;
}

.button a {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	width:100px;
}

.button a:hover{
color:#fff;
}

#content div.twothird div.button a.btn:hover {
	text-decoration:none;
}

.button {
	border:1px solid #000;
	background:#000;
	text-align:center;
	color:#fff;
	padding:5px;
	cursor:pointer;
}

.button:hover {
background-color:#E91000;
text-decoration:none;
color:#000;
}

.button a.btn {
	color:#fff;
}

#form_schedule table tbody tr{
	padding-bottom:10px;
}

#form_contact input, #form_contact textarea {
	border:1px solid #acacac;
}

#form_schedule input, #form_schedule textarea, #form_schedule select{
	border:1px solid #acacac ;
}

label.error {
	position:absolute;
	color:red;
	margin-left:-15px;
	margin-top:-15px;
}

.clearheader{ clear:both; }
.clearheadersecondary{ clear:both;padding-top:1px;}

