/* PAGE STRUCTURE */
body { background-color: #99C; }/*Style for the body tag of your website, controls font family page background, etc.*/
#wrapper {}
#header
{
	text-align: center;
	clear: both;
}


#footer {}
/* Table borders */
/* navigation table */

td.nav-r{padding:0;
	margin:0;
	background:url(assets/nav_r-x.gif) repeat-y;
	background-position:top left;}
/* new table cells */
td.t_left_main {padding :0;
	margin :0;
	background :url(assets/main_t-l.gif) no-repeat;
	background-position :top left;}
td.t_main {padding :0;
	margin :0;
	background :url(assets/main_t.gif) no-repeat;
	background-position :top left;}
td.t_right_main {padding :0;
	margin :0;
	background :url(assets/main_t-r.gif) no-repeat;
	background-position :top left;}
td.content_main
{
	width: 660px;
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
}
#main_content
{
	min-height: 400px;
	text-align: center;
}
td.b_left_main {padding :0;
	margin :0;
	background :url(assets/main_b-l.gif) no-repeat;
	background-position :top left;}
td.b_main {padding :0;
	margin :0;
	background :url(assets/main_b.gif) no-repeat;
	background-position :top left;}
td.b_right_main
{
	padding: 0;
	margin: 0;
	background: url(assets/main_b-r.gif) no-repeat;
	background-position: top left;
	height: 33px;
}
/* end of new cells */
#left_edge {
	width :22px;
	padding :0;
	margin :0;
	background :url(assets/main_l.gif) no-repeat;
	background-position :top left;
	height :486px;
}

td.leftbg {
	padding :0;
	margin :0;
	background :url(assets/main_l-x.gif) repeat-y;
	background-position :top left;
}


#right_edge {
	width :28px;
	padding :0;
	margin :0;
	background :url(assets/main_r.gif) no-repeat;
	background-position :top left;
	height :486px;
}
/*added 20-1 */
td.content_main {padding :0;
	margin :0;}
	/* end*/
td.rightbg {
	padding :0;
	margin :0;
	background :url(assets/main_r-x.gif) repeat-y;
	background-position :top left;
}
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/
p { text-align: left; }
h2 {font-size:20px;
color: #036;}
h3 {font-size:18px;
color: #036;}

a:link
{
	text-decoration: none;
	color: #036;
}
a:visited
{
	text-decoration: none;
	color: #666;
}
a:hover
{
	text-decoration: none;
	color: #000;
}

/* NAVIGATION/MENU SETTINGS */
a.mainlevel
{
	height: 20px;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	display: block;
	padding: 5px 0 0 10px;
	
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
	background-color: #036;}
a.mainlevel:visited {color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
	background-color: #036;}
a.mainlevel:hover {color: gray;
	font-size: 14px;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
	background-color: black;}

#active_menu {} /* this styling is for the menu item when it is active, even in main/sub position*/

ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}

a.sublevel{} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}
#pathway
{
	text-transform: lowercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .5ex;
	padding: 0px 0px 0px 14px;
}
#pathway a
{
	text-transform: lowercase;
	text-decoration: none;
}
#textbox { text-align: left; }
.info
{
	text-align: left;
	
}
.info img
{
	text-align: left;
	vertical-align: top;
	/*clear: both; */
	padding: 0 10px 10px 0;
}
.info p { padding: 20px 0 0 0; }
.info p.price
{
	text-align: right;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.info a:link
{
	text-decoration: none;
	color: #036;
	
}
.info a:visited
{
	text-decoration: none;
	color: #666;
	
}
.info a:hover
{
	text-decoration: none;
	color: #000;
	
}
.info hr { clear: both;}
#footer
{
	clear: both;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding: 20px 0 10px 60px;
}
