@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	background-color:#000;
	height:100%; /* needed for container min-height */
	font-family: Helvetica, Arial, sans-serif;
	color:#FFF;
	padding: 0px;
	border: 0px;
}

#container {
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	overflow:visible;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 30px;
	display: block;
}

object:focus {
	outline: none;
}
div:focus {
	outline: none;
}
a:active, a:focus {
	outline: 0;
}
img {
	display:block;
	border: none;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/***********************************************************
START HEADER
***********************************************************/

.horizontal {
	width: 700px;
}
#mainTop {
	position:relative;
	width:920px;
	height:155px;
	margin-left:30px;
	margin-top:30px;
	z-index:1000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	padding: 0px;
}
#mainTop #top-menu {
	margin-left: -5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
}
#mainTop #top-menu a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainTop #mainLogo {
	width:146px;
	height:100px;
	margin-right:0px;
	cursor:pointer;
	top: -1px;
	right: 0px;
	position: absolute;
	z-index: 1000;
}
#mainTop #mainLogo a img, #mainTop #mainLogo a:hover img {
	text-decoration: none;
	border:none;
	padding:0px;
	margin:0px;
}
#flashClockContainer {
	float:right;
	width:90px;
	height:45px;
	margin-top:10px;
}

/***********************************************************
END HEADER
***********************************************************/



/***********************************************************
START FOOTER
***********************************************************/

#footer {
	clear:both;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #b3b3b3;
	text-align:right;
	height:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 920px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
}
#footer a {
	color:#b3b3b3;
	text-decoration:none;
	margin-left: 10px;
}
#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
#footer #legal {
	text-align:right;
	padding-right:3px;
	color:#999999;
	font-size:10px;
	display: block;
	margin: 5px 0px 0px;
}
#footer #legal a {
	text-decoration:none;
	color:#999;
	margin: 0px;
}
#footer #legal a:hover {
	color:#FFF;
	text-decoration:none;
}
/***********************************************************
END FOOTER
***********************************************************/


/***********************************************************
START Misc. Styles, Work-Arounds, etc.
***********************************************************/

.hidden {
	display: none;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#LargeMessage {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
	height: 400px;
	position: relative;
}
#LargeMessage h2 {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
.smallExt {
	font-size: 75%;
	color: #CCC;
}

/***********************************************************
END Misc. Styles, Work-Arounds, etc.
***********************************************************/

/***********************************************************
START BODY CONTENT
***********************************************************/

#bodyContent {
	z-index: -100;
	width: 980px;
	display: block;
}
#bodyContent h2 {
	font-weight: normal;
}
#bodyContent p   {
	line-height: 18px;
	margin: 0px;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#bodyContentFluidHeight {
	padding: 0px;
	clear: both;
	float: left;
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 30px;
	overflow: hidden;
	position: relative;
}

#bodyContentFixedHeight {
	padding: 0px;
	clear: both;
	float: left;
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	overflow: visible;
	position: relative;
	height: 325px;
	display: block;
}


.horzDivider {
	background-image:url(/media/global/horz-divider.png);
	background-repeat:repeat-y;
	width:980px;
	height:6px;
	overflow:hidden;
	display: block;
	padding: 0px;
	clear: both;
	float: left;
	position: relative;
	background-attachment: scroll;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.vertDivider {
	position:relative;
	float:left;
	background-image:url(/media/global/vert-divider.jpg);
	background-repeat:repeat-x;
	width:6px;
	height:587px;
	overflow:hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
.vertDivider325 {
	position:relative;
	float:left;
	background-image:url(/media/global/vert-divider.jpg);
	background-repeat:repeat-x;
	width:6px;
	height:325px;
	overflow:hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}

#flashSolar {
	padding: 0px;
	clear: both;
	float: left;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}
#bodyContent ul.largeLink {
	font-size: 16px;
	line-height: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
#bodyContent ul.largeLink li {
	list-style-image:url(/media/global/list-Link-arrow.jpg);
	margin: 0px;
	padding: 0px;
}
#slideshowWrapper {
	display: none;
	margin: 0px;
	padding: 0px;
	height: 371px;
	width: 980px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/media/page-images/homepage-loop-00.jpg);
}

