body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	background: #EBF4F9 url(../_img/bodybg.png) repeat-x;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid 1px #00599A;
}
/*----------------
Top
----------------*/
#top
{
	margin: 0px auto;
	height: 125px;
	width: 979px;
	background: url(../_img/snowcap.png) no-repeat right bottom;
}
#loginbox
{
	padding-left: 755px;
	position: absolute;
	z-index: 50;
}
#login
{
	width: 120px;
	margin: 0px;
	padding: 5px;
	border: solid 1px #fff;
	color: #fff;
	font-size: 12px;
}
#login legend
{
	margin-left: 10px;
	background: #C2E5F7;
}
#login input
{
	width: 110px;
	font-size: 12px;
	color: #C0E3F7;
	margin: 2px 0px;
	padding: 1px 2px;
	border: solid 1px #BBE0F3;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#login img
{
	margin-top: 2px;
}
#nav
{
	position: absolute;
	margin: 0px;
	margin-top: 97px;
	margin-left: 100px;
	padding: 0px;
	list-style: none;
	float: left;
	font-size: 15px;
	line-height: 28px;
}
#nav li
{
	float: left;
	padding-right: 6px;
}
#nav li a
{
	display: block;
	padding: 0px 4px;
	background-color: #fff;
	color: #01A7D7;
	text-decoration: none;
}
#nav li a:hover, #phome #lhome, #plocations #llocations, #pabout #labout, #pbusinessopps #lbusinessopps, #ppromotions #lpromotions
{
	background-color: #215084;
	color: #DD1C15;
}
#eskimo
{
	position: absolute;
	margin-top: 33px;
	margin-left: 525px;
}
#top_sub
{
	margin: 0px auto;
	height: 241px;
	width: 979px;
}
#slideshow
{
	position: absolute;
	margin-top: 19px;
	margin-left: 160px;
}
#icecubes
{
	position: absolute;
	margin-top: 120px;
	margin-left: 100px;
}
/*----------------
Content
----------------*/
#content
{
	width: 979px;
	margin: 0px auto;
	padding-top: 25px;
	background: url(../_img/contentbg.png) no-repeat;
	min-height: 115px;
	height: auto !important;
	height: 115px;
}
#contenti
{
	margin: 0px auto;
	width: 678px;
	padding-top: 25px;
}
#contentl
{
	float: left;
	width: 460px;
	color: #00599A;
	font-size: 14px;
	line-height: 20px;
}
#contentl a
{
    color: #00599A;
}
#contentl h1
{
	margin: 0px;
	padding: 0px;
	color: #01A7D7;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
#contentr
{
	float: right;
	width: 210px;
	padding-left: 8px;
	background: url(../_img/rightbg.jpg) repeat-y;
	overflow: hidden;
}
#contentr img
{
	display: block;
}
.icehouse-name
{
    color: #DF1C16;
    font-size: 19px;
    line-height: normal;
}
.icehouse-other
{
    color: #2CB5DD;
    font-size: 15px;
    line-height: normal;
}
.icehouse-tools
{
    color: #00599A;
    font-size: 14px;
    line-height: normal;
}
/*----------------
Footer
----------------*/
#footer
{
	margin: 0px auto;
	width: 947px;
	min-height: 41px;
	height: auto !important;
	height: 41px;
	background: url(../_img/footerbg.gif) no-repeat;
	color: #01A7D7;
	font-size: 12px;
}
#footer a
{
	color: #01A7D7;
}
#footer span
{
	position: absolute;
	display: block;
	margin-left: 195px;
	margin-top: 25px;
}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #BDE2F5;
	text-align: right;
}
#credit img
{
	padding-top: 6px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #DD1C15;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #00599A;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #00599A;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #00599A;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #00599A;
}
.selectbox
{
    border: solid 1px #00599A;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #00599A;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input, .buttonbox
{
    border: solid 1px #00599A;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #00599A;
	margin-top: 20px;
}
.buttonbox
{
    margin: 0px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}