@charset "utf-8";

/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	padding: 0;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f3e3e;
	background: url(images/bg-black.gif) repeat-x;
	background-color: #2b90ce;
	outline:none;
	line-height: 125%;
	}
	
#main_wrapper {
	width:990px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
	

/* TOP AREA WITH LOGO, NAVIGATION, NEWSLETTER SIGN-UP (PHP INCLUDE) */

#header {
	margin: 0;
	padding: 0;
	}

/* LEFT CONTENT AREA */

#content_left {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:735px; /* this width + nav width must total 100% */
	margin: 0px;
	padding: 0px;
	}

#content_left_inner {
	padding: 0;
	margin: 0 0 0 18px;
	position: relative;
	}

#content_left_inner_box_home {
	width: 606px;
	background-color:#FFF;
	border-right: 23px solid #EB860C;
	border-bottom: 23px solid #EB860C;
	border-left: 23px solid #EB860C;
	position: absolute;
	top: -3px;
	padding: 25px 0 15px 17px;
}

#content_left_inner_box_company {
	width: 606px;
	background-color:#FFF;
	border-right: 23px solid #75bc11;
	border-bottom: 23px solid #75bc11;
	border-left: 23px solid #75bc11;
	position: absolute;
	top: -3px;
	padding: 25px 0 15px 17px;
	left: 0px;
}

#content_left_inner_box_buscards {
	width: 606px;
	background-color:#FFF;
	border-right: 23px solid #bb0e14;
	border-bottom: 23px solid #bb0e14;
	border-left: 23px solid #bb0e14;
	position: absolute;
	top: -3px;
	padding: 25px 0 15px 17px;
}

#content_left_inner_box_samples {
	width: 606px;
	background-color:#FFF;
	border-right: 23px solid #eed600;
	border-bottom: 23px solid #eed600;
	border-left: 23px solid #eed600;
	position: absolute;
	top: -3px;
	padding: 25px 0 15px 17px;
}



/* RIGHT CONTENT AREA */

#content_right {
	width:255px; /* this width + content width must total 100% */
	float:right; /* floats on nav and content divs make them sit side by side */
	margin: 0px;
	padding: 0px;
	}

#content_right_inner { 
	margin: 0 15px 0 0;
	}


/* FOOTER (PHP INCLUDE) */

#footer {
	clear:both;
	}

#footer_inner {
	text-align:left;
	}

#bottomnav {
	float: left;
	width: 980px;
	text-align: left;
}

#bottomnav a {
	font-weight: normal;
	text-decoration: none;
}

#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active{
	font-size: 15px;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
}

#bottomnav a:hover {
	font-size: 15px;
	background: #7d7d7d url(images/bottom-nav-hover.gif) repeat-x;
	padding: 10px;
	font-weight: bold;
}

.bottomnav_separator {
	margin: 0 15px 0 15px;
	color: #000;
	font-weight: bold;
}

.active-bottom-nav {
	font-size: 15px;
	background: #7d7d7d url(images/bottom-nav-hover.gif) repeat-x;
	padding: 10px;
}

/* BLUE BOX */

.blue_box {
	background: #f6fbfe url('images/blue_box_m.gif') repeat-y;
	margin: 0 0 14px 3px;
	background-color: #FFF;
	width: 595px
}

.blue_box .box_top {
	background: url('images/blue_box_t.gif') no-repeat;
}

.blue_box .box_bottom {
	background: url('images/blue_box_b.gif') no-repeat 0 100%;
}

.blue_box .box_data {
	margin: 0 0 0 15px;
	overflow: hidden;
	padding: 0 0 15px 0;
}

.clearfix {
    display:block;
}

.white_text {
	color: #FFF;
}

object {
	outline:none;
}

/* GENERAL LAYOUT STYLES */

.imgfltright {
	float: right;
	border: none;
	padding-right: 30px;
	}

.imgfltleft {
	float: left;
	border: none;
	padding-right: 30px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link { 
color: #FFF;
text-decoration: underline;
}

a:visited { 
color: #FFF;
text-decoration: underline;
}

a:hover { 
color: #f9ef94;
text-decoration: underline;
}

a:active { 
color: #f9ef94;
text-decoration: underline;
}

a.textlink:link { 
color: #eb860c;
text-decoration: underline;
}

a.textlink:visited { 
color: #eb860c;
text-decoration: underline;
}

a.textlink:hover { 
color: #2b90ce;
text-decoration: underline;
}

a.textlink:active { 
color: #2b90ce;
text-decoration: underline;
}

a.redtextlink:link { 
color: #bb0e14;
text-decoration: underline;
}

a.redtextlink:visited { 
color: #bb0e14;
text-decoration: underline;
}

a.redtextlink:hover { 
color: #2b90ce;
text-decoration: underline;
}

a.redtextlink:active { 
color: #2b90ce;
text-decoration: underline;
}

a.whitetextlink:link { 
color: #FFF;
text-decoration: underline;
}

a.whitetextlink:visited { 
color: #FFF;
text-decoration: underline;
}

a.whitetextlink:hover { 
color: #f9ef94;
text-decoration: underline;
}

a.whitetextlink:active { 
color: #f9ef94;
text-decoration: underline;
}

p {
	margin: 0 20px 0 0;
	padding: 0;
}

.subhead_blue_area {
	color: #F8EE91;
	font-size: 16px;
	background: url(images/elements/red-arrow-bl-bg.gif) no-repeat;
	padding-left: 27px;
	margin-bottom: 5px;
	height: 25px;
}

ul {
	margin: 0;
	padding: 0;
}

li.yellow_bullet {
	background:url(images/elements/yellow-bullet.gif) no-repeat 5px 6px;
	padding-left: 18px;
	margin: 0 0 3px 25px;
	font-size: 14px;
	list-style:none;
	color: #FFF;
}

li.yellow_bullet2 {
	background:url(images/elements/yellow-bullet.gif) no-repeat 5px;
	padding-left: 18px;
	margin: 0 0 3px 0;
	list-style:none;
	color: #2B90CE;
}

h1 {
	color: #eb860c;
	font-size: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: 300;
}

h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding-left: 25px;
	margin: 0;
}

h3 {
	color: #bb0e14;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: 300;
}

.red-text-lg {
	color: #bb0e14;
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: 300;
}

.order-pg-red-subhead {
	color: #bb0e14;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: 300;
}

.orange-text-lg {
	color: #eb860c;
	font-size: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: 300;
}

.orange-lg {
	color: #eb860c;
	font-size: 18px;
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: 300;
}

.black-lg {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding-left: 25px;
	margin: 0;
}

.black_small {
	color: #000;
	font-size: 14px;
}

.yellow_hr {
	width: 575px;
	background: url(images/elements/yellow-hr.gif) repeat-x;
	margin-top: 5px;
}

img {
	border: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.blue_subheading {
	color: #2b90ce;
	font-weight: bold;
}

.black_subheading {
	color: #000;
	font-weight: bold;
}

.white_text {
	color: #FFF;
	margin-left: 31px;
}

.orange_subheading {
	color: #eb860c;
	font-weight: bold;
}

.red_subheading {
	color: #bb0e14;
	font-weight: bold;
	padding: 0 0 10px 25px;
	background: url(images/elements/red-arrow.gif) no-repeat;
}

.yellow_subheading {
	color: #f9ef94;
	font-weight: bold;
	margin-left: 31px;
}

.copyright_text {
	color: #FFF;
}
