html{
 margin: 0;
 padding: 0;
 background: #87CCF3;
 text-align: center;
}
body{
 margin: 0 auto;
 padding: 0px 1px;
 width: 760px;
 padding-bottom: 10px;
 line-height: 21px;
 background: #FFF;
 text-align: left;
}
body, td, div{
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 13px;
}
h2{
	color: #006666;
	text-align: center;
	margin-bottom: 3px;
}
#topLogo{
	position: absolute;
	margin-top: 23px;
	z-index: 2;
}
#topCart{
	background: #389AFE url(images/topCartBg.jpg) repeat-y;
	text-align: right;
	border-bottom: 1px solid #FFF;
}
#topQuote{
	background: #006666 url(images/topQuote.gif) right no-repeat;
	height: 78px;
}
#topGrad{
	background: url(images/topGrad.jpg) right repeat-y;
	height: 54px;
}
.rightContainer, .rightContainerBtm{
	width: 202px;
	background: #ECF2F2;
	border: 1px solid #DBE3E8;
	padding: 13px;
	margin-top: 2px;
	margin-left: 2px;
	font-size: 12px;
	color: #4E6965;
	line-height: 16px;
}
.rightContainerBtm{
	width: 225px;
	padding-left: 3px;
	padding-right: 0px;
}
.dvdBox{
	border: 2px solid #4E6965;
	margin-right: 7px;
}
#leftCol{
	width: 153px;
}
.leftContainer, .leftTopContainer{
	width: 137px;
	background: #006666 url(images/leftContainer.gif) repeat-x;
	padding: 8px;
	padding-bottom: 15px;
	color: #D8E1E6;
	font-size: 11px;
	line-height: 17px;
}
.leftTopContainer{
	background: #006666 url(images/topLogo2.jpg) no-repeat;
	line-height: 21px;
}
.leftHeader{
	margin-top: 3px;
	margin-bottom: 4px;
}

#centerCol{
	background: url(images/topLogo3.jpg) no-repeat;
	width: 335px;
	padding: 20px;
	padding-top: 25px;
}
.hRule{
	height: 20px;
	background: url(images/hRule.gif) bottom repeat-x;
	margin-bottom: 15px;
}
.quote{
	margin: 25px 0px 25px 0px;
	border-left: 2px solid #BECDD6;
	padding-left: 5px;
}
.quoteName{
	padding: 4px 0px 0px 10px;
	font-style: italic;
	font-size: 11px;
}
#footer{
	clear: both;
	background: #ECF2F2;
	border: 1px solid #DBE3E8;
	padding: 2px;
	margin: 3px;
	font-size: 12px;
	text-align: center;
	color: #8CA6A6;
}


/* -------------------------- */
/* BEGIN DECLARATION of LINKS */
/* -------------------------- */


#leftCol a{
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
#leftCol a:hover{
	color: #FFEAA8;
}
#centerCol a, #rightCol a{
	color: #0033CC;
	text-decoration: underline;
}
#centerCol a:hover, #rightCol a:hover{
	color: #5580FF;
}
#footer a{
	color: #546D6D;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.vidClip {
	font-size: 12px;
}
.vidClipDiv {
	position: absolute;
	z-index: 2;
	background: #FFF;
	border: 2px solid #006666;
	visibility: hidden;
	padding: 5px;
	font-size: 11px;
}
.vidClipDiv div {
	background: #006666;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3px;
	font-size: 11px;
}
.vidClipDiv span {
	font-size: 10px;
}
