/*=================== STANDARD RULES ====================*/

/*=================== GLOBAL RULES ======================*/
#homelogobar a {
	float: left;
	height: 44px;
	width: 290px;
}

#homelogobar a span {
	visibility: hidden;
}

#contentWrap {
	background:url(/images/bg_secondary.gif) top no-repeat;
	float: left;
	padding: 50px 0 0 0;
	width: 775px;
}

#flashheader{
	background-image:none;
	border: 0px solid blue;
	height:66px;
}

#subnav {
	border: 0px solid red;
	float: left;
	width:155px;
	padding: 0px 40px 0px 10px;
}

#subnav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#subnav ul li {
	border-bottom: 1px solid #B2B2B2;
	padding: 8px 0;
}

#subnav a {
	color: #000;
}

#subnav img {
	margin: 10px 0 0 25px;
}

#content {
	border: 0px solid blue;
	float: left;
	margin: 0 0 20px 0;
	width: 565px;
}

#content h1 {
	color: #F0000D;
	font-size: 1.4em;
	margin: 0;
}

#content h2 {
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
}

#content ul {
	margin: 0 0 0 20px;
}

#content ul li {
	margin-bottom: 5px;
}

#contentbody {
	border: 0px solid orange;
	float: left;
	padding: 0 20px 0 0;
	width: 548px;
}

#contentheader {
	border-bottom: 1px solid #AAA;
	height: 23px;
	width: 548px;
}

#contentheader h1 {
	display: inline;
	float: left;
}

#contentheader span {
	float: right;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#contentside {
	border: 0px solid green;
	float: right;
	width: 200px;
}

#contentside ul {
	float: right;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#contentside img#prodImg {
	margin: 50px 0 0 20px;
}

#footer {
	background:url(/images/footer_logo.gif) left no-repeat;
	border-top: 1px solid #CECECE;
	padding: 0 0 10px 0;
	text-align: right;
}

/*=================== PRODUCT PAGE RULES ======================*/


