/* REPLACE ALL COLOURS FOR EASY RE-BRANDING
	#4C4C4C;		Navy Blue
	#0A73B3;		Bright Green
	#B2C7E5;		Faded Bright Green
	#DFE6FF;		Pale Green v1
	#ECF0F7;		Pale Green v2
	#A8C1E6;		Pale Green v3
	#F2F9FD;		Very Pale Green		*/

body {
	background-color: #CCCCCC;
	text-align: center;
	margin: 10px 0;	
}
form {
	margin: 12px 0 12px 0;	
}
.clear {
	clear: both;
	margin: 0;
}
#container {
	width: 768px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0;
	text-align: left;
	background-color: #FFF;
	display: block;
}

a {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
p {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 1.5em;
}
h1 {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 6px 0;
	border-bottom: 5px solid #0A73B3;
	margin-bottom: 6px;
}
h2 {
	color: #0A73B3;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 6px 0 6px 0;
}
h3 {
	color: #4C4C4C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #4C4C4C;
	margin-bottom: 6px;
	width: 40%;
	background-color: #F2F9FD;
}

ul {
	list-style: square;
}
ul li {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	padding-bottom: 3px;
}
ul li a {
	color: #4C4C4C;
	text-decoration: none;
}
ul li a:hover {
	color: #0A73B3;
	text-decoration: underline;
}

table {
	padding: 5px;
	margin-top: -10px;
}
table caption {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 8px;
}
table td, table th {
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	text-align: left;
}
table th {
	border-top: 1px solid #4C4C4C;
	border-bottom: 2px solid #4C4C4C;
	background-color: #DFE6FF;
}
table td {
	border-bottom: 1px solid #E8E8E8;
}
table input {
	width: 25px;
	font-size: 0.9em;
	border-bottom: 1px solid #F49191;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
table input.medium {
	width: 35px;
}
table input.large {
	width: 105px;
}
table select {
	width: 40px;
	font-size: 0.9em;
}

label {
	float: left;
	width: 120px;
	color: #4C4C4C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 2px;
	text-align: right;
	padding-right: 10px;
}
label.images {
	width: 190px;
}

html>body label {
	width: 110px;
}
input, select, textarea {
	float: left;
	border: 1px solid #737373;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	color: #6E6E6E;
}
input.small, select.small, textarea.small {
	width: 100px;
}
input.normal, select.normal, textarea.normal {
	width: 200px;
}
input.large, select.large, textarea.large {
	width: 320px;
}
input.button {
	width: 100px;
	background-color: #4C4C4C;
	border: 1px solid #4C4C4C;
	font-weight: bold;
	color: #FFF;
}
input.buttonOrder {
	width: 200px;
	background-color: #4C4C4C;
	border: 1px solid #4C4C4C;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
}
textarea.editContent {
	width: 100%;
	border: 1px dashed #D4D4D4;
	padding: 10px;
	color: #4C4C4C;
	line-height: 1.5em;
	height: 300px;
	margin-bottom: 12px;
}
html>body textarea.editContent {
	width: 96%;
}
.formLine {
	clear: left;
	height: 22px;
}
.formLineImages {
	clear: left;
	height: 95px;
}

.floatRight {
	float: right;
	margin-left: 8px;
}
.floatRightImage {
	float: right;
	margin: 20px 16px 0 8px;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.colRed {
	color: #E90000;
}
.colBlue {
	color: #1D4794;
}
.colGreen {
	color: #5A911A;
}
div.box {
	border: 1px solid #B2C7E5;
	padding: 14px 24px 10px 24px;
}
.smallText {
	font-size: 0.6em;
}
.error {
	color: #FF0000;
}
.grey {
	color: #666;
}

/* Top Header _____________________________________________________________________ */
#header {
	border-bottom: 4px solid #FFF;
	width: 768px;
	height: 90px;
	background-image: url(../images/company/banner.gif);
	background-repeat: no-repeat;
}
#header p#loginInfo {
	float: right;
	padding: 12px 23px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	color: #4C4C4C;
}
#header p#loginInfo a {
	color: #4C4C4C;
	text-decoration: none;
	padding: 0 6px;
}
#header p#loginInfo a:hover {
	color: #0A73B3;
	text-decoration: none;
}
#header p#loginInfo span#user a {
	color: #0A73B3;
}
#header p#loginInfo span#user a:hover {
	color: #4C4C4C;
}

/* Main Top Menu ________________________________________________________________ */
#mainMenu {
	background-color: #737373;
	padding: 5px 0 0 38px;
	height: 24px;
}
html>body #mainMenu {
	height: 19px;
	padding-left: 0;
}
#mainMenu ul {
	margin: 0;
	width: 100%;
	list-style: none;
}
#mainMenu ul li {
	margin: 0;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	color: #FFF;
}
#mainMenu ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
	color: #FFF;
}
#mainMenu ul li a:hover {
	color: #DFDFDF;
}
/* Main Top TECH Menu ________________________________________________________________ */
#techMenu {
	background-color: #97b2dd;
	padding: 5px 0 0 38px;
	height: 24px;
}
html>body #techMenu {
	height: 19px;
	padding-left: 0;
}
#techMenu ul {
	margin: 0;
	width: 100%;
	list-style: none;
}
#techMenu ul li {
	margin: 0;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	color: #FFF;
}
#techMenu ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
	color: #FFF;
}
#techMenu ul li a:hover {
	color: #DFDFDF;
}

