﻿HTML, FORM, body
{
	margin: 0px;
	padding: 0px;
	background-color: #11446a;
	color: #3d3d3d;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

H1
{
	font-size: 17px;
	color: #155079;
	padding: 3px 0px;
	margin: 0px;
}

H2
{
	font-size: 12px;
	color: #155079;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

P
{
	padding: 5px 0px 15px 0px;
	margin: 0px;
}

A
{
	color: #155079;
	border-bottom: dotted 1px darkorange;
	text-decoration: none;
	border-bottom-color: #F28500;
}

A:Hover
{
	color: #155079;
	border-bottom: solid 1px darkorange
}

/* Inputs */
.Textbox
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 180px;
	padding: 3px;
}

.TextboxBig
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 500px;
	padding: 3px;
}

.Button
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 2px;
	color: White;
	background-color: #155079;
	border: solid 1px dimgray;
}

.ButtonAlt
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 2px;
	color: white;
	background-color: dimgray;
	border: solid 1px dimgray;
}

/* Header */
.Header
{
	background-color: #155079;
	height: 104px;
}

.HeaderHolder
{
	width: 852px;
	margin: 0px auto;
	padding: 40px 0px 0px 20px;
}

.Logo
{
	float: right;
	margin: -25px 10px 0px 10px
}

A.MenuLnk
{
	font-size: 14px;
	color: White;
	text-decoration: none;
	margin-right: 25px;
	padding-left: 15px;
	border: none;
}

A:Hover.MenuLnk
{
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

A.MenuLnk1
{
	font-size: 14px;
	color: White;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 15px;
	border: none;
}

A:Hover.MenuLnk1
{
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Body */
.Body
{
	width: 852px;
	margin: 0px auto;
}

.BodyHolder
{
	background-color: White;
	padding: 20px 20px;
	width: 520px;
	min-height: 450px;
	overflow: hidden;
}

/* Footer */
.Footer
{
	width: 550px;
	padding: 40px 0px 10px 10px;
	background-image: url(Images/footer-bg.jpg);
	background-color: #8c8a8a;
	background-repeat: no-repeat;
}

A.FooterMainLnk
{
	color: #2e2e2e;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
	border: none;
}

A:Hover.FooterMainLnk
{
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

A.FooterSubLnk
{
	color: #2e2e2e;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	padding-left: 15px;
	border: none;
}
A:Hover.FooterSubLnk
{
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Sub Menu Top */
.TopSubMenu
{
	height: 390px;
	width: 300px;
	background-image: url(Images/submenu-1.jpg);
	background-repeat: no-repeat;
	background-color: White;
}

.BottomSubMenu
{
	width: 300px;
	height: 250px;
	background-image: url(Images/submenu-2.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: left bottom;
	margin-top: 10px;
	font-size: 11px;
}

.SubMenu
{
	padding: 10px 15px 0px 15px;
}


/* Misc */
.Error
{
	color: crimson;
}


.AdminHeader
{
	background-color: #162a83;
	color: White;
	border: solid 1px dimgray;
	font-weight: bold;
	font-size: 12px;
}

.AdminRow
{
	background-color: White;
}
.AdminRowAlt
{
	background-color: aliceblue;
}

.AdminCell
{
	border: solid 1px dimgray;
}

.Basket_QTY
{
	width: 30px;
	border: solid 1px silver;
	font-family:Arial;
	font-size:11px;
}

.NoBorder
{
	border: none;
}
