/* ----------- global ----------- */

*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/bg-tile.jpg) repeat-x;
	font-size:11px;
	color:#424242;
}

#container
{
	width:928px;
	margin:0 auto;
}

h1
{
	font-size:18px;
	color:#d67a04;
	font-weight:bold;
	margin:5px 0 10px 0;
}

ul, ol
{
	list-style-type:none;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.display-none
{
	display:none;
}

/* ----------- header ----------- */

#header
{
	width:928px;
	float:left;
}

#logo
{
	width:605px;
	height:168px;
	float:left;
	margin:9px 0 0 12px;
}

#navigation
{
	float:right;
	height:32px;
	width:800px;
	margin:-19px 0 0 0;
}

#navigation li
{
	float:left;
	padding:7px 13px 0 13px;
	height:32px;
}

#navigation a
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;	
}

#navigation a:hover
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/hover-tile.jpg) repeat-x;
	color:#fff;
	height:32px;
}

.navigation-visited
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/hover-tile.jpg) repeat-x;
	color:#fff;
	height:32px;
}

/* ----------- body ----------- */

#body-wrapper
{
	width:798px;
	float:left;
	padding:40px 75px;
}

#body-content
{
	width:423px;
	float:right;
	margin:0 0 0 20px;
}

#body-wrapper p
{
	margin:5px 0 10px 0;
}

#product
{
	float:left;
	width:340px;
}

/* ----------- footer ----------- */

#footer
{
	width:100%;
	height:35px;
	clear:both;
	float:left;
	background:url(../images/footer-tile.jpg) repeat-x;
	margin:-40px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#d67a04;
	padding:80px 0 0 0;
}