/* CSS Document */

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	padding: 0;
	margin: 0;
}

/* HEADER */
#header {
	width:775px;
	height:130px;
	margin: auto;
	background: url(../images/headerBG.jpg);
	position: relative;
}

#header .logo {
	width:113px;
	height:117px;
	position: absolute;
	top:-10px;
	left:-16px;
}

#header .title {
	width:237px;
	height:71px;
	position: absolute;
	top:0px;
	left:538px;
}

#header .home a, #header .front a, #header .help a, #header .logout a, #header .home2 a, #header .help2 a {
	width: 115px;
	height: 22px;
	position: absolute;
	top:85px;
	text-align: center;
	font-size: 10px;
	line-height: 2.2em;
	display: block;
}

#header a {
	text-decoration: none;
	color: #333;
}

#header .home a {
	background: url(../images/btnHomeOver.gif);
	left: 98px;
}

#header .front a {
	background: url(../images/btnFrontOver.gif);
	left: 215px;
}

#header .help a {
	background: url(../images/btnSupportOver.gif);
	left: 332px;
}

#header .logout a {
	background: url(../images/btnLogoutOver.gif);
	left: 449px;
}

#header .home a:hover, #header .home2 a {
	background: url(../images/btnHomeUp.gif);
	left: 98px;
}

#header .front a:hover {
	background: url(../images/btnFrontUp.gif);
}

#header .help a:hover, #header .help2 a {
	background: url(../images/btnSupportUp.gif);
	left: 332px;
}

#header .logout a:hover {
	background: url(../images/btnLogoutUp.gif);
}

/* PAGE */

#page {
	width: 775px;
	margin: auto;
	margin-top: 10px;
}


/* LEFT NAVIGATION */

#leftCol {
	width: 140px;
	float: left;
}

#leftCol ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftCol ul li a {
	border: solid 1px #C8C8C8;
	text-decoration: none;
	font-size: 11px;
	display: block;
	margin-bottom: 3px;
	line-height: 2.5em;
	background: url(../images/btnLeftColBG.jpg);
	color: #333;
	height: 1%;
}

#leftCol ul li a img {
	padding-right: 10px;
	border: none;
}

#leftCol ul li a:hover {
	color: #FF8C00;
}

/* MAIN PAGE AREA */

#mainArea {
	width: 595px;
	float: right;
	margin-right: 20px;
	font-size: 11px;
}

#mainArea h1 {
	font-size: 18px;
	color: #444;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#mainArea h2 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 20px 0 5px 0;
}

#mainArea p {
	line-height: 1.5em;
	margin: 0 0 14px 0;
	color: #333;
}

#mainArea h3, #mainArea h3 a {
	font-weight: normal;
	font-size: 12px;
	color: Green;
	text-decoration: none;
}

#mainArea h3 a:hover {
	color: Orange;
}

/* FOOTER */

#footer {
	font-size: 10px;
	color: #405F66;
	text-align: center;
	display: block;
	margin-top: 10px;
	border-top: 1px dotted #C8C8C8;
	padding-top: 10px;
}


/* MISC. */

.clear {
	clear: both;
}

#homepage td {
	width:140px;
	text-align: center;
	font-style: italic;
	color: #405F66;
	font-weight: bold;
	font-size: 14px;
}

#homepage td img {
	padding-top: 8px;
	padding-bottom: 12px;
}

.titleBoxProducts, .titleBoxLogin, .titleBoxSettings, .titleBoxCustomers, .titleBoxOrders, .titleBoxShipping, .titleBoxFAQs, .titleBoxCustom, .titleBoxUsers, .titleBoxWarning, .titleBoxHelp, .titleBoxCategories, .titleBoxHome  {
	width: 435px;
	height: 60px;
	font-size: 15px;
	font-weight: bold;
	color: #405F66;
	margin: auto;
	padding-left: 65px;
	line-height: 55px;
	margin-bottom: 14px;
}

.titleBoxProducts {
	background: url(../images/boxProducts.jpg);
}

.titleBoxSettings {
	background: url(../images/boxSettings.jpg);
}

