/*** Default colors: #000 #fff #5c731e #e5a22b ***/

#scudetto {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #000;
	width: 100%;
	height: 100px;
}
#scudetto p {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 10pt;
	color: #fff;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Body & Pages
 */
body {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	background-color: #fff;
	padding: 0;
	margin: 0;
	background-image: none;
	overflow: auto;
}
#indexAndLanguageOptions table {
	background-color: #000;
	font-size: 8pt;
}
#indexAndLanguageOptions table td.languages {
	vertical-align: middle;
	text-align: right;
}
#indexAndLanguageOptions p {
	color: #fff;
	font-size: smaller;
	margin: 0px 0 0px 18px;
	text-align: right;
}
#indexAndLanguageOptions a,a:link,a:active,a:visited,a:hover {
	color: #fff;
	text-decoration: underline;
}
.languageImageSelectors {
	float: right;
	padding: 0px;
	white-space: nowrap;
	margin: 0 18px 0 18px;
}
#content {
    width: 870px;
	background-color: #fff;
}
#content p {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	margin: 12px 0 12px 13px;
	text-align: justify;
	line-height: 1.5em;
}
#content p .headLine {
	color: #8c8c8c;
	margin: 0 0 0 0;
	font-size: small;
	line-height: 250%;
	text-decoration: underline;
}
#news {
	
}
.leftImage {
	float: left;
	margin: 11px 10px 10px 0;
}
.leftImage cite {
	color: #8c8c8c;
	margin: 0 0 0 51px;
	font-size: smaller;
}
.rightImage {
	float: right;
	margin: 0 0 10px 10px;
}
.centeredImage {
	float: left;
	margin: 10px 10px 10px 10px;
}
.rightImageContainer {
	float: right;
	width: 135px;
	white-space: nowrap;
	margin: 0px 0px 0px 10px;
}
.rightImageContainer img {
	padding: 2px 0px 2px 0px;
	float: right;
}
.productsRightImageContainer {
	float: right;
	width: 270px;
	white-space: nowrap;
	margin: 0px 0px 0px 10px;
}

.productsRightImageContainer img {
	padding: 0px 2px 0px 2px;
	margin: 2px 0px 0px 5px;
	float: right;
}

.productsRightImageContainer .productDetails {
	color: #820e00;
	margin: 0px 0px 0px 0px;
	font-size: smaller;
	line-height: 125%;
	text-align: left;
	text-decoration: underline;
}
#content a,a:link,a:active,a:visited {
	font-size: 8pt;
	color: #fd7d35;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	font-size: 8pt;
	color: #fd7d35;
	font-weight: bold;
	text-decoration: underline;
}
#content .tabmenu a,a:link,a:active,a:visited {
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#content .tabmenu a:hover {
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Customized listing
 */
.listing ul li {
text-align: left;
list-style-type: square;
color: #820e00;
}

