@CHARSET "ISO-8859-1";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #2A4792;
	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: #000000;
	text-align: justify;
}
.oneColLiqCtrHdr #container {
	width: 926px;
	height: 620px;
	margin: 5px auto;
	border: 0 solid #FFF;
	border-bottom: 0px solid #FFF;
	background: #FFFFFF;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {

	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 180px;
	background: url(../images/ace_top_border.gif) no-repeat;
	
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: absolute;
	top: 175px;
	height: 400px;
	width: 926px;

}
.oneColLiqCtrHdr #footer { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 50px;
	top: 390px;
	position: relative;
	background: url(../images/ace_bottom_border.gif) no-repeat;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#topborder {
	z-index: -1;
	padding: 0px 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	top: 0px;
	left: 0px;
	background-color: #2A4792;
}
#bottomborder {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 50px;
	top: 550px;	
	background: url(../images/ace_bottom_border.gif) no-repeat;
}
#ddcbox {
	z-index: 5;
	position: absolute;
	top: 180px;
	left: 30px;
	
}
#logoArea {
	padding: 10px 10px 0 0;
	font-size: 18px;
	font-weight: bold;
	z-index: 1;
	top: 5px;
	left: 10px;
	position: absolute;
	width: 900px;
}
#logo {
	padding: 0px 0px 5px 20px;
	margin: 0;
}
#logo_line {
	padding: 5px 0px 0px 7px;
	margin: 0;
	text-align: left;
}
#productsArea {
	padding: 10px 20px 0 0;
	position: absolute;
	z-index: 2;
	top: 6px;
	right: 25px;	
	color: #000000;
}
#productsArea ul {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
#address {
	padding: 10px 0px 0 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#divider {
	padding: 155px 0px 0 20px;
	margin: 0;
	text-align: center;
}


#leftContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	width: 20px;
	padding: 0px 0 0 15px;
	background: #FFFFFF;
	height: 410px;
	text-align: right;
	position: absolute;
	z-index: auto;
	top: 175px;
}
#middleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	width: 350px;
	padding: 0px 0 0 15px;
	background: #FFFFFF;
	height: 410px;
	position: absolute;
	z-index: auto;
	top: 175px;
	left: 20px;
}
#rightContent {
    position: absolute;
	z-index: auto;
	font-size: 18px;
	text-align: center;
	padding: 0px 20px 0 0;
	background: #FFFFFF;
	width: 500px;
	height: 410px;
	left: 400px;
	text-align: center;
}
#big_red {
	font-size: 118px;
	font-weight: bold;
	text-align: center;
	color: #CA061A;
}
#medium_red {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #CA061A;
}
#medium1_red {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #CA061A;
}
#medium2_red {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #CA061A;
}
#medium1_blue {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #2A4792;
}
#medium2_blue {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #2A4792;
}
#medium3_blueviolet {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000099;
}
#large_blue {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #2A4792;
}
#medium2_black {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#medium3_blueviolet_serif {
	font-family: Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000099;
}
#medium3_black {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
#list_medium2_black {
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
#smallprint {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
}
#ul_style1 {
	font-style: normal;
	font-size: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
	background-color: #FFFFFF;
	text-indent: 0px;
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	margin-left: .25em;
}
#list_style1 {
	font-style: normal;
	font-size: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
	background-color: #FFFFFF;
	text-indent: 5px;
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0px;
	margin: 0px;
	margin-left: .2em;
	padding-left: .20em; 	
	
}
