@charset "UTF-8";

/* GENERAL */
body {
	background: transparent url(background.jpg) repeat top left;
	font: 10pt Arial;
	margin: 0px;
	padding: 0px;
}

p {
	color: #444444;
	font: 9pt Arial;
	line-height: 14pt;
	text-align: justify;
	margin: 14px 0px 14px 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


/* PRESCRIPTION PAD PIECES */
#wrap {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#main {
	background: #FFFFFF;
	border: 3px solid;
	height: 514px;
	width: 794px;
	margin: 0px;
	padding: 0px;
	position: absolute;
		left: 0px;
		top: 10px;
	z-index: 3;

}

#sider {
	background: transparent url(sider_new.jpg) no-repeat top left;
	height: 560px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	position: absolute;
		left: 800px;
		top: 10px;
	z-index: 1;

}

#footer {
	background: transparent url(footer_new.jpg) no-repeat top left;
	height: 40px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	position: absolute;
		left: 0px;
		top: 530px;
	z-index: 2;
}


/* MAIN FRAME */
#header {
	background: transparent url(header.jpg) no-repeat top left;
	height: 134px;
	width: 794px;
	margin: 0px;
	padding: 0px;
}

#menubar {
    background: url(menu.jpg);
   	height: 30px;
	width: 794px; 
    margin: 0px; 
	padding: 0px;
    position: relative;
}

#menubar li {
	list-style: none;
    margin: 0px; 
	padding: 0px; 
	position: absolute; 
		top: 0px;
}

#menubar li, #menubar a {
    height: 30px; 
	display: block;
}

#panel1b { left: 50px;  width: 80px;  }
#panel2b { left: 131px; width: 72px;  }
#panel3b { left: 204px; width: 126px; }
#panel4b { left: 331px; width: 115px; }
#panel5b { left: 447px; width: 81px;  }
#panel6b { left: 529px; width: 128px; }
#panel7b { left: 658px; width: 85px;  }

#panel1b a:hover { background: transparent url(menu.jpg) -50px  -30px no-repeat; }
#panel2b a:hover { background: transparent url(menu.jpg) -131px -30px no-repeat; }
#panel3b a:hover { background: transparent url(menu.jpg) -204px -30px no-repeat; }
#panel4b a:hover { background: transparent url(menu.jpg) -331px -30px no-repeat; }
#panel5b a:hover { background: transparent url(menu.jpg) -447px -30px no-repeat; }
#panel6b a:hover { background: transparent url(menu.jpg) -529px -30px no-repeat; }
#panel7b a:hover { background: transparent url(menu.jpg) -658px -30px no-repeat; }

#midsection {
	background: #FFFFFF;
	height: 324px;
	width: 744px;
	margin: 0px;
	padding: 15px 25px 10px 25px;
}



