/* for an object to be positioned absolutly, it's parent must have a position attribute defined */

body
{
	margin: 0;
	padding: 0;
	
	position: relative;
	top: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	
	text-align: center;
	font: 12px Arial;
	background: #FFF;
}

#MainContentDIV
{
	width: 1000px;
	margin: 30px auto 0 auto;
	padding: 0;

	position: relative;
	
	text-align: left;
	border: 1px solid #000;
}

#HoneyCombDIV
{
    height: 530px;
    width: 1000px;
    margin: 0;
    padding: 0;
    
    position: absolute;
    top: 0px;
    right: 0px;
    z-index:-1;
    
    background: url(../images/HoneyComb.jpg) no-repeat;
}

#HeaderDIV
{
	height: 100px;
	width: 1000px;
	margin: 0 0 51px 0;
	padding: 0;

	background: #000;
	background: url(../images/header2.jpg) no-repeat;
}

#HeaderDIV #HeaderTitleText
{
	height: 60px;
	width: 400px;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 36px;
	left: 400px;

	background: url(../images/auca_ofcourse.png) no-repeat;
}

#HeaderDIV #SearchBox
{
	width:200px;
	margin: 0;
	padding: 0;
	
	position:absolute;
	top: 60px;
	right: 10px;
	z-index:+500;
	
}

#HeaderDIV #SearchBox FORM
{
	padding: 0px;
	margin: 0px;
}

#HeaderDIV #SearchBox FORM INPUT
{
	width: 192px;
	
	font-size:15px;
	text-align:right;
	color: #666;
}

#Logo
{
	height: 187px;
	width: 375px;
	
	position: absolute;
	top: -52px;
	left:-31px;
	z-index:+700;
	
	cursor: hand;
	cursor: pointer;
}

#Logo DIV
{
	height: 199px;
	width: 400px;
	background: url(../images/Logo2.png) no-repeat;
}
#Logo DIV:hover
{
	height: 199px;
	width: 420px;
	background: url(../images/Logo2_glow.png) no-repeat;	
}

/* In IE6 you can't click on something if it has a transparent png background */
/* That's why this exists. */
#cartAccountRowNoClick
{
	height: 26px;
	width: 700px;

	position: absolute;
	top: 100px;
	right: 0px;

	background: url(../images/submenu.png) no-repeat;
}

#cartAccountRow
{
	height: 26px;
	width: 670px;	
	padding: 0;
	margin: 0;
	
	position: absolute;
	right: 30px;
	top: 100px;
	z-index: +610;

	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
}

#cartAccountRow .cartImage
{
	/*you have to pad the inline so it has the proper width*/
	padding: 2px 24px 0 0;
	display: inline;
	background: url(../images/cart.gif) no-repeat;
}

#cartAccountRow A
{
	color: #CCC;
	text-decoration: none;
}

#cartAccountRow A:hover
{
	text-decoration: underline;
}

#cartAccountRow #loginBox
{
	width: 220px;
	padding: 10px;

	position: absolute;
	top: 22px;
	right: -10px;

	color: #111;
	background-color: #CCC;
	border: 1px solid #000;

	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
}

#cartAccountRow #loginBox FORM
{
	margin: 0;
	padding: 0;
}

#cartAccountRow #loginBox FORM INPUT
{
	margin: 2px;
	padding-left: 4px;
	font-size: 12px;
}

#cartAccountRow #adminBox
{
	width: 220px;
	padding: 10px;

	position: absolute;
	top: 22px;
	right: -10px;
	
	color: #111;
	background-color: #CCC;
	border: 1px solid #000;
	
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
}

#cartAccountRow #adminBox A
{
	color: #000000;
	text-decoration: none;
}

#cartAccountRow #adminBox A:hover
{
	text-decoration: underline;
}

/* In IE6 you can't click on something if it has a transparent png background */
/* That's why this exists. */
#navigationRowNoClick
{
	height: 26px;
	width: 660px;

	position: absolute;
	top: 125px;
	right: 0px;
	
	background: url(../images/navmenu.png) no-repeat;
}

