/* Essex Discount Beverage CSS */

a { color: #122A94; }
body { background-color: #C3C3C3; font-family: serif; font-size: 100%; color: #333333; margin: 0; padding: 0; }
img { position: relative; left:0px; top:0px; }
table { align: center; color: #000000; }


#bd { border-color: #006064; border-style: solid; border-width: 2px; }
#bdwrap { width: 100%; background-color:#C3C3C3; }
#hd { height: 170px; }
#hdwrap { width: 100%; background-color: #C3C3C3; padding-top: 5px; padding-bottom: 5px; }
#content { background-color: #FFFFFF; padding: 10px; position: relative; }
#header { background-color:#FFFFFF; }
#bd, #hd, #header { width: 950px; }


.delitable { width: 445px; }

.barwrap { width: 100%; background-color: #C3C3C3; }
.nbarwrap .fbarwrap { background-color: #C3C3C3; }

.nbar { background-color: #C3C3C3; border-width: 0px; }
.fbar { background-color: #006064; border-width: 2px; }

.bar { width: 950px; color: #FFFFFF; border-color: #006064; border-style: solid; }
.bar a { color: #FFFFFF; }

.navbar ul { display: inline; }
.navbar li { display: inline; height: 100%; }

.navbox {
	color: #FFFFFF;
	text-align: center;
	position: relative;
	display: inline;
	background: #006064;
	font-variant: small-caps;
	font-size: 121.1%;
	text-decoration: none;

	padding: 0px 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.navbox:hover { background: #122A94; }
.navbox a:hover { text-decoration: none; }

.navunselected { background: #006064; }

.navselected { background: #122A94; }


.unit { position: relative; background: #FFFFFF; padding-bottom: 5px; }
.corner { position: absolute; width: 10px; height: 10px; background: url('corners.png') no-repeat; font-size: 0% }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
.unitheader { background: #006064; color: #FFFFFF; text-align: center; font-size: 121.1%; font-variant: small-caps; }
.unitbody { border-color: #006064; border-style: solid; border-width: 1px; padding: 5px; }
.twocol { width: 460px; }
.leftcol { float: left; position: relative; }
.rightcol { float: right; position: relative; }
.unitclr { clear: both; }
.unitclrrt { clear: right; }

.centercontainer { text-align: center; }
.center { margin-left: auto; margin-right:auto; text-align:left; }

td.item { text-align: left; }
td.currency { text-align: right; }

.darkrow { background-color: #999999; }
.lightrow { background-color: #FFFFFF; }

/*THE BELOW IS FOR THE PHPLIST SUBSCRIBE PAGE*/
font.required {
	display: none;
}

input {
	color: #006064;
	border-color: #006064;
}
