@charset "utf-8";
/* CSS Document */

		html, body { margin: 0; padding: 0; }
		
		body { 
		padding-bottom: 20px; 
		text-align: center; 
		/*background-image: url(../bgs/bw-circle.jpg);*/
		background-repeat: repeat;
		background-position: center top; 
		background-color: #000000;
		margin: 0 auto; 
		}

	
	/* yes */
#wrapper {
	width: 900px;
	margin: 0 auto; 
	margin-top: 0px;
	height: auto ;/* overwrite the height */
	background-color: #FFFFFF;
	}
/* yes */
div#header {
	width: 900px;
	height:485px;
	background-image: url(../loveBFB/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
/* yes */
div#logo2 {
    width:167px; 
	text-align: left;
	height: 72px;
	margin-top: 15px;
	margin-left: 32px;
	padding-top: 0px;
	float: left;
}
/* yes */
div#searchbox {
    width:200px; 
	text-align: left;
	margin-right: 28px;
	margin-left: 10px;
	margin-top: 0px;
	height: 25px;
	float: right;
	clear:both;
}
/* yes */
div#logo{
	width:282px;
	height:85px;
	padding-top: 15px;
	margin-top: 0px;
	margin-left: 23px;
	margin-right: 0px;
	float: left;
}
/* yes */
div#infolinkbut {
    width:122px; 
	text-align: right;
	margin-right: 28px;
	margin-left: 400px;
	margin-top: 10px;
	height: 83px;
	float: right;
	padding-bottom: 40px;
}
/* yes */
div#horz_menu {
    width:768px; 
	text-align: left;
	margin-top:0px;
	margin-left: 0px;
	background: url(../home1/menubar.jpg) top center no-repeat;
	height: 31px;
}
/* yes */
div#text_menu {
    width:500px; 
	text-align: right;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 40px;
	height: 20px;
	float: right;
}
div#photolinks {
    width:250px;  
	text-align: left;
	padding-top:180px;
	margin-left: 52px;
	margin-right: 580px;
	height: 50px;
	clear:both;
}
div#photoflashbut {
    width:250px;  
	text-align: left;
	padding-top:17px;
	margin-left: 130px;
	margin-right: 522px;
	height: 30px;
	clear:both;
}
/* yes - COLMASK */
div#container1 {
  clear:both;
  width:100%;			/* width of whole page */
}
/* yes - COLLEFT */
div#container2 {
		width:1049px;
		text-align: center;
}
div#container3 {
  margin-left: 0px;
  margin-right: 0px;
  width:900px;			/* width of whole page */
  overflow:hidden;	/* This chops off any overhanging divs */
  background: #FFFFFF;
  margin-top: 20px;  
}
/* yes - COLLEFT */
div#container4 {
		width:843px;
		text-align: left;	
		background: url(../resources/subBG3/repeatBG.jpg) repeat-y center top;
		margin-left: 102px;
		margin-right: 102px;
		clear: both;	
}

#left_menu_area {
	width: 263px;
	margin-left: 146px;
	margin-top: 0px;
	margin-right: 113px;
	margin-bottom: 0px;
	padding: 0px;
	height: 232px;
	}	
#left_text_blurb {
	width: 200px;
	margin-left: 130px;
	margin-top: 87px;
	margin-right: 150px;
	text-align: left;
	padding-left: 10px;
	}	
#left_menu_links {
	width: 170px;
	float: inherit;
	margin-left:20px;
	margin-right: 5px;
	margin-top: 50px;
	text-align:left;
	padding: 0px;
	height: auto ;/* overwrite the height */
	}
/* yes */
div#btmaddress {
    width:200px; 
	margin-left: 200px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 20px;
	height: auto ;/* overwrite the height */
	clear: right; 	
}
#breadcrumbs_area  {
  width:530px;
  text-align: left;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
	}
div#containermain { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: url(../home3/leftnavBG.jpg) top center repeat-y ;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
	height: 100%;
	margin-top: 0px;
}
div#sidebarLINKS {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
	height: auto;
	margin-top: 10px;
}
div#sidebarNAV {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 10px;
	height: auto;
	margin-top: 0px;
}
div#sidebarNAVTEXT {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 0px 0px;
	height: auto;
	margin-top: 20px;
}
div#btnNEWS {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 0px 10px;
	height: 20px;
	margin-top: 0px;
	text-align: right;
}
div#sidebarADD {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
	height: auto;
	margin-top: 30px;
}
div#mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 530px;
	background-color: #FFFFFF;
	float: right;
} 
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* yes */
div#footer {
   width:900px;
	height:550px;
	background-color: #fff;
	clear: both;
	padding: 0;
	margin: 0;
}
/* yes */
div#footer_menu{
   width: 900px;
	height:20px;
	background-color: #FFFFFF;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
}
div#nafculogo{
   width:750px;
	height:80px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
}
div#credittag{
   width:860px;
	height:150px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 40px;
}
div#disclaimer{
   width:830px;
	height:200px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 30px;
}
 
 /* FONTS */
 
 
