/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/bg.gif") #d9d8d9 repeat-x;
	font-family:verdana, arial,sans-serif;
	font-size:11px;
	color:#3b3b3b;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:907px; 
	padding: 0;
	background: URL("/graphics/grad907.png") repeat-y; /* page bg with fade */
	_background: URL("/graphics/grad907.gif") repeat-y; /* page bg used in IE6 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:907px;
	height:188px;
	background: url("/graphics/header.jpg") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 200px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:907px;
	height:183px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 360px;
	height:25px;
	margin: 0 auto 0 auto;
}

#leftbar {
	width: 150px;
	margin: 14px 0 0 11px;
	padding:0 14px 0 12px;
	display:inline;
	background: url("/graphics/sidebg.gif") repeat-y;
	float:left;
}


#rightbar {
	width: 150px;
	margin: 14px 18px 0 0;
	padding:0 14px 0 12px;
	display:inline;
	background: url("/graphics/sidebg.gif") repeat-y;
	float:right;
}

#midbar {
	width: 490px;
	margin: 14px 0 0 0;
	display:inline;
	background: url("/graphics/midbg.gif") repeat-y;
	float:left;
}

#heading {
	height:34px;
	background: url("/graphics/heading_top.gif") no-repeat;
   font-size:14px;
   text-transform:capitalize;
   letter-spacing:1px;
   color:#fff;
   text-align:center;
   padding:8px 0 0 0;
   margin:0 -14px 0 -12px;
}


#heading2 {
	height:34px;
	background: url("/graphics/heading2.gif") no-repeat;
   font-size:14px;
   text-transform:capitalize;
   letter-spacing:1px;
   color:#fff;
   text-align:center;
   padding:8px 0 0 0;
   margin:0 -14px 10px -12px;
}

#heading3 {
	height:34px;
	background: url("/graphics/heading3.gif") no-repeat;
   font-size:14px;
   text-transform:capitalize;
   letter-spacing:1px;
   color:#fff;
   text-align:center;
   padding:8px 0 0 0;
   margin:0 -14px 10px -12px;
}

#heading_wide {
	width:475px;
	height:42px;
	background: url("/graphics/heading_wide.gif") no-repeat;
   font-size:14px;
   text-transform:capitalize;
   letter-spacing:1px;
   color:#fff;
   padding:8px 0 0 15px;
   margin:0 0 5px 0;
}




/* content formatting */

#splashpagecontent {
	width: 490px;
	margin: 17px 0 0 18px;
	display:inline;
	overflow: hidden;
	line-height:15px;
	float:left;
}

#eventspagecontent {
	width: 845px;
	margin: 17px auto;
	padding-right: 35px;
	display:inline;
	overflow: auto;
	line-height:15px;
	float:right;
}


#pagecontent {
	width: 640px;
	margin: 17px 45px 0 0;
	display:inline;
	overflow: auto;
	line-height:15px;
	float:right;
}

#foot_top {
	margin:17px auto 0 auto;
	font-size:11px;
	text-transform:capitalize;
	text-align:center;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 8px;
	padding-right:20px;
	text-decoration: underline;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 8px;
	padding-left:20px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #3b3b3b;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c02935;
	text-decoration: underline;
}

a.imedia {
	color: #2e2e2e;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c02935;
	text-decoration: underline;
}

a.view {
	color: #a01d20;
	text-decoration: underline;
	font-weight:bold;
}
a.view:hover {
	color: #c02935;
	text-decoration: underline;
}

a.headlines {
	color: #a01d20;
	text-decoration: none;
	font-weight:bold;
}
a.headlines:hover {
	color: #c02935;
	text-decoration: underline;
}

a.links {
	color: #2e2e2e;
	text-decoration: underline;
}
a.links:hover {
	color: #c02935;
	text-decoration: none;
}	

a.lst {
	color: #3b3b3b;
	text-decoration: none;
	 outline: none;

}
a.lst:hover {
	color: #c02935;
	text-decoration: underline;
}

