@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* table,tbody, tfoot, thead, tr, th, td  */

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#f3e9ca;
	margin-top:10px;
	}
	
a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

h1 {
	font-size:28px;
	color: #d9cb9c;
	line-height:28px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:20px;
	}
	
h2 {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding:8px 0px 0px 0px;
	}

h3 {
	font-size:14px;
	font-weight:bold;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:960px;
	}
	
#redbox {
	background-color:#a63b3b;
	padding-bottom:15px;
	}
	
#header {
	background: url(../images/header-bg.gif) no-repeat top;
	width:960px;
	}
	
#logo {
	width:500px;
	margin:30px 0px 15px 15px;
	float:left;
	
	}
	
#topnav {
	float:left;
	width:430px;
	margin:10px 0px;
	font-size:12px;
	text-align:right;
	}
	
	#topnav a {
	color:white;
	text-decoration:none;
	}

#contact {
	float:left;
	width:430px;
	font-size:17px;
	text-align:right;
	margin-top:5px;
	}
	
	#contact strong {
		font-size:21px;
		}
		
.contactphone {
	font-size:29px;
	}
	
	

	
#nav {
	background-color:#902323;
	font-variant: small-caps;
	font-weight:400;
	padding:5px 5px 15px 5px;
	font-size:11px;
	border-bottom:2px solid #B25B51;
	}
	
	#nav a {
	color:#FFFFFF;
	text-decoration:none;
		}
		
	#nav a:hover {
	color:#cf9696;
	text-decoration:none;
		}

	#nav ul li {
		list-style-type:none;
		float:left;
		border-right:#FFFFFF 1px solid;
		padding:0px 25px;
		}
		
	#nav strong {
		font-size:16px;
		font-weight:100;
		}
	
#mainimage {

	}
	
	
#flasharea {
	float:left;
	width: 494px;
	}
	
#contentarea { 
	padding:20px;
	font-size:15px;
	}
	
#hpcontentarea {
	padding:20px;
	background:url(../images/body-bg.gif) no-repeat top right;
	font-size:15px;
	}

#contenthp {
	
	}
	


#content {
	float:left;
	margin-left:20px;
	line-height:25px;
	width:400px;
	}
	
	#content a {
	color: #000000;
	}
	
#contenthp a {
	color: #D9CB9C;
	}

	
#subpagecontent {
	float:left;
	line-height:25px;
	width:900px;
	line-height:20px;
	background-color:#F6EFD5;
	color:#000000;
	padding:10px;
	}
	
	#subpagecontent h1 {
	color: #000000;
	}
	
	#subpagecontent li {
	list-style-type:disc;
	padding-bottom:12px;
	}
	
	#subpagecontent ul {
	margin-left:20px;
	}
	
	#subpagecontent p {
	padding-bottom:10px;
	}
	
	#subpagecontent a {
	color: #000000;
	}
	
#subpageleft {
	float:left;
	width:600px;
	margin-right:10px;
	}
	
#subpageright {
	float:left;
	width:290px;
	margin-top:55px;
	}
	
	#subpageright img {
	border:#000000 solid 2px;
	}
	
#subpagecolumn {
	width:420px;
	float:left;
	margin-right:20px;
	}		
	
#saying {
	margin:20px 0px;
	font-size:17px;
	letter-spacing:2px;
	text-align:center;
	}
	
#calltoactions {

	}
		
#calltoactioncolumn {
	float:left;
	width:295px;
	margin-right:15px;
	}

#footer {
	color:#a63b3b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	margin-top:15px;
	line-height:20px;
	width:960px;
	}
	
#footernav {
	text-align:center;
	font-size:12px;
	margin-top:10px;
	}
	
	#footer a {
		color:#a63b3b;
		}
	
#footeraddress {
	font-size:12px;
	color:#8a7a6a;
	}

.border {
	border:#a9a188 3px solid;
	}
	
#mannix {
	width:960px;
	font-size:11px;
	}
	
#mannix a {
	color:#8a7a6a;
	}

/* ================================ */
/* Shopping Cart CSS */
/* ================================ */
.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	position: absolute;
	margin-top: 30px;
	
}

.breadcrumb a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.tbl_category {
	margin-top: 10px;
}

.imageBorder {
	width: 207px;
	border: 1px solid #000000;
	background-color: #F8C286;
}

.product {
	float: left;
	width: 300px;
	text-align: center;
	margin: 25px;
	padding: 0px;
}

.productImage {
	width: 250px;
	border: 1px solid #000000;
	background-color: #F8C286;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

.productText {
	text-align: center;
}

.extendedImage {
	float: right;
}

.price {
	font-weight: bold;
	font-size: 22px;
}

td.al {
	padding: 5px;
}

.ac {
	padding-left: 5px;
}

.menuhdr {
	background-color: #B5985A;
}

.contentarea form table tr td {
	
}

.facebook {
	margin-top: 5px;
	margin-bottom: 0px;
}