.mainfont  {
	font-size: 12px;
	color: #3f362f; 
	font-family: Arial, Helvetica, sans-serif;
	}
.mainfont a:link {
color:#53646B;
text-decoration: underline;
text-underline-style: dotted;
}
.mainfont a:visited {
color:#53646B;
text-decoration: underline;
text-underline-style: dotted;
}
.mainfont a:hover {
background-color:#455054;
color:#FFFFFF;
text-decoration:none;
}	
.smallfont  {
	font-size: 13px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	}
.smallfont a:link {
color:#000000;
text-decoration: underline;
}
.smallfont a:visited {
color:#000000;
text-decoration: underline;
}
.smallfont a:hover {
color:#000000;
text-decoration:none;
}	
.titlefont  {
	font-size:20px;
	color: #B98700; 
	font-family:  "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: left;
	text-transform: lowercase;
	word-spacing: 0.3mm;
	} 
.nav_font {
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: bold;
	}
.nav_font a:link {
color:#000000;
text-decoration: none;
text-underline-style: dotted;
}
.nav_font a:visited {
color:#000000;
text-decoration: none;
text-underline-style: dotted;
}
.nav_font a:hover {
color:#000000;
text-decoration: underline;
}
.photofont {
	color: #FFFFFF;
	font-family: Helvetica,Arial,sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height: 2.0em;
	}
.photofont a:link {
color:#FFFFFF;
text-decoration: none;
}
.photofont a:visited {
color:#FFFFFF;
text-decoration: none;
}
.photofont a:hover {
color:#ffffff;
background-color: #000000;
}		
.goldfont  {
	font-size: 12px;
	color: #B29800; 
	font-family: Helvetica,Arial,sans-serif;
	}
.goldfont a:link {
color:#000000;
text-decoration: underline;
}
.goldfont a:visited {
color:#000000;
text-decoration: underline;
}
.goldfont a:hover {
color:#000000;
text-decoration:none;
}		 



h1  {
	color: #967CB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height: 1.2em;	
}
h2  {
	color:#B98700;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:5px;
	text-align:left;
	text-transform:lowercase;
	word-spacing:0.5mm;
}
h3  {
	color: #868686;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height: 1.2em;	
	margin-bottom: 10px;
}
h4 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height: 1.2em;
	margin-bottom: 0px;
}
p  {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.4em;
	margin-left: 20px;
	}

