* {

}
html {
	height: auto;
	background-color:#72694D;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: auto;
	background-color:#1B1B25;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

/* hyperlinks */
a {
	color: #fff;
	text-decoration: underline;
	
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* centers the page */
#container {
	width: 940px;
	height: auto;
    border: solid #333333 1px;
	background-color:#000000;
	
}	
	

/* the topbar - links at the top of the site */
#topbar {

	background: #fff;
	color: #000;
}

/* the links at the top of the site */
		#topbar ul {
		float: right;
		margin: 0;
	padding: 0;
	color: #000000;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
		color: #000000;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #000000;
	}
	#topbar a:hover {
		background: #2B3747;
		color: #FFF;
	}


/* the header that contains the image and title text */
#header {
	width: 950px;
	height: 180px;
	background: #000000 url(/UserControls/header.jpg) top left no-repeat;
	position: relative;
	
}




/* Top half of the links in the header */

	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
	}
	#navbar a:hover {
		background: #2B3747;
		color: #FFF;
	}


	#navbar2 a {
		text-decoration: none;
		display: block;
		padding: 4px 13px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8px;
		text-transform: uppercase;
		color: #000000;
	}
	#navbar2 a:hover {
		background: #2B3747;
		color: #FFF;
	}
/* contains all the site contents */
#core {
	width: 940px;
	height: auto;
	background-color:#000000;
}

/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #1E1E1E;
	float: left;
	border-style: Solid; border-width: 1px;
}



	#coreleft a {

		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#ddd;
		font-weight:bold;
	}

	#coreleft a:hover {
		color: #FFF;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#393E44;
		color: #FFFFFF;
	}
	


/* main content */
#maincontent {
        padding: 5px 5px 5px 5px;
}	

/* the center part  */
#corecenter {
	width: 795px;
	height: auto;
	float: left;

}


/* the footer */
#footer {
	background: #1E1E1E;
}

a.link1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}






#_ctl4_cat_Description2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
}


#ProductControl {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:10px;

}

table {font-size: 11px; color: #dddddd; font-weight:bold;} 

.style1 {
	color: #003399;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.style5 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* FIXES */
.product_title{
	color:#0ff;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	}

#ProductControl{
	background-color:#000;
	color:#fff;
	}

#cat_name{
	color:#f00;
	font-size:20px;
	}
	
#CategoryData{
	background-color:#333;
	}
.product_number{
	color:#fff;
	}
	
#CategoryControl a:link{
color: #fff;
	text-decoration: underline;
	}
#CategoryControl a:visited{
	color:#aaa;
	}
#CategoryControl a:hover{
	color:#f00;
	}
