﻿/* CSS Document */

body {
	position: absolute;
	width:100%;
	height:100%;
	background-color: #F2F2F2;
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	margin: 0px 0px 0px -367px;
	left: 50%;
	top: 0px;
	bottom: 0px;
	width: 735px;
	height: 500px;
}
#inventoryContainer {
	position: absolute;
	margin: 0px 0px 0px -367px;
	left: 50%;
	top: 0px;
	bottom: 0px;
	width: 735px;
	height: 187px;
}


#logo {
	position: static;
	width: 735px;
	height: 147px;
	background-image: url('/images/logo.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#contentSection {
	position: static;
	width: 735px;
	margin:0;
	padding: 0;
	background-image: url(/images/middleBackground.jpg);
	background-repeat: repeat-y;
	height: 100%;
	bottom: 0px;
}
#inventorySection {
	position: static;
	top: 210px;
	width: 735px;
	margin:0;
	padding: 0;
	height: 100%;
	bottom: 0px;
}

#inventoryContent {
	position: static;
	top: 180px;
	width: 735px;
	margin:0;
	padding: 0;
	height: 100%;
	bottom: 0px;
}

#actualContent {
	position:absolute;
	top: 147px;
	float: left;
	width: 537px;
	height: auto;
	margin: 0px;
	padding: 2px;
	left: 176px;
}

#footerSection {
	position: static;
	width: 735px;
	height: 70px;
	padding: 0;
	margin: 0;
	background-image: url(/images/footerBackground.jpg);
	background-repeat: no-repeat;
}

#footerContent {
	position: relative;
	width : 689px;
	height: 50px;
	top: 0px;
	margin-left: -343px;
	left: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 5px;
}

#leftPicture {
	position:absolute;
	left: 21px;
	top: 147px;
	float: left;
	width: 150px;
	height: 400px;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



/* Menu Section */
#menuBar {
	position: absolute;
	left:21px;
	top: 109px;
	width: 694px;
	height: 30;
	z-index:3;
	float: left;
}

.button {
	position: static;
	width: 100px;
	height: 30px;
	float: left;
	line-height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	background-image: url(/images/menu_Normal.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

.buttonOver {
	position: static;
	width: 100px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	line-height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	background-image: url(/images/menu_Highlight.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

#menuBar.visited {
	line-height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #555555;
	float: left;
	cursor: pointer;
}

#menuBar a:link {
	line-height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #555555;
	float: left;
	cursor: pointer;
}

#menuBar a {
	line-height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #555555;
	float: left;
	cursor: pointer;
}

#menuBar.active{
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
}

#menuBar a:hover{
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
}

/* End Menu Section */


/* Start Text Formatting Section */
#heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

#headingSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: Bold;
	padding: 0;
	margin: 0;
}

#headingSmallR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D20000;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: Bold;
	padding: 0;
	margin: 0;
}


#indentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 5px;
}

#loginboxes {
	position: static;
	width :262px;
	height: auto;
	float: left;
	border: 1px solid #999999;
	margin: 2px;
	background-color: #DEDEDE;
}

#boxes {
	position: static;
	width :100%;
	height: auto;
	float: left;
	border: 0px solid #999999;
	margin: 2px;
	background-color: #FFFFFF;
}


/*End Text Formatting Section*/