/* 
-----------------------------------------------
 allenscandies.com
----------------------------------------------- */

/* Structure
----------------------------------------------- */
body {
	background-color: #1E0B05;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4;
}

#header {
background-color: #FBF9EC;
}
 
h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #1E0B05;
	margin-bottom: 0px;
}

 h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
        font-weight: bold;
        margin-bottom: 0px;
}

	
p {
 margin: 0px;
}

#wrapper1 {
background-color: #1E0B05;
 width: 775px;
 margin:0px auto;
	position: relative;	
 padding: 0px;
}

#wrapper2 {
background-color: #FBF9EC;
	width: 775px;
	padding: 0px 0px 100px 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 280px;
}

* html #wrapper2 {height:280px}




/* Sidebar
----------------------------------------------- */
#sidebar {
	float: right;
	width: 160px;
	text-align: left;	
}

/* Downstate for nav
----------------------------------------------- */
#navcontainer ul {
 margin: 0px;
 padding: 0;
 list-style-type: none;
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
}

#navcontainer li {
margin: 0;

}

#navcontainer a {
 display: block;
 padding: 8px 3px 0px 10px;

 height: 23px;
 width: 147px;
 background-image: url(../images/nav_reg.gif);
 text-decoration: none;	
 color: #1E0B05;

}

#navcontainer a:link, #navlist a:visited {
 color: #1E0B05;
 text-decoration: none;
}

#navcontainer a:hover {
 background-image: url(../images/nav_down.gif);
 color: #000;
 text-decoration: none;	
}

/* Links
----------------------------------------------- */
.content a:link    { text-decoration: underline; color:#333333;}
.content a:visited { text-decoration: underline; color:#333333;}
.content a:active  { text-decoration: underline; color:#333333;}
.content a:hover   { text-decoration: underline; color:#000;}

/* Content
----------------------------------------------- */
#contentArea {

 float: left;
	width: 615px;
	padding: 0px;
	text-align: left;
}

.content {
	padding: 0px 20px 0px 25px;	
}

/* Footer
----------------------------------------------- */
#footer {
background-color: #1E0B05;
 width: 775px;
	padding: 0px 0px 0px 14px;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #C1BB95;
	vertical-align: middle;
}

#footer a:link   { text-decoration: none; color:#C1BB95;}
#footer a:visited { text-decoration: none; color:#C1BB95;}
#footer a:active  { text-decoration: none; color:#fff;}
#footer a:hover  { text-decoration: underline; color:#fff;}

#footer #links a:link   { text-decoration: none; color:#C1BB95; margin: 4px;}
#footer #links a:visited { text-decoration: none; color:#C1BB95; margin: 4px;}
#footer #links a:active  { text-decoration: none; color:#fff;	margin: 4px;}
#footer #links a:hover  { text-decoration: underline; color:#fff; margin: 4px;}

#footer2 a:link   { text-decoration: none; color:#C1BB95; }
#footer2 a:visited { text-decoration: none; color:#C1BB95; }
#footer2 a:active  { text-decoration: none; color:#fff;	}
#footer2 a:hover  { text-decoration: underline; color:#fff; }

#footer2 {
background-color: #1E0B05;
 width: 747px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0 14px;
	float: left;
	text-align: left;
	font-size: 10px;
	margin: 0 0 3px 0;
	color: #C1BB95;
}


/* Misc
----------------------------------------------- */

td {
vertical-align: top;
}

.price { 
       text-align: ".";
       color: #F00;
       width: 85%;
}

.price:before {
       content: "$";
       }

.product {
 border-top: 1px solid black;

}
       
