/* 
	
	CSS for new 2009 Home Page 
	By Mike McMillan 05-03-09
	
*/	


/******************* Global Reset *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

/******************* START HERE *******************/
 
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	color: #000000;
	background: url('images/gradient_background.jpg'); 	
}

/******************* FRAMEWORK *******************/

	 #wrapper {
			 width:868px;
			 margin: 10px auto;
			 /* padding:10px; */
				 background-color:#ffffff;
				 border:2px solid #003399;
				 text-align:left;
	 }
 
	 #navbar {
			 height:20px;
			 background-color: #003399;
	 }	 	

	 #container_L1 {
		 position:relative;
		}
		 		 
	 #column-left_L1 {
			 width:516px;
			 height:490px;				 
			 background-color:#fcfcfc;
	 }
	 
	 #column-right_L1 {
			position:absolute;
			background-color:#fcfcfc;
			top:0px;
			right:0px;
			bottom:0px;
			width:350px;
			height:490px;			
			/* padding:5px; */
			/* overflow:auto; */
	 }


/******************* HEADER *******************/

#header1 { 
	position:relative;
	width:868px; 
	height:80px;
	z-index:10;
	padding: 0;
	margin: 0;
	border: 0;	 
	background:url(/images2/FCI_Header_2009.jpg);
} 

#tagline
{
	position:absolute;
	width:270px;
	top: 52px;
	left: 125px;
	z-index:20;
	font-family: Arial;
	font-size:9px;
	color: #006699;
}

#LangBox2
{
	position:absolute;
	width:110px;
	top:21px;
	left:600px;
	z-index:20;
	vertical-align:top;
}

#LangBoxText
{
	height:17px;
	text-align:center; 
	font-family: Arial; 
	font-size:9px;
	vertical-align:top;
}

#searchBox2 
{
	position:absolute;
	width:145px;
	top:20px;
	left:735px;
	z-index:20;
	/* background-color:#99CC66 */
}	

/* input.SearchText
{
	height:13px;
	text-align:center;
	font-family: Arial;
	font-size:9px;
	vertical-align:top;
} 

*/


input.SearchText
{
	margin: 0;
	padding: 2px 0 0 0;
	border:solid 1px #999;
	width:100px;
	height:13px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#000000;	
 	text-align:center;
	vertical-align:bottom; 
}

input.search_btn
{
	height:14px;
	border-style: none;
	border-width: 0px; 
}

#miniNav
{
	position:absolute;
	width:220px;
	top:57px;
	left:627px;
	z-index:20;
	text-align:left;
	font-size:9px;
	color: black;
	/*background-color:Lime;*/	
}

#miniNav a:link, 
#miniNav a:visited, 
#miniNav a:hover
{
	font-family: Arial; 
	font-size:9px; 
	color: black;
	text-align:left;	
	text-decoration: none; 
}

/******************* Featured Products (L1) *******************/


#LC_Featured_Products {
	float: left;
	width: 516px;
	background: #fcfcfc url(/images2/FCI_Feature_Graphic_Background.gif) no-repeat top left;
	height: 490px;

} 

div.shadow
{
	width: 450px;
	margin: 12px 0px 10px 33px;
}

#LC_Featured_Products h1
{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	line-height: 18px;
}

#LC_Featured_Products P
{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	padding: 0px 0px 13px 33px;
}

#LC_Featured_Products a:link, 
#LC_Featured_Products a:visited, 
#LC_Featured_Products a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:11px;
	/*font-weight:bold;*/
	text-decoration:none;
}

#LC_Featured_Products a.blacklink2:link, 
#LC_Featured_Products a.blacklink3:link, 
#LC_Featured_Products a.blacklink2:visited,
#LC_Featured_Products a.blacklink3:visited 
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


#LC_Featured_Products a.blacklink3:link, 
#LC_Featured_Products a.blacklink3:visited 
{
	font-size:10px;
}


#LC_Featured_Products a.blacklink2:hover,
#LC_Featured_Products a.blacklink3:hover {
	color: #E1E716; 
}

.alt_container {
	width: 480px; 
	margin: 0 0 0 17px;
}

.alt_blocks {
	width: 480px; 
	height: 100px; 
	text-align:left;
}

.alt_image_L {
	float:left;
	width: 230px; 
	margin: 0px 20px 0px 0px;
}

.alt_image_R {
	float:right;
	width: 230px; 
	margin: 0px 0px 0px 10px;
}

.alt_text_L {
	text-align:center;
	padding-top: 25px;
	margin: 0 0 0 230px;	
}

.alt_text_L2 {
	text-align:center;
	padding-top: 15px;
}

.alt_text_R {
	text-align:center;
	padding-top: 15px;
	margin: 0 230px 0 0;		
}

#LC_Featured_Products a.adobe2:link, 
#LC_Featured_Products a.adobe2:visited 
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: Red; 
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#LC_Featured_Products a.adobe2:hover {
	color: #E1E716; 
}


/******************* Products (R1) *******************/


.bluetext 			
{
	font-size:11px;
}

a.blue:link, 		/* unvisited link */
a.blue:visited, /* visited link */
a.blue:hover   /* mouse over link */
{
	font-size:11px;
	color:#003399;
	text-decoration: none;
}

a.blue:hover
{ 
	font-weight:bold;
}


#products_container
{
	background-color: #FFF;
	width: 350px;
}