#slideshow {
	margin: 0px;
	padding: 0px;
	height: 371px;
	width: 980px;
}
#slideshow img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
}
#slideshow img { display: none }
#slideshow img.first { display: block }

/***********************************************************
START Page Headers
***********************************************************/

#contentHeader    {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 40px;
}

h1 {
	position:relative;
	width:680px;
	height:40px;
	float: left;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	background: #000;
}
h1.BU {
	background: url(/media/page-titles/business-units-title.png) no-repeat scroll left top;
}
h1.factsfigures {
	background: url(/media/page-titles/facts-title.png) no-repeat scroll left top;
}
h1.faq {
	background: url(/media/page-titles/faq-title.png) no-repeat scroll left top;
}
h1.glossary {
	background: url(/media/page-titles/glossary-title.png) no-repeat scroll left top;
}
h1.joinus {
	background: url(/media/page-titles/join-us-title.png) no-repeat scroll left top;
}
h1.inthenews {
	background: url(/media/page-titles/in-the-news-title.png) no-repeat scroll left top;
}
h1.legal {
	background: url(/media/page-titles/legal-title.png) no-repeat scroll left top;
}
h1.press {
	background: url(/media/page-titles/press-title.png) no-repeat scroll left top;
}
h1.WHhq {
	background: url(/media/page-titles/corporate-headquarters-title.png) no-repeat scroll left top;
}
h1.contact {
	background: url(/media/page-titles/contact-us-title.png) no-repeat scroll left top;
}
h1.tech-design {
	background: url(/media/page-titles/technology-design-title.png) no-repeat scroll left top;
}
h1.eos {
	background: url(/media/page-titles/eos-title.png) no-repeat scroll left top;
}
h1.ggdl {
	background: url(/media/page-titles/galli-title.png) no-repeat scroll left top;
}
h1.timexpo {
	background: url(/media/page-titles/timexpo-title.png) no-repeat scroll left top;
}
h1.manu-dist {
	background: url(/media/page-titles/manufacturing-distribution-title.png) no-repeat scroll left top;
}
h1.business-infra {
	background: url(/media/page-titles/business-units-profile-title.png) no-repeat scroll left top;
}
h1.sitemap {
	background: url(/media/page-titles/sitemap-title.png) no-repeat scroll left top;
}
h1.corpbrand {
	background: url(/media/page-titles/corporate-branding-title.png) no-repeat scroll left top;
}
h1.media {
	background: url(/media/page-titles/media-title.png) no-repeat scroll left top;
}
h1.shop {
	background: url(/media/page-titles/shop-title.png) no-repeat scroll left top;
}

h1.brands {
	background: url(/media/page-titles/brands-title.png) no-repeat scroll left top;
}
h1.brandGc {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-gc-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandGuess {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-guess-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandMarcEcko {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-ecko-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandNautica {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-nautica-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandOpex {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-opex-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandFerragamo {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-ferragamo-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandTimex {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-timex-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandValentino {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-valentino-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandVersace {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-versace-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}
h1.brandVersus {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-versus-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:30px;
	margin-top:-65px;
	height: 100px;
}


/***********************************************************
END Page Headers
***********************************************************/

/***********************************************************
START Standard 3 Column Layout
***********************************************************/

#Standard3colLeft {
	position:relative;
	float:left;
	width:116px;
	font-size:12px;
	color:#FFF;
	line-height:15px;
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Standard3colLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Standard3colLeft ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#Standard3colCenter  {
	float:left;
	width: 480px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 19px;
}
#Standard3colCenter h2  {
	color:#FFF;
	text-decoration:none;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#Standard3colCenter h3   {
	line-height: 20px;
	margin: 0px;
	color: #CCC;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#Standard3colCenter h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
}
#Standard3colCenter p   {
	line-height: 18px;
	margin: 0px;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#Standard3colCenter ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#Standard3colCenter ul li {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Standard3colCenter ul li p{
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#Standard3colRight {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 268px;
	height: 650px;
}

/***** Facts and Figures Page Specific *****/

#pgFactsFigures #Standard3colCenter ul {
	color: #ffba52;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	display: run-in;
}
#pgFactsFigures #Standard3colCenter ul li {
	display: list-item;
}
#pgFactsFigures #Standard3colRight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/facts-figures-graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/***** Press Page Specific *****/

#pgPress #Standard3colLeft a {
	text-decoration:none;
	color:#ffba52;
}
#pgPress #Standard3colLeft a:hover {
	text-decoration:none;
	color:#FFF;
}
#pgPress #Standard3colCenter h4, #pgPress #Standard3colCenter p.pressDate, #pgPress #Standard3colCenter a {
	color: #ffba52;
}
#pgPress #Standard3colCenter a:hover {
	text-decoration:none;
	color:#CCC;
}
#pgPress #Standard3colCenter ul {
	color: #ffba52;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	display: run-in;
}
#pgPress #Standard3colCenter ul li {
	display: list-item;
}

