@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	background-color: #ffcccc;
	color: #003399;
	
	
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	
	border: 1px solid #003399;
	

}
#headerdiv {
	background-color: #003399;
	height: 101px;
	width: 640px;
	background-image:url(../gifs/stevensdryskin.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid;
}
.faxtextright {
	color: #FFFFFF;
	text-align: right;
	padding-top: 20px; 
	padding-right: 40px;
	padding-bottom: 0;
	margin: 0;

	
}

.anchortextright {
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0;
	
}a:link {
	color: #FFFFFF;
}

a.blue:link {
	color: #003399;
}

a.bluebold:link {
	color: #003399;
	font-size: 1.3em;
	
}
a.bluebold:visited {
	color: #003399;
	font-size: 1.3em;
	
}
a.bluebold:hover {
	color: #003399;
	font-size: 1.3em;
	
}
.centertext {
	text-align: center;
}

.centertextbluebg {
	text-align: center;
	background-color: #003399;
	color: white;
	font-weight:bold;
	text-transform:capitalize;
		
}

.righttdsettings {
	padding: 10px;
	text-align: center;
}
.lineheight {
	line-height: 1.6em;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;
	color: #003399;
}

.h3fragrance {
	font-weight: bold;
	font-size: 1.3em;
	margin:0;
	padding:0;
}
.pumpsizetext {
	margin:0;
	padding:0;
	font-weight:bold;
}
.stevenshdrcatunderline {
	text-decoration: underline;
}