@charset "UTF-8";
/* CSS Document */

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

body		    	{background: #eaeaea;
					}
					
/* General Hyperlink Colors */

a:link 				{color: #000000;}
a:visited 			{color: #666666;}
a:hover 			{color: #009;}
a:active			{color: #333;}
					 
.no_image_link_border 	{border: none;
						}
						
.bordercollapse		{border-collapse: collapse;
}

.no_decoration			{text-decoration: none;
						}

.image_borders		{border-style: double;
					 border-width: 4px;
					 border-color: #000000;
					}

.joanna_logo		{font-family: "Times New Roman", Times, serif;
					 font-size: 35px;
					 font-style: italic;
					 text-align: center;
					 color: #491A00;
					}
					
.all_content    	{width: 800px;   /* Web-page Width */
					 margin: 5px auto;	/* IMPORTANT - centers the whole webpage.... Cool-eh! */
					overflow: hidden; /* This is a cool trick that automatically expands the Div tag as page grows - HOWEVER, make sure this doesn't cause unexpected behaviour */
					background-color: #FFFFFF;
					
					/* Working Draft CSS for Drop-Shadow Effect  */		
					box-shadow: 3px 3px 6px #999;
					-webkit-box-shadow: 3px 3px 6px #999;
					-moz-box-shadow: 3px 3px 6px #999;
					 }
					 
.search				{font-family: Helvetica, Arial, Times New Roman;
					 text-align: right;
					 color: #000000;
				 	 font-size: 9pt;
					 width: 250px;
					 float: right;
					 clear: left;
					 }
					
.enlarge			{font-family: Helvetica, Arial, Times New Roman;
					 font-size: 8pt;
					 color: #491A00;
					 text-decoration: underline;
					 }
					 
.breadcrumb_nav		{font-family: Helvetica, Arial, Times New Roman;
					 width: 634px;
					 text-align: left;
					 color: #000000;
				 	 font-size: 9pt;
					 margin: 0px 2px 0px 8px;
					 height: 23px;
					}
			
.general_text		{font-family: Helvetica, Arial, Times New Roman;
					 font-size: 9pt;
					 text-align: left;
					 color: #000000;
					}
					
.form_text		{font-family: Helvetica, Arial, Times New Roman;
					 font-size: 10pt;
					 text-align: left;
					 color: #000000;
					 font-weight: bold;
					}
					
		/* Rules off certain areas within certain pages */
.divider					{clear: left;
							 padding: 0px 15px 0 15px;
							 margin: 0px 2px 0px 2px;
							 width: 612px;
							}
					 
		/* BEWARE CHECK IE CSS ALSO */
					
.footer				{width: 800px;
					 height: 50px;
					 background-color: #FFFFFF;
					 font-family: Helvetica, Arial, Times New Roman;
					 color: #2F1100;
					 font-size: 10pt;
					 margin-top: -7px;
					 clear: both;
					 }
					 
/** DO NOT REMOVE - Outer and Inner wraps create centered images rather like a table would **/							
.outerwrap					{float: left;
							 display: table; 
						     height: 190px; /*** BE SURE HEIGHT IS GENEROUS ELSE IMAGE COLLAPSE ***/
							 #position: relative; 
							 overflow: hidden;
							}

/** DO NOT REMOVE - Outer and Inner wraps create centered images rather like a table would **/
.innerwrap					{#position: absolute; 
							 #top: 50%;
							 display: table-cell; 
							 vertical-align: middle;
							}
							
.red_text					{color: #F00;
							}
							
.green_text					{color: #063;
							}
					 
		/* BEWARE CHECK IE CSS ALSO */
					 
.headertype1		{font-size: 16pt;
					 color: #663300;
					}
					
.right_content		{height: 800px;	/* Important to have measurements in floating Div Tag's CSS code */ 
					 width: 450px;  /* Important to have measurements in floating Div Tag's CSS code */
					 background: #99FF33;
					 padding: 10px 0px 5px 5px; 
					 font-family: Helvetica, Arial, Times New Roman;
					 text-align: left;
					 color: #663300;
				 	 font-size: 12pt;
					}
				
.right_text_layout	{font-family: Helvetica, Arial, Times New Roman;
					 text-align: left;
					 color: #663300;
				 	 font-size: 12pt;
					}			   
				
/* Left Navigational Area */
				
#leftcolumn		{width: 150px;
				 float: left;
				}
				
/* Right Content Area */

.right_wrapper   {width: 647px;
				  float: right;
				  border-left-style: solid; /* IMPORTANT - Carries vertical line down page */
				  border-left-color: #491A00;  /* IMPORTANT - Carries vertical line down page */
				  border-left-width: 2px;  /* IMPORTANT - Carries vertical line down page */
				  min-height: 500px;
				  text-align: center;   /* IMPORTANT - Keeps Joanna Logo Centered */
			     }
				 
.cart			{padding-right: 44px;
				 margin-bottom: -15px;
				}
				
.PayPal_Cards	{padding-top: 8px;
				 margin-left: -10px;
				}
			
				 
/* *** PAGE SPECIFIC CSS STARTS HERE IN ALPHABETICAL ORDER *** */


/* About Page CSS Starts */

		/* BEWARE CHECK IE CSS ALSO */

.about_row1content_left	{float: left; /* Top left section of Main Content Area */
				 width: 225px;
				 padding: 0px 10px 10px 10px; /* Top, Right, Bottom, Left */
				 font-family: Helvetica, Arial, Times New Roman;   /* Default settings for This Content Area - May be overriden with ICE */
				 text-align: left;       /* Default settings for This Content Area - May be overriden with ICE */
				 color: #663300;         /* Default settings for This Content Area - May be overriden with ICE */
				 font-size: 12pt;        /* Default settings for This Content Area - May be overriden with ICE */
				}
				
.about_row1content_right	{float: left; 
				 width: 400px;
				 padding: 0 0 10px 0;
				}
				
.about_row2content	{width: 625px;
				 	 padding: 0 10px 10px 10px;
				 	 float: left;
					 clear: left;
				 	 font-family: Helvetica, Arial, Times New Roman;  /* Default settings for This Content Area - May be overriden with ICE */
					 text-align: left;    /* Default settings for This Content Area - May be overriden with ICE */
				 	 color: #663300;      /* Default settings for This Content Area - May be overriden with I	CE */
				     font-size: 12pt;}    /* Default settings for This Content Area - May be overriden with ICE */
				 
				 
/* Admin Page CSS Starts */

.admin_content	{font-family: Helvetica, Arial, Times New Roman;
				 text-align: left;
				 color: #663300;
				 font-size: 10pt;
				 padding: 0 5px 0 5px;
				}
				
.admin_left_column_wrapper {float: left;
							width: 454px;
				   			}
				
.admin_left_column_header	{width: 440px;
							 height: 17px;
					 background-image: url(../images/layout_images/duo_grey.jpg);
					 background-repeat: repeat-x;
	  			     background-color: #ffffff;   /* Background Color of Headers */
					 color: #ffffff;   /* Text Color */
					 text-align: left;
					 font-family: Futura, Helvetica, Arial;
					 font-size: 14px;
					 border-left: 2px;  /* Creates left border */
					 border-left-style: solid;
					 border-left-color: #ffffff;
					 border-right: 2px;  /* Creates right border */
					 border-right-style: solid;
					 border-right-color: #ffffff;
					 padding: 2px 5px 3px 5px;
					 }
					 
#admin_row1content_left	{width: 440px;
				 padding: 2px 5px 3px 5px;
				 font-family: Helvetica, Arial, Times New Roman;
				 text-align: left;
				 color: #000000;
				 font-size: 10pt;
				 background-color: #DDDDDD;
				 margin: 0 2px 0 2px;
				}
							
.admin_right_column_wrapper {float: left;
							width: 182px;
				   			}
					 
.admin_right_column_header	{width: 182px;
							 height: 17px;
					 background-image: url(../images/layout_images/duo_grey.jpg);
					 background-repeat: repeat-x;
	  			     background-color: #ffffff;   /* Background Color of Headers */
					 color: #ffffff;   /* Text Color */
					 text-align: left;
					 font-family: Futura, Helvetica, Arial;
					 font-size: 14px;
					 border-left-style: solid;
					 border-left-color: #ffffff;
					 border-right: 2px;  /* Creates right border */
					 border-right-style: solid;
					 border-right-color: #ffffff;
					 padding: 2px 5px 3px 5px;
					 }
					 
#admin_row1content_right	{width: 182px;
				 font-family: Helvetica, Arial, Times New Roman;
				 text-align: left;
				 color: #ffffff;
				 font-size: 10pt;
				 background-color: #858585;
				 padding: 2px 5px 3px 5px;
				}

#tickled_pink	{font-family: Helvetica, Arial, Times New Roman;
				 text-align: center;
				 color: #000000;
				 font-size: 10pt;
				 padding: 5px;
				}
				
