/*
#############################################
This file defines the table and cells that 
make up the design of the site.  It should contain
only css for table#main and the cells underneath that
all other general declarations should go in
global.css

any css that is page specific should be in a
<style></style> tag on that page.
stuff that is needed on multiple pages can go at the 
bottom of global.css
#############################################
*/



table#main{
	width: 770px;
	background: white;
}


table#main td#logocell{
	width: 156px;
	height: 77px;
}

table#main td#topfillcell{
	width: 491px;
	height: 77px;
}

table#main td#rightnavcell{
	width: 123px;
	height: 77px;
}
table#main td#subnavigation{
	padding: 2px 20px;
	font-size: 11px;
}

table#main td#subnavigation a{
	padding: 0 4px;
	font-size: 11px;
}

table#main td#t-content{
	height: 400px;
	background: url('/images/bg.gif')
}


table#main td#footer{
	background: black;
}

table#main td#footer div{
	letter-spacing: 1px;
	color: white;
	font-size: 10px;
	padding: 3px 2px;
}
table#main td#footer div a{
	color: white;
}

table td{

}
/* Pricing Tables pulled from pricing page*/

table.pricetable{
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.pricetable td{
	padding: 2px 1px 2px 5px;
	font-size: 11px;
}
table.pricetable tr.bluerow{
/*	background: #B5CDE6;*/
}
table.pricetable tr.header{
/*	background:	#002D8A;
	color: white;*/
}
table.pricetable td.quant{

}
table.pricetable td.price{

}		