/* Instant POS Style Sheet */

body {
	padding:0px;
	margin:0px;
	background:#fff;
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;}

h1,h2,h3,h4,h5,h6 {padding:0px;margin:0px;border:0px;}
h1 {border-bottom:4px solid #f60;margin-bottom:8px;}
a:link {}
a:visited {}
a:hover {}
a:focus {}

#page {
	width:766px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:0;
	color:#000;
	}

#header {width:766px;height:113px;position:relative;margin-top:10px;}
#logo {background:url('../images/logo.gif') top left no-repeat #fff;width:404px;height:113px;color:#000;}
#navbar {position:absolute;right:0px;top:0px;width:358px;height:19px;border-bottom:44px solid #f60;padding:25px 0;text-align:center;font-size:14px;font-weight:bold;text-transform:uppercase;}

#content {margin-top:4px;position:relative;}
#divtable {width:766px;height:437px;position:relative;}
#leftcontainer {background:url('../images/orangetopleft.gif') top left no-repeat #f60;width:404px;height:182px;color:#fff;}
#left {padding:10px;text-align:center;}
#rightcontainer {background:url('../images/buttmoney.jpg') top left no-repeat #fff;width:358px;height:344px;color:#000;position:absolute;top:0px;right:0px;}
#right {padding:10px;}
#leftnavcontainer {background:url('../images/bluebottomleft.gif') bottom left no-repeat #06f;width:200px;height:251px;color:#fff;position:absolute;left:0px;top:186px;}
#leftnav {padding:10px 10px 10px 30px;font-size:30px;font-family:impact, tahoma, arial, sans-serif;}
#textcontainer {background:url('../images/bluebottomright.gif') bottom right no-repeat #06f;width:200px;height:251px;color:#fff;position:absolute;left:204px;top:186px;}
#text {padding:10px;font-size:16px;font-weight:bold;}
#text .number {font-family:impact, tahoma, arial, sans-serif;font-size:28px;white-space:nowrap;margin-top:10px;font-weight:normal;}
#slogancontainer {background:#f60;width:358px;height:89px;color:#fff;position:absolute;right:0px;top:348px;}
#slogan {padding:5px 10px;font-size:30px;font-family:impact, tahoma, arial, sans-serif;text-align:right;}

#footer {height:36px;width:766px;border-bottom:8px solid #f60;text-align:center;font-size:14px;font-weight:bold;padding:8px 0;}
#copyright {}
#designed {}