.listing ul li ul li {
text-align: left;
list-style-type: disc;
color: #e5a22b;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * cssMenu
 */
#cssMenu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 38px;
	background: #fff url('../pics/Assets/cssMenu/defaultBackground.gif') repeat-x;
	position: relative;
	z-index:  500;
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	text-align: left;
}
#cssMenu li.top {
	display: block;
	float: left;
	height:38px;
}
#cssMenu li a.topLinks {
	display: block;
	float: left;
	height:35px;
	line-height: 33px;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding: 0 0 0 6px;
	cursor: pointer;
	background: url('../pics/Assets/cssMenu/defaultBackground.gif');
}
#cssMenu li a.topLinks span {
	float: left;
	display: block;
	padding: 0 12px 0 6px;
	height: 35px;
	background: url('../pics/Assets/cssMenu/defaultBackground.gif') right top no-repeat;
}
#cssMenu li a.topLinks span.down {
	float: left;
	display: block;
	padding: 0 24px 0 6px;
	height:35px;
	background: url('../pics/Assets/cssMenu/arrowBackground.gif') no-repeat right top;
}
#cssMenu li:hover a.topLinks {
	color: #fff;
	background: url('../pics/Assets/cssMenu/defaultBackgroundMouseOver.gif') no-repeat;
}
#cssMenu li:hover a.topLinks span {
	background: url('../pics/Assets/cssMenu/defaultBackgroundMouseOver.gif') no-repeat right top;
}
#cssMenu li:hover a.topLinks span.down {
	background: url('../pics/Assets/cssMenu/arrowBackgroundMouseOver.gif') no-repeat right top;
}
#cssMenu li:hover {
	position:relative;
	z-index: 200;
}
#cssMenu li:hover ul.subMenu {
	left:1px;
	top:38px;
	background: #e5a22b;
	padding: 3px;
	border: 1px solid #820e00;
	white-space: nowrap;
	width: 150px;
	height:auto;
	z-index: 300;
}
#cssMenu li:hover ul.subMenu li {
	display: block;
	height:20px;
	position:relative;
	float: left;
	width: 87px;
	font-weight:normal;
}
#cssMenu li:hover ul.subMenu li a {
	display: block;
	font-size: 11px;
	height:18px;
	width: 118px;
	line-height: 18px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 1px solid #e5a22b;
}
#cssMenu li ul.subMenu li a.slideMenu {
	background: #e5a22b url('../pics/Assets/cssMenu/arrow.gif') 87px 6px no-repeat;
}
#cssMenu li:hover ul.subMenu li a:hover {
	background: #c14e02;
	color: #fff;
	border-color: #fff;
}
#cssMenu li:hover ul.subMenu li a.slideMenu:hover {
	background: #c14e02 url('../pics/Assets/cssMenu/arrowMouseOver.gif') 87px 6px no-repeat;
	color: #fff;
}
#cssMenu li:hover li:hover ul {
	left: 119px;
	top: -4px;
	background: #e5a22b;
	padding: 3px;
	border: 1px solid #820e00;
	white-space: nowrap;
	width: 120px;
	z-index: 400;
	height: auto;
}
#cssMenu li:hover li:hover li:hover ul,#cssMenu li:hover li:hover li:hover li:hover ul,#cssMenu li:hover li:hover li:hover li:hover li:hover ul {
	left: 135px;
	top: -4px;
	background: #e5a22b;
	padding: 3px;
	border: 1px solid #820e00;
	white-space: nowrap;
	width: 120px;
	z-index: 400;
	height:auto;
}
#cssMenu ul,#cssMenu li:hover ul ul,#cssMenu li:hover li:hover ul ul,#cssMenu li:hover li:hover li:hover ul ul,#cssMenu li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssMenu li:hover li:hover a.slideMenu,#cssMenu li:hover li:hover li:hover a.slideMenu,#cssMenu li:hover li:hover li:hover li:hover a.slideMenu,#cssMenu li:hover li:hover li:hover li:hover li:hover a.slideMenu {
	background: #c14e02 url('../pics/Assets/cssMenu/arrowMouseOver.gif') 120px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}
#cssMenu li:hover li:hover li a.slideMenu,#cssMenu li:hover li:hover li:hover li a.slideMenu,#cssMenu li:hover li:hover li:hover li:hover li a.slideMenu {
	background: #e5a22b url('../pics/Assets/cssMenu/arrow.gif') 120px 6px no-repeat;
	color: #000;
	border-color: #e5a22b;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Breadcrumb
 */
#location {
	width: 870px;
	background: #fff url('../pics/Assets/location.gif') repeat-x;
	text-align: left;
}
#location table {
	height: 26px;
	padding: 0;
}
#location .breadcrumbLocationText {
	color: #820e00;
	font-weight: bold;
}
#location p {
	color: #212125;
	font-size: 7.5pt;
	font-weight: normal;
	text-indent: 13px;
	margin: 6px 0 0 0;
}
#location a,a:link,a:active,a:visited {
	color: #e5a22b;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
}
#location a:hover {
	color: #e5a22b;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: underline;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * News pagination
 */

