body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
}
.copyright {
	position: absolute;
	top: 2px;
	right: 2px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 3;
	font-size: 9px;
}
.logo {
	position: absolute;
	height: 120px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}
.content {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 130px;
	padding-left: 210px;
	z-index:1;
}
.admincontent {
	position: absolute; 
	left: 0px;
	top: 0px;
	padding-top: 93px;
	width: 100%;
	text-align: center;
}
.qikcontact {
	border: 1px solid #FFFF00;
	position: absolute;
	height: 120px;
	width: 200px;
	top: 7px;
	right: 10px;
	background-color: #0064B1;
	color: #FFFF00;
	text-align: center;
}
.menu {
	position:absolute;
	width:200px;
	height:auto;
	left:5px;
	top:125px;
	z-index:50;
}
p.button {
	padding:3px;
	margin:0px;
	background-color:#0064B0;
	border: thin solid #FFF;
	text-align:center;
}
p.button a:link, p.button a:visited, p.button a:active {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
	width: inherit;
}
p.button a:hover {
	font-size:16px;
	font-weight:bold;
	color:#F00;
	text-decoration: none;
	width: inherit;
}
p.productmenu {
	padding:3px;
	margin:5px;
	background-color:#FFF;
	border: thin solid #0064B0;
	text-align:left;
	font-weight: bold;
}
p.productmenu a:link, p.productmenu a:visited {
	color: #0064B0;
	text-decoration: none;
}
p.productmenu a:hover {
	color: #F00;
	text-decoration: none;
}

