body {
	margin:10px 0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}

#head_container {
	width:750px;
	padding:0;
	margin:0;
	height:100px;
	background-color:#FFFFFF;
}

#top_menu{
	visibility:hidden;
	display:none;
}

#menu_one{
	visibility:hidden;
	display:none;
}

#menu_two{
	visibility:hidden;
	display:none;}

#top_menu {
	visibility:hidden;
	display:none;
}



#menu { /*all other menu styles should be on the menu style sheet*/
	visibility:hidden;
	display:none;
}

#home_top{
	visibility:hidden;
	display:none;
}

#home_left_bottom {
	width:400px;
	padding:0;
	
	float:left;
}

.homebottomcol{
	width:200px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/subheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#testimonials{
	visibility:hidden;
	display:none;
}



#audiovideo{
	float:left;
	
}

#home_btvideo{
	visibility:hidden;
	display:none;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:690px;
	padding:0px;
	margin:5px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
}

#inside_full {/*To add an expanding background for the product pages, even if it is just solid colors, add a repeating image to this div*/
	width:670px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	background-color:#FFFFFF;	
}

.left_column {
	width:325px;
	float:left;
	margin:0;
	padding:5px;		
}

.right_column {
	width:325px;
	float:left;
	margin:0;
	padding:5px;			
}