/* yes */	
.main_font_black12 {
	color: #000000;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}
.menulinks_fuche {
	color: #B83279;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}
.menulinks_fuche a:link {
color:#B83279;
text-decoration: underline;
text-underline-style: dotted;
}
.menulinks_fuche a:visited {
color:#B83279;
text-decoration: underline;
text-underline-style: dotted;
}
.menulinks_fuche a:hover {
color:#000000;
text-decoration:none;
}	

/* yes */	
.main_font_black {
	color: #000000;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}
 .main_font_black a:link {
color:#A8116D;
text-decoration: underline;
text-underline-style: dotted;
}
.main_font_black a:visited {
color:#A8116D;
text-decoration: underline;
text-underline-style: dotted;
}
.main_font_black a:hover {
background-color:#645750;
color:#FFFFFF;
text-decoration:none;
}	
/* yes */	
.main_font_yellow {
	color: #898989;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}
.main_font_yellow a:link {
color:#898989;
text-decoration: none;
text-underline-style: dotted;
}
.main_font_yellow a:visited {
color:#898989;
text-decoration: none;
text-underline-style: dotted;
}
.main_font_yellow a:hover {
color:#000000;
text-decoration: underline;
}	
/* yes */	
.main_font_purple {
	color: #53345c;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}
.main_font_purple a:link {
color:#A8116D;
text-decoration: underline;
text-underline-style: dotted;
}
.main_font_purple a:visited {
color:#A8116D;
text-decoration: underline;
text-underline-style: dotted;
}
.main_font_purple a:hover {
background-color:#645750;
color:#FFFFFF;
text-decoration:none;
}		
.main_font_lavender {
	color: #776798;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}	
.main_font_lavender a:link {
color:#A8116D;
text-decoration: underline;
text-underline-style: dotted;
}
.main_font_lavender a:visited {
color:#A8116D;
text-decoration: underline;
text-underline-style: dotted;
}
.main_font_lavender a:hover {
background-color:#645750;
color:#FFFFFF;
text-decoration:none;
}
.credit_font {
	color: #53646B;
	font-family: Helvetica,Arial,sans-serif;
	font-size:11px;
	font-style:normal;
	}
.credit_font a:link {
color:#53646B;
text-decoration: underline;
text-underline-style: dotted;
}
.credit_font a:visited {
color:#53646B;
text-decoration: underline;
text-underline-style: dotted;
}
.credit_font a:hover {
background-color:#645750;
color:#ffffff;
text-decoration:none;
}	
.pagetitlefont {
	color: #5C8A9A;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch: extra-expanded;
	font-style:bold;
	font-variant:normal;
	font-weight:bold;
	}
.search_font {
	color: #000000;
	background-color: #D7C9AC;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	}	
.left_menu_font {
	color: #003066;
	overflow: auto;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 2.4;
	}
.left_menu_font a:link {
color:#53646B;
text-decoration: underline;
text-underline-style: dotted;
}
.left_menu_font a:visited {
color:#53646B;
text-decoration: underline;
text-underline-style: dotted;
}
.left_menu_font a:hover {
background-color:#645750;
color:#FFFFFF;
text-decoration:none;
}	
.bread_font {
	color: #333333;
	font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}
	/* yes */	
.leftnav {
	color: #666666;
	font-family: Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height: 2.0em;
	}
.leftnav a:link {
color:#868686;
text-decoration: underline;
}
.leftnav a:visited {
color:#868686;
text-decoration: underline;
}
.leftnav a:hover {
color:#000000;
text-decoration:none;
}
.leftnavGOLD{
	color: #B98700;
	font-family: Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: bold;
	}
.leftnavGOLD a:link {
color:#B98700;
text-decoration: underline;
}
.leftnavGOLD a:visited {
color:#B98700;
text-decoration: underline;
}
.leftnavGOLD a:hover {
color:#000000;
text-decoration:none;
}









/* EXTRA */

/* yes */
/* yes */
div#tagline{
	width:298px;
	height:27px;
	padding-top: 0px;
	margin-top: 45px;
	margin-right: 70px;
	float: right;
	background: url(../home1/tagline.jpg) no-repeat center;
}
/* yes */
div#login_area{
	width:150px;
	height:27px;
	padding-top: 0px;
	margin-top: 20px;
	margin-right: 0px;
	text-align: right;
}
/* yes */
div#button_text{
	width:80px;
	height:27px;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 27px;
	padding-bottom: 0px;
	float: right;
}
/* yes */
div#login_button{
	width:300px;
	height:65px;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 50px;
	float: right;
	text-align: left;
}
/* yes */
div#buttons {
  width:300px;
  height: auto;
  margin-top: 4px;
  margin-left: 38px;
}


div#footer2 {
  border:0px solid red;
  width:914px;
	height:131px;
	clear: both;
	padding-bottom: 0px;
	margin-top: 0px;
}
#subheader {
	width: 796px;
	height: 243;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}	
#right_column2  {
	width: 585px;
	float: right;
	text-align:left;
	height: 440px;
	min-height: 500px;
	margin-top: 190px;
	padding-right: 0px;
	}	
#topmenu {
	width: 900px;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../sub_BGs/middle.jpg) no-repeat center top;
	padding: 0;
}	
#topmenu2 {
	width: 850px;
	height: 30px;
	margin-left: 64px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;

}	
#search_area {
	background-image: url(../images_home2/searchBG.gif);
	width: 237px;
	margin-left: 10px;
	float: left;
	text-align:left;
	padding: 10px;
	height: 156px;
	}	
#menu_btm {
	background-image: url(../bgs/menu_btm.jpg);
	width: 226px;
	float: left;
	padding: 0px;
	height: 77px;
	}		
#maincontent  {
	width: 578px;
	text-align:right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#newsinclude {
	width: 	150px;
	max-height: 120px;
	color: #000000;
	background-color: #E4E4E4;
	font-family:Trebuchet,Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height: 12pt;
	}
#whatsnewinclude {
	width: 	150px;
	max-height: 120px;
	color: #000000;
	background-color: #DADADA;
	font-family:Trebuchet,Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height: 12pt;
	}
#introtext {
	width: 	325px;
	height: 120 px;
	color: #000000;
	text-align: right;
	background-color: #FFFFFF;
	font-family:Trebuchet,Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height: 12pt;
	}
