/* webdepot members stylesheet */ 

@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
table {
	margin-left: 20px;
}
td {
	padding: 4px;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #CE0101;
	margin-bottom: 10px;
}
ul {
	margin-left: 30px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.formInput {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
}
#loginBox {
	height: 255px;
	width: 495px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundAccess.gif);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}
#content {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	background-image: url(images/webdepotHeader.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 980px;
	position: relative;
}
#header p {
	position: absolute;
	right: 25px;
	bottom: 10px;
	color: #FFF;
}
#mainMenu {
	display: inline;
	float: left;
	width: 130px;
	margin-left: 10px;
	margin-bottom: 90px;
}
#mainMenu a {
	font-size: 12px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 28px;
	width: 130px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-weight: bold;
}
#mainMenu a:hover {
	color: #CE0101;
}
#mainContent {
	display: inline;
	float: right;
	width: 810px;
	margin-right: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
}
#mainContent table {
	margin-left: 10px;
	border-collapse: collapse;
}
#mainContent table td, #mainContent table th {
	border-collapse: collapse;
	padding: 4px;
}
#mainContent table th {
	background-color: #E0E0E0;
}
#mainContent a {
	color: #3A818A;
	text-decoration: underline;
}

#boxStock, #boxCategories, #boxProducts, #boxDespatch, #boxHistory, #boxNotify, #boxReports, #boxUsers, #boxAdd {
	display: block;
	float: left;
	height: 142px;
	width: 259px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#boxStock {
	background-image: url(images/boxStock.gif);
}
#boxCategories {
	background-image: url(images/boxCategories.gif);
}
#boxProducts {
	background-image: url(images/boxProducts.gif);
}
#boxDespatch {
	background-image: url(images/boxDespatch.gif);
}
#boxHistory {
	background-image: url(images/boxHistory.gif);
}
#boxNotify {
	background-image: url(images/boxNotify.gif);
}
#boxReports {
	background-image: url(images/boxReports.gif);
}
#boxUsers {
	background-image: url(images/boxUser.gif);
}
#boxAdd {
	background-image: url(images/boxAdd.gif);
}
#boxStock h2, #boxCategories h2, #boxProducts h2, #boxDespatch h2, #boxHistory h2, #boxNotify h2, #boxReports h2, #boxUsers h2, #boxAdd h2 {
	font-size: 18px;
	font-weight: bold;
	color: #cf0101;
	position: absolute;
	left: 115px;
	top: 20px;
}
#boxStock p, #boxCategories p, #boxProducts p, #boxDespatch p, #boxHistory p, #boxNotify p, #boxReports p, #boxUsers p, #boxAdd p {
	position: absolute;
	left: 115px;
	top: 45px;
	width: 130px;
}
.buttonGo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 7px;
	bottom: 7px;
}
#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a6a6a6;
	line-height: 30px;
	color: #D10E0E;
	text-align: right;
	height: 30px;
	font-weight: bold;
}
