@charset "utf-8";
/* -------------------------------------------------------
	Customsaleseng.com
  	Web Developed by Dan-Reina Bravo Aquino,
	danreina@bravositesolutions.com/danreina@sbcglobal.net
  	and designed by Jee Uhn Ahn,
  	jea0605@hotmail.com
  	Copyright (c) 2009. All rights reserved.
	---------------------------------------------------------*/
html {
	min-height:100%;
	margin-bottom:1px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 509px;
	width: auto;
}
.twoColLiqLtHdr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.twoColLiqLtHdr #header {
	background-color: #FFF;
	background-image: none;
	display:block;
	padding: 0;
}
.twoColLiqLtHdr #container #header #logo {
	padding: 0px;
	height: 40px;
	width: 240px;
}
.twoColLiqLtHdr #container #header #logo_pattern {
	float: right;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #sidebar1 {
	background-color: #FFF;
	width: 240px;
	float: left;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #sidebar1 h1 {
	color: #981414;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #sidebar1 p {
	padding-right: 5px;
	font-size: 10px;
}

.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #sidebar1 strong {
	color: #981414;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #mainContent {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	text-align: center;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #mainContent img {
	padding-top: 5px;
	padding-bottom: 10px;
}
.twoColLiqLtHdr #container #certifications {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	background-color: #FFF;
	text-align: center;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #certifications img {
	padding: 2px;
}
.twoColLiqLtHdr #container #TabbedPanels1 .TabbedPanelsContentGroup #home_tab #certifications #bvqi {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
ul {
	font-size: 10px;
	font-weight: bold;
}
.twoColLiqLtHdr #footer {
	padding: 0 10px;
	background:#DDDDDD;
}
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	text-align: center;
	color: #000;
	letter-spacing: .75px;
}
.twoColLiqLtHdr #container #footer p a {
	color: #333;
	text-decoration: none;
}
.twoColLiqLtHdr #container #footer p a:hover {
	color: #999;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

