body,td,th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #999999;
	background-image: url(images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
#container {
	width: 970px;
	background: url(images/container_back.jpg);
	margin: auto;
}
#header {
	width: 970px;
}
#content {
	width: 930px;
	padding: 20px;
}
#footer {
	width: 970px;
}
#copyright {
	width: 930px;
	padding: 20px;
	margin: auto;
}




.banner_image

{

	border: 0px solid #000000;

}





.banner_text

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

}







/* set borders settings */

.borders

{

	background-color: #000000;

	width: 1px;

	height: 1px;

}





/* set horizontal lines separator */

.separator_horizontal

{

	border-bottom: 1px dotted #000000;

}





/* set vertical lines separator */

.separator_vertical

{

	border-left: 1px dotted #000000;

}





/* set top of the page title/heading text, usually should be bold and a touch bigger then normal font */

.heading_title

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

}



/* set top of the page title/heading description, usually can be the same as normal font */

.heading_description

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

}





/* set listing link/title, usually bold and same size as normal font */

.listing_title

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

}





/* set listing link/title mouse over, usually same as listing_title */

.listing_title:hover

{

	// do nothing

}





/* set listing description, usually same as normal font */

.listing_description

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;


}





/* set listing information, usually one size smaller then normal, for form field names, and information areas */

.listing_information

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

}





/* set listing price(cart)/date(events/news), usually a little smaller than normal font */

.listing_special

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;


}





/* set listing sale price/error messages, usually darker red and bold */

.listing_error

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #000000;

}





/* set image styles */

.listing_image

{

	border: 1px solid #000000;

}





/* set buttons styles */

.listing_buttons

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #000000;

}





/* listing table header style */

.listing_table_header

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #ffffff;

	background-color: ##000000;
	
	border: 1px solid #000000;

}





/* listing table row 1 style */

.listing_table_row_1

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #ffffff;

	background-color: #000000;
	
	border: 1px solid #000000;

}





/* listing table row 2 style, should be little lighter/darker background then row 1 */

.listing_table_row_2

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #000000;

	background-color: #ffffff;
	
	border: 1px solid #000033;

}

.listing_table_null

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #000000;

	background-color: #eeeeee;
	
	border: 1px solid #000033;

}



/* set side navigation heading */

.side_heading

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #003399;

}



/* set side navigation body */

.side_main

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	color: #000000;

}





/* set side navigation links */

.side_nav

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #996633;

	text-decoration: none;

}



/* set side navigation links mouse over effect */

.side_nav:hover

{

	color: #333300;

	text-decoration: underline;

}





/* set side navigation links for first level deep (usually same a side_nav) */

.side_nav_1

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;


}



.side_nav_1:hover

{

	color: #ffff00;

	text-decoration: underline;

}





/* set side navigation links for second level deep (add more levels if needed) */

.side_nav_2

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}



.side_nav_2:hover

{

	color: #336699;

	text-decoration: underline;

}





/* set side navigation links for third level deep (add more levels if needed) */

.side_nav_3

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #000000;

	text-decoration: none;

}



.side_nav_3:hover

{

	color: #000033;

	text-decoration: underline;

}

.top_slogan {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; font-weight: bold; color: #FFFFFF}

.top_nav {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #CCFFFF;
	border: 1px solid #000033;
	background-image: url(images/colorback.gif);
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.calendartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.calendartext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333300;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.scroller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
