@import url(/css/shared/header.css);
@import url(/css/shared/footer.css);
@import url(/css/shared/fonts.css);

html,
body {
	margin: 0;
	padding: 0;
	background: #292929;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2.3em;
}

h2 {
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0;
	font-size: 1.6em;	
}

h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

#body {
	background: #292929 url(/cs_images/products/tile_bg.jpg) repeat-x top center;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 900px;
	background: #292929 url(/cs_images/products/primary_bg.jpg) no-repeat top left;
}

#hero {
	float: left;
	display: inline;
	width: 580px;	
}

#hero img {
	margin: 6px 0 10px 85px;
}

#categories {
	float: left;
	display: inline;
}

#categories img {
	margin-top: 48px;
}

#categories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
	font-size: 1.6em;
	font-weight: bold;
}

#categories ul li {
	margin: 0 0 .4em 50px;
}

#categories ul li a:link, #categories ul li a:visited {
	color: #7a7a7a;
	text-decoration: none;
}

#categories ul li a:hover {
	color: #fff;	
}

#partners {
	clear: both;
}

#partners div {
	float: left;
	display: inline;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #7a7a7a;
}

#partners div p {
	padding: 0;
	margin: 0;	
}

#partners div a.link {
	background: url(/cs_images/products/gray_right_arrow.gif) no-repeat 0 5px;
	padding-left: 8px;
	margin-top: .5em;
}

#partners div a.link:link, #partners div a.link:visited {
	color: #7a7a7a;
	text-decoration: none;
}

#partners div a.link:hover {
	color: #fff;	
}

#partners div.fisher {
	width: 300px;	
}

#partners div p {
	width: 260px;
}

#partners div.bontrager {
	width: 310px;	
}

#partners div.bontrager p {
	width: 280px;	
}

#partners div.third {
	width: 290px;	
}

#partners div a {
	display: block;
}

#other_products {
	clear: both;
	margin-top: 20px;
	border: 4px solid #4f4f4f;
	padding-top: 0;
}

#other_products h2 {
	background: #4f4f4f;
	padding: 4px 6px;
	text-transform: uppercase;
	margin: 0;
}

#other_products .inner {
	padding: 12px;
	background: #292929;
}

#other_products ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

#other_products li {
	background: url(/cs_images/products/gray_right_arrow.gif) no-repeat 0 5px;
	padding-left: 8px;
	margin-bottom: 0.5em;
	float:left;
	display: inline;
	width: 162px;
}

#other_products li a:link, #other_products li a:visited {
	color: #fff;
	text-decoration: none;
}

#other_products li a:hover {
	color: #474747;
}