#pgPress0 #Standard3colCenter ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#pgPress0 #Standard3colCenter ul li {
	margin: 0px 0px 25px;
	padding: 0px;
	display: block;
}
#pgPress0 #Standard3colCenter ul li p{
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#pgPress0 #Standard3colCenter ul li h2 {
	font-size: 18px;
	line-height: 20px;
}
#pgPress0 #Standard3colCenter ul li h2 a {
	color: #FFF;
}
#pgPress0 #Standard3colCenter ul li h2 a:hover {
	color: #CCC;
}
#pgPress0 #Standard3colCenter ul li h3 {
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 4px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffba52;
}
#pgPress0 #Standard3colRight, #pgPress #Standard3colRight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/press-grid-art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pgPress #Standard3colRight #articleOptions {
	position:absolute;
	left:670px;
	top:78px;
	font-size:11px;
}
#pgPress #Standard3colRight #articleOptions a {
	color:#CCC;
	text-decoration:none;
}
#pgPress #Standard3colRight #articleOptions a:hover {
	color:#FFF;
}
#pgPress #Standard3colRight #articleOptions .mailLink {
	background-image:url(/media/global/mailLink.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}
#pgPress #Standard3colRight #articleOptions .downloadLink {
	background-image:url(/media/global/downloadLink.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}

/***** News Page Specific *****/

#pgNews #Standard3colLeft a {
	text-decoration:none;
	color:#92d0dd;
}
#pgNews #Standard3colLeft a:hover {
	text-decoration:none;
	color:#FFF;
}
#pgNews #Standard3colCenter ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#pgNews #Standard3colCenter ul li {
	margin: 0px 0px 25px;
	padding: 0px;
	display: block;
}
#pgNews #Standard3colRight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/news-grid-art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pgNews #Standard3colCenter h2  {
	color:#DDD;
	text-decoration:none;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 0px 3px;
	margin: 0px;
}
#pgNews #Standard3colCenter h3   {
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 4px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#pgNews #Standard3colCenter h3 strong {
	color: #92d0dd;
	font-style: normal;
	padding-right: 5px;
	font-weight: normal;
}
#pgNews #Standard3colCenter p em {
	font-style: normal;
	font-size: 11px;
}
/***** Business Units Page Specific *****/

#pgBU #Standard3colLeft ul li  a{
	color: #9fb13d;
}
#pgBU #Standard3colLeft ul li a:hover {
	color: #FFF;
}
#pgBU #Standard3colCenter h2{
	text-transform: uppercase;
	color: #9fb13d;
	font-size: 16px;
	line-height: 20px;
}
#pgBU #Standard3colCenter p a {
	color: #9fb13d;
}
#pgBU #Standard3colCenter p a:hover {
	color: #999;
}
#pgBU #Standard3colCenter img.logo {
	width:200px;
	left:275px;
	float: right;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#pgBU #Standard3colRight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/business-units-graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/***** FAQ Page Specific *****/

#pgFAQ #Standard3colLeft ul li a {
	color: #99ace6;
}
#pgFAQ #Standard3colLeft ul li a:hover {
	color: #FFF;
}
#pgFAQ #Standard3colCenter h2{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #99ace6;
}
#pgFAQ #Standard3colCenter p a {
	color: #99ace6;
}
#pgFAQ #Standard3colCenter p a:hover {
	color: #999;
}
#pgFAQ #Standard3colRight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/faq-grid-art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/***** Legal Page Specific *****/

