/*CandleArt Candle Company Style Sheet by Cheryl Briseno Copyrighted 2008. All Rights Reserved.*/
/*-----------------------------------------------------------------------------
Basic Style Sheet
version:   1.0
author:    Cheryl Briseno
email:     CherylBriz@hotmail.com
website:   http://www.LiWIBE.net/SeaBrizDesigns
-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
/* 	:TODO remember to remove this rule before the site goes live
	:KLUDGE I managed to fix this problem * but it is not pretty
	:BUG Rule breaks in *
	:TRICKY Alert! a particulary complicated piece of code

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	min-width: 900px;
	color: #663333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Class for floating*/
.floatL {
	float: left;
	margin-left: 3px;
}
.floatR{
	float: right;
	margin-left: 3px;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	font-size: 24px;
}
h2{
	text-indent: -1000em;
	display: none;
}
h3{
	font-size: 18px;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #cccccc;
	color: #663333;
}
a:hover, a:active {
	border-bottom-style:solid;
	color: #cebfa1;
}
/* external links marked so user can determine if they want to click
================================== */
a[href^="http:"] {
  background: url(assets/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
a[href^="http://www.candleart.com"], a[href^="http://candleart.com"]  {
  background-image: none;
  padding-right: 0;
}
a[href^="mailto:"] {
  background: url(assets/email.gif) no-repeat right top;
  padding-right: 15px;
}
/* horizonal navigation bar
-----------------------------------------------------------------------------*/
#nav ul {
	margin: 100px 0px 0px;
	padding: 0;
	list-style: none;
	text-align: right;
	float: left;
	width: 900px;
}
#nav ul li {
	float: left;
	border: none;
	text-indent: 0px;
}
#nav ul a {
	padding: 0 0 0 1em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	border: none;
}
#nav ul a:hover {
  color: #dedad7;
}
.morInfo {
	background-color: #dedad7;
	display: block;
	position: absolute;
	width: 190px;
	left: 800px;
	top: 80px;
	border: 1px dotted #663333;
}
/* =Layout
-----------------------------------------------------------------------------*/
#header {
	background-image: url(assets/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 994px;
}
#sidebar {
	float: left;
	width: 166px;
	margin: 0px;
	padding: 0px;
	height: 612px;
}
#sidebar p{
	font-size: 12px;
}
#contentR {
	float: right;
	width: 760px;
}
.contentBoxed {
	float: left;
	width: 300px;
	margin-top: 50px;
}
#contentR p, #contentR ul {
	text-align: left;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-weight: normal;
}
#contentForm {
	width: 760px;
}
.letter{
	text-align: left;
	width: 600px;
}
/* =SiteMap Outline
-----------------------------------------------------------------------------*/
.level_1, .level_1 li a {
	font-size: 16px;
	list-style-type: upper-roman;
	list-style-position: inside;
	line-height: 20px;
	text-align: left;
	width: 500px;
}
.level_2, .level_2 li a {
	list-style-type: upper-alpha;
	text-indent: 25px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear:both;
	width: 994px;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	color: #663333;
}
/* =Forms
-----------------------------------------------------------------------------*/
.formtext {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: right;
}
.formTable{
	text-align:left;
}
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}
.scents {
	float: left;
	width: 200px;
}