#navigationRow
{
	height: 26px;
	width: 670px;	
	padding: 0;
	margin: 0;
	
	position: absolute;
	
	top: 125px;
	right: 30px;
	z-index: +600;
	
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
}

#navigationRow SPAN
{
	position: relative;
}

#navigationRow A
{
	color: #FFF;
	text-decoration: none;
}

#navigationRow A:hover
{
	text-decoration: underline;
}

#navigationRow #browseBox
{
	width: 134px;
	padding: 0;
	
	position: absolute;
	top: 16px;
	left: -4px;

	color: #000;
	background-color: #CCC;
	
	font-size: 11px;
	text-align: left;
	line-height: 11px;
}

#navigationRow #browseBox DIV.browseBox2
{
	padding: 6px;
	border: 1px solid #000;
}

#navigationRow #browseBox UL
{
	margin: 0;
	padding: 5px 0 0 20px;
}

#navigationRow #browseBox UL LI A
{
	width: 90px;
	display: block;
	
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#navigationRow #browseBox UL LI A:hover
{
	text-decoration: underline;
}

#navigationRow #browseBox UL LI A IMG
{
	margin: 5px 0 0 0;
	padding: 0;
	
	float: right;
	background-color: #900;
}

#navigationRow #browseBox UL LI A:hover IMG
{
	background-color: #FFF;
}

#navigationRow .modelBrowse
{
	padding: 6px;

	position: absolute;
	top: 24px;
	left: 129px;
	
	color: #000;	
	font-size: 11px;
	text-align: left;
	line-height: 11px;
	
	background-color: #E0E0E0;
	border: 1px solid #000;
}

#navigationRow .modelBrowse UL
{
	/*width here screws up ie5.5 - use in LI instead*/
	width: 244px;
	margin: 0;
	padding: 0;
	
	list-style-position: inside;
}

#navigationRow .modelBrowse UL LI
{
	margin: 0;
	padding: 0 0 0 3em;
	text-indent: -3em;
}

#navigationRow .modelBrowse UL A
{
	color: #990000;
	text-decoration: none;
	font-size: 11px;
}

#navigationRow .modelBrowse UL A STRONG
{
	color: #000;
}

#navigationRow .modelBrowse UL A:hover
{
	text-decoration: underline;
}

#BigJoe
{
	height: 342px;
	width: 169px;
	margin: 0;
	padding: 0;

	position:absolute;
	bottom: 0;
	left: 0;
	z-index:-1;
	
	background: url(../images/bigjoe.jpg) no-repeat bottom left;
}

#h2Alert
{
	/* For the H2 inside here to have a background color, this must have some background */	
	margin: 0;
	padding: 10px 25px 10px 25px;

	background: url(../images/clear.gif) no-repeat bottom left;
}

#h2Alert H2
{
	margin: 0;
	padding: 10px 25px 10px 25px;
	
	font-size: 20px;
	color: #000000;
	border: 3px solid #990000;
	background-color: #F2E6E6;
}

.content{
	margin: 0 20px;
	padding: 0;
	
	position: relative;
	
	/* min-height hack */
	min-height:480px;
	height:auto !important;
	height: 480px;
}

.content p{
	padding: 0;
	margin: 0 0 20px 0;
	
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.content li{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.content td{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.content a {
	color : #990000;
	text-decoration : underline;
}

.content a:hover {
	color : #FF0000;
	text-decoration : underline;
}

#Footer
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	
	line-height: 18px;
	color: black;
	font-family: Arial;
	font-size: 9px;
}

#Footer A
{
	color: black;
	text-decoration: none;
}

#Footer A:hover
{
	text-decoration: underline;
}

#FooterLeft
{
	width:650px;
	float:left;
	text-align: left;
}

#FooterRight
{
	width: 160px;
	float: right;
	text-align: right;
}

#FooterClear
{
    clear:both;
    height:1px;
    overflow:hidden;
}

#FooterCenter
{
	width: 1000px;
	text-align:center;
}