a.pagination,a.pagination:link,a.pagination:active,a.pagination:hover {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000000;
}
tr.offodd {
	background-color: #EAEAEA;
}
tr.onodd {
	background-color: #fd7d35;
	cursor: default;
}
tr.offeven {
	background-color: #F4F4F4;
}
tr.oneven {
	background-color: #fd7d35;
	cursor: default;
}
#content .newsArchive th {
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	text-decoration: none;
}
#content .newsArchive a,a:link,a:active,a:visited {
	font-size: 8pt;
	color: #fd7d35;
	font-weight: normal;
	text-decoration: none;
}
#content .newsArchive a:hover {
	font-size: 8pt;
	color: #fd7d35;
	font-weight: normal;
	text-decoration: underline;
}
#content .newsArchive tr.oneven a,a:link,a:active,a:visited {
	color: #fff;
}
#content .newsArchive tr.onodd a,a:link,a:active,a:visited {
	color: #fff;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * News display
 */
#content #newsStreamer p {
	margin: 13px;
}

#content #newsStreamer .newsRightImageContainer {
	float: right;
	white-space: nowrap;
	margin: 5px 0 0px 10px;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * News Rotator
 */
#content #scrollup {
	position: relative;
	overflow: hidden;
	border: 1px solid #ececec;
	height: 144px;
	width: 300px;
	margin: 13px 0;
	font-size: 7.5pt;
}
#content .scrollingNews {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 139px;
	width: 290px;
	text-align: justify;
}
#content .scrollingNews span.newsTitle a,a:link,a:active,a:visited,a:hover {
	color: #fd7d35;
	font-weight: bold;
	text-decoration: underline;
	font-size: 7.5pt;
}
#content .scrollingNews span.newsArticle {
	color: #000;
}

#content .scrollingNews span.newsArticle img {
	float: right;
	white-space: nowrap;
	margin: 5px 0 0px 5px;
}

.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 95px;
	width:290px;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Form elements
 */
form {
	padding: 0px;
	margin: 0px;
}
.legendAndErrorTable,.clientInfoTable,.optionsTable {
	background-color: #fff;
}
.legendAndErrorTable p,.clientInfoTable p,.optionsTable p,.privacyTable p,.TermsOfServiceSTable p {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0px;
}
.error p {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 6px 0px 12px 0px;
}
.textInputs {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fd7d35;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
	width: 225px;
}
.reduced {
	width: 75px;
}
.medium {
	width: 285px;
}
.extended {
	width: 609px;
}
select {
	background-color: #fd7d35;
	font-size: 8pt;
	color: #fff;
	font-weight: normal;
	margin: 1px 0 0 3px;
}
.submitInputs {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #fd7d35;
	border-width: 1px;
	border-style: ridge;
	border-color: #000000;
}
textarea {
	background-color: #fd7d35;
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	margin: 0 13px 19px 13px;	
	width: 707px;
	height: 142px;
}
.privacyTable th {
	background-color: #fff;
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 3px;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-indent: 13px;
}
p.error  {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0 0 0 13px;
}
#content p.privacy {
	margin: 13px;
}
p.privacyPolicy {
	margin-left: 9px;
	margin-right: 9px;
}
div.scroll {
	height: 58px;
	width: 694px;
	float: left;
	display: inline;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #F8F8F8;
	padding: 8px;
}
.charsRemaining {
	width: 25px;
	color: #aaa;
	text-align: left;
	border: 1px solid #fff;
	margin: 0 0 0 13px;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Footer
 */
#footer {
	width: 870px;
	background-color: #000;
	text-align: left;
}
#footer table {
	height: 26px;
	padding: 0;
	background-repeat: repeat-x;
}
#footer p {
	color: #fff;
	font-size: 7.5pt;
	font-weight: normal;
	margin: 3px 0 6px 13px;
}
#footer .footerOptionsSeparator {
	color: #fff;
	margin: 0 3px;
}
#footer a,a:link,a:active,a:visited {
	color: #fff;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: underline;
}
#footerNotice {
	width: 870px;
	background-color: #fff;
	text-align: left;
}
#footerNotice table {
	padding: 0;
	background-repeat: repeat-x;
}
#footerNotice .footerCopyrightOwnerText {
	color: #fd7d35;
	font-weight: bold;
}
#footerNotice p {
	font-size: 7.5pt;
	color: #000;
	text-align: right;
	margin: 0 0 0 0;
}
