@charset "utf-8";
body {
	margin: 0px;
	background: #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 140px;
	background: #A3A3A3 url(images/logobg.gif) repeat-x;
}
#logo {
	float: left;
	background: url(images/pencils_02.gif) no-repeat;
	width: 273px;
	height: 140px;
}
#number {
	float: right;
	background: url(images/pencils_03.gif) no-repeat;
	width: 513px;
	height: 140px;
}
#nav {
	width: 100%;
	height: 16px;
	text-align: right;
	background: #363636;
}
#nav img {
	border: 0px;
}
#content {
	width: 100%;
}
#sideNav {
	background: #363636;
	color: #FFFFFF;
	float: left;
	width: 19%;
}
#sideNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sideNav ul li {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 7px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
#sideNav a {
	color: #CCCCCC;
	text-decoration: none;
}
#sideNav a:hover {
	color: #999999;
	text-decoration: underline;
}
#sideNav a span {
	color: #FFFF00;
}
#text {
	margin-left: 20%;
	background: #FFFFFF;
}
#footStuff {
	font-size: 11px;
	text-align: center;
	background: #363636;
	padding: 4px;
	color: #FFFFFF;
}
.padding {
	padding: 7px;
}
.info {
	width: 100%;
	float: left;
	border-bottom: 1px solid #000000;
}
.info img {
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatR {
	margin-left: 157px;
}
.prices {
	width: 100%;
	background: #000000;
}
.prices th {
	text-align: center;
	background: #999999;
}
.prices td {
	text-align: center;
	background: #FFFFFF;
	padding: 4px;
}