.admin_iframe		{color: #ffffff;   /* Text Color */
					 background-color: #858585;
					 text-align: left;   
					 font-family: Futura, Helvetica, Arial;
					 font-size: 14px;
					 padding: 5px;
					 }
					 
.admin_iframe_right		{color: #ffffff;   /* Text Color */
					 background-color: #858585;
					 text-align: left;   
					 font-family: Futura, Helvetica, Arial;
					 font-size: 14px;
					 padding: 5px;
					 width: 170px;
					 }
					 
.admin_questions a	{color: #00F;
					 font-family: Helvetica, Arial;
					 font-size: 11px;
					 text-decoration: none;
					 font-weight: bold;
					}
					
.admin_questions_content 	{color: #000;
					 font-family: Futura, Helvetica, Arial;
					 font-size: 12px;
					 background-color: #ffffff;
					 text-align: left;
					 width: 400px;
					 height: 400px;
					 padding: 5px 0 5px 25px;
					}

/* Bespoke Page CSS Starts */
#bespoke_features {width: 450px;
					padding: 10px 5px 10px 20px;
					margin: 0 1px 0 0;
					font-family: Helvetica, Arial, Times New Roman;
				 	text-align: left;
				 	color: #663300;
				 	font-size: 11pt;
				  }
				  
