html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
	font-size:12px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#2c150f;
	text-align:center;
}

a:link {
	color: #A64418;
	text-decoration: none;
	font-size:12px;
}

a:visited {
	color: #A64418;
	text-decoration: none;
	font-size:12px;
}

a:hover {
	color:#660066;
 	text-decoration: underline;
}

hr {
	height: 1px;
	width: 99%;
	color: #666666;
	background-color: #666666;
	margin: 15px auto;
	border: 0;
}
		
#frame {
	text-align:center;
	width: 960px;
	margin: 0 auto;
	position:relative;
	top:20px;
	background-color:#FFFFFF;
	height: 100%; 
}
	
#container_top {
	background-image:url(../styleImages/user3.png);
	width: 960px;
	height: 38px;
}

#container {
	width: 960px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#container_bottom {
	width: 960px;
	background-color:#FFFFFF;
}

#header {
	background-image: url(../styleImages/header.jpg);
	background-repeat: no-repeat;
	width:960px;
	height: 125px;
	cursor:pointer;cursor:hand;
}

#session {
	float:left;
	margin-left: 10px;
	line-height: 35px;
	height:35px;
	vertical-align:middle;
}

#search {
	float:right;
	margin-right: 10px;
	line-height: 35px;
	vertical-align:middle;
	_padding-top: 8px;
}
	
#nav {
	width: 960px;
	height: 35px;
	margin: 0;
	margin-bottom: 14px;
	text-align:left;
    font:normal 12px/130% Arial;
	background:#222 url(../styleImages/pathway.png) repeat-x;
}

#content {
	width: 960px;
	padding: 10px;
	background-color:#FFFFFF;
	margin: 0 auto;
	overflow:hidden;
}

#col {
	float:left;
	width: 210px;
	margin-left: 5px;
	padding: 0;
	text-align:left;
	font-size:11px;
}

#content_main {
	float:left;
	width:710px;
	padding: 0 10px;
	text-align:left;
}

#footer  {
	background-image:url(../styleImages/footer.gif);
	background-repeat:no-repeat;
	width: 960px;
	height: 26px;
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
	font-size:10px;
}

#footertxt {
	padding-top 0px;
	text-align:center;
	width: 960px;
	color:#000000;
	background-color:#FFFFFF;
}

#footer a, #footer a:visited  {
	color: #FFFFFF;
	font-size:10px;
}

/* Side Column boxes */

.sideBox {
	width: 185px;
	padding: 0;
	margin-bottom:25px;
	font-size:12px;
	text-align:left;
}

.sideBox h2 {
	color:#FFFFFF;
	font-size:110%;
	line-height:100%;
	margin:0 0 0px -8px;
	padding-left:52px;
	padding-top:13px;
	height:46px;
	width:160px;
	background-image:url(../styleImages/menu.png);
	background-repeat:no-repeat;
	position:relative;
}

/* Content */

	
#content ul {
	list-style-type:square;
}

.tinytext {
	font-size:10px;	
}

.boxContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	position:relative;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	width:710px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	position:relative;
}

.subCat {	
	text-align: center;
	padding: 2px;
	float: left;
	width: 138px;
	height: 120px;
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
}

.latestProds {
	float: left;
	text-align: center;
	width: 160px;
	height: 150px;
	border: 1px solid #206de0;
	padding-top: 10px;
	margin: 0 10px 10px 0;
	position:relative;
}