/********** GLOBAL **********/

body {
	background-image: url(header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #46321b;
	font-family: arial, sans-serif;
	margin: 0;
}

.content {
	font-size : 10pt;
	text-align : left;
}

.footer {
	color : #cccccc;
	font-family : arial;
	font-size : 8pt;
}

.tagline {
	color : #999999;
	font-family : arial;
	font-size : 8pt;
	font-style : italic;
}

.title {
	color : #cccccc;
	font-family : arial;
	font-size : 14pt;
}

.standard_small {
	font-family : arial;
	font-size : 10pt;
	font-style : italic;
}

a:link {
	color : #b073a3;
}

a:visited {
	color : #b073a3;
}

a:hover {
	color : #000000;
}


/********** HOME **********/
a:link.home_nav {
	color : #cccccc;
	font-size : 8pt;
	text-decoration : none;
}

a:visited.home_nav {
	color : #cccccc;
	font-size : 8pt;
	text-decoration : none;	
}

a:hover.home_nav {
	color : #000000;
	font-size : 8pt;
	text-decoration : none;
}


/********** THE BUZZ **********/

.title_buzz {
	color : #cccccc;
	font-family : arial;
	font-size : 10pt;
}

ul.archivesList {
	list-style: none;
}


/********** NAVIGATION **********/
a:link.nav {
	color : #b073a3;
	font-size : 8pt;
	text-decoration : none;
}

a:visited.nav {
	color : #b073a3;
	font-size : 8pt;
	text-decoration : none;
}

a:hover.nav {
	color : #000000;
	font-size : 8pt;
	text-decoration : none;
}

a:link.nav_footer {
	color : #b073a3;
	font-size : 10pt;
	text-decoration : none;
}

a:visited.nav_footer {
	color : #b073a3;
	font-size : 10pt;
	text-decoration : none;	
}

a:hover.nav_footer {
	color : #000000;
	font-size : 10pt;
	text-decoration : none;
}

a:link.nav_shop {
	color : #b073a3;
	font-size : 10pt;
	text-decoration : none;
}

a:visited.nav_shop {
	color : #b073a3;
	font-size : 10pt;
	text-decoration : none;	
}

a:hover.nav_shop {
	color : #000000;
	font-size : 10pt;
	text-decoration : none;
}

a:link.nav_title {
	color : #cccccc;
	font-family : arial;
	font-size : 14pt;
	text-decoration : none;
}

a:visited.nav_title {
	color : #cccccc;
	font-family : arial;
	font-size : 14pt;
	text-decoration : none;
}

a:hover.nav_title {
	color : #000000;
	font-family : arial;
	font-size : 14pt;
	text-decoration : none;
}


/********** STORES **********/
.title_stores {
	color : #000000;
	font-weight : bold;
}


/********** FORMS **********/
.scent_select {
	padding : 0;
	margin :0;
}


/********** CONTACT **********/
.title_contact {
	color : #cccccc;
	font-family : arial;
	font-size : 10pt;
}

form {
	margin: 0;
	padding: 0;
	text-align: left;
}

fieldset {
	width: 375px;
	border-width: 0;
	margin: 0;
	padding: 0 0;
	font-size: 12px;
	color: #612003;	
}

label span {
	display: block;
	padding: .4em;
}

form input {
	margin-left: 0;
}

form select {
	margin-left: 0;
}

form textarea {
	margin-left: 0;
}

.txtInput {
	width: 200px;
	height:22px;
	color: #000000;
}

.txtArea {
	width: 350px;
	height: 150px;
	color: #000000;
}

.submit {
	margin-top: 10px;
	margin-left: 0;
}