.bespoke_productdetail		{width: 618px;
						 		 padding: 5px 5px 5px 20px;
						 		 font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #663300;
				 				 font-size: 11pt;
								 margin: 0 2px 0 2px;
								}

/* Category Page CSS Starts */

#category_row1content	{width: 632px;
				 		 padding: 5px 5px 10px 5px;
				 		 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 10pt;
				 		 background-color: #ffffff;
				 		 margin: 0 2px 0 2px;
						}
						
.category_outercell		{width: 582px;
						 height: 80px;
				 		 background-image: url(../images/layout_images/category_background.jpg);
						 background-repeat: no-repeat;
				 		 margin: 0 2px 0 2px;
						 text-align: left;
						 padding-left: 60px;
						}
						
.cat_left_col			{width: 73px;
						 height: 73px;
						 padding-top: 5px;
						}
						
.category_image			{width: auto;
						 height: 60px;
						}
						
.category_image			{width: 60px;
						 height: auto;
						}
						
.category_header		{font-family: Helvetica, Arial, Times New Roman;
						 text-align: left;
						 font-size: 34px;
						 color: #999999;
						 margin-left: 50px;
						 vertical-align: middle;
						 text-transform: uppercase;
						 }
						 
/* Contact Page CSS Starts */

		/* BEWARE CHECK IE CSS ALSO */

.contact_row1content_left	{float: left; /* Top left section of Main Content Area */
							 width: 225px;
							 padding: 10px 10px 10px 10px; /* Top, Right, Bottom, Left */
							 font-family: Helvetica, Arial, Times New Roman;   /* Default settings for This Content Area - May be overriden with ICE */
							 text-align: left;       /* Default settings for This Content Area - May be overriden with ICE */
							 color: #663300;         /* Default settings for This Content Area - May be overriden with ICE */
							 font-size: 12pt;        /* Default settings for This Content Area - May be overriden with ICE */
							}
				
.contact_row1content_right	{float: left; 
				 			 width: 400px;
							 padding: 10px 0 10px 0;
							 min-height: 300px;
							 vertical-align: middle;
							}
				
.contact_row2content		{width: 625px;
							 padding: 0 10px 10px 10px;
							 float: left;
							 clear: left;
							 font-family: Helvetica, Arial, Times New Roman;  /* Default settings for This Content Area - May be overriden with ICE */
							 text-align: left;    /* Default settings for This Content Area - May be overriden with ICE */
							 color: #663300;      /* Default settings for This Content Area - May be overriden with ICE */
							 font-size: 12pt;}    /* Default settings for This Content Area - May be overriden with ICE */
							 
						 			
/* Design Page CSS Starts */	

#design_row1content		{width: 635px;
						 padding: 5px 5px 15px 5px;
						 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 11pt;
						}
						
.design_image_padding		{padding: 0px 10px 5px 2px;
					}


/* Find Page CSS Starts */

#find_row1content		{width: 632px;
				 		 padding: 5px 5px 10px 5px;
				 		 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: center;
				 		 background-color: #ffffff;
				 		 margin: 0 2px 0 2px;
						}
						
#find_row2content		{width: 632px;
				 		 padding: 5px 5px 10px 5px;
				 		 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 12pt;
				 		 background-color: #ffffff;
				 		 margin: 0 2px 0 2px;
						}
				
/* Index Page CSS Starts */	
		