#searcharea  {
	width: 237px;
	background-image: url(../images_home2/searchBG.gif);
	background-repeat: no-repeat;
	height: 156px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	font-style: normal; 
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 3px;
}
#searchinput {
	width: 200px;
	height: 150px;
	text-align: center;
		margin-top: 12px;
		margin-left: 20px;
		padding-top: 20px;
}
#addressarea  {
	width: 180px;
	height: 100px;
	text-align: right;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-stretch: extra-expanded; 
	margin-left: 660px;
	padding-right: 20px;
	padding-top: 40px;
	
}
#leftnews  {
	width: 180px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-style: normal; 
	text-align: left;
	margin-left: 40px;
	margin-right: 0px;
	height: auto ;/* overwrite the height */
}
#whatsnewSUB  {
	width: 200px;
	max-height: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-style: normal; 
	text-align: left;
	margin-left: 25px;
	margin-right: 0px;
	background-image: url(../images_home2/whatsnew3.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
}
#whatsnewSUBinclude  {
	width: 150px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	font-style: normal; 
	text-align: left;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 35px;
}
#secondlinks  {
	width: 806px;
	text-align:right;
	margin-top: 0px;
	height: 19px;
	margin-right:10px;
	padding-right:10px;
	}

#flash  {
	width: 224px;
	height: 247px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
#producttitle{
	width: 578px;
	height: 24px;
	float: left;
	margin-left: 3px;
	padding-top: 20px;
}
#productimages {
	width: 460px;
	height: 420px;
	text-align: left;
	margin-right: 20px;
	margin-top: 28px;
	background: url(../homeimgs/flash_BG.jpg) no-repeat;
}
#subimages {
	width: 460px;
	height: 420px;
	text-align: left;
	margin-right: 20px;
	margin-top: 28px;
	padding-left: 20px;
}
#subimages2 {
	width: 361px;
	height:100%;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 0px;
}
#subcontent_info{
	width: 230px;
	height: auto;
	text-align: right;
	margin-right: 0px;
	margin-top: 90px;
	padding-left: 0px;
	padding-right: 00px;
	margin-left: 80px;
}
#subform{
	width: 300px;
	height: auto;
	text-align: left;
	margin-right: 0px;
	margin-top: 28px;
	padding-left: 0px;
}
.contactform {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.3em;
	background-color: #dedcdc;  
}
#welcome  {
	width: 348px;
	height: 101px;
	text-align: left;
	margin-top: 0px;
	margin-left: 3px;
	float: left;
}
#welcometext  {
    border:0px solid green;
    width:230px; 
    margin:60px 0 0px 150px;
	height:200px;
	font-stretch:condensed;
	text-align: right;
	background: url(../homeimgs/the.gif) no-repeat top left;
}
#subtext  {
    border:0px solid green;
    width:230px; 
    margin:10px 0 0px 0px;
	padding-right: 20px;
	height:auto;
	font-stretch:condensed;
	text-align: right;
	float: right;
}
#marketimage  {
    border:0px solid green;
    width:383px; 
    margin:10px 0 0px 0px;
	padding-right: 20px;
	height:74px;
	font-stretch:condensed;
	text-align: right;
	float: right;
}
#lefttext  {
    border:0px solid green;
    width:250px; 
    margin:10px 0 0px 0px;
	padding-right: 30px;
	height:auto;
	font-stretch:condensed;
	text-align: right;
	float: right;
}
#leftmoviebox {
    border:0px solid green;
    width:383px; 
    margin:10px 0 0px 0px;
	padding-right: 30px;
	height:auto;
	font-stretch:condensed;
	text-align: right;
	float: right;
}			
 
 
		
.headline_font {
	color: #FFFFFF;
	overflow: auto;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}

.search_button1 {
	color: #FFFFFF;
	background-color: #B50606;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-stretch: wider;
	text-align: left;
	}	
.search_button2  {
	color: #FFFFFF;
	background-color: #B50606;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-stretch: expanded;
	text-align: left;
	border: thin;
	border-color: #000000;
	text-indent: inherit;
	text-shadow: #000000;
}
	
.login_font1 {
	color: #000000;
	background-color: #BFC6D5;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	}
.login_font2 {
	color: #000000;
	background-color: #D5E2D5;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	}
	/* yes */
.grbutton_font{
	color: #592acc;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size:18px;
	}	
		



/* yes */	
	
/* yes */	
.footer_font {
	color: #8b7bb4;
	font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	}
/* yes */	

.producttitlefont {
	color: #3D393A;
	font-family:Helvetica,Arial,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch: extra-expanded;
	font-style:bold;
	font-variant:normal;
	font-weight:bold;
	}	
.searchbut {
	background-color: #FFC300;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-color: #072374;
	border-style: solid;
	}	
.searchbut2 {
	background-color: #D5E2D5;
	color: #660000;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-color: #660000;
	border-style: ridge;
	}
li { margin-left: 20px;}
ul { margin-top: 10px;} 

/* Testimonials script  */
#testimonials {width: 500px; border: 1px dotted #b7b7b7; padding: 10px; background: url(../bgs/suspensionloopBG.jpg); } 
#testimonials .slide {list-style-type: none;line-height: 24px} 
blockquote {font-size: 18px;font-family: Georgia, "Times New Roman", Times, serif; color: #333; font-style: italic; line-height: 1.4em;} 
.blockquotetitle  {color: #B98700;}