html, body
{
	margin: 0;
	padding: 0;
	background: url(/Content/images/way2strongDarkBack.png) repeat-x #f1f1f1;
	font-family: verdana;
	height:100%; 
	font-size: 12px;	
}

/* LAYOUT STYLES */
#wrapper
{
	width: 920px;
	background: url(/Content/images/way2strongShadow.png) transparent;
	margin: auto;
	min-height:100%;
	height:auto !important;
	position: relative; 
}
#container
{
	height:auto !important;
	min-height:100%;
	width: 900px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	margin: auto;
	background: url(/Content/images/way2strongLightBack.png) repeat-x #ffffff;
	
	
}
#header
{
	width: 900px;
	height: 87px;
	/*background: url(/Content/images/way2strongLogo.png) no-repeat  15px 15px;*/
	background: url(/Content/images/way2strong_logo_2.png) no-repeat  15px 5px;
	margin: 0 auto;
	border-top: 1px solid #5e9fff;	
}
#nav
{
	width: 900px;
	right: 10px;
	/*margin: auto;*/
	margin-top: 60px;
	line-height: 20px;
	height: 20px;	
	color: #cccccc;
	font-size: medium;
	/*border: 1px Solid #cccccc;*/
}
#nav ul
{
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
	height: 20px;
}
#nav ul li
{
	list-style: none;
	float: right;
	display: block;
	text-align: center;
	margin: 0px 12px;
}
#nav ul li a, #footer a
{
	color: #ffffff;
	text-decoration: none;
	
}
#nav ul li a:hover, #footer a:hover
{	
	text-decoration: underline;
}
#content
{
	/*border: 1px Solid #cccccc;*/
	margin: 10px 10px 0 10px;
	padding: 0 0 55px 0;
}
#footer
{
	width: 900px;
	height: 50px;
	background: url(/Content/images/way2strongDarkBack.png) repeat-x;
	margin: 0 10px;
	line-height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
}

/* GLOBAL STYLES */
h1
{
	font-size: medium;
	margin: 0;
}
h2, h3
{
	font-size: small;
	margin: 4px 0;
}
a
{
	color: #237CFF;
	text-decoration: none;
}
a:hover
{
	color: #237CFF;
	text-decoration: underline;
}
#breadcrumb
{
	margin-bottom: 10px;
}

.productFilterBox
{
	width: 200px;
	margin-left: 680px;
	padding-bottom: 8px;
	text-align: right;
}
.productFilterBox li
{
	padding: 2px;
}

.articleFilterBox
{
	float: left;
	width: 200px;
	margin-left: 10px;
	padding-bottom: 8px;
}
.articleFilterBox ul, .productFilterBox ul
{
	border: 1px Solid #aaaaaa;	
}
.articleFilterBox li
{
	border: none !important;
	font-size: 10px;
	list-style-type: square !important;
}

.homeCenterBox
{
	float: left;	
	width: 660px;
	position: relative;
}

h1.yellow, h3.yellow
{
	color: #ffffff;
	margin: 0 0 10px 0;
	font-size: 12px;
	padding: 6px;
	background-color: #FFBB00;
}

h3.blue, h1.blue
{
	color: #ffffff;
	margin: 0 0 10px 0;
	font-size: 12px;
	padding: 6px;
	background-color: #00BBFF;
}

