/* CSS for Aroma M Perfumes */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 0 0 0;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	/* Centers the page content container in IE 5 browsers. */
}

/*page structure*/
/*Five Different background images using aroma M papers*/
#masthead {
	border-left: 12em solid #660033;
	padding: 0 0 0 1.75em;
	text-align: left;
}

.masthead_blanche {
	background: #000000 url(../images/paper_blanche_top.jpg) repeat-x bottom left;
}

.footer_blanche {
	background: #000000 url(../images/paper_blanche_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_blue {
	background: #000000 url(../images/paper_blue_top.jpg) repeat-x bottom left;
}

.footer_blue {
	background: #000000 url(../images/paper_blue_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_butterflies {
	background: #000000 url(../images/paper_butterflies_top.jpg) repeat-x bottom left;
}

.footer_butterflies {
	background: #000000 url(../images/paper_butterflies_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_floral {
	background: #000000 url(../images/paper_floral_top.jpg) repeat-x bottom left;
}

.footer_floral {
	background: #000000 url(../images/paper_floral_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_green {
	background: #000000 url(../images/paper_green_top.jpg) repeat-x bottom left;
}

.footer_green {
	background: #000000 url(../images/paper_green_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_marron {
	background: #000000 url(../images/paper_marron_top.jpg) repeat-x bottom left;
}

.footer_marron {
	background: #000000 url(../images/paper_marron_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_noire {
	background: #000000 url(../images/paper_noire_top.jpg) repeat-x bottom left;
}

.footer_noire {
	background: #000000 url(../images/paper_noire_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_pink {
	background: #000000 url(../images/paper_pink_top.jpg) repeat-x bottom left;
}

.footer_pink {
	background: #000000 url(../images/paper_pink_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

.masthead_pink2 {
	background: #000000 url(../images/paper_pink2_top.jpg) repeat-x bottom left;
}

.footer_pink2 {
	background: #000000 url(../images/paper_pink2_bottom.jpg) repeat-x bottom left;
	height:100px;
	border-left: 12em solid #660033;
}

#menu {
	background-color: #660033;
	width: 12em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: .5em 0;
	line-height: 1.2em;
}

#content {
	text-align: left;
	padding: 2em 3em;
	margin: 0;
	border-left: 12em solid #660033;
}

#footer {
	background-color: #AE5983;
	padding: 1em 0;
	margin: 0;
	border-left: 12em solid #660033;
}

.photo_label {
	width: 250px;
	font-size: 80%;
	line-height: 1.6em;
}

.photo_label_press {
	width: 150px;
	font-size: 80%;
	line-height: 1.6em;
}

.clearFloat {
  clear: both;
  display: block;
  visibility: hidden;
}

.clear_me {
  clear: both;
}

.clearFloat_ie {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

/*font stylings*/
p {
	color: #FDE1F1;
}

#content p {
	margin: 0 0 .5em 0;
	padding: 0;
	background-color:#000000;
}

#content ul {
	color: #FDE1F1;
}

h1,h2 {
	color: #ffffff;
}

h1 {
	font-size: 150%;
	padding: 1em 0;
}

h2 {
	font-size: 115%;
	padding-bottom: 1em;
}

h3 {
	color: #be81ed /*#e42d96 #D92B8F #C40573*/;
}

#masthead h1 {
	color: #fff;
	padding:  4.85em  0 .2em 0;
}

#masthead h2 {
	color: #fff;
	padding: .4em 0 1em 0;
	font-size: 130%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#footer p {
	font-size: .8em;
	color: #FFC2FF;
	margin: 0;
	padding: 0;
}

.menu_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.blue {
	color:#CCFFFF;
}

.mag_list strong {
	color: green;
}

.underlined_header {
	padding-top: .5em;
	color: #D7B8EF;
	font-style: italic;
	border-bottom: 1px #B298EF solid;
}

/*link stylings*/
a {
	font-size: 90%;
	color: #FF9BFF;
	text-decoration: none;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9BFF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFC2FF;
	text-decoration: underline;
}

/*a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline;}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFC2FF; text-decoration: none;}*/

#content a {
	font-size: 100%;
	text-decoration: underline;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCCFF;
}

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCCFF;
}

.caption01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF66FF;
}

.storebutton {
	color: #FFFFFF;
	background-color: #B40058;
	display: block;
	padding: .5em .1em .7em 0;
	border-top-width: 0.2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F001F ;
	border-bottom-color: #3F001F;
	text-align: left;
}

#menu li.menu_perfumes a {
	font-size: 70%;
	color: #FFE8FF;
}

#menu li.menu_perfumes {
	margin: 0;
	padding: 0 0 .2em 0;
	line-height: normal;
}

#menu li.menu_less_space {
	margin: 0;
	padding: .5em 0 0 0;
	line-height: normal;
}

/*images*/
#menu img {
	border: 0;
	width: 138px;
	height: 176px;
}

#content img {
	border: 0;
	float: left;
	margin: .5em 1.5em 1em 0;
}

#content .nofloat_left {
	border: 0;
	float: none;
	margin: .5em 1.5em 1em 0;
}

#menu .store_symbol {
	border: 0;
	float: left;
	width: 48px;
	height: 48px;
	margin: .3em 0 0 .5em;
}

/* tables */
#content table {
	background-color: #141414;
	border: none;
	font-size: .8em;
}

#content table th {
	text-align: left;
	background-color: #333333;
	padding: .4em 1em;
}

#content table  p {
	background-color: #141414;
}

#content table th.th_category {
	text-align: center;
	background-color: #7A3C5A;
}

#content table td {
	border-bottom: 1px #666666 dotted;
	padding: .5em 1.2em;
	vertical-align: top;
}

#content table td.td_no_border {
	border-bottom: none;
}

a.back_to_top {
	color: #6699FF;
	padding-right: 1em;
}

/*These settings control the table on perfumes.html*/
#content .article_table {
	background-color: #000000;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
}

#content .article_table td {
	border: none;
	padding: 1em 0em;
	vertical-align: top;
}

#content .article_table .perfume_page_table_padding {
	border: none;
	padding: 1em 2em;
	vertical-align: top;
}

#content .article_table  p {
	background-color: #000000;
}

/*These settings control the table on press.html. Inherits from tables settings*/
#content table .press_position img{
	margin: 0 auto;
}

/*These settings control the table on perfumes_oils.html
#content table.oil_table {
	background-color: #000000;
	border: none;
	font-size: 100%;
}

#content table.oil_table td {
	border: none;
	margin: 0;
	padding: 0;
}

#content table.oil_table p {
	background-color: #000000;
	border: none;
	margin: 0;
	padding: 0;
}

#content table.oil_table img {
	background-color: #000000;
	float: none;
}
*/

/*These setting control the TEASER box*/
#content .teaser {
	width: 250px;
	background-color: #1D3F60;
	margin: 0 1.5em 1.5em 0;
	padding: 0;
	float: left;
	overflow: hidden; /* OH YOU PESKY IE6 - USED THIS TO KEEP THE .teaser FROM EXPANDING, AND IT FIXED THE SNARKY DESIGN DISPLAY IN DW-CS4. GO FIGURE  */
}
#content .teaser p {
	background-color: #1D3F60;
	font-size: .85em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1em .75em 1em;
}
#content .teaser h3 {
	background-color: #142C44;
	margin: 0;
	padding: .3em .75em .3em .75em;
	border-bottom: 1px #000000 solid;
}
#content .teaser h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: .2em .75em .2em .75em;
}
#content .teaser img {
	margin: 0 0 .5em 0;
	padding: 0;
}
