/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#c4080e;
	font-family: "Times New Roman", Times, sans-serif; 
	font-size:16px; 
	color: #FFFFFF;
	line-height:18px;
	}
	
a:link, a:visited {
	color:#fdcb25;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
	
h1 {
	margin-bottom: 0;
	font-size: 24px; 
	font-family: "Comic Sans MS", Verdana, sans-serif;
	line-height:25px;
	}

h2 {
	margin:6px 0 0 0;
	font-size: 14px;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	}
	
h3 {
	font-size:13px;
	text-align:left;
	font-style:italic;
	}
	
#pageSun {
	float:right;
	margin:0 0 8px 8px;
	}
#pageSun1 {
	float:left;
	margin:0 0px 8px 20px;
}
		
ul.products {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.products li {
	background-image:url(images/line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:8px;
	margin-bottom:12px;
	height:150px;
	}
	
.products img {
	float:left;
	margin:0 8px 0 0;
	}
	
.products p {
	margin:0;
	padding:0;
	}
	

table.orderTable {
	border-collapse:collapse;
	border: 1px solid #c4080e;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:normal;
}

.orderTable th {
	background-color: #c4080e;
	font-size:12px;
	padding:4px;
	}

.orderTable td {
	padding:4px;
	background: #efe9db;
	border-bottom: 1px dotted #c4b691;
	color: #000000;text-align: left;
	}

td.altRow {
	background-color:#ffffff;
	}
	
table.formTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	vertical-align:middle;
	border-collapse:collapse;
	border:1px solid #ffffff;
	}
	
.formTable td {padding:3px;border:1px dotted #ffffff;}

.formTable th {border:1px dotted #ffffff; vertical-align:bottom;}

.noFormTable {border:0;}

.noFormTable  td {border:0;}

table.listTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	border-collapse:collapse;
	border:1px solid #ffffff;
	line-height:normal;
	}
	
.listTable td {border-right:1px dotted #ffffff; border-bottom:1px dotted #ffffff;}

.listTable th {border-bottom:3px solid #ffffff; border-left:1px solid #ffffff; vertical-align:bottom;}

.validation {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	background-color:#fdcb25;
	border:1px dotted #990000;
	font-weight:bold;
	color:#990000;
	}

.validate {
	color:#c4080e;
	font-weight:bold;
	}
	
/* PAGE ARCHITECTURE STYLES */

#wrap {
	width:880px;
	text-align:left;
	}
#header {
	width:730px;
	height:120px;
	margin-left:70px;
	background-image:url(images/headerArt.gif);
	}
#header h1 {
	text-indent:-5000em;
	}
#nav {
	height:46px;
	margin:0 auto 0 70px;
	}
	
#nav a {
	border-bottom-width:0;
	}
	
#CBborder {
	margin:0 4px;
	background-color:#66401a;
	border:1px solid #a28a6c;
	border-bottom-color:#2e1e0e;
	border-right-color:#2e1e0e;
	padding:7px 7px 0 7px;
}
#CBgreen {
	height:1%;
	background-color:#3a7b3c;
	border:1px solid #a28a6c;
	border-top-color:#2e1e0e;
	border-left-color:#2e1e0e;
	padding:16px;
	color:#ffffff;
	
}

#homeInfo {
	float:right;
	width:610px;
	height:auto;
	padding-left:10px;
	background-image:url(images/vertLine-BG.gif);
	background-repeat:repeat-y;
	background-position:left;
	}

#homeSide {
	width:190px;
	height:auto;
	padding-right:0px;
	padding-top:10px;
}

#homeSide h1 {
	font-size:20px;
	text-align:center;
	line-height:20px;
	margin-bottom:8px;
	}
	
#homeSide h2 {
	font-size:12px;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	line-height:13px;
	}

#sideFeed {
	height:300px;
	overflow:auto;
	background-color:#f3dabe;
	margin:4px;
	padding:4px;
	color:#000000;
	font-size:10px;
	line-height:12px;
	
}

#sideFeed ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#sideFeed li {
	background-image:url(images/side-divBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:8px;
	margin-bottom:4px;
}
	
#sideFeed a:link, #sideFeed a:visited {
	color:#0448a1;
	border-bottom-width:0;
}

#sideFeed a:hover {
	color:#c4080e;
	}

#footer {
	text-align:center;
	font-size:11px;
	color:#fdcb25;
	line-height:15px;
	font-family: "Comic Sans MS", Verdana, sans-serif;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	border-bottom:1px dotted #fdcb25;
	text-decoration:none;
}
#footer a:hover {
	color:#fdcb25;
	border-bottom-color:#ffffff;
}