/* 
	Homepage
	---------
*/
#index-page.main{
	display:block;
	float:none;
	width:auto;
}

#page-body {
	background-image: none;
}

#page-body #page-body-container {
	overflow: visible;
}

#page-body .main > .pod {
	border-bottom:1px solid #D5D5D5;
}

#page-body .main > .pod > .bl,
#page-body .main > .pod > .br {
	display: block;
}

#page-body .main {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
	Banner
	-------
*/
#Banner{
	border-top:0;
	height:350px;
}
#Banner .left{
	width:318px;
	height:350px;
	border-right:1px solid #d5d5d5;
	float:left;
}
#Banner .left .header{
	background-image:url(../images/bg_bannerheader.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#bb1819;
	color:#ffd2d2;
	line-height:normal;
	border-bottom:1px solid #d5d5d5;
}
#Banner .left .header .padded{
	padding-bottom:10px;
}
#Banner .left .header h1{
	color:#fff;
}
#Banner .left .menu-tabs a{
	color:#ffd2d2;
}
#Banner .left .menu-tabs li.active a{
	color:#404040;
}
#Banner .left li .description,
#Banner .left li img{
	display:none;
}
#PhotoMask{
	float:left;
	background-color:#000000;
	width:639px;
	height:350px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}
#PhotoMask .info-bar{
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid #494949;
	float:left;
	width:639px;
	background-image:url(../images/bg_blackOpaque.png);
	z-index:2;
}
#PhotoMask .info-bar .left{
	float:left;
	border:0;
	width:500px;
	height:auto;
	background-image:url(../images/redArrow.gif);
	background-repeat:no-repeat;
	background-position:3px 21px;
}
#PhotoMask .info-bar .left .inner{
	border-left:3px solid #DC292A;
	padding:5px 10px 5px 15px;
	color:#D3CFCF;
}
#PhotoMask .info-bar .left .inner h2{
	color:#fff;
	font-size:16px;
	line-height:normal;
	margin:0;
}
#PhotoMask .info-bar .left .inner p {
	margin-bottom:5px;
	line-height:normal;
}
#PhotoMask .info-bar .right{
	float:right;
	border:0;
	width:auto;
	height:auto;
	padding:10px 10px 0 15px;
	background:transparent;
}
#PhotoMask,
#PhotoMask .photo{
	width:639px;
	height:350px;
	background-repeat:no-repeat;
	position:relative;
	top:0;
	left:0;
	z-index:1;
}
#PhotoMask{
}

/*
	News Area
*/
#News{
	clear:both;
	float:left;
	width:310px;
	height:220px;
	margin-top:10px;
	position:relative;
}
#News .menu-tabs-content{
	height:186px;
	overflow-y:auto;
}
#News .menu-list li a .title{
	color:#e72e2f;
	font-weight:bold;
}
#News .menu-list li{
	border-bottom:1px solid #f0f0f0;
	background-image:none;
}
#News .menu-list li.last{
	border:0;
}
#News .menu-list li a{
	background-image:none;
	padding:15px 20px;
	margin:1px;
}
#News .menu-list li a:hover,
#News .menu-list li a:focus,
#News .menu-list li a:active{
	background-image:url(../images/bullets/menu-list.png);
	background-position:8px 19px;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
	text-decoration:none;
}
#News fieldset input.stdtxt{
	width:130px;
	float:left;
}
#News .label{
	white-space:nowrap;
}
#News .menu-tabs .rss{
	background-image:url(../images/icons/rss.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:20px;
	height:34px;
	float:left;
	margin-left:-10px;
	margin-right:10px;
	position:relative;
}
#News fieldset a.button{
	margin-right:0;
}
/*
	Featured Articles Area
	----------------------
*/
#FeatureArticles{
	min-height:220px;
	height:auto !important;
	height:220px;
	margin-left:10px;
	margin-top:10px;
	margin-right:0;
	display:inline;
	width:636px;
	float:left;
	position:relative;
}
#FeatureArticles .menu-tabs-content .left{
	float:left;
	width:450px;
}
#FeatureArticles .menu-tabs-content .right{
	float:left;
	width:168px;
	margin:40px 0 20px 0;
}
/*
	Manufacturers
	-------------
*/
#Manufacturers{
	clear:both;
	margin-top:10px;
	width:958px;
}
#Manufacturers .mask ul{
	float:left;
}
#Manufacturers ul.items li{
}

#Manufacturers .mask{
	width:920px;
	float:left;
	margin:15px 19px;
	height:162px;
	position:relative;
	overflow:hidden;
	display:inline;
}

#ManufacturerPrevious,
#ManufacturerNext{
	position:absolute;
	top:110px;
	display:block;
	float:left;
	width:32px;
	height:32px;
}
#ManufacturerPrevious a,
#ManufacturerNext a{
	float:left;
	width:32px;
	height:32px;
	background-image:url(../images/gallery-sprites.png);
	background-repeat:no-repeat;
}
#ManufacturerPrevious a{ background-position:-96px -64px; }
#ManufacturerNext a{ background-position:-128px -64px; }

#ManufacturerPrevious a:hover,
#ManufacturerPrevious a:active,
#ManufacturerPrevious a:focus{ background-position:-96px -96px; }
#ManufacturerNext a:hover,
#ManufacturerNext a:active,
#ManufacturerNext a:focus{ background-position:-128px -96px; }

#ManufacturerPrevious a.disabled,
#ManufacturerPrevious a.disabled:hover,
#ManufacturerPrevious a.disabled:active,
#ManufacturerPrevious a.disabled:focus{ background-position:-96px -128px; }
#ManufacturerNext a.disabled,
#ManufacturerNext a.disabled:hover,
#ManufacturerNext a.disabled:active,
#ManufacturerNext a.disabled:focus{ background-position:-128px -128px; }

#ManufacturerPrevious .label,
#ManufacturerNext .label{
	display:none;
}
#ManufacturerPrevious{
	left:-15px;
}
#ManufacturerNext{
	right:-14px;
}

