/*
Master CSS File for Silverback Equipment
Author: Johanna Cherry, http://www.cherrystudiosllc.com
Copyright Silverback Equipment
*/

/*light gray b2b2b2*/

body{
	background-color:#666666;
}

p, td, div, body{
	color:#ffffff;
	font-family:"Arial", sans-serif;
	font-size:12px;
}

h1{
	color:661111;
	margin:5px;
	padding:5px;
}

h2{
	margin:5px;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

a{
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	color:#661111;
	background-color:#999999;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

ul, li{
	list-style-type:none;
	list-style-image:url("/images/bullet.jpg");
	margin:2px;
	margin-left:12px;
	padding:0px;
}

#container{
	margin:0px auto;
	text-align:center;
}

#header{
	width:900px;
	margin:0px auto;
	text-align:left;
}

#header img{
	display:inline;
	vertical-align:middle;
}

#menu{
	background: url("/images/menu.jpg") no-repeat;
	width:900px;
	height:60px;
	margin:10px auto;
}

#menu ul, #menu li{
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu a{
	display:block;
	float:left;
	width:104px;
	height:23px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	padding:15px 0px;
	margin:0px;
	margin-left:10px;
	cursor:pointer;
}

#menu a:hover, #menu a.current{
	background: url("/images/button.jpg") no-repeat;
	color:#000000;
}

/*The main content of each page of the site is encased in a gray box with rounded corners.*/
#content{
	background: #3f3f3f repeat;
	color:#ffffff;
	width:900px;
	margin:0px auto;
	text-align:left;
}

.bl{
	background: url("/images/bl.jpg") 0px 100% no-repeat;
}

.br{
	background: url("/images/br.jpg") 100% 100% no-repeat;
}

.tl{
	background: url("/images/tl.jpg") 0px 0px no-repeat;
}

.tr{
	background: url("/images/tr.jpg") 100% 0px no-repeat; 
	padding:10px;
}

.center{
	text-align:center;
}

#footer, #footer p{
	text-align:center;
	color:#000000;
}