@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7ba5cd url(/images/plate/gradientBack.png) repeat-x scroll;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColLiqLtHdr #container {
	width: 980px;
	background: url(/images/plate/gradientNaviContent.png) repeat-y;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColLiqLtHdr #header {
	background: url(/images/plate/gradientHeader.png) repeat-x;
	padding: 0; 
	height: 253px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.twoColLiqLtHdr #header #portfolio {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}
.twoColLiqLtHdr #header #mainNavi {
	position: relative;
	width: 980px;
	top: -60px;
}
.twoColLiqLtHdr #header #mainNavi li {
	font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	list-style: none;
	padding: 0px 10px;
}
.twoColLiqLtHdr #header p {
	font: 0.86em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	position: relative;
	top: -85px;
	right: 10px;
}
.twoColLiqLtHdr #header a:link {
	color: #daeaf2;
	text-decoration:none;
}
.twoColLiqLtHdr #header a:visited {
	color: #cde4ef;
	text-decoration: none;
}
.twoColLiqLtHdr #header a:hover {
	color: #d5dee2;
	text-decoration:underline;
}


.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 24%;
	padding: 15px 0; 
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoColLiqLtHdr #sidebar1 ul #heading {
	font: bolder 0.83em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1f6fe;
	list-style: none;
}
.twoColLiqLtHdr #sidebar1 li {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1f6fe;
	list-style: none;
}
.twoColLiqLtHdr #sidebar1 a:link {
	color: #daeaf2;
	text-decoration:none;
}
.twoColLiqLtHdr #sidebar1 a:visited {
	color: #cde4ef;
	text-decoration: none;
}
.twoColLiqLtHdr #sidebar1 a:hover {
	color: #d5dee2;
	text-decoration:underline;
}


.twoColLiqLtHdr #mainContent { 
	margin: 0 20px 0 26%;
} 
.twoColLiqLtHdr #mainContent h3 {
	font: oblique 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px groove #333;
}
.twoColLiqLtHdr #mainContent h4 {
	font: oblique 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.twoColLiqLtHdr #mainContent ul {
	position: relative;
	top: -35px;
	/*left: 500px;*/
	left: 600px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100px;
}
.twoColLiqLtHdr #mainContent #subNavi li {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	padding-right: 5px;
	padding-left: 10px;
	list-style: none;
}
.twoColLiqLtHdr #mainContent p {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.twoColLiqLtHdr #mainContent img {
	padding-right: 10px;
	padding-left: 5px;
	border: 0;
}
.twoColLiqLtHdr #mainContent #price {
	font: 0.86em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
}
.twoColLiqLtHdr #mainContent #tagLine {
	font: 0.86em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #090;
}
.twoColLiqLtHdr #mainContent #shortDesc {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 75px;
}
.twoColLiqLtHdr #mainContent a:link {
	color: #030;
	text-decoration:none;
}
.twoColLiqLtHdr #mainContent a:visited {
	color: #050;
	text-decoration: none;
}
.twoColLiqLtHdr #mainContent a:hover {
	color: #002000;
	text-decoration:underline;
}

.twoColLiqLtHdr #footer {
	padding: 0 10px; 
	background:url(/images/plate/footerImage.jpg) no-repeat;
	max-height: 178px;
} 
.twoColLiqLtHdr #footer ul {
	margin: 0;
	padding: 10px 0;
	font: 0.68em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E3F2F4;
	text-align: right;
}
.twoColLiqLtHdr #footer li {
	display: inline;
	padding-left: 10px;
	list-style: none;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
