/* Style Sheet for the Hardway site*/

body {
	margin:20px auto;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
	background-color: #3a3d3d;
}
#main_contentCell {
	vertical-align: top;
	padding: 0;
	font-size:12px;
	line-height: 140%;
}
#page_title {
	background-image:url(../images/blue_title_swipe.gif);
	background-position: left top;
	background-repeat:no-repeat;
	height: 38px;
	padding: 4px 25px 0;
	font-size:14px;
	color:#d3e0da;
	font-weight:bold;
}
#page_content {
	background-image:url(../images/back_4.jpg);
	background-position: left top;
	background-repeat:repeat-y;
	height: 330px;
	vertical-align: top;
	padding: 10px 18px 15px;
	font-size:11px;
	line-height: 140%;
}
.style1 {
	color: #b2aea9;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none;
	font-weight:normal
}
.style2 {
	color: #fad5d9;
	font-size: 10px;
	font-family: tahoma;
}
.style3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFE42F;
	font-size: 16px;
	font-family: tahoma;
}
.style6 {
	color: #FFE42F;
	font-size: 10px;
	font-family: tahoma;
}
#main_navCell {
	background-image:url(../images/top_red_swipe.gif);
	background-repeat:no-repeat;
	height:81px;
	vertical-align:top;
	padding: 20px 15px 0 0;
}
#main_navTable {
	float:right;
}
#main_navTable td {
	background-image:url(../images/btn_divider.gif);
	background-position: left top;
	background-repeat:repeat-y;
}
#main_navTable td.first {
	background-image:none;
}
#main_navTable td a {
	display:block;
	margin:5px 10px;
	padding: 10px 7px;
	outline:none; 
}

#top_navCell {
	height: 36px;
}
#side_navCell {
	vertical-align:top;
}
#side_navigation {
	background-image: url(../images/side_nav_bgfill.gif);
	height: 246px;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align:top;
}
#side_navUL {
	list-style:none;
	margin:4px 10px 0 30px;
	padding:0;
}
#side_navUL li {
	margin:0;
	padding:6px 0;
	font-size:11px;
	font-weight:bold;
	color: #9c9d9d;
	display:block;
	width: 148px;
	background-image:url(../images/side_nav_divider.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
}
#side_navUL li a, #side_navUL li a:link, #side_navUL li a:visited {
	color: #9c9d9d;
	text-decoration:none;
	outline:none;
}

/* Side nav link will be highlighted when on that page (or on hover) */
#side_navUL li a:hover,
#shirts #sidenav_shirts a,
#hoodies #sidenav_hoodies a,
#fightgear #sidenav_fightgear a,
#hats #sidenav_hats a,
#accessories #sidenav_accessories a,
#aboutus #sidenav_aboutus a,
#contactus #sidenav_contactus a  {
	color: #ffffff;
}		

#bottom_navCell {
	background-image: url(../images/bottom_red_swipe.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align:top;
	text-align:right;
	padding-top: 25px;
	padding-right: 35px;
	height: 100px;
	font-family: Tahoma, Verdana, Helvetica;
}
#copyright {
	padding-right:20px;
	color: #fad5d9;
	font-size: 10px;
}
#bottom_navigation {
	color: #fad5d9;
	font-size: 10px;
	white-space:nowrap;
}
#bottom_navigation a, #bottom_navigation a:link, #bottom_navigation a:visited {
	color: #fad5d9;
	font-size: 10px;
	text-decoration:none;
	margin: 0 5px;
	outline:none;
}
#bottom_navigation a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.product_group_table {
	border-right: 3px solid #2d2b2c;
	border-top: 3px solid #2d2b2c;
}
.product_group_table td {
	border-left: 3px solid #2d2b2c;
	border-bottom: 3px solid #2d2b2c;
}
.product_details_table td {
	vertical-align:top;
	font-size: 11px;
}
.product_image {
	text-align:center;
}
.product_image a, .product_image a:link, .product_image a:visited {
	font-size:10px;
	color:#8f8b68;
	text-decoration: none;	
}
.product_image a:hover {
	color:#ada771;
}
.product_details {
	padding-left: 10px; 
}
.product_description {
	padding: 15px 0;
	line-height: 140%;
}