#pgLegal #Standard3colLeft ul li a {
	color: #94c4f5;
}
#pgLegal #Standard3colLeft ul li a:hover {
	color: #FFF;
}
#pgLegal #Standard3colCenter h2{
	text-transform: uppercase;
	color: #94c4f5;
	font-size: 16px;
	line-height: 20px;
}
#pgLegal #Standard3colCenter h3 {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}
#pgLegal #Standard3colRight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/legal-grid-art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/***** Back To Top *****/

div.BackToTop {
	display: block;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.BackToTop a  {
	float: right;
	font-size: 8px;
	color: #666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.BackToTop a:hover {
	color: #999;
	text-decoration: none;
}


/***********************************************************
END Standard 3 Column Layout
***********************************************************/

/***********************************************************
START Standard 2 Column version A Layout
***********************************************************/

#standard2colA {
	position:relative;
	width:920px;
	margin-left:30px;
	overflow:hidden;
	float: left;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#standard2colALeft {
	float:left;
	width:632px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#standard2colARight {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 268px;
	height: 650px;
}

/***** Glossary Page Specific *****/

#pgGlossary #standard2colALeft h3 {
	border-bottom: 1px solid #333;
	position: relative;
	height: 20px;
	padding: 0px;
	color: #CCC;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 632px;
}
#pgGlossary #standard2colALeft h3.top {
	margin-bottom:15px;
}
#pgGlossary #standard2colALeft h3 a{
	color: #CCC;
	text-decoration: none;
}
#pgGlossary #standard2colALeft dl{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#pgGlossary #standard2colALeft dl dt{
	height: 20px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #94c4f5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#pgGlossary #standard2colALeft dl dt img{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-style: none;
	display: inline-block;
	vertical-align: baseline;
}
#pgGlossary #standard2colALeft dl dd{
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#pgGlossary #standard2colARight {
	background-attachment: scroll;
	background-image: url(/media/grid-art/glossary-grid-art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#glossaryLinks {
	float:left;
	margin-top:22px;
	font-size:10px;
	padding: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	display: block;
	width: 270px;
	text-align: right;
}
#glossaryLinks a {
	color:#fff;
	text-decoration:none;
	margin-right:3px;
}
#glossaryLinks a:hover {
	color:#999;
	text-decoration:none;
}
.BackToTopGlossary {
	display: block;
	width: 632px;
	border: none;
	padding: 0px;
	position: relative;
	height: 15px;
	font-size: 8px;
	line-height: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.BackToTopGlossary a {
	float: right;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.BackToTopGlossary a:hover {
	color: #999;
	text-decoration: none;
}

/***********************************************************
END Standard 2 Column version A Layout
***********************************************************/

/***********************************************************
START Standard 2 Column version B Layout
***********************************************************/

#standard2colBTopLeft {
	float:left;
	width:240px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 325px;
	display: table;
	overflow: hidden;
}
#standard2colBTopLeft h3 {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#standard2colBTopRight {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 660px;
	height: 325px;
}
#standard2colBBottomLeft {
	float:left;
	width:240px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#standard2colBBottomLeft h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#standard2colBBottomRight {
	display: block;
	padding: 0px;
	float: left;
	width: 660px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pgJoinUs #standard2colBBottomLeft h2, #pgJoinUs #standard2colBTopLeft h3, #pgJoinUs #bodyContentFluidHeight a {
	text-decoration:none;
	color:#94c4f5;
}
#pgJoinUs #bodyContentFluidHeight a:hover {
	text-decoration:none;
	color:#FFF;
}
#pgWatchHill #standard2colBBottomLeft h2, #pgWatchHill #standard2colBTopLeft h3, #pgWatchHill #bodyContentFluidHeight a {
	text-decoration:none;
	color:#9eb13d;
}
#pgWatchHill #bodyContentFluidHeight a:hover {
	text-decoration:none;
	color:#FFF;
}
#pgWatchHill #textInner a {
	text-decoration:none;
	color:#9eb13d;
}
#pgWatchHill #textInner a:hover {
	text-decoration:underline;
}

/***********************************************************
END Standard 2 Column version B Layout
***********************************************************/


/***********************************************************
START Standard 1 Column Fixed Height Layout
***********************************************************/

