/* Chelmer Cycles */

html, body {
	margin: 0px;
	padding: 0px;
    background-color: #dcdcdc;
}

html, body, input, textarea, select, td, th {
    font-family: Verdana, Arial, Helvetica, Geneva;
    color: #808080;
    font-size: 10px;
	line-height: 16px;
}

img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.err {
	font-weight: bold;
	color: red;
}

p.warning {
	text-align: center;
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #f00;
}

b {
	color: black;
}

table {
	border-collapse: collapse;
}

tr.rule {
	border-top: 1px dotted #808080;
}

/* Fixed elements at page head */

#logo {
	position: absolute;
	left: 0px;
	top: 0px;  
	width: 737px;
	height: 101px;
}

/* Stupidly this sits on top of the logo div */

#email {
	position: absolute;
	left: 482px;
	top: 49px; 
	width: 241px;
	height: 11px;
}

#menu {
	position: absolute;
	left: 115px;
	top: 101px;
	width: 620px;
	height: 25px;
}

/* Page body */

#main {
	border-left: 40px solid #dcdcdc;
	background-color: white;
	width: 681px;
	margin-top: 126px;
}

#main-left {
	border-right: 1px dotted #808080;
	background-color: white;
	float: left;
}

/* Column split between 'Products' and 'Links' */

#main-right-1 {
	border-left: 1px dotted #808080;
	background-color: white;
	margin-left: 317px;
}

#column-left-1 {
	width: 287px;
	margin-right: 10px;
	padding: 10px;
}

#column-right-1 {
	width: 342px;
	padding: 11px;
}

#column-right-next-1 {
	width: 342px;
	padding: 11px;
	border-top: 1px dotted #808080;
}

/* Column split between 'Home Page' and 'Products' */

#main-right-2 {
	border-left: 1px dotted #808080;
	background-color: white;
	margin-left: 196px;
}

#column-left-2 {
	width: 166px;
	margin-right: 10px;
	padding: 10px;
}

#column-right-2 {
	width: 463px;
	padding: 11px;
}

#column-right-next-2 {
	width: 463px;
	padding: 11px;
	border-top: 1px dotted #808080;
}

/* Full width area below columns */

div.fullwidth {
	clear: both;
	border-top: 1px dotted #808080;
	background-color: white;
	width: 100%;
}

div.column {
	padding: 11px;
}

#footer {
	clear: both;
	margin-left: 50px;
	margin-bottom: 10px;
}

div.catthumb {
	float: left;
	margin-left: 10px;
	height: 110px;
	width: 100px;
}

div.prodbox {
	float: left;
	border: 1px dotted #808080;
	padding: 4px;
	margin: 4px;
	min-width: 190px;
	height: 230px;
	text-align: center;
}

div.linkbox {
	float: left;
	width: 152px;
	height: 130px;
	text-align: center;
}

div.personbox {
	float: left;
	width: 100px;
	height: 110px;
	text-align: center;
}

div.prodbox img {
	border: 4px solid black;
	margin: 4px;
}

div.controlbox {
	padding-top: 20px;
	padding-left: 20px;
}