.titleBoxLogin {
	background: url(../images/boxLogin.jpg);
}

.titleBoxOrders {
	background:url(../images/boxOrders.jpg);
}

.titleBoxCustomers {
	background:url(../images/boxCustomers.jpg);
}

.titleBoxShipping {
	background: url(../images/boxShipping.jpg);
}

.titleBoxFAQs {
	background:url(../images/boxFAQs.jpg);
}

.titleBoxCustom {
	background: url(../images/boxCustom.jpg);
}

.titleBoxUsers {
	background: url(../images/boxUsers.jpg);
}


.titleBoxWarning {
	background:url(../images/boxWarning.jpg);
}

.titleBoxHelp {
	background:url(../images/boxHelp.jpg);
}

.titleBoxCategories {
	background:url(../images/boxCategories.jpg);
}

.titleBoxHome {
	background:url(../images/boxHome.jpg);
}

.warningBox {
	padding:5px;
	border: dashed 1px #F93;
	width: 488px;
	color: #000;
	margin: auto;
	background: #FC9;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.warningBox h1 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	color: Red;
	margin: 0;
	padding-bottom: 5px;
}

.warningLink {
	width: 500px;
	margin: auto;
}

.footnote {
	font-size: 80%
}

.smallBtn {
	width: 50px;
	height: 18px;
	background: url(../images/smallBtn.gif);
	border: none;
	font-size: 10px;
	color: #405F66;
	cursor: hand;
}

.deleteBtn {
	width: 88px;
	height: 27px;
	background: url(../images/deleteBG.gif);
	border: none;
	font-size: 11px;
	color: red;
	cursor: hand;
}


.generalLink {
	text-decoration: none;
	color: #405F66;
}

.supportMenu {
	list-style-type: none;
}
.supportMenu li a {
	line-height: 2em;
	color: #405F66;
	text-decoration: none;
	border-bottom: dashed 1px #98B6BE;
}
.textBox {
	width: 500px;
	margin: auto;
}

/* FORMS */

.generalForm {
	width: 500px;
	font-size: 11px;
	margin-bottom: 5px;
}

.generalForm thead {
	background: url(../images/tHeadTop.gif) top no-repeat #405F66;
	color: #FFF;
	font-size: 14px;
	height: 25px;
}


.generalForm tbody .col1, .generalForm tbody .col2 {
	color: #3D5A61;
	padding: 4px;
}


.generalForm tbody .col1 {
	background: #98B6BE;
	width: 40%;
	border-bottom: 1px solid #FFF;
}

.generalForm tbody .col2 {
	background: #DCE7E8;
	border-bottom: 1px solid #FFF;
}

.generalForm tbody .col2 input, .generalForm tbody .col2 textarea, .generalRowsTable tbody td input {
	border: 1px solid #98B6BE;
}

.generalForm tbody .submitRow {
	text-align: right;
}

.generalForm tbody .lastRow .col1 {
	background: url(../images/lastRowLeft.gif) no-repeat bottom left #98B6BE;
}

.generalForm tbody .lastRow .col2 {
	background: url(../images/lastRowRight.gif) no-repeat bottom right #DCE7E8;
}

.generalSubmit {
	width: 88px;
	height: 27px;
	background: url(../images/submitBG.gif);
	border: none;
	font-size: 80%;
	color: #405F66;;
	cursor: hand;
}

/* TABLES */


.generalRowsTable {
	width:500px;
}

.generalRowsTable thead td {
	background: #405F66;
	color: #FFF;
	font-size: 11px;
	padding: 4px;
	font-weight: bold;
}

.generalRowsTable thead .rowTop {
	background: url(../images/tHeadTop.gif) top no-repeat;
	height: 4px;
	padding:0;
}

.generalRowsTable tbody td {
	background: #DCE7E8;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 4px;
	font-size: 11px;
}

.generalRowsTable tbody .colEnd {
	border-right: none;
}

.generalRowsTable thead td a {
	color: #FFF;
	text-decoration: none;
}

.miniTable {
	width: 270px;
	font-size: 10px;
}

.miniTable td {
	border-bottom: 1px solid #FFF;
}






