/* CSS Document */

body {
	background-color:#4a341d;
	background-image:url(../images/layout/catalog_cover_background.jpg);
	color:#39321f;
	font: 10pt Tahoma, "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	}

h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	}

#container {
	background-color:#fcfcfa;
	border-top: 2px #574538 solid;
	width: 750px;
	margin: 10px auto;
	padding-bottom:0px;
	}

a {
	color:#990000;
	text-decoration:none;
	}

a:hover {
	color:#ff0000;
	}


/* everything contained within the header */

#header {
	background:url(../images/layout/seamless_header.jpg);
	padding: 15px;
	height:142px;
	font-family:"Times New Roman", Times, serif;
	}
#header h1 {
	width: 600px;
	font-weight:normal;
	font-size: 32pt;
	letter-spacing: 5pt;
	margin:0px;
	}
#asi {
	color: #29200f;
	font: bold 10pt "Times New Roman", Times, serif;
	text-align:right;
	letter-spacing:1pt;
	line-height:12pt;
	margin-top: -5px;
	margin: 2px;
	}
#tag {
	width: 600px;
	margin-top:4px;
	font-size: 12pt;
	letter-spacing: 2pt;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	}
	
#logo {
	float: right;
	width: 94px;
	border:none;
	}
	
#header_nav {
	font-weight:bold;
	}
#header_nav a {
	color:#330000;
	text-decoration:none;
	}
#header_nav a:hover {
	color:#922e2e;
	text-decoration:underline;
	}
#header_nav ul{
	font: 12pt "Times New Roman", Times, serif;
	width:750px;
	margin:0px;
	padding:0px;
	}
#header_nav li {
	font-weight:bold;
	list-style-type:none;
	padding: 0px 1px;
	float: left;
	}

#specials a {
	color:#990000
	}

/* everything under the header */

#main {
	background-image:url(../images/layout/paper_middle.jpg);
	width:750px;
	margin:0px;
	}
/*left col*/
#left_col {
	width:160px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	}

/* left side product navigation */

#left_nav {
	width:160px;	
	background-image:url(../images/layout/left_nav_02.jpg);
	float: left;
	clear:left;
	}
#left_nav h2 {
	width: 120px;
	border-bottom: 1px solid;
	font-size: 12pt;
	margin: 0px 15px 0px 15px;
	}
#left_nav ul {
	display:block;
	margin: 1px 7px 1px 9px;
	padding: 1px 7px 1px 9px;
	}
#left_nav li {
	width:120px;
	list-style-type:none;
	letter-spacing: 1px;
	line-height:80%;
	padding-bottom:7px;
	padding-top:2px;
	}
#left_nav a {
	color: #990000;
	text-decoration:none;
	}
#left_nav a:hover {
	color: #CC0000;
	text-decoration:underline;
	}	

/*Catalog Link*/
#catalog {
	width:160px;	
	margin:40px 0px 0px 0px;
	float:left;
	clear:left;
	}

#catalog h2 {
	margin:0px 0px 2px 35px;
	font-size: 12pt;
	}
#catalog p {
	margin:2px 0px 2px 40px;
	}

/* beginning main content */

#col1 {
	float:left;
	width:390px;
	margin: 0px 5px 0px 10px;
	}

#col2 {
	width:150px;
	float:right;
	margin-right:30px;
	}
	
#one_col {
	float:left;
	width:540px;
	padding-left:10px;
	margin-right:15px;
	}

/*colors*/

.red {
	color:#cc0000;
	}
.green {
	color:#009900;
	}
	
.times {
font-family:"Times New Roman", Times, serif;
	}
