/*	
	Main Wide Area Media Stylesheet
	Site Revision 3
	Revised Janurary 15, 2007
	
	*/

body {
	/* background-image: url("/images/winterbg2.gif"); */
}

.topmenu_item {
	color: black;
}

.bottom_address {
	position: relative;
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-weight: 200;
}

.searchform {
	position: absolute;
	left: 0px;
	top: -30px;
}

.container {
				width: 802px;
				height: 603px;
				position: relative;
				top: 40px;
				background-color: white;
				border-style: solid;
				border-width: 1px;
				border-color: #cccccc;
				}

.info_menu {
				position: relative;
				top: 43px;
				width: 802px;
				height: 20px;
				text-align: right;
				font-family: arial, helvetica, sans-serif;
				font-size: 11px;
				font-weight: 200;
}

#topcart	{	position: absolute;
				left: 580px;
				top: -3px;
				}

.top_menu {		
				width: 802px;
				height: 21px;
				position: absolute;
				left: 0px;
				top: 0px;
				background-image: url("/new_site/images/top_menu_bg.gif");
				}

.top_menu_item {
				position: absolute;
				height: 18px;
				top: 0px;
				color: white;
				font-family: arial, helvetica, sans-serif;
				font-size: 11px;
				padding-top: 3px;
				cursor: pointer;
				text-decoration: none;

				border-style
				}

.section_header {
				width: 802px;
				height: 59px;
				position: absolute;
				left: 0px;
				top: 22px;
				background-color: white;
				}


.header_logo	{
				position: absolute;
				left: 5px;
				top: 0px;
				width: 56px;
				height: 56px;
				}
			
.header_title {
				position: absolute;
				left: 70px;
				top: 30px;
				}

.feature_image {
				position: absolute;
				left: 0px;
				top: 82px;
				width: 800px;
				height: 191px;
				border-style: solid;
				border-width: 1px;
				border-color: black;
				}

.section_menu {
				position: absolute;
				left: 0px;
				top: 275px;
				height: 24px;
				width: 802px;

				font-family: arial, helvetica, sans-serif;
				font-size: 11px;
				font-weight: 700;

				border-width: 0px 0px 1px 0px;
				border-style: none none solid none;
				border-color: black;
				}

.section_menu_item {
				position: absolute;
				text-decoration: underline;
				top: 0px;
				padding-top: 5px;
				height: 19px;
				cursor: pointer;
				}

.content_area {
				width: 434px;
				height: 273px;
				position: absolute;
				left: 0px;
				top: 300px;
				background-color: white;
				padding-left: 20px;
				padding-top: 10px;
				padding-right: 20px;
				padding-bottom: 20px;

				border-style: none solid none none;
				border-color: #cccccc;
				border-width: 0px 1px 0px 0px;
				

				}

.vendor_logos {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 474px;
				height: 75px;
				background-color: white;
				}


