/**
* Design and coding by Jack Kwakman
* Copyright &copy; 2009, ELMA Multimedia
*/

body {
	text-align: center;
	line-height: 1.5;
	font: 62.5% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background: #b3b3b3 url(images/background.gif) repeat-x top left;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #454343;
}

table {
	font-size: 1em;
}

p {
	margin: 10px 0 10px 0;
}

a {
	outline: none;
}

.clearboth {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

/**
* Header elements
*/

#header {
	width: 1013px;
	height: 102px;
	background: #FFF url(images/wrapper.gif) repeat-y top left;
	margin: auto;
}

.topheader {
	width: 1013px;
	height: 7px;
	background: #FFF url(images/topheader.gif) repeat-y top left;	
}

#logo {
	float: left;
	width: 333px;
	height: 59px;
	background: #FFF url(images/logo.gif) no-repeat left top;
	position: relative;
	margin: 20px 0 0 52px;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 333px;
	height: 59px;
}

#topnav {
	float: left;
	margin: 60px 0 0 60px;
	font-size: 11px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li {
	margin: 0;
	padding: 0 25px 0 0;
	display: inline;
}

#topnav a {
	color: #454343;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#topnav .home {
	background: url(images/home.gif) top left no-repeat;
}

#topnav .contact {
	background: url(images/email.gif) top left no-repeat;
}

#topnav .info {
	background: url(images/info.gif) top left no-repeat;
}

/**
* Wrapper
*/

#wrapper {
	margin: auto;
	width: 1013px;
	background: #FFF url(images/wrapper.gif) repeat-y top left;
}

#innerwrapper {
	margin: auto;
	width: 969px;
	background: #FFF url(images/innerwrapper.gif) repeat-x top left;	
}

#left {
	width: 639px;
	float: left;
	text-align: left;
	margin: 26px 0 0 30px;
	font-size: 11px;
	line-height: 1.5;
}

#left h1 {
	color: #fb260d;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#left a {
	color: #454343;
}

#navigation {
	clear: both;
}

#navigation ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	padding: 5px;
}

#navigation .print  {
	background: url(images/print.gif) no-repeat top left;
}

#navigation .previous {
	background: url(images/previous.gif) no-repeat top left;
}

#navigation a {
	padding: 0 0 0 30px;
	font-weight: bold;
	color: #454343;
	text-decoration: none;
	font-size: 11px;
}

#right {
	width: 253px;
	float: right;
	text-align: left;
	margin: 26px 0 0 0;
}

.hr {
	height: 1px;
	background: #aaa;
	margin: 27px 0 27px 0;
}

#products {
	width: 908px;
	text-align: left;
	margin: auto;
}

#products h3 {
	font-size: 15px;
}

.product {
	width: 169px;
	height: 119px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: url(images/productdivider.gif) top right repeat-y;
}

.product img {
	border: 0;
}

.product a {
	color: #454343;
	text-decoration: none;
}

/**
* Menu
*/

.menuheader {
	width: 253px;
	height: 15px;
	background: #FFF url(images/menuheader.gif) no-repeat top left;
}

.menucontents {
	width: 223px;
	background: #FFF url(images/menu.gif) repeat-y top left;
	padding: 15px;
	font-size: 11px;
}

.menucontents a {
	color: #454343;
}

.menufooter {
	width: 253px;
	height: 15px;
	background: #FFF url(images/menufooter.gif) no-repeat top left;
}

.select {
	border: 1px solid #aaa;
	background: #FFF;
	font-size: 12px;
	padding: 4px;
}

.textfield {
	margin: 5px;
	border: 1px solid #aaa;
	background: #FFF url(images/textfield.gif) repeat-x bottom left;
	padding: 4px;
	color: #000;
	font-size: 12px;
	width: 221px;
	font-family: "Trebuchet MS", Trebuchet, "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.textarea {
	margin: 5px;
	width: 384px;
	height: 221px;
	color: #000;
	font-size: 12px;
	padding: 4px;
	background: #FFF url(images/textfield.gif) repeat-x bottom left;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Trebuchet, "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.button {
	background: white;
	border: 1px solid #aaa;
	color: #aaa;
	padding: 3px;
	font-weight: bold;
}

.red {
	color: red;
}

/**
* Footer
*/

#footer {
	font-size: 11px;
	text-align: left;
}

#footer a {
	color: #454343;
}

#footer p {
	margin: 5px 0 15px 30px;
}

#footerbottom {
	height: 8px;
	background: #FFF url(images/footer.gif) no-repeat top left;	
}