/* Main Page Content area ________________________________________________________ */
#pageContent {
	clear: both;
	padding: 0 15px 15px 15px;
	border-top: 12px solid #FFF;
}

/* Footer ________________________________________________________________________ */
#Footer {
	clear: both;
	background-image: url(../images/company/bkg_footer.gif);
	background-repeat: repeat-x;
	height: 44px;
	padding: 17px 0 0 8px;
	border-bottom: 12px solid #FFF;
}
html>body #Footer {
	height: 15px;
}
#Footer p {
	font-size: 0.6em;
	color: #4C4C4C;
	padding: 0;
}


/* Login box ____________________________________________________________ */
#login {
	width: 640px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFF;
	padding: 6px 10px 16px 10px;
	border: 2px solid #999;
}
#login label {
	width: 180px;
}
#login input.green {
	width: 150px;
/*	background-color: #0A73B3;		*/
	border: 1px solid #0A73B3;
	color: #4C4C4C;
}

/* Left Strip : Menu + Cart _______________________________________________ */
#leftStrip {
	float: left;
	width: 160px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#leftStrip div#leftMenu {
	padding-bottom: 15px;
}
#leftStrip div#leftMenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#leftStrip div#leftMenu li {
	margin-bottom: -1px;
	padding-bottom: 0;
}
html>body #leftStrip div#leftMenu li {
	margin-bottom: 0;
}
#leftStrip div#leftMenu li a {
	height: 22px;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 0;
	color: #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-bottom: 5px solid #4C4C4C;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
html>body #leftStrip div#leftMenu li a {
	height: 15px;
}
#leftStrip div#leftMenu li a:hover {
	background-color: #ECF0F7;
}
#leftStrip div#leftMenu li a.highlight {
	text-align: right;
	border-right: 2px solid #0A73B3;
	background-color: #A8C1E6;
}

#leftStrip div#cart {
	background-color: #E5E5E5;
	padding: 10px;
}
#leftStrip div#cart h2 {
	font-size: 1.1em;
	color: #7E7E7E;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 7px;
	padding-top: 0;
}
#leftStrip div#cart p {
	padding-top: 2px;
	font-family: Geneva, Arial, sans-serif;
	font-size: 0.55em;
	line-height: 1.2em;
	color: #656565;
}
#leftStrip div#cart ul {
	margin: 0;
	list-style: none;
	padding-bottom: 12px;
}
#leftStrip div#cart ul li {
/*	font-family: Geneva, Arial, sans-serif;
	font-size: 0.6em;	*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.55em;
	color: #555555;
	border-bottom: 1px dashed #FFF;
}

/* Right Strip : Main Content _______________________________________________ */
#rightContent {
	float: right;
	width: 563px;
}

/* Listings styles ___________________________________________________________ */
.itemEntry {
	margin-bottom: 8px;
	border-bottom: 1px dashed #E5E5E5;
	height: 86px;
}
.itemEntry h4 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #0A73B3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.55em;
}
.itemEntry p {
	line-height: 1.1em;
	font-size: 0.65em;
	padding-bottom: 2px;
	padding-top: 4px;
	color: #4C4C4C;
}

img.photo {
	float: left;
	border: 1px solid #7E7E7E;
	margin-right: 10px;
}

/* Contacts styles __________________________________________________________ */
.contactEntry p.bottom {
	clear: left;
	border-bottom: 1px solid #708EAA;
	padding-bottom: 8px;
	padding-top: 4px;
	margin-bottom: 8px;
	color: #666;
}
.contactEntry h4 {
	width: 55%;
	margin: 0;
	padding-left: 6px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0A73B3;
	border-bottom: 1px dashed #B2C7E5;
	border-left: 5px solid #4C4C4C;
}
html>body .contactEntry h4 {
	margin-left: 90px;
	margin-bottom: 8px;
}
.contactEntry ul {
	list-style: none;
	margin: 0;
}
.contactEntry ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.55em;
	margin: 0;
	padding: 0;
}
html>body .contactEntry ul li {
	padding-bottom: 6px;
}
.contactEntry ul li a {
	text-decoration: underline;
	color: #0A73B3;
}
.contactEntry ul li a:hover {
	text-decoration: none;
}
img.contact {
	float: left;
	border: 3px solid #4C4C4C;
	margin-right: 10px;
}

/* Image uploader Pop Up */
#popWindow {
	width: 365px;
	height: 420px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #979797;
	text-align: left;
	background-color: #FFF;
}
#libraryBox {
	padding: 12px;	
}
#libraryBox div.libraryItem a img {
	border: 3px solid #0A73B3;
}
#libraryBox div.libraryItem a:hover img {
	border: 3px solid #FF0000;
}
#libraryBox div.libraryItem a img.icon {
	border: 3px solid #FFF;
	margin-top: 3px;
}
#libraryBox div.libraryItem a:hover img.icon {
	border: 3px solid #FFF;
}
#libraryBox div.libraryItem {
	padding: 5px;
	float: left;
}

/*	Orders admin page */

#padder {
	padding: 22px;
}
#padder p.home {
	float: right;
	padding-top: 4px;
}
#padder table {
	width: 94%;
}
#padder form input {
	margin-left: 2px;
	height: 20px;
}
