/* CSS Document */
.blue {color:#003399;font-weight:bold}
li {color:#006600}
#flyer {margin:20px;text-align:center;}
#flyer img {vertical-align:middle}
#flyer p {text-align:justify;font-size:1em;color:#003366}
#flyer h1 {font-size:1.6em;color:#000066;font-weight:bold}
#flyer h2 {font-size:1.2em;color:#0000CC;font-weight:bold}
#flyer ul {text-align:left;font-size:.85em;line-height:24px;}
#columns li {margin-bottom:0}
#columns {width:600px;border:1px outset #000;background-color:#eee;margin:auto auto;height:215px;}
.col {width:199px;float:left;text-align:left;}
.col2 {width:370px;float:left;text-align:left;}
.col li {color:#006633;font-size:.9em}
#columns>.arrow {background:url(../images/flyers/rightarrow.jpg) no-repeat center right}
#woman {height:101px;background:url(../images/flyers/woman.gif) no-repeat center center}
#flyer p.small {font-size:.65em;color:#990000;}
.placards {padding-right:7px;padding-top:5px;color:#000066;text-align:left;border-right:1px dashed #ccc;border-bottom:1px dashed #ccc;height:121px;font-size:.85em}
.placards2 {margin-top:25px;padding-right:25px;color:#000066;text-align:left;border-right:1px dashed #ccc;border-bottom:1px dashed #ccc;height:175px;font-size:.85em;background:url(../images/flyers/arrow2.gif) no-repeat center right}
#liquid {width:700px;height:500px;background:url(../images/flyers/liquid/img1.gif) no-repeat center center;margin:auto auto}
#liquid li {margin-top:20px;color:#003333;font-size:1.2em}
#liquid .one {margin-left:75px}
#liquid .two {margin-left:175px}
#liquid .three {margin-left:255px}
#liquid .four {margin-left:390px}

/**
 * CSS for Styled Spec Tables
  */

caption {
	padding: 0 0 5px 0;
	width: 95%;	 
	font: italic 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 5px 5px 10px;
	background: #CAE8EA url(../images/flyers/bg_header.jpg) no-repeat;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/flyers/bullet1.gif) no-repeat;
}

th.nobg {
	border-top: none;
	background: none;

}

.style td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 10px;
	color: #4f6b72;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


.style td.alt {
	background: #F5FAFA;
	color: #797268;
}


th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/flyers/bullet2.gif) no-repeat;
	color: #797268;
}

