/* ---------->>> 2. GLOBAL <<<--------*/
/* -----------------------------------*/

.clear { 
clear:both; 
}
.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;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.inline {display:inline;}
.text-left { 
text-align:left; 
}
.text-right { 
text-align:right;
}
.text-center { 
text-align:center;
}
.text-justify { 
text-align:justify;
}
.bold { 
font-weight:bold; 
}
.italic { 
font-style:italic; 
}
.underline { 
order-bottom:1px solid; 
}
.highlight { 
background:#ffc; 
}
.img-left { 
float:left;margin:4px 10px 4px 0; 
}
.img-right { 
float:right;margin:4px 0 4px 10px; 
}
.nopadding { 
padding:0; 
}
.noindent { 
margin-left:0;padding-left:0; 
}
.nobullet { 
list-style:none;list-style-image:none; 
}
ul{list-style-type:none;}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	margin-top: 0px;
	background-color: #D3CAAD;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	word-spacing: 0.08em;
	letter-spacing: .01em;
	
}
#wrapper {
	margin:0 auto;
	width:813px;
	padding:0;
	
}
#container {float:left; /*margin-top:-7px;*/ padding:0; width:813px; background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;}

#bodyContent {
	width: 543px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 15px;	
	display:inline;
	float: left;
	
}
#navBox {width:203px; display:inline; margin:0; float:left;/*position:relative; right:333px; bottom:22px;*/}	
#leftContent {
	width: 318px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 15px;	
	display:inline;
	float: left;
	/*position:relative;
	left:203px;*/
	
}
#rightContent {
	width: 215px;
	padding-top: 15px;
	padding-right: 25px;	
	display:inline;
	float: right;	
}
.flash {margin:0; padding:0;}
.homepage {
	background-image:url(/images/homepage_pic_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width: 334px;
}
.pagebg {
	background-image:url(images/background_blue.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	background-color: #123b79;
	/*background-attachment: fixed;*/
}
.navigation {
	background-image:url(/images/nav_bg.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	width: 188px;
}
.rightSide {
	background-image:url(/images/border_right.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	width: 18px;
}
.headerMid {
	width: 334px;
	height: 127px;
	float:left;
}
.headerLeft {
	width: 258px;
	height: 127px;
	float:left;
}
.nav {
	width: 188px;
	float:left;
	background-image:url(/images/nav_bg.jpg);
	background-repeat:repeat-y;
}
.mainContent {
	width: 582px;
	margin-left: 188px;
	padding-left: 10px;
	background-image: url(images/background_blue.jpg);
	background-repeat: repeat-x;
	background-color:#204e8d;
}
.LeftPage {
	width: 334px;
}
.rightButtons {
	float: right;
	width: 210px;
	clear:right;
}
.copy {
	width: 780px;
	height: 71px;
	clear:both;
	padding-top: 0px;
	position: relative;
	top: 0px;
}
.flashHeader {
	width: 778px;
	height: 121px;
	position: fixed;
	top: 0px;
	display: block;
	z-index: 40;
	right: 110px;
}
.rightBtnss {
	float: right;
	width: 210px;
	clear:right;
	
}
.productsList {width:150px; display:inline;}

h1 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ecda7e;
	text-transform:uppercase;
	background-image:url(/images/title_bk.gif);
	background-repeat:no-repeat;
	line-height: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant:small-caps;
	color:#acc5ff;
	padding: 0;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 0;
	margin-bottom: 0px;		
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffdd00;	
}
a:link {
	text-decoration: underline;
	color: #ffdd00;
}
a:visited {
	text-decoration: underline;
	color: #ffdd00;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
}

.listStyle li
{
	line-height:20px;
	background-image:url(../images/li.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	
	
}
.listStyle li:hover
{
	line-height:20px;
	background-image:url(../images/li_over.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	
}

.productboxTop {width:529px; height:45px; background-image:url(/images/productbox_top.gif); background-repeat:no-repeat;  padding-left:30px; margin:0;}
.productboxBg {width:529px; background-image:url(/images/productbox_bg.gif); background-repeat:repeat-y; margin:0;}
.productboxBtm {width:529px; height:22px; background-image:url(/images/productbox_btm.gif); background-repeat:no-repeat; margin:0;}
.productboxTop h2 {padding-top:15px;}

.h1_welcome {
	background-image:url(images/h1_home.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
	
}
.h1_about {
	background-image:url(images/h1_about.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
}
.h1_products {
	background-image:url(images/h1_products.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
}
.h1_faq {
	background-image:url(images/h1_faq.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
}
.h1_staff {
	background-image:url(images/h1_staff.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
}
.h1_contact {
	background-image:url(images/h1_contact.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
}
.h1_special {
	background-image:url(images/h1_special.jpg);
	background-repeat:no-repeat;
	width:553px;
	height: 53px;
	text-indent: -9999px;
	position: relative;
	right: 10px;
}
input.inputfield {
  font-size        : 11px;
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
    font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
.forbinLogo {
	float:right;
}
.subNav a {color:ffdd00; font-size:10px;}
.subNav a:hover {color:#ecda7e; font-size:10px; text-decoration:none;}
.copyright {
	font-size        : 11px;
	font-family      : Arial, Helvetica, sans-serif;
	color            : #ffffff;
	cursor:text;
	text-decoration:none;
	padding-top: 10px;	/*background-image: url(/images/copyright_bg.jpg);
	background-repeat: repeat-x;*/
}

a.copyright:link  { 
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  cursor:text;
  text-decoration:none;
}
a.copyright:visited  { 
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  cursor:text;
  text-decoration:none;
}
a.copyright:hover  {
	font-size        : 11px;
	font-family      : Arial, Helvetica, sans-serif;
	color            : #ffffff;
	cursor:text;
	text-decoration:none;
}
a.copyright:active  { 
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  cursor:text;
  text-decoration:none;
}
