/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin:10px;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #362f2d;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
	margin:10px 0 0 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size:12px;
}

h2 {
	font-size:11px;
	color: #666666;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

.customhr {
  border:none;
  height:25px;
	background-image: url(../images/hr.jpg);
  	 }

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
margin:0 auto;
padding:0;
width:800px;
border:1px dashed #454545;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	padding:5px;
	width:790px;
	height:65px;
	color:#ffffff;
	background-color:#000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
	margin:0;
	padding:0;
	width:900;
	height:30px;
	line-height:30px;
	background-color:#f6e497;
	
}

#navHorizontal ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	padding:5px 5px 5px 5px;
	color:#333333;
	text-decoration:none;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#666666;
	text-decoration:none;
	background-color:#f6ecc1;
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin:0;
	padding:0 5px 10px 5px;
	width:180px;
	background-color:#f6ecc1;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
	padding:0;
	width:190px;
	background-color:#f6ecc1;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 0;
	margin-left: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;

}

#navVertical ul li a:link, #navVertical ul li a:visited {
	padding:5px 8px 5px 28px;
	color:#333333;
	text-decoration:none;
	display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#666666;
text-decoration:none;
background-color:#f6e497;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin:0;
	padding:0 10px 10px 15px;
	width:580px;
	background-color:#fcfae1;

}

/* << ----------------// Footer //------------ */
#footer {
	margin:0;
	padding:5px 5px 5px 10px;
	width:785px;
	height:38px;
	font-size:11px;
	color:#666666;
	clear:both;
	background-color: #f6e497;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a:hover, #footer a:active {
	color:#999999;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* << ----------------// Table Styles //------------ */

#mytable {
	width: 475px;
	padding: 0;
	margin: 0;
}



th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #821305;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

td.nobg {
	background: none;
	border-right-width: 1px solid #CCCCCC;
	

}

td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #821305;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}


td.alt {
	color: #797268;
	background-color: #f6ecc1;
}

th.store {
	
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	}
	
	td.store {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	background:none;
	}
	
	td.feature {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: none;
	border width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	}
/* << ----------------//Images//------------ */
.right {
	float:right;
	margin:5px;
	padding:2px;
	
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}


/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

