/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");
@import url("forms.css");
@import url("vanilla.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #766E67;
	color: #666;
	font-size: 11px;
}

h1 {
	color: #BD5148;
	margin: 0 0 16px 0;
	padding: 3px 0;
	font-size: 18px;
}

h2 {
	color: #999;
	margin: 0 0 6px 0;
	font-size: 16px;
}

h3{

}

h4{
	color: #000;
	margin: 0 0 6px 0;
	font-size: 16px;
}

p {
	margin: 0 0 6px 0;
}

a:link, a:visited {
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#003366;
	text-decoration:none;
}

#PagePadding{
	line-height:16px;
	letter-spacing: 0.3px;
}

#Content h1, .SectionTitle {
	color: #BD5148;
	padding:0 0 3px 0;
	margin:0;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}

#Content h2, .SectionSubTitle {
	color: #766E67;
	padding:0 0 3px 0;
	margin:0;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}

.shopbox span, .catbox span{
	padding:0 2px;
	font-size: 10px;
	line-height:0px;
	display:block;
}

.shopbox span.title, .catbox span.title{
	text-transform: uppercase;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	color: #BD5148;
	
}

.catbox span.title{
	position:absolute;
	bottom:2px;
	left:2px;
	display:block;
	width:101px;
}

.shopbox .price, .shopbox .title a, .catbox .price, .catbox .title a{
	font-weight:bold;
	color: #BD5148;
	line-height:12px;
}





/* HEADER CONTENT
----------------------------------------------------------------*/
#Header h1 {
	
}

#Header h1 em {
	
}


/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#Sidebar h2 {
	color: #222;
	margin-top: 0;
}
#Sidebar p {
	font-size: small;
}

/* FORMS
----------------------------------------------------------------*/
/*fieldset {
	border: 1px solid #AAA;
}*/

/*fieldset p {
	margin: 4px 0;
}*/

/*legend {
	color: #999;
	font-weight: bold;
	font-size: 18px;
}*/

/*label {
	float: left;
	width: 160px;
	text-align: right;
	font-size: medium;
	margin-right: 14px;
}*/

input.text {
	width: 290px;
} 

input.textShort {
	width: 80px;
}

input.submit {
	float: right;
}


/* TABLES
----------------------------------------------------------------*/
table {
	clear: both;
	border-collapse: collapse;
	text-align: left;
}
td {
	padding: 2px 3px;
}


/* FOOTER CONTENT
----------------------------------------------------------------*/
#Footer p {
	text-align: right;
	color: #555;
	font-size: 13px;
	padding: 10px 20px;
}


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
.error, .red {
	color: #BD5148;
}

a:link .red, a:visited .red {
	color: #BD5148;
	text-decoration:none;
}

.ErrorMessage{
	border: #BD5148 1px solid;
	padding:5px;
	margin-bottom:10px;
	background:#F5E5E4;
}

.Errors
{
 color: white;
 background-color: #990000;
 padding: 5px;
 font-weight:bold;
}

hr{
	border:none;
	border-top: dashed 1px #ccc;
	height:0px;
}

hr.blank{
	border:none;
	border-top:0px;
	height:0px;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.Success
{
 color: white;
 background-color: #009900;
 padding: 5px;
 font-weight:bold;
}



a.CopyLink, a.CopyLink:visited{
	text-transform:uppercase;
	color:#948E85;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
	font-size:10px;
}
