﻿*{margin:0; padding:0;}
body{
	background:#000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: white;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
h1{
	border-bottom: 1px dashed #790B0C;
	font-size: 24px;
}

h4{
	border-bottom: 1px dashed #790B0C;
	font-size: 14px;
}
h3{
	font-size: 16px;
	text-align: center;
	margin: 0 0 5px 0;
}
ul{
	margin: 0 0 0 50px;
	list-style-type: square;
}
h2{font-size:24px; color: #B4100F; font-weight:bold;float:right;}
#wrap{
	width: 1002px;
	margin: 20px auto;
}
#header{}
#nav{}
#nav p{
	float: left;
	margin: 10px 27px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	text-align: center;
}
#content{}
#leftcol{

}
#leftcol p {
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
}
#centercol{
	padding: 10px 10px 0px 10px;
	font-size: 12px;
}
#centercol p{padding: 5px 0;}
#rightcol{}
#footer{
	margin: 10px 0;
	text-align: center;
	font-size: 12px;
}
#footer a:hover{
	color: #BDBDBB;
	text-decoration: none;
}
#copyright{margin: 10px 0;
	text-align: center;
	font-size: 12px;
}

#gallery{
	margin:0;
	height:400px;
	width:700px;
	position:relative;
	color:#aaa;
	padding:20px;
	overflow:hidden;
		}
/*schedule/calendar/envent----classes*/
.table1{background: #333333; padding:5px; border-right:1px solid #666666; text-align:center; font-size:12px;}
.table2{background: #666666; padding:5px; border-right:1px solid #333333; text-align:center;font-size:12px;}
.table3{padding:5px; border-bottom:1px dashed #333333;}
.table4{padding:5px; border-right:1px dashed #333333; text-align:center;}
.table5{background:#790B0C; padding:8px;}
.table6{background: #000000; padding:5px; border-right:1px solid #000000; text-align:left; font-size:12px;}
.table7{background: #000000; padding:5px; border-right:1px solid #000000; text-align:left; font-size:12px;}

/*font-sizes*/
.fontsmall{font-size:12px;}
.fontred{color: #B4100F;}
.style1 {color: #790B0C}

/*classes for store*/
.product{
	margin: 5px;
	width: 146px;
	float: left;
	height: 200px;
	text-align: center;
}
.prodimg{
	border: 1px dashed #333333;
}
.details{
	float: left;
	text-align: center;
	padding: 2px 5px;
	background: #790B0C;
	list-style: circle;
}
.addtocart{
	float: right;
	background: #790B0C;
	padding: 2px 5px;
	text-align: center;
}
.prodname{
	text-align: center;
	color: #AD0F0E;
	font-weight: bold;
	border-bottom: #790B0C 1px dashed;
	margin: 0 0 5px 0;
	border-left: #790B0C 1px dashed;
	border-right: #790B0C 1px dashed;
	padding: 0 10px;
}
/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}