#bodyContent div.contactColumn {
	position:relative;
	float:left;
	width:300px;
	height:305px;
	padding-top:0px;
	margin-bottom:0;
	margin-right:30px;
	overflow:hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#bodyContent div.contactColumn h2{
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #eedf8e;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-variant: normal;
}
#bodyContent div.contactColumn p{
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#bodyContent img.siloRight {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: -50px;
	z-index: 100;
	bottom: 0px;
}
#bodyContent img.blockLeft {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 325px;
	width: 390px;
}
#bodyContent img.blockLeftBrands {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 325px;
	width: 394px;
}

#bodyContent img.blockMid {
	position: relative;
	float: left;
	width: 128px;
	height: 325px;
	margin: 0px;
	padding: 0px;
}



#bodyContent #flashLeft {
	position: relative;
	float: left;
	width: 390px;
	height: 325px;
	overflow: hidden;
}

#bodyContent h2.brandGcH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-gc-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandGuessH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-guess-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandEckoH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-ecko-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 490px;
}
#bodyContent h2.brandNauticaH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-nautica-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandOpexH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-opex-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandFerragamoH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-ferragamo-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandTimexH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-timex-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandValentinoH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-valentino-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandVersaceH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-versace-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 490px;
}
#bodyContent h2.brandVersusH2 {
	background-attachment: scroll;
	background-image: url(/media/page-titles/brand-versus-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 490px;
}

#bodyContent #tgCompanies {
	position:relative;
	float:left;
	width:255px;
	height:100%;
	background-color:#3a383f;
	overflow:auto;
	overflow-x: hidden;
	border-left:6px solid #222125;
}
#bodyContent #tgCompanies img {
	margin: 15px 10px 10px;
	padding: 0px;
	border: none;
}
#bodyContent #tgCompanies ul {
	display: block;
	margin: 0px 12px;
	padding: 0px;
	list-style: none;
}
#bodyContent #tgCompanies ul li {
	margin: 0px 0px 8px;
	padding: 0px;
}
#bodyContent #tgCompanies ul li a {
	color: #9bae42;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
#bodyContent #tgCompanies ul li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
#bodyContent #tgCompanies ul li.explore a {
	color:#CCC;
	text-decoration:none;
}
#bodyContent #tgCompanies ul li.explore a:hover {
	color:#FFF;
	text-decoration:none;
}


/***********************************************************
END Standard 1 Column Fixed Height Layout
***********************************************************/

/***********************************************************
VERTICAL TEXT ALLIGNMENT
***********************************************************/

#TextShell500 {
	float:left;
	height:305px;
	margin-right:20px;
	display: table;
	position: relative;
	overflow: hidden;
	width: 500px;
}
#TextShell560 {
	float:left;
	height:305px;
	margin-right:20px;
	display: table;
	position: relative;
	overflow: hidden;
	width: 560px;
}
#TextShellBrands {
	float:left;
	height:305px;
	display: table;
	position: relative;
	overflow: visible;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 490px;
}
#TextShell {
	float:left;
	height:305px;
	display: table;
	position: relative;
	overflow: hidden;
	margin-left: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 500px;
}

#textMiddle {
 #position: absolute;
 #top: 50%;
	display:table-cell;
	vertical-align: middle;
}
#textInner {
 #position: relative;
 #top: -50%
	margin: 0px;
	padding: 0px;
}
#textInner p {
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
#pgBrandTimex #textInner p, #pgBrandFerragamo #textInner p, #pgBrandVersus #textInner p, #pgBrandVersace #textInner p {
	line-height: 16px;
}
#TextManuDist {
	position: relative;
	float: left;
	width: 490px;
	height: 325px;
	margin-left: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
	padding: 0px;
}
#TextManuDist p {
	padding-right: 25px;
}
#TextManuDist p.first {
	padding-top: 25px;
}
#TextManuDist em {
	padding-right: 25px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	color: #94c4f5;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#TextManuDist ul {
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 13px;
	line-height: 18px;
}
/***********************************************************
START Gray Area Pages
***********************************************************/

