@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #000000;
}
#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
#perfumeBox p {
	line-height: 1.5em;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FF99FF;
}

#sidebar2 a:hover {
	color: #913D8A;
}

#header {
	margin-top: 20px;
	background-image: url(../images/logo1.jpg);
	height: 81px;
	width: 960px;
	margin-bottom: 20px;
	background-repeat: no-repeat;

} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#header li {
	display: inline;
	margin-right: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#header ul {
	margin-left: 500px;
	margin-top: 20px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContentAbout {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 175px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#sidebar2 {
	float: left;
	padding-top: 50;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0;
}
#mainContentHome {
	float: left;
	margin-bottom: 40px;
}
#mainContentHome h2 {
	font-style: italic;
	padding-left: 170px;
}


#sidebar2 h2 {
	font-size: 24px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 h4 {
	margin: 0px;
	padding-top: 0px;
}
#sidebar1 p {
	margin: 0px;
}
#sidebar1 img {
	margin-bottom: 20px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .creationHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #9c44ff;
	margin-bottom: 5px;
}
#mainContent .topP {
	margin-top: 0px;
	line-height: 1.2em;
}

.lastParagraph2 {
	margin-bottom: 60px;
}
.tableHeader {
	font-weight: bold;
}
.perfumeContact {
	float: right;
	margin-left: 200px;
	margin-bottom: 0px;
	padding-bottom: 200px;
	margin-right: 225px;

}
#mainContentContact p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container #mainContent p {
	line-height: 1.2em;
}

#mainContentContact h2 {
	margin: 0px;
	padding: 0px;
}
#mainContentContact .address {
	margin: 0px;
	padding: 0px;
}
.contactLogo {
	margin-bottom: 10px;
}



table {
	text-align: center;
}
.tablePrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #e8969c;
}



#footer  {
	background-color: #373636;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.perfumeBox {
	margin-top: 100px;
	margin-bottom: 0px;
	float: left;
}
.lastParagraph {
	margin-bottom: 110px;
}
#mainContent p {
	line-height: 1em;
}





.homeImg {
	margin-left: 230px;
}
#sidebar2 a {
	font-size: 1.5em;
	line-height: 1.8em;
}
.exclusive {
	font-size: 1.3em;
	font-style: italic;
	padding-left: 215px;
}

.tagImg {
	padding-left: 260px;
	margin-bottom: 30px;
	margin-top: 25px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
	margin: 0px;
	padding: 0px;
}
#mainContent img {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	margin-top: 0px;
}

#mainContentAbout img {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	margin-top: 0px;
}

#mainContent h3 {
	font-style: italic;
	font-weight: normal;
	color: #FE8954;
	margin-top: 10px;
	clear: left;
	padding-top: 15px;
}
#perfumeBox {
	background-image: url(../images/perfume-bottle.jpg);
	background-repeat: no-repeat;
	height: 230px;
}
#mainContent #perfumeBox p {
	line-height: 1.3em;
}

.firstLine {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
	line-height: 1.2em;
}
.secondLine {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	line-height: 1.2em;
}
.thirdLine {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.fourthLine {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 310px;
}
.fifthLine {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
}
#form1 #name {
	margin-left: 15px;
	margin-right: 15px;
}
#form1 #address {
	margin-right: 15px;
}
#form1 #state {
	margin-right: 15px;
	margin-left: 9px;
}
#form1 #email {
	margin-left: 10px;
}

#mainContent a {
	text-decoration: underline;
}
#form1 label .zeroMargin {
	margin: 0px;
	padding: 0px;
}
#sidebar2 img {
	margin-top: 25px;
}
#header img {
	margin-left: 30px;
	margin-top: 25px;
}
#header .imgHome {
	margin-left: 480px;
}
#mainContent li {
	font-style: italic;
}
table {
	margin-top: 20px;
}
#mainContent  form  p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainContent form p.marginFix {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent p.formHeaders {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#mainContent  p.otherMargin {
	margin-top: 10px;
	margin-bottom: 0px;
}