.prod_images_1,
.prod_images_2,
.prod_images_3
{
	float: left;
	width: 98px;
	margin: 0 20px;
	padding-top: 25px;
}

.prod_text_1,
.prod_text_2,
.prod_text_3
{
	text-align:left;
	padding-top: 20px;
	margin: 0 10px 0 138px;
}

.prod_text_1 h2,
.prod_text_2 h2,
.prod_text_3 h2 {
	padding-top: 2px;
}

.gap5 {
	height:5px;
}

.bullet_float
{
	float: left;
	margin: 5px 7px 0 0;
}

.bText
{
 	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;	
	text-decoration:none; 
}
		
.TextBlack9
{
  font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	text-decoration:none;
 	font-size:9px;
	margin-top:5px; 	
}

.TextBlack9i
{
  font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	text-decoration:none;
 	font-size:9px;
	font-style:italic;
	font-weight:bold;
	margin-top:5px; 	
}		


#contact_image
{
	float: left;
	width: 19px;
	margin: 8px 10px 0 30px;
}

#contact_text
{
	text-align:left;
	/* padding-top: 10px;  */
	margin: 20px 10px 0 50px;
	/* background-color:#99FF00; */ 
}

#contact_text p
{ 
margin: 0;
padding: 10px 0 15px 0;

}


/******************* Grey Bar Layer (L2) *******************/


#Greybar_container {
	 position:relative;
	 background-color:#ffffff;
	 background:url(/images2/FCI_AVALCD_Background2.jpg);
}

.White_h3 {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 13px 0 7px 25px;
}

a.blacksm:link, 
a.blacksm:visited, 
a.blacksm:hover {
	color:#000000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#Greybar_container ul {
	list-style: none;
	margin-left: 0;
	padding-top: 5px; 
	padding-left: 9px;
	text-indent: -9px;
}

#Greybar_container ul.Lit {
	padding-top: 0px; 
}

#Greybar_container li {
	display:block;
	line-height:9px;
/* 	margin-bottom:5px; */
}
	
.rda {
	color: #FF9933;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* -------- NEWS column -------- */

.gap2 {
	height:3px;
}

#News_column {
	 width:286px;
	 height:146px;				 
}

#News_image {
	float: left;
	width: 40px;
	margin: 0;
	padding-left: 15px;
}

#News_text {
	text-align:left;
	margin: 0 0 0 60px;
}

#MoreNews {
	margin: 0;
	padding: 0;	 
	clear:left;
	text-align:right;
	top:0px;
}

/* ...... CD column ...... */

#CD_column {
	/* position:absolute; */
	width:454px;
	height:146px;				
}

#CD_image {
	float: left;
	width: 54px;
	margin: 0;
	padding: 5px 10px 16px 24px;
}

#CD_text {
	text-align:left;
	margin: 0 50px 0 82px;
}


/* -------- AVAL column -------- */

#AVAL_column {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:423px;
	height:146px;			
	/* padding:5px; */
	/* overflow:auto; */
	/* background-color: #CC0000;  */
}

#AVAL_image {
	float: left;
	width: 63px;
	margin: 0;
	padding: 0 10px 0 20px;
}

#AVAL_text {
	text-align:left;
	margin: 0 17px 0 90px;
}


/******************* Scrolling Press Releases  *******************/

#PR_container_out {
	background-color:#ffffff;
	width:828px;
	height:75px;
	padding: 20px 20px 0 17px;
}

#PR_container_in {
	background-color:#ffffff;
	width:828px;
	height:75px;
	/* padding-left:15px; */
	
/* 	overflow-x: hidden;		
	overflow-y: scroll;	 */
	overflow:auto;
	/* clear:both; */
	
}

.bullet2 {
	float:left;
	padding: 3px 7px 0 0;
}

.sdText
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	/* font-weight:bold; */
	font-size: 13px;	
	text-decoration:none; 
}
 
.sd_links {
	font-size:10px;  
	font-family: verdana, arial, sans-serif; 
	color: #000000; 
	line-height: 175%; 
	padding-right:10px; 
	padding-left:5px;
	text-decoration:none;
}

.da {
	float:left;
	clear:left;
	padding: 0 0 4px 18px;
	color: #003399;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
 
/******************* FOOTER *******************/

#footer_container {
 position:relative;
}
		 
#footer_L {
	width:220px;
	height:114px;
	padding: 15px 0 0 20px;
}

#footer_R {
	position:absolute;
	width:628px;
	top: 0;
	right: 0;
	padding: 50px 0 0 0;
}

div#footer_txt {color:#000000; font-size:10px;}
a.footer {color:#333399; font-size:10px;}

.RepHeader {
	margin: 10px 0px 0px 15px;
	color:#006699;
	font-size:12px;
	font-weight:bold;
}

#RepLogin
{
	width:164px;
	height:50px;
	background-color:#ffffff;
	font-family:Arial;
	color: #555555;
	font-size:10px;
	margin: 0 0 0 15px;
	padding: 15px 8px 0px 0;
	vertical-align: top;
}

#RepLogin p {
  width:100px; 
	height:10px;
}

input.RepTextbox1, input.RepTextbox2 {
	width:109px; 
	height:10px;
	margin: 0 0 10px 0;
	font-size:9px;
}

input.RepTextbox2 {
	margin: 0;
}

.RepLogin_btn
{
	float:right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-style: none;
	border-width: 0px; 
}