a.featured {
	color: #666666;
	text-decoration: none;
}
a.featured:hover {
	color: #c02935;
	text-decoration: underline;
}

h1 {
	font-weight:bold;
	font-size:16px;
	color: #950715;
	text-transform: uppercase;
	margin:10px 0 16px 0;
}

.indextitle {
	font-weight:bold;
	font-size:12px;
	color: #950715;
	text-transform: uppercase;
	margin:10px 0 16px 0;
}


.liszt {
	list-style: square outside; 
	color:#c02936;
}



p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}

div.form {
	padding: 20px 0 0 10px;
}
div.formtitle {
	margin-bottom: 8px;
}
span.formtitle {
	font-size:12px;
	font-weight: bold;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}




ul.sample {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:14px 10px 18px 10px; 
	padding:0;
}

ul.sample li { 
	font-style: normal;
	font-size:10px;
	padding:5px 0 6px 0;
	border-bottom:1px dotted #c7c7c7;
}




/* menu codes */

.pipelist {
   overflow: hidden;
   width: 310px;
   margin:4px auto 0 auto;
   font-size:12px;
   text-transform:capitalize;
   letter-spacing:1px;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #818181;
   float: left;
   line-height: 17px;
   margin: 0 .5em 0 -.5em;
   padding: 0 14px 0 14px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #2e2e2e;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c02935;
	text-decoration: none;
}	



.pipelist2 {
   overflow: hidden;
   width: 360px;
   margin:4px auto 0 auto;
   font-size:12px;
   text-transform:capitalize;
   letter-spacing:1px;
   }

.pipelist2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist2 li {
   border-left: 1px solid #818181;
   float: left;
   line-height: 17px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist2 li:hover {
	}
	
.pipelist2 a {
	color: #2e2e2e;
	text-decoration: none;
}
.pipelist2 a:hover {
	color: #c02935;
	text-decoration: none;
}	
	


.pipelist3 {
   overflow: hidden;
   width: 120px;
   margin:17px auto 0 auto;
   font-size:10px;
   text-transform:capitalize;
   float:right;
   display:inline;
   }

.pipelist3 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist3 li {
   border-left: 1px solid #818181;
   float: left;
   line-height: 12px;
   margin: 0 .5em 0 -.5em;
   padding: 0 6px 0 6px;
   white-space: nowrap;
   
   }

.pipelist3 li:hover {
	}
	
.pipelist3 a {
	color: #3b3b3b;
	text-decoration: underline;
}
.pipelist3 a:hover {
	color: #c02935;
	text-decoration: none;
}	
	
	
	

.pipelist4 {
   overflow: hidden;
   width: 630px;
   margin:17px auto 0 165px;
   font-size:10px;
   text-transform:capitalize;
   display:inline;
   float:left;
   }

.pipelist4 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist4 li {
   border-left: 1px solid #818181;
   float: left;
   line-height: 12px;
   margin: 0 .5em 0 -.5em;
   padding: 0 6px 0 6px;
   white-space: nowrap;
   
   }

.pipelist4 li:hover {
	}
	
.pipelist4 a {
	color: #2e2e2e;
	text-decoration: underline;
}
.pipelist4 a:hover {
	color: #c02935;
	text-decoration: none;
}	


#submenu {
	margin: 0 0 30px 0;
	padding: 5px 0 5px 0;
	overflow: hidden;

}


#submenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

#submenu li {
   float: left;
   line-height: 14px;
   padding: 3px 15px;
   white-space: nowrap;
   font-size: 12px;
   font-weight:bold;
   border-right: solid 1px #dddddd;
   
   }


#submenu a {
	color: #716561;
	text-decoration: none;
}
#submenu a:hover {
	color: #e32b00;
	text-decoration: none;
}	

a.breadcrumb {
	text-decoration: none;
	font-size: 13px;
}



