/* Gryphon Book Trucks CSS */
body {background-color: #FFFFEC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/3lily.jpg);
}

/* 100% x 100% invisible layer */
#BaseLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;	
	left: 0px;
	text-align: center;
	z-index: 1;
	/*border: 1px solid red;*/
}

/* 775 wide - contains all content and remains centered */
#ContentLayer {
	position: relative;
	width: 775px;
	height: 100%;
	z-index: 2;
	/*border: 1px solid black;*/
}
/* contains logo, title, quote etc. */
#TopBan {
	position: absolute;
	top: 0px;
	left: 40px;
	height: 154px;
	width: 735;
	text-align: left;
	z-index: 2;
	/*border: 1px solid black;*/
}
#TopBanText {
	position: absolute;
	top: 0px;
	left: 240px;
	text-align: center;
	z-index: 2;
	/*border: 1px dotted black;*/
}
#QuoteText {
	position: absolute;
	top: 80px;
	left: 220px;
	width: 450px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	background-color: #FFFFEC;
	border: 1px solid lightgreen;
}
#Logo {
	position: absolute;
	text-align: left;
	/*border: solid blue 1px;*/
}
#TradeMark {
	position: absolute;
	top: 138px;	
	left: 45px;
	font-size: 10px;
	/*border: 1px solid red;*/
}
/* menu bar at the top of the page */
#MenuBar {
	position: absolute;
	top: 155px;	
	left: 20px;
	width: 735px;
	height: 43px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFEC;
	border: 1px solid lightgreen;
}
/* menu bar at the bottom of the page */
#MenuBarFoot {
	position: relative;
	top: 5px;
	left: 20px;
	width: 735px;
	height: 43px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFEC;
	border: 1px solid lightgreen;
}
/* balance of page content between header and footer */
#DivCont {
	position: absolute;
	top: 210px;
	left: 0px;
	text-align: left;
	/*border: solid blue 1px;*/
}
/* footer at the bottom of the page */	
#DivFooter {
	position: relative;
	height: 75px;
	left: 0px;
	text-align: left;
	/*border: solid black 1px;*/
}	

/* -------------------------------------------------------- */
/* Product area formatting */
.DivProd {
	position: relative;
	width: 100%;
	padding: 15px;
	text-align: center;
	/*border: solid green 1px;*/
}
.DivProdPic {
	position: relative;
	float: left;
	/*border: dotted red 1px;*/
}
.DivProdLink {
	position: relative;
	float: left;
	margin-top: 70px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*border: dotted red 1px;*/
}
.DivProdDesc {
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*border: dotted red 1px;*/
}
.DivFooterText {
	position: relative;
	text-align: center;
	/*border: solid blue 1px;*/
}		
.DivDL1 {
	position: relative;
	width: 650px;
	margin-top: 10px;
	text-align: left;
	/*border: solid blue 1px;*/
}		
.Marquee1 {
	background-color: #FCC92E;
	font-family: Arial Rounded MT Bold;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #006600;
	scrollamount: 8;
}		

/* -------------------------------------------------------- */
/* Text Links to other pages */
/* Menu Bar Links - includes product ID links beside pictures */
.MenuItemPage {
	color: #000000;
	font-weight: bold;
}
.MenuItem {
	color: #0000FF;
}
a.MenuItem:link {
	color: #0000FF;
}
a.MenuItem:visited {
	color: #5F5F5F;
}
a.MenuItem:active {
	color: #008000;
}
a.MenuItem:hover {
	color: #008000;
}

/* -------------------------------------------------------- */
/* Specific Text Descriptors*/

.TitleText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.TitleText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.TitleText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.TitleText4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
.TitleTextRnd {
	font-family: Arial Rounded MT Bold;
	font-size: 20px;
}
.TitleTextRnd2 {
	font-family: Arial Rounded MT Bold;
	font-size: 16px;
	font-weight: bold;
	color: #006600; 
}
.BodyText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


/* -------------------------------------------------------- */
/* Miscellaneous Descriptors*/

.TableDims {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


