/* CSS Document */

/************** GLOBAL BODY DEFINITIONS **************************/
body {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: center;
	line-height: 135%;
}

hr {
	height: 1px;
}

a:link, a:visited {
	text-decoration: none;
	color: #2C5149;
}

a:hover {
	text-decoration: underline;
	color: #2C5149;
}

ul {
	margin: 10px 5px 0px 25px;
	list-style-image: url("images/list_indi.gif");
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea {
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

table {
	padding: 0px;
}
/************** END GLOBAL BODY DEFINITIONS ****************/
/***********************************************************/
#pageSpan {
	text-align: left;
	left: 1%;
	right: 1%;
	width: 778px;
}






/************** HEADER LAYER DEFINITIONS *******************/
/***********************************************************/

#header {
	position: relative;
	top: 5px;
	height: 120px;
	width: 100%;
}
.menuTable {
	background-image: url("menu_images/menuBar_bg.gif");
	height: 22px;
}
#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background-color: #FFCC00;
}
/*************  END OF HEADER LAYER DEFINITIONS ************/
/***********************************************************/





/***********************************************************/
/**************** BODY LAYER DEFINITIONS *******************/
#pageBody {
	position: relative;
	top: 15px;
	width: 100%;
}

#pageTitle {
	position:relative;
	width: 100%;
	height: 35px;
}
.pageTitle {
	background-image:url("images/pageTitle_bg.gif");
	height: 35px;
}
.vline_l {
	background-image: url("images/vline_l.gif");
	width: 5px;
}
.vline_r {
	background-image: url("images/vline_r.gif");
	width: 5px;
}
/****************** footer specific styles  **********************/
#pageFooter {
	position:relative;
	bottom: -1px;
	width: 100%;
	height: 45px;
}
.footerTable {
	color:#FFFFFF;
	font-size: 11px;
	background-image: url("images/footer_bg.gif");
	background-repeat: repeat-x;
}
.footerTable a:link, .footerTable a:visited {
	color: #FF9900;
}
.footerTable a:hover {
	color: #FF9900;
}


/****************CONTENT Styles *************************/
/********************************************************/
#contentTable {
	margin: 35px 0px 30px 0px;
	text-align: left;
}
.contentTopic {
	height: 35px;
	background-image: url("images/topic_bg.gif");
}

/****************PRODUCT Styles *************************/
/********************************************************/
.productPreview {
	height: 100px;
	width: 600px;
	background-image: url("images/products_prevwbg.gif");
}
.ProductTitle {
	color: #006633;
	font-size: 18px;
}
.ProductColumnTD {
	background-color: #F9F9F9;
}
.productPicClick {
	font-size: 9px;
	color:#999999;
	text-align: center;
}
.productHRule {
	width: 90%;
	height: 1px;
	color: #FFCC00;
	text-align: center;
}
