* {
	padding: 0;
	margin: 0;
}

/* LINKS */

a {
	color: #000;
}

a:hover {
	color: #09f;
}

/* SECTIONS */

body {
	text-align: center;
	font-family: verdana, arial;
	font-size: 82%;
	color: #222;
	line-height: 1.5;
	background: #222 /*url('images/pat2.gif')*/;
}

body, #footer, #notice, #content, .box img, #column, .box a {
	padding: 0;
	margin: 0;
}

#column {
	text-align: left;
	Margin-Left: auto; 
	Margin-Right: auto;
	padding: 0;
	Width: 785px;
	Background: #fff url(repeathoriz.gif) center repeat-y;
}

#header, #footer {
	text-align: center;
	background: #5cbdff url('images/head.gif') bottom repeat-x;
	clear: both;
	font-size: x-small;
	color: #fff;
}

#footer a {
	text-decoration: none;
	font-size: x-small;
	color: #fff;
}

#imagespace {
	height: 238px;
	background: #d9d9d9 url('images/imagespace.gif') repeat-x;
}

#bar {
	background: #333 url('images/bar.gif') repeat-x;
	height: 35px;
}

#content {
	background: #fff url('images/content.gif') top left repeat-x;
	padding: 10px 15px 10px 15px;
}

#notice {
	text-align: center;
	font-size: x-small;
	color: #aaa;
	background: #333;
}

.ProductColumn {
	width: 220px;
	float: left;
}

.box {
	width: 120px;
	background-color: #eee;
	margin: 0 4px 5px 4px;
	float: left;
	height: 230px;
}

.box img{
	margin-left: 10px;
	margin-top: 10px;
	height: 100px;
	width: 100px;
	display: block;
	background-color: #ccc;
}



/* FONTS */

/* Space out the text. However, test this in IE */
#content p, #content h1, #content h2, #content h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content h1 {
	padding-top: 0;
}

h1, h2, h3, h4, h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	color: #09f;
}

h3 {
	font-size: large;
	font-weight: normal;
	color: #000;
}

h4 {
	font-weight: bold;
	font-size: medium;
	color: #09f;
}

.box h2 {
	color: #555;
	font-weight: normal;
}

.box h1, .box h2 {
	font-size: 1em;
	text-align: center;
}

/* OTHER HTML TAGS */

br { 
	clear: left; 
}

img {
	display: block;
	border: 0;
}

/* LISTS */

ul {
	list-style-type: none;
}

#products ul {
	margin-bottom: 10px;
	padding-left: 10px;
}

#products li {
	font-size: x-large;
	color: #000;
	padding-left: 20px;
}

#products li li {
	font-weight: bold;
	font-size: medium;
	color: #09f;
}

#products li li li {
	font-weight: normal;
	font-size: small;
	color: black;
}

/* NAVIGATION */

#rollover {
	Height: 35px;
}

#rollover img	{
	Display: Inline;
}	

#rollover a 		{
	Height: 35px;
	Width: 100px;
	Text-decoration: none;
	Float: left;
	font-family: tahoma;
	background-image: url('images/button.gif');
	text-align: center;
}

#rollover a:link, #rollover a:visited, #rollover a:hover, #rollover a:active {
	background-position: 0 0px;
	border: 0;
	color: #aaa;
}

#rollover a:hover 	{ 
	background-position: 0 -35px;
	background-repeat: no-repeat;
	color: #fff;
}

.move {
	/*padding-top: 8px;*/
}

/* FORMS */ 

form { 
	padding-left: 25px; 
	margin-left: -20px; 
	margin-bottom: 60px; 
}

.hidden { 
	display: none; 
}

label, textarea { 
	width: 250px; 
	display: inline; 
	float: left; 
	margin-bottom: 10px; 
}

input {
	display: inline; 
	float: left; 
	margin-bottom: 30px; 
	font-size: small;
	width: 175px; 
}

input, textarea, select { 
	background: rgb(221, 221, 238) none repeat; 
	font-size: small; 
}

textarea { 
	width: 375px; 
}

label { 
	text-align: right; 
	width: 75px; 
	padding-right: 20px; 
}

.submit input { 
	background: rgb(255, 162, 15) none repeat; 
	color: rgb(0, 0, 0);
	width: 125px;
}

fieldset { 
	border: 1px dotted #ccc; 
	padding: 10px; 
	width: 500px; 
	margin-top: 10px; 
}

fieldset p { 
	padding: 10px 0pt 5px 30px; 
	font-size: small; 
	text-align: left; 
}

legend { 
	padding: 2px 4px 0pt; 
	background: rgb(238, 238, 255) none repeat; 
	color: rgb(0, 0, 0); 
	margin-bottom: 10px; 
	font-size: small; 
}

p input { 
	margin: 10px 0pt 0pt 106px; 
	padding: 5px; 
}

.map {
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #ccc;
}