/*---------- · General · ----------*/

body {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #0f0f0f;
	margin: 0px;
	background-image: url(../../common/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	
body#home {
	background-image: url(../../common/images/bg_home.jpg);
}

select, input, textarea, p, a {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #0f0f0f;
}


a {
	color: #e60005;
	text-decoration: none;
}
a:hover {
	color: #0f0f0f;
	text-decoration: none;
}

form {
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0f0f0f;
	margin-top: 8px;
	margin-bottom: 14px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #0f0f0f;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
	color: #0f0f0f;
	margin: 10px 0px 10px 0px;
}

img {
	border: 0px;
}

.wrapper {
	clear: both;
}



.separator {
	border-bottom: solid #d3e4ac 1px;
}


/*---------- · Container · ----------*/


div.container {
	width: 980px;
	margin: 0 auto;
	clear: both;
}



/*---------- · Logo · ----------*/

div#logo {
	width: 370px;
	height: 26px;
	float: left;
	margin: 72px 0px 47px 40px;
}




/*---------- · Home · ----------*/

td.homePicArmani {
	width: 980px;
	height: 290px;
	background-image: url(../../common/images/emporio_armani.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

td.homePicArmani a {
	width: 100%;
	display: block;
	height: 290px;
	max-width:510px;
	width:auto !important;
	width:510px;
	margin-right: 90px;
}

td.homePicCaffe a {
	width: 100%;
	display: block;
	height: 290px;
	max-width:500px;
	width:auto !important;
	width:500px;
	margin-left: 100px;
}

td.homePicCaffe {
	width: 50%;
	height: 290px;
	background-image: url(../../common/images/emporio_armani_caffe_porta.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}





/*---------- · Menu · ----------*/

ul#menu {
	list-style: none;
	margin: 35px 25px 0px 10px;
	padding: 0px;
	float: right;
}

ul#menu li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#menu a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 0px 15px 0px 15px;
}
ul#menu a:hover {
	color: #e60005;
}



/*---------- · Footer · ----------*/

div#footer {
	width: 980px;
	float: left;
	clear: both;
}

div#footerBg {
	width: 100%;
	height: 234px;
	clear: both;
	background-image: url(../../common/images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#footerArmani {
	width: 490px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

div#footerCaffe {
	width: 490px;
	float: left;
	text-transform: uppercase;
	color: #e60005;
	font-size: 12px;
	text-align: center;
}









/*---------- · Content · ----------*/


div.contentBlock {
	background-color: #ffffff;
	background-image: url(../../common/images/content_block_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 40px;
	margin: 0px 0px 40px 0px;
	font-size: 12px;
	float: left;
	width: 900px;
	clear: both;
}

div.contentBlockText {
	float: left;
	width: 430px;
	padding-right: 40px;
}
div.contentBlockImg {
	float: left;
	width: 430px;
	padding-top: 10px;
}

div.contentBlock img {
	float: right;
	border: 0px;
	margin: 0px 0px 40px 40px;
}

div.contentBlock p {
	line-height: 18px;
	margin: 10px 0px 15px 0px;
}

div.pressDate {
	float: right;
	font-size: 10px;
	color: #6e6e6e;
	margin-top: 14px;
}



td.regColText {
	width: 85px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 10px 10px 0px;
	text-align: right;
}

td.regColField {
	width: 325px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
}

td.regColField input, td.regColField select {
	font-size: 12px;
	text-transform: uppercase;
}

td.regColField label {
	cursor: pointer;
}





/*---------- · Pager · ----------*/

table#pager {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

table#pager td {
	padding: 0px 5px 0px 5px;
	color: #C0C0C0;
	font-size: 12px;
	text-align: center;
}

table#pager td a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	background-color: #ffffff;
}

table#pager td span {
	color: #585858;
	font-size: 12px;
	padding: 3px 6px;
	background-color: #222222;
}

table#pager td a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	background-color: #e50004;
}

table#pager td.pagerArrowRight a {
	float: right;
	color: #ffffff;
	padding: 10px 25px 10px 10px;
	display: block;
	background-color: #000000;
}
table#pager td.pagerArrowLeft a {
	float: right;
	color: #ffffff;
	padding: 10px 10px 10px 25px;
	display: block;
	background-color: #000000;
}

table#pager td.pagerArrowRight a:hover {
	float: right;
	color: #e50004;
	padding: 10px 25px 10px 10px;
	display: block;
	background-color: #000000;
}
table#pager td.pagerArrowLeft a:hover {
	float: right;
	color: #e50004;
	padding: 10px 10px 10px 25px;
	display: block;
	background-color: #000000;
}

table#pager td.pagerArrowLeft div {
	float: right;
	color: #585858;
	padding: 10px 25px 10px 10px;
	display: block;
}
table#pager td.pagerArrowLeft div {
	float: right;
	color: #585858;
	padding: 10px 10px 10px 25px;
	display: block;
	background-color: #000000;
}
