	body, html {
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS",Arial,Helvetica;
		height: 100%;
		background: #8c8c8c;
	}
	
	#cart {
		border: 0px;
		width: 100%;
		color: #444444;
		font-size: 13px;
	}

	#cart th {
		text-align: left;
		font-weight: bold;
	}

	#cart td {
		vertical-align: top;
		text-align: left;
	}
	
	
	#wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
		padding: 0;
		background: #e8e8e8;
		border: 1px solid black;
		position: relative;
	}
	
	h1 {
		color: #00499a;
		font-size: 20px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	
	h2 {
		color: #00499a;
		font-size: 15px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}	
	
	#header {
		height: 220px;
		margin: 0;
		padding: 0;
		position: absolute;
		overflow: hidden;
		top: 31px;
		left: 0px;
	}
	
	#header_small {
		height: 82px;
		margin: 0;
		padding: 0;
		position: absolute;
		overflow: hidden;
		top: 0px;
		left: 0px;
	}	
	
	a {
		color: #000;
		text-decoration: underline;
	}
	
	a:visited {
		text-decoration: underline;
	}	
	
	a:hover {
		text-decoration: none;
	}
	
	a.blue {
		color: #00499a;
		text-decoration: underline;
	}
	
	a:visited.blue{
		color: #00499a;
		text-decoration: underline;
	}	
	
	a:hover.blue {
		color: #00499a;
		text-decoration: none;
	}
	
	a.green {
		color: #257f00;
		text-decoration: underline;
	}
	
	a:visited.green{
		color: #257f00;
		text-decoration: underline;
	}	
	
	a:hover.green {
		color: #257f00;
		text-decoration: none;
	}
		
	
	a.red {
		color: #851807;
		text-decoration: underline;
	}
	
	a:visited.red{
		color: #851807;
		text-decoration: underline;
	}	
	
	a:hover.red {
		color: #851807;
		text-decoration: none;
	}	
	
	#top_nav {
		margin: 0px;
		padding: 0px;
		height: 31px;
		background: #000 url(/cs-templates/images/nav_bg.png) repeat-x;
		position: relative;
		z-index: 1000;		
	}
	
	#cart_badge {
		z-index:900;
		position: absolute; 
		right: 0px; 
		top: 31px; 
		width: 207px; 
		height: 26px; 
		background: url(/cs-templates/images/cart_badge.png) no-repeat;
		color: #ffffff;
		font-size: 12px;
		padding-left: 30px;
		line-height: 26px;
	}
	
	#top_nav_small {
		margin: 0px;
		padding: 0px;
		height: 31px;
		background: #000 url(/cs-templates/images/nav_bg.png) repeat-x;
		position: absolute;
		z-index: 1000;		
		top: 82px;
		width: 1000px;
	}
	
	#cart_badge_small {
		z-index:900;
		position: absolute; 
		right: 0px; 
		top: 113px; 
		width: 207px; 
		height: 26px; 
		background: url(/cs-templates/images/cart_badge.png) no-repeat;
		color: #ffffff;
		font-size: 12px;
		padding-left: 30px;
		line-height: 26px;
	}	
	
	#cart_badge a {
		color: #ffffff;
		text-decoration: none;
	}

	#cart_badge a:visited {
		color: #ffffff;
		text-decoration: none;
	}		
	
	#cart_badge a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#cart_badge_small a {
		color: #ffffff;
		text-decoration: none;
	}

	#cart_badge_small a:visited {
		color: #ffffff;
		text-decoration: none;
	}		
	
	#cart_badge_small a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#need_help {
		position: absolute; right: 17px; top: 5px; font-size: 12px; color: #fff; margin: 0; padding: 0;
	}
	
	#need_help a {
		color: #3b99ff;
		text-decoration: underline;
	}

	#need_help a:hover {
		color: #3b99ff;
		text-decoration: none;
	}
	
	#need_help a:visited {
		color: #3b99ff;
		text-decoration: underline;
	}
	
	.info_box {
		position: relative; width: 228px; height: 156px; float: left;
	}
	
	.info_box .header {
		line-height:25px; font-size: 13px; text-align: center; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 220px; height: 25px; color: #fff; font-weight: bold;	
	}
	
	.info_box .content {
	 	padding: 5px; font-size: 14px; z-index: 1000; position: absolute; top: 25px; left: 0px; width: 210px; height: 123px;
	}
	
/*ul .tab, li .tab, ul .menu{border:0; margin:0; padding:0; list-style:none;}*/
.tab{
	height:31px;
	font-size: 13px;
	border:0; margin:0; padding:0; list-style:none;
}
.tab li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	color:#ffffff;
	font-weight:bold;
	line-height:31px;
	text-decoration:none;
	margin: 0 6px 0 6px;
	padding: 5px;
}
.tab a:hover{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 4px;
}
