@charset "utf-8";

*
{
	margin:0;
	padding:0;
}

html
{
}

body
{
	background:url(../images/background_gradient.gif) #fff repeat-x;
	background-position:top left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:18px;
	font-size:12px;
	color: #333;;
}

h1, h2, h3
{
	margin:10px 0 10px 0;
}

a img
{
	border:0;
}

#container
{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header
{
	float:left;
	height:350px;
}

#mainContent
{
	float:left;
	background-repeat:no-repeat;
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:20px;
}

#mainContent img
{
	float:left;
	margin:0px 20px 10px 0;
}

#footer
{
	float:left;
	border-top:1px solid #666;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:100px;
	width:98%;
	margin-top:30px;
}

#footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#altContent
{
	margin:0;
	padding:0;
}

#categories
{
	float:left;
	background-image:url(../images/categories_panel.png);
	height:420px;
	padding:20px 15px 0 45px;

}

#main-menu
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#sub-menu
{
	font-size:12px;
}

#main-menu,
#sub-menu
{
	padding:0;
	margin:0;
	float:left;
	width:80%;

}


#main-menu li,
#sub-menu li
{
	list-style:none;
	list-style-position:inside;
	float:left;
	margin:0;
}

#main-menu a,
#sub-menu a
{
	float:left;
	color:#fff;
	margin:0;
	padding:7px 2px 2px 2px;
	text-decoration:none;
}

#main-menu a:hover,
#sub-menu a:hover
{
	text-decoration:underline;
}

#main-menu a.selected,
#sub-menu a.selected
{
	color:#000;
	background-color:#fff;
}

.logo
{
	float:right;
}

.categoryItem
{
	float:left;
	margin:20px 0 0 16px;;
	width:282px;
	height:160px;
	text-transform:uppercase;	
}

.categoryItem a
{

	color:#fff;
}

.categoryItem a:hover
{
	color:#ddd;
}

.categoryItem a:hover img
{
	background-color:#ccc;
}

.categoryItem p
{
	float:left;
	margin-top:5px;
	margin-left:5px;
	font-size:12px;
}

.categoryItem img
{
	float: left;
	padding:4px;
	border:1px solid #555;
}

.subPage
{
	background-color:#fff;
}
