@charset "utf-8";
/* CSS Document */

body{
	margin: 0 0 0 0;
	background-image:url(../images/BG2.jpg)
	}
	
a{
	color:#464543;
	text-decoration:none;
}

a:hover{
	color: #663;
	text-decoration:underline;
}
	
/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

#wrapper{
	width: 950px;
	height: 480px;
	min-width:950px;
	overflow:auto;
}


.menucontainer{
	min-width:170px;
	width: 170px;
	height: 470px;
	font-size:18px;
	text-align:center;
	
}

.menucontainer a{
	font-family:"Eras Medium ITC", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
    color:#464543;
}

.menucontainer a:hover{
	color: #663
}

.logo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float: left;
	position:relative;
	display:block;
	height: 250px;
	width:168px;
}

.btn-home a{
	background-image:url(../images/btn-home.png);
	background-repeat:no-repeat;
	float: left;
	position:relative;
	display:block;
	height: 45px;
	width:150px;
	padding-top: 10px;
	top: 0px;
	left: 8px;
	
}

.btn-pricelist a{
	background-image:url(../images/btn-pricelist.png);
	background-repeat:no-repeat;
	float: left;
	position:relative;
	display:block;
	height: 45px;
	width:150px;
	padding-top: 10px;
	top: -10px;
	left: 8px;
}

.btn-editor a {
	background-image:url(../images/btn-editor.png);
	background-repeat:no-repeat;
	float: left;
	position:relative;
	display:block;
	height: 45px;
	width:150px;
	padding-top: 10px;
	top: -20px;
	left: 8px;

}

.btn-samples a {
	background-image:url(../images/btn-samples.png);
	background-repeat:no-repeat;
	float: left;
	position:relative;
	display:block;
	height: 45px;
	width:150px;
	padding-top: 10px;
	top: -30px;
	left: 8px;
}

.btn-contact a{
	background-image:url(../images/btn-contact.png);
	background-repeat:no-repeat;
	float: left;
	position:relative;
	display:block;
	height: 45px;
	width:150px;
	padding-top: 10px;
	top: -40px;
	left: 8px;
}





.placard{
	background-image:url(../images/placard.png);
	background-repeat:no-repeat;
	background-position:right;
	width:800px;
	min-width:800px;
	height:470px;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -255px; /* make this half element height */
	margin-left: -400px;
}

.content{
	width:530px;
	height:405px;
	float:right;
	position:relative;
	top: 20px;
	right: 25px;
	overflow: auto;
	padding: 10px;
}



	

