/* Supplement Den CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: #000 url("images/background.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

/* common elements */

p {
margin: 0px 0px 18px 0px;
}

.clearall {
	clear: both;
}

form {
margin: 0px;
}

img {
	margin: 0px;
}


h1 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 8px;
}



/* Site Design */

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 1006px;
	text-align: left;
}

/* Header elements */

#headerwrap {
	position: relative;
	background: url(images/header-back.gif) no-repeat;
	height: 129px;
}

.search-pos {
	position: absolute;
	top: 60px;
	right: 5px;
	text-align: right;
	width: 350px;
	font-size: 80%;
	color: white;
}

.brand-pos {
	position: absolute;
	bottom: 14px;
	right: 5px;
	text-align: right;
	width: 350px;
	font-size: 80%;
	color: white;
}

.top-nav-pos {
	position: absolute;
	bottom: 12px;
	left: 5px;
	width: 700px;
}

/* top menu */

A.MENU	{
	display: block;
	float: left;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	FONT-SIZE: 12px;
	padding: 5px 8px;
}
A.MENU:hover {
	COLOR: #f57101;
}


/* Content elements */

#contentwrap {
	background: url("images/workout.jpg") no-repeat;
}

.leftpane {
	border-right: 1px solid black;
	}
	
.rightpane {
	border-left: 1px solid #555555;
	}
	
.centrepane {
	border-right: 1px solid black;
	border-left: 1px solid #555555;
}

.content-box {
	border: 1px solid #555555;
	background-color: none;
	margin: 10px;
	padding: 8px;
	width: 596px;
}

.side-wrap {
margin: 0px 5px;
}

.side-bar-box {
margin-bottom: 15px;
padding-bottom: 7px;
border-bottom: 1px dashed #666666;
color: white;
font-size: 80%
}

.sidebar-title {
	font-size: 14px;
	color: #f57101;
	font-weight: bold;
	width: 100%;
	padding-bottom: 7px;
	display: block;
}

.cat-desc {
	background-color: white;
	margin-bottom: 7px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* Side Nav */

#catNav {
	margin-bottom: 15px;
}
#catNav .sidebar-title{
border-bottom: 1px dashed #666666;
}

#catNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#catNav ul li {
	
}

#catNav ul li a {
	border-bottom: 1px dashed #666666;
	display: block;
	height: 100%;
	padding: 5px 0px 5px 18px;
	color: #fff;
	font-size: 76%;
	background: url("images/arrow-nav.gif") no-repeat 3% center;
	text-decoration: none;
	font-weight: normal;
	
}

#catNav ul ul li a {
	padding: 5px 0px 5px 28px;
	background-position: 8% center;
}

/* catNav Hover items */

#catNav ul li a:hover {	
color: #fee3cc;
background: url(images/nav-back.gif);
}

