/*
	Primary Color: #231F20
	Secondary Color: #DD5839
*/
html, body, #aspnetForm {
	height: 100%; width: 100%;
	margin: 0; padding: 0;
}
/*body {background-color: #3F9537;}*/
body {background-color: #68727B;}

body, table, p {font-family: Calibri, Verdana, Arial, Tahoma, Sans-Serif;}
H1 {color: #231F20; border-bottom: Solid 2px #231F20; text-align: right}
H2, H3, H4, H5, H6 {color: #231F20; text-align: left; margin-bottom: 5px}
P, UL, TD {margin-top:0; font-size: 11pt; color: #777777;}

A:link {color: Blue; text-decoration: none;}
A:visited {color: Blue; text-decoration: none;}
A:hover {color: Blue; text-decoration: underline;}
A:active {color: Blue; text-decoration: none;}

#layout {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: solid 1px #231F20;
	border-right: solid 1px #231F20;
}
#banner {
	width: 1000px;
	height: 245px;
	background-image: url(Title2.jpg);
	border-bottom: solid 1px black;
}
#banner #newsletterSubscribe {
	color: Black;
	font-size: small;
    position: relative;
    float: left;
    left: 600px;
    top: 100px;
    padding: 5px 5px;
    background-color: #939598;
    border: solid 2px #231F20;
    /*background: url("trans50.png");*/
}
#banner #newsletterSubscribe SPAN {font-weight: bold; color: #231F20;}

#sideContent {
	float: left;
	width: 195px;
	padding: 15px;
}
#mainContent {
	float: left;
	width: 744px;
	padding: 15px;
	border-left: dashed 1px #231F20;
	background: url(contentBack.jpg) no-repeat bottom right;
}
#footerRow {font-size: 0.8em; color: White; background-color: #231F20; padding: 5px 10px}
#footerRow A:link {color: White; text-decoration: none;}
#footerRow A:visited {color: White; text-decoration: none;}
#footerRow A:hover {color: White; text-decoration: underline;}
#footerRow A:active {color: White; text-decoration: none;}
#footerRow TABLE {width: 100%}

.clear {clear: both;}

.productPanel {
	float: left;
	width: 290px;
	height: 128px;
	border: dashed 1px silver;
	margin: 15px;
	background-color: White
}
.productPanel TABLE {border-collapse: collapse}
.productPanel TABLE TD {padding: 0; margin: 0}
.productPanel TABLE TD.productImage {width: 128px; height: 128px; text-align: center}
.productPanel TABLE TD.productImage IMG {margin: auto} /* Center the image in the cell */
.productPanel TABLE .productCode {font-weight: bold}
.productPanel TABLE .productDescription {font-size: 0.8em; color: Gray}

TABLE.price TD {color: black; font-size: 1.2em}
 
/* Flat Grid stuff */
TABLE.flatGrid {
	border: solid 1px #231F20;
	background-color: WhiteSmoke;
	border-collapse: separate;
	margin-bottom: 15px;
}
TABLE.flatGrid CAPTION {background-color: #23511E; color: White; font-weight: bold;}
TABLE.flatGrid TH {
	text-align: left;
	font-size: 0.8em; font-weight: bold;
	color: White;
	background-color: #4B6075;
	padding: 4px; margin: 0;
	border-style: none;
	border-width: 0;
}
TABLE.flatGrid TH A:link {color: White; text-decoration: none;}
TABLE.flatGrid TH A:visited {color: White; text-decoration: none;}
TABLE.flatGrid TH A:hover {color: White; text-decoration: underline;}
TABLE.flatGrid TH A:active {color: White; text-decoration: none;}

TABLE.flatGrid TD {
	font-size: 0.8em;
	padding: 4px; margin: 0;
	border-style: none;
	border-width: 0;
	border-bottom: dashed 1px #4B6075;
}
TABLE.flatGrid TR.altRow {background-color: White;}
TABLE.flatGrid TR.pagerRow {}