#index_row1content_left	{float: left; /* Top left section of Main Content Area */
				 width: 225px;
				 padding: 0px 10px 10px 10px; /* Top, Right, Bottom, Left */
				 font-family: Helvetica, Arial, Times New Roman;   /* Default settings for This Content Area - May be overriden with ICE */
				 text-align: left;       /* Default settings for This Content Area - May be overriden with ICE */
				 color: #663300;         /* Default settings for This Content Area - May be overriden with ICE */
				 font-size: 12pt;        /* Default settings for This Content Area - May be overriden with ICE */
				}
				
#index_row1content_right	{float: left; 
				 width: 400px;
				 padding: 0 0 10px 0;
				}
				
#index_row2content	{width: 625px;
					 float: left;
					 clear: left;
				     padding: 0 10px 10px 10px;
				     font-family: Helvetica, Arial, Times New Roman;  /* Default settings for This Content Area - May be overriden with ICE */
				     text-align: left;    /* Default settings for This Content Area - May be overriden with ICE */
				     color: #663300;      /* Default settings for This Content Area - May be overriden with ICE */
				    font-size: 12pt;}    /* Default settings for This Content Area - May be overriden with ICE */


/*** Portfolio Pages CSS Starts INCLUDES CSS FOR domestic.asp, commercial.asp and portfolio.asp ***/

.portfolio_row1content  {width: 636px;
						 padding: 5px;
						 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 11pt;
						}
						
.portfolio_row2_leftimage	{float: left;
							 width: 313px;
							 padding: 25px 5px 5px 5px;
							}
								
.portfolio_row2_rightimage	{float: left;
							 width: 313px;
						     padding: 25px 5px 5px 5px;
						    }
							
.portfolio_images			{width: 150px;
							 height: 150px;
							 padding: 5px;
							 font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: center;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							 #position: relative; 
							 #top: -50%
							}
							
.auto_resize				{width: 85px;
							 height: auto;
							 border-style: double;
							 border-width: 4px;
							 border-color: #000000;
							}
							
.auto_resize				{width: auto;
							 height: 100px;
							}
								
.portfolio_image_titles		{padding: 5px;
							 font-family: Helvetica, Arial, Times New Roman;
							 width: 313px;
				 			 text-align: left;
				 			 color: #663300;
				 			 font-size: 12pt;
							 text-align: center;
							}
							
.portfolio_headers			{width: 636px;
							 padding: 5px;
							 font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 14pt;
							 text-transform: uppercase;
							}
							
/* Commercial Page Specifics */

#commercial_row1content		{width: 636px;
						 	 padding: 5px;
						 	 font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							}
							

/* Domestic Page Specifics */
					 
#domestic_row1content		{width: 636px;
						 	 padding: 5px;
						 	 font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							}
							
/* Products Page CSS Starts */

#product_row1content		{width: 636px;
						 	 padding: 5px;
						 	 font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							}
							
.prod_table_left			{width: 130px;
							 height: 130px;
							 padding: 0 0 0 10px;
							}
							
.prod_table_middle			{width: 350px;
							 height: 130px;
							 padding: 0 5px 0 25px;
							 text-align: left;
							}
							
.prod_table_right			{width: 130px;
							 height: 130px;
							 padding: 0 10px 0 10px;
							 font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: center;
				 		 	 color: #000000;
				 			 font-size: 10pt;
							}
							
.prod_man_text				{font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #000000;
				 			 font-size: 12pt;
							 }	
							 
.prod_name_text				{font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							 }
							 
.prod_mod_text				{font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							 }
							 
.prod_details_text			{font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #663300;
				 			 font-size: 11pt;
							 }
							 
.prod_more_info				 {font-family: Helvetica, Arial, Times New Roman;
				 		 	 text-align: left;
				 		 	 color: #006;
				 			 font-size: 11pt;
							 text-decoration: underline;
							 }

/* This little gem resizes an image whilst keeping its proportions **** Requires both pieces of code *****  TO ADD TO THIS - I'VE REMOVED THE EXACT SAME STYLE, WHICH HAD HEIGHT: 100% HOWEVER< REMOVING IT AND JUST USING WIDTH WILL SIZE TO THE FULL WIDTH OF THE DIV AND NO FURTHER ******/
.prod_imageresize		{width: auto;
						 height: 100px;}	
						 
.prod_imageresize		{width: 100px;
						 height: auto;}						
							

.strikethru					{text-decoration: line-through;
							}
							
.sale						{color: #F00;
							 font-size: 13pt;
						     font-weight: bold;
							}
							
