/**
 * 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") #94999e repeat-x;
	font-family:trebuchet ms,arial,sans-serif;
	font-size:12px;
	color:#000000;
	
}

/* main table */

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:925px; 
	padding: 0;
	background: url("/graphics/splashbg.gif") #fff repeat-y;
}

div#container_events {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:925px; 
	padding: 0;
	background: #fff;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:925px; 
	padding: 0;
	background: url("/graphics/mainbg.gif") #fff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:925px;
	height:164px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#splash_content {
	padding:0 0 62px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content {
	padding:0 0 100px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:925px;
	height:87px;
	line-height:13px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #fff;
	border-top:5px solid #fff;

}





/* content formatting */

#pagecontent {
	width: 627px;
	margin: 35px 0 20px 20px;
	padding:0 0 0 11px;
	overflow: auto;
	line-height:15px;
	float:left;
	display:inline;
}

#rightbar {
	width:187px;
	height:170px;
	overflow:visible;
	padding:32px 23px 0 15px;
	float:right;
	display:inline;
	margin:0 8px 0 0;
	background: url("/graphics/rtbg.gif") no-repeat;
	text-align:right;
	font-style:italic;
	color:#1f5463;
	line-height:17px;
}

#splash_topbar {
	width:909px;
	height:249px;
	margin:0 auto;
	background:#fff;
	border-bottom:2px solid #fff;
}

#topbar {
	width:909px;
	height:127px;
	margin:0 auto;
	background:#fff;
}

#frame {
	width:144px; 
	height:124px; 
	padding:6px 0 0 7px;
	background: url("/graphics/frame.gif") no-repeat;
}

#splash_left {
	width:478px; 
	padding:0 0 0 12px; 
	margin:36px 0 20px 24px; 
	float:left; 
	display:inline; 
	line-height:19px;
}

#splash_right {
	width:328px; 
	padding:30px 17px 35px 32px; 
	margin:2px 8px 0 0; 
	background:#e4e5e7; 
	float:right; 
	display:inline; 
	line-height:17px;
}

#eventbar {
	width:150px; 
	float:right; 
	margin:-11px 0 0 0;
}

#left_foot {
	float: left;
	padding-top: 15px;
	padding-left:27px;
}

#right_foot {
	float: right;
	padding-top: 15px;
	padding-right:27px;
}


#left_foot a{
	color: #fff;
	text-decoration: none;
}

#left_foot a:hover{
	color: #e4e5e7;
	text-decoration: underline;

}

#indexlink {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #962924;
}


#indexlink a{
	color: #962924;
	text-decoration: none;
}

#indexlink a:hover{
	color: #1f5463;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #1f5463;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #ab5450;
	text-decoration: underline;
}

a.events {
	color: #000;
	text-decoration: none;
	font-weight:bold;

}
a.events:hover {
	color: #1f5463;
	text-decoration: underline;
}




h1 {
	font-weight:bold;
	font-size:18px;
	color: #1f5463;
	text-transform: capitalize;
	margin:0 0 22px -11px;
	padding:0 0 0 12px;
	background: url("/graphics/dot.gif") no-repeat left center;
}

h2 {
	font-weight:bold;
	font-size:21px;
	color: #1f5463;
	text-transform: capitalize;
	margin:0 0 8px -11px;
	padding:0 0 0 12px;
	background: url("/graphics/dot.gif") no-repeat left center;
}

h3 {
	font-weight:bold;
	font-size:16px;
	color: #C00000;
	text-transform: capitalize;
}

p { 
	margin:12px 0 12px 0;
}

.login {
	border:1px solid #6e767e; 
	font-size: 11px; 
	font-family:trebuchet ms; 
	color: #94999e; 
	width:91px; 
	height:15px;
	padding:2px 0 0 6px;
	.padding:1px 0 1px 6px;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* 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;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{	
	width: 904px;
	height:29px;
	margin: 2px auto 2px auto;
	background:#962924;
	padding: 5px 0 0 5px;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:bold;
font-size:14px;
line-height:16px;
text-transform:capitalize;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 4px 12px 0 13px;
height:20px;
text-decoration: none;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #ab5450;
}

