/*
Theme Name: Nitro Credit - Prim
Theme URI: Private Custom Theme
Description: Nitro Credit.com converted from tables to div and css friendly wordpress theme.
Version: 1.0
Author: Alex Parker (alex@primdesigns.com)
Author URI: http://primdesigns.com
*/

/* Resets */
/* Minus: p,big,small,sub,sup,strong,em,table, caption, tbody, tfoot, thead, tr, th, td */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background-color: #635C4C;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide, .alt {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */

a:link {
	color: #EF5A28;
}

a:visited {
	color: #EF5A28;
}

a:hover {
	color: #EF5A28;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
/* Wraps */
#header_wrap {
}
#content_wrap {
}
#footer_wrap {
             color:#ffffff; 
}
/* Header */
#header {
	margin: auto;
	width: 1024px;
	height: 204px;
	background: transparent url(images/head_bg.jpg) no-repeat scroll center top;
	position: relative;
}
#logo {
	display: block;
	position: absolute;
	width: 200px;
	height: 174px;
	top: 0;
	left: 0;
}
#navbar {
	height: 30px;
	position: absolute;
	top: 174px;
	width: 1024px;
	background: transparent url(images/pattern-navbar.gif) repeat-x scroll center top;
	overflow: hidden;
}
	#navbar #navitems{
	
	}
	#navbar #navitems li{
		float: right;
	}
	#navbar #navitems li a{
		display: block;
		padding: 6px 15px 10px;
		text-transform: uppercase;
		color: #939393;
		text-decoration: none;
	}
	#navbar #navitems li a:hover{
		color: white;
		background: transparent url(images/pattern-navbar_h.gif) no-repeat scroll center top;
	}
	#navbar #navitems li.current_page_item a{
		color: white;
		background: transparent url(images/pattern-navbar_c.gif) repeat-x scroll center top;
	}
/* Content */
#content {
	background: white;
	width: 1024px;
	margin: auto;
	
}
	#page {
		float: left;
		width: 653px;
		padding: 20px 20px 20px 38px;
	}
	#sidebar{
		background: transparent url(images/pattern-sidebar.jpg) repeat-x scroll top left;
		float: right;
		width: 273px;
		padding: 20px;
	}
/* Footer */
#footer {
        color:#ffffff; 
}

/* Strange Tag Styles from Nitrocredit.css */
bodyemphasis {
	color: #ef5a28;
	font-weight: bold;
}

superheader {
	color: #ef5a28;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	display: block;
}

header {
	font-size: 20px;
	color: #635c4c;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
}

subhead {
	color: #ada78f;
	font-weight; bold;
	text-transform:uppercase;
	font-size: 14px;
}

testimonial {
	color: #ef5a28;
	font-family: "Times New Roman", Times, serif
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
}

testimonialby {
	line-height: 18px;
	color: #999
	font-family: "Times New Roman", Times, serif;
}

emphasized {
	font-size: 16px;
}

chartheader {
	color: #d4cfbd;
	font-weight: bold;
}

bodymini {font-size: 70%;}

sidebartext {font-size: 11px;}
	
sidebarheader {
	font-weight: bold;
	color: #635c4c;
}
/* End Strange Tag Styles */