.multi-pages				{clear: left;
							 width: 627px;
							 padding: 6px 15px 8px 0;
							 margin: 0px 2px 0px 2px;
							 font-family: Helvetica, Arial, Times New Roman;
							 font-size: 12px;
				 		 	 text-align: right;
				 		 	 color: #000000;
							}
							
/* Productdetail Page CSS Starts */
	
#productdetail_row1content		{width: 632px;
						 		 padding: 5px 5px 5px 20px;
						 		 font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #663300;
				 				 font-size: 11pt;
								 margin: 0 2px 0 2px;
								 border-bottom: 1px #D9D9D9 dashed;
								}
								
.manufacturer					{font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #000000;
				 				 font-size: 15pt;
								}
								
.model							{font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #000000;
				 				 font-size: 13pt;
								}
								
#productdetail_row2_leftcontent {float: left;
								 width: 406px;
								 padding: 10px 5px 10px 20px;
								 margin: 0 1px 0 0;
						 		 font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #663300;
				 				 font-size: 11pt;
								}
								
#productdetail_row2_rightcontent	{float: left;
									 padding: 10px 5px 10px 5px;
									 margin: 0 2px 0 1px;
								     width: 200px;
				 		 		     text-align: center;
								     }
									 

/* This little gem resizes an image whilst keeping its proportions **** Requires both pieces of code *****  */
.proddetail_imageresize		{width: 70%;
						 height: auto;}	
								
								
.spec_header					{font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #663300;
				 				 font-size: 13pt;
								 color: #000000;
								}
								
#productdetail_row3content		{clear: left; 
								 width: 636px;
						 		 padding: 10px 0 10px 20px;
								 margin: 0 2px 0 2px;
						 		 font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #000000;
				 				 font-size: 10pt;
								 border-top: 1px #D9D9D9 dashed;
								}
								
.productdetail_price			{font-family: Helvetica, Arial, Times New Roman;
				 		 		 text-align: left;
				 		 		 color: #000000;
				 				 font-size: 13pt;
								 font-weight: bold;
								}
								
#productdetail_sale				{color: #F00;
								 font-size: 16pt;
								 font-weight: bold;
								}
								
.table_headers				{font-family: Arial, Helvetica, sans-serif;
							 font-size: 15pt;
							 margin-left: -15px;
							 padding-right: 3px;
							 padding-bottom: 6px;
							 color: #333;
							}
							
.table_info1				{font-family: Verdana, Arial, Helvetica, sans-serif;
							 font-size: 12px;
							 font-style: normal;
							 font-weight: bold;
							 color: #663300;
							 text-align: center;
							}
							
.table_info2				{font-family: Verdana, Arial, Helvetica, sans-serif;
							 font-size: 12px;
							 font-style: normal;
							 font-weight: bold;
							 color: #663300;
							}
							
.table_measurements			{font-family: Verdana, Arial, Helvetica, sans-serif;
							 font-size: 12px;
							 font-style: normal;
							 color: #663300;
							 text-align: center;
							}
							
.formfield1					{width: 120px;
							}
							
.formfield2					{width: 70px;
							}
					
.formfield3					{width: 80px;
							}
	
/* Sitemap Page CSS Starts */	

#sitemap_row1content	{width: 635px;
						 padding: 5px;
						 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 11pt;
						}
						
/* Subcategory Page CSS */

#subcategory_row1content	{width: 632px;
				 		 padding: 5px 5px 10px 5px;
				 		 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 10pt;
				 		 background-color: #ffffff;
				 		 margin: 0 2px 0 2px;
						}
						
.noproduct		    	{width: 632px;
				 		 padding: 5px 5px 10px 5px;
				 		 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 12pt;
				 		 background-color: #ffffff;
				 		 margin: 0 2px 0 2px;
						}
						
.subcategory_outercell		{width: 582px;
						 height: 80px;
				 		 background-image: url(../images/layout_images/category_background.jpg);
						 background-repeat: no-repeat;
				 		 margin: 0 2px 0 2px;
						 text-align: left;
						 padding-left: 60px;
						}
						 
.subcategory_image			{padding: 4px 3px 3px 3px;
						 vertical-align: middle; 
						}
						
.subcategory_header		{font-family: Helvetica, Arial, Times New Roman;
						 text-align: left;
						 font-size: 34px;
						 color: #999999;
						 margin-left: 75px;
						 vertical-align: middle;
						 text-transform: uppercase;
						 }
						 
/* Terms and Conditions PAGE CSS */

#terms_row1content	    {width: 636px;
						 padding: 5px;
						 font-family: Helvetica, Arial, Times New Roman;
				 		 text-align: left;
				 		 color: #663300;
				 		 font-size: 11pt;
						}