/* These rules will be hidden from NS4 & IE4.5/Mac */

/* Body & Main WrapleftSubNavper--------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 69%;
	color: #000;
	background: #000;
	}

#wrapper {
	padding: 0;
	margin: 0;
	border: 0;
	width: 965px;
	background: #000 url(../images/tileBody.jpg) repeat-y top left;
	display: block;
	}

#wrapper img {
	border: 0;
	margin: 0;
	padding: 0;
	}



/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/
a:link {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
	}

a:visited {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
	}

a:active {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
	}

p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	line-height: 1.3em;
	color: #000;
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	}

p.disclaimer { font-family: Georgia, Times, 'Times New Roman', serif; font-size: 1.0em; color: #cc0000; font-size: 0.9em; }

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-bottom: 12px;
	width: 100%;
	}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 0;
	line-height: 1.5em;
	}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 0 0 12px 0;
	line-height: 1.2em;
	}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	font-weight: bold;
	}

h3 { 
	font-family: Georgia, Times, 'Times New Roman', serif; 
	font-size: 1.4em; 
	line-height: 1.1em; 
	font-weight: normal;
	color: #9a7e0f; 
	}

h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #355367;
	margin: 0 0 12px 0;
	line-height: 1.1em;
	}

ol li {
	margin-bottom: 10px;
}



/* Header ---------------------------------------------------------*/
/*-----------------------------------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	border: 0;
	width: 965px;
	height: 72px;
	display: block;
	}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
	}



/* Primary Navigation ---------------------------------------------*/
/*-----------------------------------------------------------------*/
#primaryNav {
	margin: 0;
	padding: 0;
	border: 0;
	width: 965px;
	height: 24px;
	display: block;
	background: #000 url(../images/btnBg.jpg) repeat top left;
	}

#primaryNav ul {
	list-style: none;
	margin: 0 0 0 101px;
	padding: 0;
	width: 965px;
	height: 24px;
	}

#primaryNav li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}

li#logos,
li#productPhotos,
li#beautyPictures,
li#pressReleases,
li#video,
li#bannerAds,
li#printAds,
li#logos a,
li#productPhotos a,
li#beautyPictures a,
li#pressReleases a,
li#video a,
li#bannerAds a,
li#printAds a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	overflow: hidden;
	}

li#logos a {
	padding: 48px 0 0 0;
	width: 51px;
	height: 24px;
	clip: rect(0, 51px, 24px, 0);	
	background: transparent url(../images/btnLogos.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#productPhotos a {
	padding: 48px 0 0 0;
	width: 99px;
	height: 24px;
	clip: rect(0, 99px, 24px, 0);	
	background: transparent url(../images/btnProductPhotos.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#beautyPictures a {
	padding: 48px 0 0 0;
	width: 100px;
	height: 24px;
	clip: rect(0, 100px, 24px, 0);	
	background: transparent url(../images/btnBeautyPictures.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#pressReleases a {
	padding: 48px 0 0 0;
	width: 93px;
	height: 24px;
	clip: rect(0, 93px, 24px, 0);	
	background: transparent url(../images/btnPressReleases.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#video a {
	padding: 48px 0 0 0;
	width: 51px;
	height: 24px;
	clip: rect(0, 51px, 24px, 0);	
	background: transparent url(../images/btnVideo.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#bannerAds a {
	padding: 48px 0 0 0;
	width: 79px;
	height: 24px;
	clip: rect(0, 79px, 24px, 0);	
	background: transparent url(../images/btnBannerAds.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

li#printAds a {
	padding: 48px 0 0 0;
	width: 65px;
	height: 24px;
	clip: rect(0, 79px, 65px, 0);	
	background: transparent url(../images/btnPrintAds.jpg) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	}

#primaryNav a:hover,
#primaryNav a.selected {
	background-position: 0 -24px;
	}



/* Content  -----------------------------------------------*/
/*---------------------------------------------------------*/
#contentHomeContainer {
	display: block;
	width: 965px;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.0em;
	font-size: 1.0em;
	background-color: #ffffe6;
	background: #ffffe6 url(../images/bgContentHome.jpg) no-repeat top left;
	}

#contentHome {
	display: block;
	width: 550px;
	text-align: left;
	padding: 35px 0 0 200px;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3b0000;
	line-height: 1.0em;
	font-size: 1.0em;
	}

/*---------------------------------------------------------*/

#contentContainer {
	display: block;
	width: 965px;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.0em;
	font-size: 1.0em;
	background-color: #ffffe6;
	background: #fff url(../images/bgContent.jpg) no-repeat top left;
	}

#content {
	display: block;
	text-align: left;
	padding: 20px 0 0 30px;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3b0000;
	line-height: 1.0em;
	font-size: 1.0em;
	min-height: 350px;
	}
	
#contentHome p {
	color: #3b0000;
	}

.thumbContainer {
	display: block;
	float: left;
	margin: 15px 15px 0 0;
	padding: 3px;
	border: 0;
	text-align: center;
	}



/* Footer  ------------------------------------------------*/
/*---------------------------------------------------------*/
#footer {
	display: block;
	width: 965px;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #91782f;
	line-height: 1.0em;
	font-size: 1.0em;
	background-color: #000000;
	border-top: 3px solid #8b7c4b;
	}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #91782f;
	text-decoration: none;
	}

#footer a:hover {
	color: #91782f;
	text-decoration: underline;
}



/* Basic Classes -------------------------------------------------*/
/*----------------------------------------------------------------*/
.hide {
	display: none;
	}


.small {
	font-size: 0.9em;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	}

.clearBoth {
	clear: both;
	}


.clearAll {
	clear: both;
	}


.right {
	float: right;
	padding: 10px;
	}

.center {
	text-align: center;
	}

.inlineH3 { font-family: Georgia, Times, 'Times New Roman', serif; font-size: 1.4em; font-weight: normal; color: #9a7e0f; }

.left {
	float: left;
	padding-right: 10px;
	}

.noborder {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	}

.pad12 {
	padding: 12px;
}

.pad24 {
	padding: 24px;
}

.padded {
	margin-bottom: 10px;
}

.needInfo,
.needInfo p {
	color: #FF33CC;
}