/*
menu normal color #D9FF8A;
menu hover color #ECFFC4;

border color: #aaaaaa
*/

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
/*	background-color: #FDF2FD;*/
/*	background-color: #FCE9FD;*/
/*	background-color: #DEFAFE;*/
	background-repeat: repeat-x;
}

div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table {
	border-collapse: collapse;
	/*border: 1px solid black;*/
	empty-cells: show;
/*	border-spacing: 0px; */
}

img {
	border: 0px;
}

a:link {
	color: red;
	text-decoration: none;
}
a:hover, a:active {
	color: green;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: none;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* used to align site in middle */
.tableSite {
	/*border: 1px solid black;*/
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.tableSite td {
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.tableSite .tdSpacing {
	/*border: 1px solid green;*/
	width: auto;
}

.tableSite .tdSite {
	/*border: 1px solid blue;*/
	/*padding-top: 30px;*/
	width: 800px;
}

.divSiteContainer {
	/*border: 1px solid black;*/
}

.divSiteHeader {
	/* background-color: red; */
}

.divSiteMain {
	border: 1px solid black;
	background-color: #FFFFFF;
	height: 375px;
	overflow: hidden;
	padding: 5px;
}

.tableHeader {
	width: 100%;
}

/* height of logo image - height of header menu cell */
/*
.tableHeader .cellSlogan {
	height: 59px;
	vertical-align: bottom;
	text-align: left;
}
*/
.tableHeader .cellLogo {
	/*width: 150px;*/
	text-align: left;
	vertical-align: bottom;
}

.tableHeader .cellHeaderMenu {
	height: 17px;
	/* border: 1px solid white; */
	background-color: #D9FF8A;
}

.tableMenu {
	width: 100%;
	table-layout: fixed;
	/*border: 1px dotted black;
	border-bottom: 0px dotted black;*/
}



/* footer stuff */
.divSiteFooter {
	/*border: 1px dotted black;
	border: 1px dotted black;*/
	width: 100%;
	background-color: #D9FF8A;
}

.divSiteFooter a {
	display: block;
	width: 160px;
	height: 17px;
	vertical-align: middle;
	text-decoration: none;
	color: black;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}
/* fix for cascading <a> link ie coz its stupid */
.divSiteFooter a:visited, a:hover {
	color: black;
	text-decoration: none;
}

.divSiteFooter a:hover {
	background-color: #ECFFC4;
}




/* MAIN page - home*/
.divMainHomeLeft {
	float: left;
	width: 40%;
	height: 100%;
}
.divMainHomeLeft table {
	width: 100%;
	height: 100%;
}
.divMainHomeLeft td {
	text-align: center;
	vertical-align: middle;
}

.divMainHomeRight {
	height: 100%;
	overflow: auto;
}

/* MAIN page - brands and products pages */
.divBrandProdPicInfo {
	height: 65%;
}
.divBrandProdPic {
	float: left;
	width: 40%;
	height: 100%;
}
.divBrandProdPic table {
	width: 100%;
	height: 100%;
}
.divBrandProdPic td {
	vertical-align: middle;
	text-align: center;
}

.divBrandProdInfo {
/*	border-left: 1px dotted #aaaaaa;*/
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 10px;
	height: 90%;
	overflow: auto;
}


.tableProdInfoBox {
	width: 100%;
}

.tableProdInfoBox td {
	text-align: left;
}

.cellProdInfoBoxHeading {
/*	border-bottom: 1px dotted #aaaaaa;*/
	font-weight: bold;
}

/* MAIN page - product range selection bar */
.divBrandProdRange {
	border-top: 1px solid #aaaaaa;
	height: 35%;
	overflow: hidden;
}

.divBrandProdSelection {
	height: 100%;
	/*border: 1px solid red;*/
}
.divProdItems {
	/*border: 1px solid blue;*/
	/*text-align: center;*/
	height: 85%;
	overflow: hidden;
	width: 785px;
}
.divProdItems #tableProdItems {
	height: 100%;
	position: relative;
}
#tableProdItems td, #tableProdItems tr {
	height: 100%;
}
.divProdItems a, .divProdItems a:visited, .divProdItems a:active {
	float: left;
	display: block;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
	color: black;
	width: 157px;
}

.divProdItems a.sel {
	background-color: #ffffee;
}

.divProdItems a:hover {
	/*background-color: #f5f5f5;*/
	background-color: #ffffee;
	text-decoration: none;
	color: black;
}

.divBrandProdSelection .trackbar {
	height: 15%;
/*
	border: 1px solid green;
	overflow: auto;
	width: 100%;
	text-align: left;
*/
}



/* strange problem where form table is trimmed*/
form {
	padding-top: 1px;
	padding-left: 1px;
	margin: 0px
}
table.tblForm {
	width: 400px;
}

table.tblForm td {
	text-align: left;
	padding: 2px;
}

table.tblForm td.formCaption {
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
}

table.tblForm td.left {
	width: 100px;
}

span.form_req {
	font-weight: bold;
	color: #ff0000;
}


table.tblForm input.text {
	width: 250px;
}

table.tblForm select {
	width: 250px;
}

table.tblForm input.submit, table.tblForm input.button {
	width: 75px;
}


table.tblForm textarea {
	width: 250px;
	height: 100px;
}

table.tblForm input.phone_areacode {
	width: 40px;
}

table.tblForm input.phone_number {
	width: 205px;
}

table.tblForm div.form_errors {
	color: red;
}



#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0px;
	background-color: lightyellow;
	width: 125px; /*Default width of hint.*/
	border: 1px solid black;
/*	font: normal 11px Verdana;
	line-height:18px;*/
	padding: 2px;
	z-index:100;
	visibility: hidden;
	text-align: center;
}


.tableShoppingCart {
	width: 400px;
	border: 1px dotted #aaaaaa;
	margin: 5px;
}

.tableShoppingCart th {
	text-align: center;
	border-bottom: 1px dotted #aaaaaa;
	background: #eeeeee;
	font-size: 12px;
}

.tableShoppingCart .tdPrice {
	text-align: right;
}

.tableShoppingCart .tdTotal {
	border-top: 1px dotted #aaaaaa;
	font-weight: bold;
	background: #eeeeee;
}

.tableShoppingCart .tdTotalText {
}



.divSectionHeading {
/*	border-bottom: 1px dotted #aaaaaa;*/
	font-weight: bold;	
	font-size: 16pt;
}

.divNewsHeading {
/*	border-bottom: 1px dotted #aaaaaa;*/
	font-weight: bold;
}

.divBrandHeading {
	padding-top: 10px;
/*	border-bottom: 1px dotted #aaaaaa;*/
	font-size: 16pt;
	font-weight: bold;
}

.divProductHeading {
	padding-top: 10px;
	font-weight: bold;
	font-size: 14pt;
/*	border-bottom: 1px dotted #aaaaaa;*/
}