#grayArea {
	display: block;
	margin: 0px;
	height: 100%;
	width: auto;
	background: #444;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#grayArea img {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#grayArea h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #99ace6;
	margin: 15px 0px 5px;
	padding: 0px;
}
#grayArea ul {
	list-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 5px;
}
#grayArea ul em {
	font-size: 90%;
	font-style: normal;
	color: #99ace6;
	line-height: normal;
}
#grayArea ul li {
	font-size: 12px;
	line-height: 16px;
	color: #DDD;
	margin-bottom: 5px;
}
#grayArea ul li ul {
	list-style: none;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#grayArea ul li ul li {
	font-size: 11px;
	line-height: 16px;
}
#grayArea a {
	color: #fff;
	text-decoration:none;
}
#grayArea a:hover {
	text-decoration:underline;
}
.column1-500 {
	float:left;
	margin: 4px;
	width: 500px;
	padding:0px 10px 10px;
	height: 100%;
}
.column2 {
	float:left;
	margin: 4px;
	width: 45%;
	padding:0px 10px 10px;
	height: 100%;
}
.column3 {
	float:left;
	margin: 4px;
	width: 30%;
	padding:0px 10px 10px;
	height: 100%;
}
.column4 {
	float:left;
	margin: 4px;
	width: 21%;
	padding:0px 10px 10px;
	height: 100%;
}

#arrowShop {
	background: url(/media/global/down_arrow.png);
	left: 750px;
	display: block;
	padding: 0px;
	height: 12px;
	width: 21px;
	float: left;
	z-index: 1000;
	position: absolute;
	clear: both;
	margin-top: 330px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#arrowSiteMap {
	background: url(/media/global/down_arrow.png);
	left: 490px;
	display: block;
	padding: 0px;
	height: 12px;
	width: 21px;
	float: left;
	z-index: 1000;
	position: absolute;
	clear: both;
	margin-top: 330px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#arrowCorpBrand {
	background: url(/media/global/down_arrow.png);
	left: 590px;
	display: block;
	padding: 0px;
	height: 12px;
	width: 21px;
	float: left;
	z-index: 1000;
	position: absolute;
	clear: both;
	margin-top: 330px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/***********************************************************
END Gray Area Pages
***********************************************************/


/***********************************************************
BRAND PAGES
***********************************************************/

#brandsExploreList {
	position:relative;
	width:520px;
	height:300px;
	float:left;
	overflow:hidden;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#brandsExploreList div.brandsExploreListItem {
	position:relative; 
	float:right; 
	width:514px; 
	height:23px;
}

#bodyContent #brandNav {
	display: block;
	padding: 0px;
	width: 200px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	text-align: right;
	margin: 0px;
	z-index: 100;
	top: 175px;
	position: absolute;
	right: 30px;
	color: #777;
}

#bodyContent #brandNav .nextBack {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodyContent #brandNav .nextBack a {
	text-decoration:none;
	color:#999;
	margin-right: 5px;
	margin-left: 5px;
}
#bodyContent #brandNav .nextBack a:hover {
	text-decoration:none;
	color:#FFF;
}

#bodyContent #brandNav .viewBrands {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#bodyContent #brandNav .viewBrands a {
	text-decoration:none;
	color:#999;
}
#bodyContent #brandNav .viewBrands a:hover {
	color:#FFF
}
#pgBrandGc #textInner a {color:#b89959; text-decoration:none;}
#pgBrandGc #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandGuess #textInner a {color:#b89959; text-decoration:none;} 
#pgBrandGuess #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandMarcEcko #textInner a {color:#d23548; text-decoration:none;} 
#pgBrandMarcEcko #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandNautica #textInner a {color:#5781b1; text-decoration:none;}
#pgBrandNautica #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandOpex #textInner a {color:#a9d8f6; text-decoration:none;}
#pgBrandOpex #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandFerragamo #textInner a {color:#c41b22; text-decoration:none;}
#pgBrandFerragamo #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandTimex #textInner a {color:#e21a37; text-decoration:none;}
#pgBrandTimex #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandValentino #textInner a {color:#dbd4c4; text-decoration:none;}
#pgBrandValentino #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandVersace #textInner a {color:#ae8237; text-decoration:none;}
#pgBrandVersace #textInner a:hover {color:#FFF; text-decoration:none;}

#pgBrandVersus #textInner a {color:#d38c61; text-decoration:none;}
#pgBrandVersus #textInner a:hover {color:#FFF; text-decoration:none;}

