@charset "utf-8";
/* CSS Document */

#wrapper
{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	text-align: center;
	background-color: #c7a872;
}
#leftTop
{
	position: absolute;
	right: 911px;
	top: 0px;
	width: 50%;
	text-align: right;
	background: url(../images/tile_topleft.png) top right repeat-x;
}
#rightTop
{
	position: absolute;
	left: 911px;
	top: 0px;
	width: 50%;
	background: url(../images/tile_topright.png) top left repeat-x;
}
#leftBottom
{
	position: absolute;
	right: 911px;
	bottom: 0px;
	width: 50%;
	text-align: right;
	background: url(../images/tile_bottomleft.png) top right repeat-x;
}
#rightBottom
{
	position: absolute;
	left: 911px;
	bottom: 0px;
	width: 50%;
	background: url(../images/tile_bottomright.png) top left repeat-x;
}
#main
{
	width: 911px;
	position: relative;	
	text-align: left;
	background: url(../images/header.png) top left no-repeat #291305;
}
#prodsel
{
	position: absolute;
	left: -34px;
	top: 295px;	
}
#header
{
	display: block;
	position: relative;
	height: 250px;	
}
#menubar
{
	position: relative;
	display: block;
	height: 30px;	
}
#menu
{
	position: absolute;
	left: 0px;
	top: 3px;	
}
#search
{
	position: absolute;
	left: 625px;
	top: 8px;	
}
#footer
{
	display: block;
	position: relative;
	background: url(../images/footer.png) top left no-repeat;
	height: 186px;	
}
#contentHolder
{
	display: table-row;
}
#productMenuHolder
{
	display: table-cell;
	padding-left: 20px;
	background-color: black;	
	width: 219px;
}
#productMenu
{
	width: 189px;
	background-color: black;	
}
#contentInner
{
	width: 300px;
	display: table-cell;	
	padding-left: 20px;
	background-color: black;	
}

#logosBottom
{
position:absolute;
right:-10px;
top:50px;
width:396px;
height:48px;
}

#accessLinks
{
position:absolute;
left:0px;
top:58px;
width:430px;
height:48;
color:black;
}

#accessLinks a
{
color:black;
}

#accessLinks a:visited
{
color:black;
}

#accessLinks a:hover
{
color:#3a3a3a;
}

#copyright
{
position:absolute;
left:0px;
top:78px;
width:330px;
height:48;
color:black;
}
