HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

BODY {
	font: 12px Arial;
}

BR.clear {
	clear: both;	
}

IMG {
	border: none;	
}

A {
	color: black;	
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: rgb(237,124,18);
}

H1 {
	margin-top: 0;
	padding-top: 0;	
}

P {
}

#content0 {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: url(../img/gesine/background-stripe.png) repeat-y;
}

#top-rounded-corners {
	height: 28px;
	background: url(../img/gesine/top-rounded-corners.png) no-repeat;
}

#bottom-rounded-corners {
	height: 28px;
	background: url(../img/gesine/bottom-rounded-corners.png) no-repeat;
}

#copyright {
	width: 680px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid black;
	text-align: center;
	padding-top: 5px; 	
}

#content1 {
	margin-left: 23px;
	margin-right: 22px;
}

#head {
}

#catman-logo {
	margin-left: 40px;	
	width: 245px;
	height: 80px;
	float: left;
}

#side-menu {
	float: right;	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 215px;
	
}

#side-menu  LI {
	margin-bottom: 5px;
	padding-left: 120px;
	margin-top: 0px;
}

#side-menu  A {
	color: rgb(80,80,80);
	padding-right: 20px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration: none;
	display: block;
}

#side-menu  A:HOVER {
	background-color: rgb(205,0,57);
	color: white;
}

#main-content {
	width: 720px;
	float: left;
}

#page {
	margin: 20px;	
}

#right-column {
	float: right;
	width: 215px;	
}

A.right-column-link {
	display: block;
	width: 181px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;	
}

#sub-navigation {
	background: url(../img/gesine/navigation-stripe.png) repeat-x bottom;
	margin-top: 10px;
	float: left;
	width: 935px;
	_height: 36px;
	min-height: 36px;
}

#sub-navigation UL {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#sub-navigation UL LI {
	float: left;
	margin: 0;
	line-height: 36px;
}

#sub-navigation UL LI.selected {
	background: rgb(158,7,50) url(../img/gesine/left-navigation-corner.png) no-repeat top left;
}

#sub-navigation UL LI.selected A {
	background: url(../img/gesine/right-navigation-corner.png) no-repeat top right;
}

#sub-navigation UL A {
	color: white;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#sub-navigation UL A:HOVER {
	color: rgb(80,80,80);
}

#pharmacy-name {
	background-color: rgb(237,124,18);
	text-align: right;
	padding-right: 235px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;	
	margin-top: 10px;
}


/************ PHARMACY DATA **************/
TABLE.pharmacyData {
	width: 100%;
}

TABLE.pharmacyData THEAD TD {
	text-align: right;
	padding-right: 5px;
	padding-left: 20px;
	font-weight: bold;
}

TABLE.pharmacyData TD.submit {
	text-align: right;
}


TABLE.pharmacyData INPUT {
	width: 100%;
}

TABLE.pharmacyData TEXTAREA {
	width: 100%;
	height: 120px;
}

TABLE.pharmacyData TD.label {
	text-align: right;
	padding-right: 5px;
	padding-left: 20px;
	
}

/************ DATA TABLE ******************/
TABLE.data {
	border: 1px solid black;	
	border-collapse: collapse;
}

TABLE.data THEAD {
	background-color: rgb(205,0,57);
	color: white;
	font-weight: bold;
}

TABLE.data TD {
	border: 1px solid black;
	padding-left: 5px;	
	padding-right: 5px;	
	padding-bottom: 2px;	
	padding-top: 2px;	
}

TABLE.data TD A {
	display: block;
	text-decoration: none;
	color: black;
}

TABLE.data TD A:HOVER {
	color: rgb(80,80,80);
}

TABLE.data TR.selected {
	background-color: rgb(237,124,18);
}

TABLE.data TR.selected A {
	color: white;
}

TABLE.data TR.selected A:HOVER {
	color: rgb(80,80,80);
}


/************ PLANOGRAM PAGE **************/
#planogram {
	float: left;
	margin-right: 20px;
	margin-top: 0;
	width: 460px;
}


#rack-list {
	float: right;
	width: 200px;	
}

#planogram-links {
	width: 200px;	
	float: right;
	margin-top: 20px;	
}


/************ GROUNDPLAN PAGE **************/
#groundplan IMG {
	border: 1px solid black;
}

/************ LOGIN PAGE ***************/
#login_form TABLE {
	margin: 0 auto;
}