/* AromaticALternative.com July 2009 */
 * {
	margin:0;
	padding:0;
}
body{
	background-color:#FDF0DD;
	background-image:url("/images/skin0907a/background.jpg");
	background-position: top center;
	text-align:center; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	font-size:8pt;
}
#container{
	background-image:url("/images/random-images/random.jpg");
	background-position: 650px 380px;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding:0;
	text-align: center;
	overflow:hidden;
	width:947px;
	position:relative;
	top:1px;
}
#header{
	background-image:url("/images/skin0907a/header.jpg");
 	background-position: top center;
	background-repeat: no-repeat;
	margin:0 0 0 0;
	padding:0;
	width:947px;
	height:391px;
}
#cart{
	display:none;
	background-color:#7B848B;
	border:0;
	border-right:1px solid black;
	border-bottom:2px solid black;
	position:absolute;
	left:690px;
	top:120px;
	width:240px;
	color:#FAF4E8;
}
#cart h2{
	background-image:url("/images/skin0907a/shopping-cart.gif");
	background-repeat:no-repeat;
	background-position:top left;
	margin:5px;
	padding-left:45px;
	text-align:left;
	height:50px;
}
#cart p{
	/* checkout */
	display:block;
	background:#B4C6DA;
	text-align:center;
	float:right;
	width:70px;
	margin:5px;
	padding:4px;
	color:blue;
	text-decoration:underline;
}
#navmenu{
	padding:5px 4px 0 4px;
	margin:0;
	clear:both;
	z-index:100;
 	text-align:left;
	position:relative;
	top:-55px;
	font-size:12pt;
 	width:947px;
	height:23px;
	overflow:hidden;
	font-family:times;
	text-transform: uppercase;
	font-weight:bolder;
	letter-spacing:1px;
}
#navmenu ul{
	list-style-type:none;
}
 /*---------------------------------*/
 .button{
	float:left;
	padding:1px 20px 4px 6px;
	text-align:left;
	
}
.button a{
	color:black;
	text-decoration:none;
}
 .button a:hover{
	color:blue;
}
  .button span{
 }
/*---------------------------------*/
#content{
	overflow:hidden;
	float:left;
	margin: 10px 20px 0 30px;
	color:#000000;
	text-align:left;
	font-size:9pt;
	padding:0 10px 0 -5px;
	width:400px;
	min-height:340px;
 	h/eight:600px;
	position:relative;
	left:-15px;
	top:-35px;
	border-right:2px solid #A7B3CB;
}
#rightColumn{
	float:left;
	width:200px;
	background-image:url("/images/skin0907a/icon_list.gif");
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:-20px;
}
#rightColumn #iconLinkList a{
	display:block;
	text-align:left;
	padding:9px;
	padding-left:35px;
	font-size:10pt;
}
#rightColumn #iconLinkList a:hover{
	background-color:#F8B95E;
}
#content ul{
	line-height:16px;
	position:relative;
	margin:10px 10px 15px 5px;
}
/*---------------------------------*/
#footer{
	float:none;
	clear:both;
	color:#ffffff;
	font-weight:bold;
	font-size:7pt;
	text-align:left;
	background-image:url("/images/skin0907a/footer.jpg");
	background-repeat: no-repeat;
	margin:0;
	width:957px;
	height:65px;
	position:relative;
 	l/eft:1px;
	top:-10px;
	overflow:hidden;
}
#footer p{
	display:block;
	text-align:left;
	color:gray;
	position:relative;
	top:40px;
	left:10px;
	margin-right:10px;
	width:920px;
}
#footer a{
	color:blue;
}
/*---------------------------------*/
.emphasize{
	font-size:12pt;
	color:#80827E;
	font-weight:bold;
}
/*---------------------------------*/
/********************
 CONTENT STYLING
 *********************/
/* HEADINGS */
div#content h1 {
 	font-size:2em; /* font size for h1 */
 	line-height:1em;
 	margin:0 0 10px 0;
	font-size:15pt;
	font-weight:bold;
	color:#C71A16;
}
div#content h2 {
	text-transform: uppercase !important;
	font-weight: bolder !important;
 	color:#62391C !important; 
 	font-size:10pt !important; 
 	text-align:left !important; 
 	/* some air around the text */
 	padding-top:2px;
 	padding-left:5px;
 	padding-bottom:1px;
 	/* set borders around header */
 	border-bottom:1px solid #62391C; 
 	border-left:1.1em solid #62391C; 
 	line-height:1.5em;
 	/* and some air under the border */
 	margin:15px 20px 5px 0;
}
div#content h3 {
 	color:#4142FC; 
 	font-size:9pt;
 	line-height:1.3em;
 	margin:0 0 0.5em 0;
}
div#content h4 {
 	color:#BB0801; 
 	font-size:1.2em;
 	line-height:1.3em;
 	margin:0 0 0.25em 0;
}
div#content h5 {
 	font-size:1.1em;
 	line-height:1.3em;
 	margin:0 0 0.25em 0;
}
div#content h6 {
 	font-size:1em;
 	line-height:1.3em;
 	margin:0 0 0.25em 0;
}
/* END HEADINGS */
/* LISTS */
/* FORMS */
form{
	z-index:2;
}
.inputBox {
	position:absolute;
	left:160px;
	background:none;
	width:120px;
	height:12px;
	font-size:8pt;
}
textarea{
	width:300px;
	height:200px;
}
.inputButton{
	
}
/* TEXT */
div#content p{
 	font-size:1em;
 	margin:.5em 0 1em 0; /* some air around p elements */
 	line-height:1.7em;
 	padding:0;
}
div#content br {
 	line-height:15px;
}
blockquote {
 	border-left:10px solid #ddd;
 	margin-left:10px;
 	margin-right:20px;
 	padding:10px;
}
pre {
 	font-family:monospace;
 	font-size:1.0em;
}
strong, b {
 /* explicit setting for these */
 	font-weight:bold;
	font-size:1em;
}
em, i {
	/* explicit setting for these */
 	font-style:italic;
}
u {
 	text-decoration:underline;
 	font-size:10px
}
ol{
 	position:relative;
 	left:35px;
	margin:10px 10px 15px 5px;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 	white-space:pre-wrap; /* css-3 */
 	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
 	white-space:-pre-wrap; /* Opera 4-6 */
 	white-space:-o-pre-wrap; /* Opera 7 */
 	word-wrap:break-word; /* Internet Explorer 5.5+ */
 	font-family:"Courier New", Courier, monospace;
 	font-size:1em;
}
pre {
 	border:1px solid #000; /* black border for pre blocks */
 	background-color:#ddd;
 	margin:0 1em 1em 1em;
 	padding:0.5em;
 	line-height:1.5em;
 	font-size:90%; /* smaller font size, as these are usually not so important data */
}
/* END TEXT */

