html {
    margin: 0px;
	padding: 0px;
}
a:hover {
	color: #666666;
}
h1 {
	display: none;
} 
h2 {
	font-size: 16px;
	font-family: Helvetica, sans-serif, Eurostile;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.large-link {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	}
#main {
	width: 800px;
	background-image: url(../images/home_top_head2.gif);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	height: 148px;
	width: 200px;
	clear: right;
}
#header {
	height: 78px;
	width: 445px;
	margin-left: 198px;
	/*background-image: url(../images/home_top_head.gif);*/
}
#content {
	margin-top: 10px;
	margin-left: 80px;
}
#menu {
    float: left;
	width: 200px;
	height: 100%;
	/*background-image: url(../images/logo-bkgrd.jpg);
	background-repeat: no-repeat;*/
}
#menu-container {
	background-color: #666666;
}
#text {
	float: left;
	padding: 20px;
	width: 550px;
}
.navlinks    { 
	color: #FFFFFF; text-decoration: none;
}
a.navlinks:hover {
	color: #ffffff;
}
#whitespace {
    width: 20px;
	float: left;
}
#footer {
	clear: both;
	text-align: center;
	height: 100px;
    }
#spacer {
    height: 50px;
}

#shelf-anim {
	float: left;
	padding-right: 60px;
}
#num-list {
}
#num-list li {
	padding: 4px;
}
.assembly-instr {
	list-style-image: url(../images/red_arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small-text, small-text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.img {
	float: right;
}
#address-list li {
	display: inline;
	list-style-type: none;
}
#rotw-add {
	float: left;
	margin-right: 60px;
}
#click-link {
	color: #ffffff;
	font-size: 10px;
}

/* FAQ question list */
#questions-col1 {
	width: 220px;
	float: left;
	font-size: 12px;
	font-family: Tahoma;
	list-style-image: url(../images/red_arrow.gif);
	margin-right: 20px;
}
#questions-col1 li {
	padding: 2px;
}
#questions-col2 {
	display: inline;
	font-size: 12px;
	font-family: Tahoma;
	list-style-image: url(../images/red_arrow.gif);
}
#questions-col2 li {
	padding: 2px;
}
.q1 {
	clear: both;
}
