/*
START OF PETES NEW CSS STYLES
*/

td {
	font-size: 11px;

}

.content_page_title
{
	font-size: 16px;
	color: #0056AB;
	margin-bottom: 10px;
}


.content_sub_category
{
	background-color:#F3F3F3;
	padding: 8px;
	border: 1px solid #0056AB;
}
.content_sub_category_header
{
	font-weight: bold;
}
.content_sub_category_line
{
}


.right_customer_login
{
	background-color:#FF00FF;
}
.right_customer_login_header
{
	background-color:#FF00FF;
}


.right_newsletter
{
	background-color:#FFFFFF;
	padding: 0px;
	width: 147px;
	margin: 0px;
	border: 1px solid #0056AB;
}
.right_newsletter_title
{
	background-color:#0056AB;
	display: block;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
}
.right_newsletter_content
{
	padding: 4px;
}

.right_news
{
	background-color:#FFFFFF;
	padding: 0px;
	width: 147px;
	margin: 0px;
	border: 1px solid #0056AB;
}
.right_news_title
{
	background-color:#0056AB;
	display: block;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
}
.right_news_content
{
	padding: 0px;
}


.right_search
{
	background-color:#FFFFFF;
	width: 147px;
	float: left;
}
.right_search_title
{
	background-color:#FF00FF;
}
.right_search_content
{
	background-color:#FF00FF;
}


.bottom_content
{
	clear:both;
	background-color:#0056AB;
	padding: 5px 5px 5px 208px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/*
END OF PETES NEW CSS STYLES
*/



BODY {
/*
	background: #FFFFFF;
	width: 148px;
	float: left;
	*/
	background-color:#FFFFFF;
}

#wrapper
{
	width:955px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #header #headeImage {
	background-image: url(../graphics/new_assets/morclean-header.jpg);
	height: 114px;
	width: 955px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0056AB;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0056AB;
	clear: both;
}

#leftPanel
{
	background-color:#F2F2F2;
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: left;
}
#leftPanel a
{
	color:#0000FF;
	text-decoration: none;
	font-size: 10px;
	padding-left: 7px;
	line-height: 1.4em;
}
#leftPanel h2
{
	color:#000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 9px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0056AB;
	padding-left: 7px;
}
#wrapper #content {
	float: left;
	/*
	width: 548px;
	padding: 30px;
	*/
	width: 602px;
	padding: 5px;
	background-color: #FFFFFF;
}


/* Inner navigation */
#wrapper #header #innernavigation {
	width: 618px;
	margin: 0 0px 0 180px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	height: 19px;
}
#wrapper #header #headerStrip {
	height: 45px;
	background-image: url(../graphics/new_assets/morclean-logo.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 5px;
}
#wrapper #header #innernavigation ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#wrapper #header #innernavigation ul li {
	display: inline;
	float: left;
	background-image: url(/graphics/new_assets/nav-inner-left.gif);
	margin-right: 8px;
}
#wrapper #header #innernavigation ul li a  {
	display: block;
	color: #0056AB;
	background: url(/graphics/new_assets/nav-inner-right.gif) no-repeat right top;
	padding: 4px 4px 1px;
	text-decoration: none;
	height: 14px;
	width: 90px;
	text-align: center;
}
#wrapper #header #innernavigation ul li.current {
	background: #0056AB url(../graphics/new_assets/nav-inner-current-left.gif) no-repeat;
	position:relative;	/*top:1px;*/
}
#wrapper #header #innernavigation ul li.current a  {
	background: url(../graphics/new_assets/nav-inner-current-right.gif) no-repeat right top;
	padding: 5px 12px 10px 12px;
	color: #FFFFFF;	
}
#wrapper #header #innernavigation ul li a:hover {
	color: red;
	text-decoration: underline;
}

