/******************************
* DWX CSS
******************************/

body {
	text-align: center;
	background-color: #000;
	margin: 12px;
	padding: 0px;
	color: #eee;
	font-family: Verdana, Geneva, Arial, Helvetica, San-Serif;
	font-size: 11px;
	}
	
.white {
	color: #FFFFFF;
	}
	
.boldred {
	font-weight: bold;
	color: #660000
}

.pagetitle {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	}
	
.header {
	font-weight: bold;
	color: #660000;
	font-size: 14px;
	line-height: 18px;
	}
.subhead { 
	font-weight: bold;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	}
.subhead2 {
	font-weight: bold;
	color: #660000;
	font-size: 11px;
	line-height: 15px;
	}
	
strong {
	color: #000;
	}
	
.price {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	}
	
p.promoheader {
	text-align: center;
	display: block;
	padding: 3px;
	background-color: #660000;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px !important;
	}
	
em.red {
	color: #660000;
	line-height: 15px;
	}
	
#content {
	margin: 0;
	padding: 0 0 0 0;
	}

#content2 {
	margin: 0;
	padding: 15px 15 15px 15;
	color: 333333;
	text-align: left;
	}

#wrapper {
	width: 760px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	}

#masthead {
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	height: 37px;
}

#mastheadphoto {
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	height: 121px;
}

	
/******************************
* Footer
******************************/

#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ccc;
	color: #000;
	border-top: 1px solid #000;
	padding: 5px 15px 5px 15px;
	}

#footer {
	text-align: center !important;
	padding: 0px;
	color:#fff;
	margin: 0;
	padding-top: 10px;
	background-color: #000000;
	}

	



/******************************
* Navigation
******************************/


#navlist	{
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, San-Serif;
	padding: 1px 0 1px 0;
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
}

#navlist a:link, #navlist a:visited	{
	background: #ccc;
	display: block;
	padding: 5px 5px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #000;
}
#navlist a:hover	{
	background:#660000;
	color: #fff;
}

.navrow {
	height: 15px;
	width: 100%;
	padding: 0px;
}
.bgwhite {
	background-color: #FFF;
}

body#sectionhome #navlist td#home a, 
body#sectiontechpage #navlist td#techpage a,
body#sectionsoccer #navlist td#soccer a,
body#sectionbaseball #navlist td#baseball a,
body#sectionfamily #navlist td#family a,
body#sectionfire #navlist td#fire a,
body#sectioncontactus #navlist td#contactus a {
	background: #660000;
	color: #fff;
	font-weight: bold;
	}

	
/******************************
* LINKS
******************************/
a:link, a:visited {
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

/******************************
* COLUMNS
******************************/

#leftcolumn {
	margin: 15px;
	padding: 0;
	text-align: center;
	}
	
#centercolumn {
	margin: 0;
	padding: 15px;
	}
#rightcolumn {
	margin: 0;
	padding: 15px;
	}
	
/******************************
* PROMOTION BOX
******************************/
#boxcontainer {
	width: 208px;
	margin: 0;
	padding: 0px;
	background-image: url(images/boxbg.gif);
	background-repeat:	repeat-y;
}
#boxtop {
	background-image: url(images/boxtop.gif);
	background-repeat: no-repeat;
	}
#boxbody {
	margin: 0;
	padding: 10px;
	text-align: left !important;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;
	}
	
#boxbottom {
	background-image: url(images/boxbottom.gif)
	background-repeat: no-repeat;
	height: 5px;
	}
	
p.boxtitle {
	background-color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 5px;
	margin: 2px;
	font-weight: bold;
	width: 201px;
}

p.boxtitle strong{
	background-color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #060029;
	padding: 5px;
	margin: 2px;
	font-weight: bold;
	width: 201px;
}
p.header { 
	color: #660000 !important;
	font-size: 13px;
	font-weight: bold;
	}
	
#promocopy p {
	padding: 10px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	}
#promocopy p.promobold {
	color:#000000;
	font-weight: bold;
	}


/******************************
* FORMS
******************************/
input,
textarea	{
	background-color: #fff;
	border: 1px solid #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 2px;
}

input:focus,
textarea:focus	{
	background-color: #fff;
}

.checkbox {
	border: 0px
}

.button {
	background-color: #CC3300;
	border: 1px solid #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
}
.pobutton {
	background-color: #CC3300;
	border: 1px solid #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
