/*  Homepage overrides *************************************/


/***********************************************************
	Main
***********************************************************/

#main {
	background: url(/images/grungy/bg_homepage.jpg) no-repeat left top;
}

#main h1 {
	position: relative;
	left: 15px;
	top: 47px;
	display: inline-block;
	text-transform: uppercase;
	background: #000;
	padding: 0 2px;
	font-size: 20px;
	width: 700px;
}

#main h1 strong {
	color: #ff6418;
}

#main #retailerLogo {
	left: 0px;
	top: 20px;
	margin: 0;
}



/***********************************************************
	Main - Menu
***********************************************************/

#main #menu {
	margin: 32px 40px 0 0;
}


/***********************************************************
	Main - Header
***********************************************************/

#main #header {
	padding: 65px 0 0;
	margin-left: 235px;
}


/***********************************************************
	Main - Content
***********************************************************/

#main #content {
	width: 750px;
}

#main #content h2 {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

#main #content h3 {
	color: #000;
}

#main #content #blocLeft {
	background: url(/images/grungy/bg_homepage-blockLeft.gif) no-repeat left top;
	padding: 37px 0 0 1px;
	float: left;
	width: 366px;
	color: #666;
	margin-right: 14px;
}

#main #content .inner:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#main #content .inner {
	height: 1%;
}

#main #content #blocLeft .inner {
	background: #e2e2e2 url(/images/grungy/bg_homepage-blockLeft-inner.jpg) no-repeat left bottom;
	padding: 0 30px 20px 20px;
	color: black;
}

#main #content #blocLeft .illustration {
	text-align: center;
}

#main #content #blocRight {
	background: url(/images/grungy/bg_homepage-blockRight.gif) no-repeat left top;
	padding: 37px 0 0 1px;
	float: left;
	width: 362px;
	color: #666;
}

#main #content #blocRight .inner {
	background: #ebebeb url(/images/grungy/bg_homepage-blockRight-inner.jpg) no-repeat left bottom;
	padding: 0 30px 20px 20px;
}

#main #content #blocRight table {
	font-size: 11px;
	border: none;
}

#main #content #blocRight table td {
	border: none;
	padding: 0;
}