/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.08.14
File Purpose:	RAW Rawland Cycles - Framework style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/*
Contains all items that are different between a site with shadows and without.
These items may change for other purposes as well between templates.
*/

/* BODY */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #dbd7cc; 
	background: url(/_images/framework/bg_main.gif) top left repeat; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#table_main {
	width: 780px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#table_body {
	width: 760px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: url(/_images/framework/bg_main_container.gif) left top repeat-y;
}

.table_side_shadow {
	width: 10px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: top;
}

.div_side_shadow {
	width: 10px;
}

/* --------------------------- LEFT NAV/FEATURED PRODUCTS (SUBNAV) DEFS ----------------------------------- */
.sub_nav_container {
	width: 160px;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float: left;
	background: url(/_images/framework/divider_leftnav.gif) top no-repeat;
}

.sub_nav_container span {
	width: 100%;
	margin: 0px;
	padding: 3px 0px 7px 0px;
	font-weight: bold;
	color: #dfd2b3;
	float: left;
	display: inline;
	background: url(../_images/framework/divider_leftnav.gif) bottom no-repeat;
}

/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 760px;
	height: 31px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	float: left;
	display: inline;
	background: #493829;
}
