html,body{
	width:99%;
	height:99%;
	background:#ffffff;
}

a,area{
	outline:none;
}

img{
	border:none;
	outline:none;
}

#containment {
	height: 100%;
	width: 100%;
	position: relative;
}
 
#dragger1 {
	position:absolute;
	top:83px;
	left:40px;
	width:174px;
	height:411px;
	visibility:hidden;
	z-index:100;
}

#dragger2 {
	position:absolute;
	top:83px;
	left:152px;
	width:174px;
	height:284px;
	visibility:hidden;
	z-index:100;
}

#dragger3 {
	position:absolute;
	top:83px;
	left:256px;
	width:281px;
	height:191px;
	visibility:hidden;
	z-index:100;
}

#dragger4 {
	position:absolute;
	top:83px;
	left:-187px;
	width:293px;
	height:340px;
	visibility:hidden;
	z-index:100;
}

#main{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-229px;
	margin-left:-348px;
	width:696px;
	height:458px;
}

#main .logo{ 
	position:absolute;
	top:0;
	right:0;
}

#main .divider{
	position:absolute;
	top:100px;
	left:0;
}

#main a span { 
	display:block; 
	height:18px; 
	line-height:18px; 
	overflow:hidden; 
	text-indent:-99em;
}

#main .brands span { 
	position:absolute;
	top:61px;
	left:0;
	width:105px;
	background:url(../images/nav-brands.gif) no-repeat;
}

#main .brands:hover span { 
	background:url(../images/nav-brands-hover.gif) no-repeat;
}

#main .print span { 
	position:absolute;
	top:61px;
	left:134px;
	width:78px;
	background:url(../images/nav-print.gif) no-repeat;
}

#main .print:hover span { 
	background:url(../images/nav-print-hover.gif) no-repeat;
}

#main .online span { 
	position:absolute;
	top:61px;
	left:240px;
	width:84px;
	background:url(../images/nav-online.gif) no-repeat;
}

#main .online:hover span { 
	background:url(../images/nav-online-hover.gif) no-repeat;
}

#main .folio span { 
	position:absolute;
	top:61px;
	left:351px;
	width:102px;
	background:url(../images/nav-folio.gif) no-repeat;
}

#main .folio:hover span { 
	background:url(../images/nav-folio-hover.gif) no-repeat;
}

#main .contact span { 
	position:absolute;
	top:63px;
	left:482px;
	width:53px;
	background:url(../images/nav-contact.gif) no-repeat;
}

#main .contact:hover span { 
	background:url(../images/nav-contact-hover.gif) no-repeat;
}

#main .text{
	position:absolute;
	top:140px;
	left:0;
	width:305px;
	height:320px;
	background:url(../images/text.gif) no-repeat;
}

#main .email span { 
	position:absolute;
	top:292px;
	left:159px;
	width:129px;
	height:11px;
	background:url(../images/email.gif) no-repeat;
}

#main .email:hover span { 
	background:url(../images/email-hover.gif) no-repeat;
}

#rotator{
	position:absolute;
	top:140px;
	right:0;
	width:380px;
	height:320px;
	overflow:hidden;
	z-index:0;
}

#rotator img{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#request{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-203px;
	margin-left:-257px;
	width:515px;
	height:406px;
	background:url(../images/elk-request.gif) no-repeat;
}

#request form { position:absolute; left:50px; top:210px; z-index:1; }
#request fieldset { border:0; }
#request label { display:block; text-align:right; padding:0; width:390px;}
#request label img { vertical-align:middle;}
#request input { font:11px/1.3 arial, sans-serif; margin:0; padding:0; }
#request label input { background:url("../images/input.gif") no-repeat; border:none; padding:3px 0 5px 3px; width:217px; margin-top:.2em; }
#request .submit {position:absolute;left:180px;bottom:50px; border:none; padding:0; margin:0; background:none; outline:none;}
button {outline:none;border:none;}

#thankyou{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-203px;
	margin-left:-257px;
	width:515px;
	height:406px;
	background:url(../images/elk-thankyou.gif) no-repeat;
}

#thankyou a span { 
	display:block; 
	height:9px; 
	line-height:9px; 
	overflow:hidden; 
	text-indent:-99em;
}

#thankyou .back span { 
	position:absolute;
	bottom:30px;
	left:67px;
	width:31px;
	background:url(../images/nav-back.gif) no-repeat;
}

#thankyou .back:hover span { 
	background:url(../images/nav-back-hover.gif) no-repeat;
}

#invalid{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	padding-left:170px;
	visibility:hidden;
}

.clear{
	clear:both;
}
