﻿body 
{
	background: #000 url('../../images/background.jpg') repeat-x;
	font-size: small;
	color: #000;
	text-align: center;
	margin-top: 0px;
	padding:0;
	font-family: Verdana;
}

#page
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header
{
	width: 775px;
}

#header img
{
	float:left;
}

img
{
	border: 0;
}

#header span
{
	display: none;
}

#menu
{
	float:left;
}

#centerPane
{
	float:left;
	height: 262px;
	width: 594px;
	background: url('../../images/content.jpg') no-repeat;
	
}

#contentContainer
{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}

#content
{
	overflow: auto;
	width: 560px;
	height: 240px;
}

#contentProducts
{
	overflow: auto;
	width: 560px;
	height: 205px;
}

#boat
{
	clear: both;
}

#footer
{
	margin-top: 5px;
	text-align: center;
	color: #ccc;
}

p
{
	padding:0;
	margin:0;
	margin-bottom:5px;
}

#productFilter
{
	margin-bottom: 10px;
}

.productName
{
	font-weight: bold;
}

.left
{
	float:left;
}

.productImage
{
	float: left;
}

.product
{
	width: 540px;
	margin-bottom: 10px;
	float: left;
}

.productInfo
{
	float: left;
	margin-left: 10px;
	width: 425px;
}

.contactBtn
{
	background-color: #EDF3F6;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float:left;
	color: #000;
	margin-top: 3px;
	margin-left: 185px;
}

.label
{
	width: 70px;
	display: block;
	float: left;
	margin-top: 5px;
}

.textbox
{
	background-color: #EDF3F6;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 3px;
	color: #000;
}