html, body{
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	background: #000;
}


p{
	margin: 0px;
	padding: 0px;
}
	
b{font-size: 110%;}
em{color: red;}

h2
{
	margin: 0px 0 5px 0;
	padding: 0px;
	color: #FF0000;
}
h2.line
{
	text-align: left;
	color: #000;
	margin: 0px 0 5px 0;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style:solid;
	border-bottom-color: #ff0000;
}

h3
{
	margin: 10px 0 10px 0;
	padding: 0px;
}

h4
{
	margin: 5px 0 5px 0;
	padding: 0px;
}
#maincontainer{
	width: 840px;
	margin: 0px auto;
	background: #fff;
}

#header{
	width: 840px;
	margin: 0 auto;
	/*background-image: url(../images/dgc_banner_background.png);*/
	background: #000;
	height: 75px;
	padding: 0px;
	border-bottom-width: 10px;
	Border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#ajaxSearch_form {
	color: #444;
	float: right;
	width: auto;
	margin: 40px 10px 0 0;
}

#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 17px;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	margin: 0px 0px 0 0;
	padding: 0px 0px 0 0;
	vertical-align: bottom;
}

.bottomborder {
	border-bottom:2px solid #ccc;
	}
.floatleft
{
float: left;
margin: 18px 0 0 30px;
}

.floatright
{
float: right;
margin: 30px 30px 0 0;
}

#menu{
	width: 840px;
	background: #FF0000;
	height: 25px;
}

ul#menu {
	margin:0px;
	padding:0;
	list-style:none;
	width:840px;
}

ul#menu li {
	display:inline;
}

ul#menu li a {
	text-decoration:none;
	width:100px;
	height: 25px;
	background:url(../images/navigation/button_up.png) no-repeat center bottom;
	color:#fff;
	float: left;
	line-height: 1.5em;
}

ul#menu li a {
	margin-right:5px;
	font-weight: bold;
	text-align: center;
}

ul#menu li a:hover {
	background:url(../images/navigation/button_over.png) no-repeat center bottom;
	color:#fff;
	font-weight: bold;
}

#menu li.active a{
	background:url(../images/navigation/button_down.png) no-repeat center bottom;
	color:#000;
	line-height: 1.5em;
}

#contentwrapper{
	float: right;
	width: 580px;
	margin: 10px; 
	background: #ddd;
}

#content{
	float: right;
	width: 66%;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fff;
}

#contentboxwrapper{
	float: center;
	width:820px;
	height: 275px;
	margin: 10px 0 0 10px;
	color:#000;
	background: #CCC;
	position:relative;
}

#contentbox {
	padding: 5px 20px 0 0;
	position:relative;
}

#leftcolumn{
	float: left;
	width: 200px;
	margin: 10px;
	padding: 10px;
	background: #DFD3B6;
	border-top:solid 10px #ff0000;
}

#leftcolumnwide{
	float: left;
	width: 75%;
	margin: 0px;
	padding: 0px;
	background: #bbb;
}

#rightcolumn{
	float: right;
	width: 66%;
	margin: 10px;
	padding: 10px;
	background: #FFF;
}

#leftcolumn66{
	float: left;
	width: 528px;
	padding: 10px;
	background: #fff;
}

#rightcolumn33{
	float: right;
	width: 180px;
	padding: 10px;
	background: #FFF;
}

#singlecolumn{
	float: center;
	width: 800px;
	height: 100%;
	margin: 10px;
	background: #fff;
}

#flash{
	float: right;
	width: 380px;
	margin: 0px 90px 30px 0;
	padding: 0px;
	background: #FFF;
}

.style1 /* square bullet, yellow is #FFFF66 */
	{
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 10px;
	margin: 0 0 0 375px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: .5em;
	text-align: left;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    padding: 10px;

}

/* Form */
label
{
width: 26em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
border: 2px outset #FFF;
} 
/* end form */

/* comparison chart */

a img {
	border:0;
	vertical-align:text-bottom;
}
table {
	border-collapse:collapse;
}
	
th.side {
	background: #FFF;
}
td.side {
	font:bold 14px arial;
	color:#000;
	text-align:left;
	border:2px solid #000;
	padding:5px;
	background: #DFD3B6;
	width:200px;
	/*height: 20px;*/
}

td.spec {
	font:14px arial;
	color:#000;
	text-align:center;
	border:2px solid #000;
	padding:5px;
	background: #FFF;
	width:400px;
	/*height: 20px;*/
}

th {
	height:91px;
	width:200px;
	padding:0px;
	vertical-align:center;
	background-image: url(../images/compare/top_right_on.png) no-repeat bottom;
	color:#FFF;
	font:bold 22px arial;
	}

	
td {
	text-align:center;
	font:bold 14px arial;
	background:#ccc;
	color:#FFF;
	border:2px solid #000;
	width:190px;
	padding:5px;
}
td.on {	background: #9F2214;}
td.black {	color: #000;}
	
th.sock {
	background: url(../images/compare/top_on.png) no-repeat bottom;
	padding:0px;
	width:225px;
	}
th.sockpic {
	background:url(../images/compare/isocket_compare.png) no-repeat scroll center transparent;
	border:2px solid #000;
	padding:0px;
	width:225px;
	height:140px;
	}
th.vac {
	background:url(../images/compare/top_right.png) no-repeat scroll left bottom transparent;
	color: #000;
	padding-top:10px;
	width:200px;

}
th.vacpic {
	background:url(../images/compare/ivacphoto_compare.jpg) no-repeat scroll center transparent;
	border:2px solid #000;
	margin:0px;
	padding:0px;
	width:200px;
	height:140px;
}
/* end comparison chart */

tfoot td {
	border: 0px;
	height:90px;
	vertical-align:top;
	padding:0px;
	margin:0px;
}
tfoot td.on {
	border: 0px;
	width:225px;
	padding:0px;
	margin:0px;
}
tfoot td.side{
	text-align:center;
	border: 0px;
	width:200px;
	font:bold 12px Arial;
	color:#000;
	padding:0px;
	margin:0px;
}

/* footer */
#footer{
	clear: center;
	width: 840px;
	background: #000;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
}

#footer a {
	color: #FFFF80;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.f2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 10px 10px 0 0;
}

#altnav 
{
	font-size: 0.9em;
	font-weight:bold;
	margin: 0;
	padding:0 0 4px 0px;
	width: auto;
	height: 20px;
	text-align: center;
}

ul#altnav li
{
	display: inline;
	margin: 10px 10px 0 0;
}*/

