#homeHeader {
	width: 960px;
	height: auto;
	background-color: #333333;
	text-align: left;
	color: #b3b3b3;
}
#homeHeader .leftPanel {
	display: inline;
	float: left;
	
	width: 443px;
	height: auto;
	margin-top: 40px;
	padding: 0px 12px 19px 25px;
}
#homeHeader .rightPanel {
	display: inline;
	float: right;
	
	width: 443px;
	height: auto;
	margin-top: 40px;
	padding: 0px 25px 19px 12px;
}
#homeHeader img {
	border: 0px;
	position: absolute;
	z-index: 1;
}
#homeHeader .imageMask {
	position: absolute;
	z-index: 10;
	width: 178px;
	height: 109px;
	background-image: url(../images/home/header/imageMask.gif);
	background-repeat: no-repeat;
}
#homeHeader .image {
	display: inline;
	float: left;
	width: 178px;
	height: 109px;
	position: relative;
	margin: 5px;
}
#homeHeader img {
	float: left;
	margin: 0px 20px 0px 0px ;
}
#homeHeader p {
	line-height: 17px;
}

#homeHeaderFooter {
	width: 960px;
	height: 10px;
	
	background-image: url(../images/home/headerFooter.jpg);
	background-repeat: repeat-x;
}
#homeMain {
	clear: both;
	display: block;
	width: 960px;
	height: auto;
	background-color: #333333;
	padding: 0px 0px 50px 0px;
	overflow: hidden;
	
}
#homeMain .left {
	float: left;
	display: inline;
	width: 649px;
	text-align: left;
	margin: 24px 0px 0px 28px;
	border-style: solid;
}
#homeMain .left p {
	color: #fff;
	width: 615px;
	margin-left: 25px;
}
#homeMain .right {
	display: inline;
	float: right;
	width: 275px;
	color: #FFFFFF;
}
#homeMain .right .promotions {
	display: inline;
	float: right;
	width: 255px;
	text-align: center;
}
#homeMain .right .promotions .miniPhoto {
	margin-left: 30px;
}
#homeMain .right .newsletter {
	width: 255px;
	height: auto;
	background-color: #151515;
	margin-top: 30px;
	padding-left: 20px;
	display: inline;
	float: left;
	padding-bottom: 20px;
}
#homeMain .right .catalog {
	width: 275px;
	height: auto;
	background-color: #151515;
	margin-top: 30px;
	display: inline;
	float: left;
}
#homeMain .right .catalog h2 {
	margin-left: 20px;
	border: 0px;
	margin-bottom: 0px;
}
#homeMain .right .newsletter input.email {
	width: 157px;
	height: 13px;
	background-color: #959595;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #626262;
	margin: 0;
	padding: 0;
}
#homeMain img {
	border: 0px;
}
#homeMain .right  table {
	float: left;
	border-collapse: collapse;
	padding: 0;
	border: 0px solid;
	border-spacing: 0px;
	margin-top: 20px;
	color: #afafaf;
}

#homeMain .right h2 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #4b4b4b;
	padding: 20px 0px 5px 5px;
	display: inline;
	float: left;
	width: 250px;
}
#homeMain .right form {
	display: inline;
	float: left;
	width: 100%;
}

#homeMain .right p {
	color: #a9a9a9;
	text-align: left;
	display: inline;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0;
	
}
#homeMain .right div.sonda {
	display: inline;
	float: left;
	width: 255px;
	padding-left: 20px;
	margin-top: 30px;
}
#homeMain .right div.sonda a {
	color: #717171;
}

#footer {
	background-color: #333333;
}
