body
{
	text-align:center;
	font: 0.8em "Trebuchet MS",Arial,sans-serif;
	margin: 0;
	padding: 1em 0 0 0;
	background: #eeeeee url(../images/background.gif) repeat-y center center;
}

p
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

a
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

label
{
	font-weight: bold;
}

.description
{
	color: #666666;
	font-size: 0.85em;
}

img
{
	border: 0;
}

td
{
	vertical-align: top;
}

#container
{
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

#siteLogo
{
	float: left;
	position: relative;
	left: -5px;
}

#languageIcons
{
	float: left;
	padding: 10px 0 0 0;
}

#languageIcons a
{
	margin-right: 5px;
}

#navMenu ul
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size: 0.9em;
}

#navMenu li
{
	display: inline;
	margin-left: 5px;
}

#navMenu li a
{
	padding: 5px 5px 5px 20px;
}

#pageContent
{
	line-height: 1.
}

h1
{
	clear: both;
	font-size: 150%;
	padding: 0.5em 0 1em 0;
	margin: 20px 0 0 0;
	border-top: 1px dashed #cccccc;
}

h2
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

h3
{
	clear: both;
}

#homePhoto
{
	border: 1px solid #666666;
	float: left;
	width: 419px;
	height: 231px;
	background: url(../images/header/1.jpg);
}

#homeTextPanel
{
	border: 1px solid #666666;
	height: 231px;
	overflow: auto;
	margin-left: 429px;
	font-size: 1em;
}

#homeTextPanel div.pad
{
	padding: 1em;
}

#homeBottomPanel
{
	margin-top: 1em;
}

#partners
{
	text-align: center;
	margin-top: 1em;
	border-top: 1px dashed #cccccc;
	padding-top: 1em;
}

#partners img
{
	padding: 3px 2px;
	vertical-align: middle;
}

#footer
{
	text-align: center;
	font-size: 0.95em;
	background: #025953 url(../images/green-gradient.gif) repeat-x top;
	color: #ffffff;
	padding-top: 1em;
	padding-bottom: 50px;
	margin-top: 1em;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 1em;
}

#footer a
{
	font-weight: bold;
	color: #ffffff;
}

.hidden, .backtotop, hr
{
	display: none;
}

a.home{background: url(../images/icons/home.gif) no-repeat center left;}
a.cart{background: url(../images/icons/cart.gif) no-repeat center left;}
a.mail{background: url(../images/icons/mail.gif) no-repeat center left;}

p.error
{
	background-color: #FFEEEE;
	font-weight: bold;
	color: #990000;
	padding: 0.5em;
	border: 1px solid #990000;
}

p.success
{
	background-color: #EEFFEE;
	font-weight: bold;
	color: #009900;
	padding: 0.5em;
	border: 1px solid #009900;
}

table#locations
{
	background: url(../images/map-background.gif) no-repeat center center;
	width: 100%;
	height: 222px;
}

table#banners img
{
	padding: 0;
}

.floatLeft
{
	float: left;
}