/*global reset*/
* {
margin:0;
padding:0;
}

a:link{
	color: #4d7785 ;
}

a:visited{
	color: #4d7785 ;
}

body{
    background: #ffffff;
		text-align:center; /*center hack*/
		width:100%;
		}
	
#wrapper{
  width:100%;
  height:100%;
}	
		
#headerwrapper{
  width:100%;
  height:102px;
  background: #f4f4f9;
  }
 
 #headerimage{
 		width:650px;
 		margin:0px auto; /*center hack*/
		text-align:left; /*center hack*/
		padding-top:10px;
}


/* NAVIGATION 1 */
#navseparator{
 clear: both;
 width:100%;
 height:3px;
 background: #ffffff;
 border-bottom: #cedae5 1px solid ;
 }

#navwrapper{
 clear: both;
}
 /*END OF NAVIGATION 1*/


/* NAVIGATION 2 */

#navlist {
 		width:655px;
 		margin:0px auto; /*center hack*/
		text-align:left; /*center hack*/
}

.navigation a {text-decoration:none; font-family:  helvetica compressed,arial,century-gothic ; font-size:11px; font-weight:bold;}
.navigation a{color: #447491; }
.navigation a:hover {color: #999ac9; position:relative; }
ul.navigation {list-style:none; padding:0; }
.navigation li {
  float:left; 
  display:block; 
  margin:0px; 
  padding:0px; 
  padding-top:3px;
  background: #fff url(http://www.frozzoandsons.com/images/nav_tab.gif) no-repeat; 
  width: 109px; 
  height:27px; 
  text-align:center;
}

body#daily_spec_body .navigation li#homelink   ,
body#ordernow_body .navigation li#ordernow_link   ,
body#products_body .navigation li#products_link  ,
body#ourstory_body .navigation li#ourstory_link   ,
body#clientsandserv_body .navigation li#clientsandserv_link  ,
body#contactus_body .navigation li#contactus_link 
{color: #447491; background: #fff url(http://www.frozzoandsons.com/images/nav_tab_highlight.gif) left top no-repeat; font-weight:bold; position:relative;} 
body#daily_spec_body .navigation li#homelink  a,
body#ordernow_body .navigation li#ordernow_link  a,
body#products_body .navigation li#products_link  a,
body#ourstory_body .navigation li#ourstory_link  a,
body#clientsandserv_body .navigation li#clientsandserv_link  a, 
body#contactus_body .navigation li#contactus_link  a 
{background: transparent;}

/* END NAVIGATION 2 */



/* CONTENT STYLES */

#contentwrapper{
 clear: both;
 width:650px;
 margin:0px auto; /*center hack*/
 text-align:left; /*center hack*/
 padding-top: 10px;
 font-family: helvetica compressed, arial, century gothic;
 font-size: 12px;
}

#contentwrapper p{
 margin-top: 10px;
 }


h2.title {
text-align:left;
font-size: 20px;
}


.product_table{
	text-align:left;
	vertical-align: top;
	font-size: 11px;
	padding-right:10px;
}

.client_table{
	text-align:left;
	vertical-align: top;
	width:25%;
	font-size: 11px;
	padding-right:10px;
}

/*  END CONTENT STYLES */


.footer_separator{
 height:4px;
 width:650px;
 background: url(http://www.frozzoandsons.com/images/footer_separator.png) left repeat-x;
 margin: 0px;
 padding: 0px;
 }

#footerwrapper{
  clear: both;
  width:650px;
  margin:0px auto; /*center hack*/
	text-align:left; /*center hack*/
	padding-top:20px;
	font-weight: bold;
	font-family: helvetica, gothic,verdana,arial;
	font-size: 10px;
	color: #4d7785 ;
} 

a.footerwrapper:link{
	color: #4d7785 ;
}

a.footerwrapper:visited{
	color: #4d7785 ;
}
