@charset "utf-8";
/* CSS Document */

h1 {
	font-weight:800;
	font-size:16px;
	margin: 0;
	padding: 0;
}

h2 {
	font-weight:100;
	font-size:10px;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight:100;
	font-size:12px;
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

a:link {
	color:#a2a2a2; text-decoration:none
}

a:visited {
	color:#a2a2a2; text-decoration:none
}

a:active {
	color:#a2a2a2; text-decoration:none
}

a:hover {
	color:#d0d0d0; text-decoration:none
}

.oneColLiqCtrHdr #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 */
}

body {
	background-image:url(images/bg_gradient.png);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #a2a2a2;
}

.oneColLiqCtrHdr #container {
	width: 649px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center;
}
.oneColLiqCtrHdr #header {
	padding: 60px 0px 20px 0px;  /* top/bottom patting of header */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #topbar {
	background-image:url(images/topbar.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:649px;
	height:44px;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #fp_content {
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:649px;
	height:474px;
	margin: 0;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}

.oneColLiqCtrHdr #email_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #666666;
	color:#d0d0d0;
	border: 1px solid #a2a2a2;
	padding:2px;
	margin:5px;
}

.oneColLiqCtrHdr #email_field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #666666;
	color:#d0d0d0;
	border: 1px solid #a2a2a2;
}

.oneColLiqCtrHdr #email_label {
	text-align:right;
	vertical-align:bottom;
	font-size: 10px;
	padding-bottom:4px;
	padding-right:4px;
}

.oneColLiqCtrHdr #fp_no1_inactive {
	background-image:url(images/ll_inactive.jpg);
	background-repeat:no-repeat;
	width:153px;
	height:85px;
	position:relative;
	/*top: 0px;
	left: 0px;*/
	top: 29px;
	left: 480px;
	z-index: 1;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #fp_no2_inactive {
	background-image:url(images/htc_inactive.jpg);
	background-repeat:no-repeat;
	width:153px;
	height:85px;
	position:relative;
	top: -56px;
	left: 310px;
	z-index: 2;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #fp_no3_inactive {
	background-image:url(images/no3_inactive.gif);
	background-repeat:no-repeat;
	width:153px;
	height:85px;
	position:relative;
	top: -141px;
	left: 140px;
	z-index: 3;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #fp_no1_active {
	background-image:url(images/ll_active.jpg);
	background-repeat:no-repeat;
	width:153px;
	height:91px;
	position:relative;
	/*top: 0px;
	left: 0px;*/
	top: 20px;
	left: 480px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #fp_no2_active {
	background-image:url(images/htc_active.jpg);
	background-repeat:no-repeat;
	width:153px;
	height:91px;
	position:relative;
	top: -65px;
	left: 310px;
	z-index: 2;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #fp_no3_active {
	background-image:url(images/no3_active.gif);
	background-repeat:no-repeat;
	width:153px;
	height:91px;
	position:relative;
	top: -162px;
	left: 140px;
	z-index: 3;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #flvPlayer {
	position:absolute;
	top: 100px;
	left: 0px;
	margin: 0;
	padding: 0;
}

.oneColLiqCtrHdr #bottombar {
	background-image:url(images/lowbar.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:649px;
	height:76px;
	margin: 0;
	padding: 0;
	z-index: 4;
}

.oneColLiqCtrHdr #mainmenu {
	font-size:14px;
	width:400px;
	height:240px;
	/*position:relative;
	left:135px;
	top:-25px;*/
	padding: 0px;
	padding-top:50px;
	padding-right:20px;
	margin:0px;
}

.oneColLiqCtrHdr #footer { 
	color:#161313;
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
