img, div, a, input { 
behavior: url(iepngfix.htc) 
}

.questions, a.questions {
	font-weight:bold;
	color:#ff2121;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FF2121;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

body {
	background:#000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

h1 {
	font-size:16px;
}

#side_nav {
	position:absolute;
	top:250px;
	left:0px;
	background:#000;
	width:120px;
	
}

.bg {
	background-image:url(images/homebg.jpg);
	background-repeat:no-repeat;
}

#header {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff2121;
	background:#000
}

a {
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

a:hover {
	font-size:12px;
	color:#ff2121;
	text-decoration:none;
}

.side {
	background:#000;
	padding-bottom:0px;
}

.footerCell {
	background:#000;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ff2121;
	padding:20px 0px 20px 20px;
}

#intMain {
	padding:20px 0px 20px 20px;
	background:#333;
	min-height:550px;
	/* IE workaround */
	height:auto !important;
	height:550px;
	margin-top:0px;
}

#baggerMain {
	padding:20px 0px 20px 20px;
	background:#000;
	min-height:550px;
	/* IE workaround */
	height:auto !important;
	height:550px;
}

#text {
	padding-right:40px;
}

.headers {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

a.redLink {
	color:#ff2121;
	text-decoration:none;
}
a.redLink:hover {
	text-decoration:underline;
}

#wishlistResponse {
	display:inline;
}