* {
	
}

.clear {
	clear: both;
	height: 0px;
}
.spacer {
	height: 5px;
}
/*ELEMENTS*/
img {
	border: 0;
}

body { 
	margin: 20px 0px 0px 0px;
	background-color: #7B1719;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia;
	font-size: 16px;
	color: #000000;
	text-shadow:rgba(0,0,0,0.01) 0 0 1px;
}

h1 {
	font-family: Georgia;
	font-size: 30px;
	font-weight: Normal;
	color: #000000;
	text-transform: capitalize;
}

h2 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: Normal;
	color: #791213;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: Normal;
	color: #791213;
	font-weight: bold;
}


a {
	color: #791213;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #791213;
	text-decoration: underline;
}

input {
	font-size: 12pt;
	font-family: Arial;
	width: 98%;
}

input.btn {
	border: 1px Solid #791213;
	background-color: #FFFFFF;
	color: #791213;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 98%;
	height: 100px;
}

hr {
color: #791213;
background-color: #791213;
height: 1px;
border: none;
}

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 150px; }
#nav ul ul { left: 151px; }

/* Everything else is theming */
 
#nav { background-repeat:repeat-x; height: 40px; font-family: Arial; font-size: 14px; width: 100%; font-weight: normal;}
#nav *:hover { background-color: none; }
#nav a { font-family: Georgia; border-right: 3px Solid #7C1824; color: #E9E0C3; font-size: 11.6pt; font-weight: bold; padding: 5px 10px 0 10px; line-height: 35px; vertical-align: middle; text-decoration: none; }
  #nav li.hover a { color: #E9E0C3; background-color: none; text-decoration: none }
  #nav ul { top: 40px; background-color: #D53700;opacity: 1.0; filter: alpha(opacity=100); border: none;}
    #nav ul li a { background-color: #690D0E; color: #E9E0C3; padding: 0px 15px 0 15px; font-size: 12px; line-height: 18px; font-weight: bold }
      #nav ul a.hover { background-color: #ECE2C4; color: #D53700; display: block; }
   #nav ul a { border-bottom: 1px Solid #D53700; border-right: none; opacity: 1.0; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

div#menu-container {
	height: 40px;
	background-image: url(../images/menu_repeat.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
div#page-container {
	width: 100%;
	text-align: center;
	position:absolute;
}

div#content-container {
	width: 980px;
	margin: auto;
	height: 100%;
	border: 10px Solid #FFFFFF;
	background-color: #ECE2C4;
}

div#content-container div.top {
	width: 950px;
	background-repeat:no-repeat;
	padding: 0 0 0 0px;
}



div#content-container div.footer {
	width: 960px;
	background-repeat:no-repeat;
	text-align: left;
	padding: 0 10px 0 10px;
}

div#logo-container {
	width: 980px;
	height: 213px;
	background-color: #761214;
}

div#page-content {
	text-align: left;
	padding: 10px 20px 10px 20px;
	width: 940px;
	float: left;
	height: 100%;
}
#page-sub-menu {
	background-color: #E9E0C3;
	float: left;
	min-height: 450px;
	padding: 0px 20px 0 0px;
	display: block;
	margin: 10px;
	text-align: left;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page-sub-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#page-sub-menu ul li a {
	text-decoration: none;
	color: #791213;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	border: none;
	border-bottom: 1px solid #791213;
	display: block;
	padding: 0 0 0 5px;
}

#page-sub-menu ul li a:hover {
	background-color: #F4F3E1;
}
#page-sub-menu ul li a.active {
	background-color: #F4F3E1;
	font-weight: bold;
}

.mceTmpl {
	/*padding: 0 0 20px 0;*/
	padding: 5px;
	float: left;
	
}


table.stock-listing {
	
	width: 225px;
	border: 1px None #781112;

	background-color: #EFE9D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: 10pt;
	height: 300px;
	text-align: center;
}
.stock-listing td {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.stock-listing .circa {
	font-size: 12pt;
	color: #444444;
}
.stock-listing .price {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.stock-listing .description {
	font-size: 10pt;
	color: #000000;
}
.stock-listing .image {
	text-align: center;
	vertical-align: middle;
}

.stock-listing .image img {
	text-align: center;
	display: inline-block;
}

.stock-listing .image img:hover {
	opacity: 0.9; 
	filter: alpha(opacity=90)
}
.stock-listing .name {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
.stock-listing .dimensions {
	font-size: 10pt;
	color: #000000;
}

.stock-listing .stock-number {
	color: #CC0000;
}
#news-article {
	border: 5px Solid #791213;
	line-height: normal;
	text-align: center;
	background-color: #EFE9D5;
}

.article-headline {
	font-size: 14pt;
	height: auto;
}
.article-date {
	color: #444444;
	font-size: 10pt;
}
.article-text {
	font-size: 10pt;
}
div#footerbox1 {
	width: 224px;
	height: 263px;
	float: left;
	padding: 0px 10px 20px 10px;
	font-size: 14px;
}
div#footerbox2 {
	width: 203px;
	height: 263px;
	float: left;
	padding: 0px 20px 20px 20px;
	font-size: 14px;
	vertical-align: top;
}
div#footerbox3 {
	width: 206px;
	height: 303px;
	float: left;
	padding: 0px 20px 20px 10px;
	font-size: 14px;
}
div#footerbox3 td{
	width: 100px;
}

div#footerbox4 {
	width: 193px;
	height: 303px;
	float: left;
	padding: 0px 20px 20px 10px;
	font-size: 14px;
}
div#footerbox4 input {
	width: 100px;
}
.top {
	text-align: right;
}