/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
table td,  table th{
padding:5px;
}

body{
	background: url(inventory/blueback.jpg) #ffffff repeat-x top;
	color: #000000;
	font: 14px "verdana", "verdana", cursive;
}
a{
	color: #ec008b;
	text-decoration: none;
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
h2 img{
	display: block;
}
.formbutton { 
color: #663300; 
font-weight: bold; 
background-color: #f75992;
border: 1px solid #ffffff; 
}

/*=== Layout ===*/
#page, #header{
	background: #feceea;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: 0 auto;
	width: 830px;
}
#bg{
	background: url(inventory/busback.jpg);
	background-attachment: fixed; 
}
/*=== Header ===*/
#header{
	background: none;
	border: 0;
	height: 164px;
	margin-bottom: 5px;
}
/*- Logo -*/

#header h1{
	background: url(../inventory/buggylogo.png) no-repeat;
	margin: 0 0 0 130px;
	text-indent: -9999px;
	width: 543px;
}



#header h1 a{
	display: block;
	height: 126px;
}
#header h1 a:hover{
	text-decoration: none;
}


/*=== Sides ===*/

.box{
	margin: 0 0 5px;
	width: 185px
}
.box .top{
	background: url(../inventory/sidetop.png) no-repeat top;
	clear: both;
	height: 49px;
	overflow: hidden
}




.box .content{
	background: url(../inventory/sidediv.png) repeat-y;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 10px;
	min-height: 10px;
	padding: 0 13px 0 5px
}


.box .bot{
	background: url(../inventory/sidebottom.png) no-repeat top;
	height: 49px
	
	
}






 /*=== Pictures ===*/
#buggycrown{
	background: url(../inventory/buggycrown.png) no-repeat top;
	height: 282px;
	margin: 0 0 0 -90px;
	position: absolute;
	top: 0px;
	width: 300px;
}
#candygirl1{
	background: url(../inventory/candygirls1a.png) no-repeat top;
	
	height: 400px;
	margin: 0 0 0 670px;
	position: absolute;
	top: 10px;
	width: 226px;
}






 





/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 12px;
	height: 39px;
	margin: 0 0 0 100px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	z-index: 100;
}
#nav1 ul{
	height: 27px;
	padding: 11px 0 0;
}
#nav1 li{
	float: left;
	line-height: 29px;
	margin: 0 0 0 2px;
	text-align: center;
}
#nav1 li a{
	background: url(inventory/linktop.png) no-repeat top;
	color: #ffffff;
	display: block;
	float: left;
	position: relative;
	width: 113px;
}


#nav1 li a:hover,
#nav1 li.active a{
	background: url(inventory/hoverlinktop.png) no-repeat top;
	color: #ffffff;
	text-decoration: none;
}



/*- Nav2 -*/
.nav2{
	font-size: 18px;
	margin: 0 0 10px;
}
.nav2 ul{
	margin: 0 0 15px;
}
.nav2 li a{
	color: #ffffff;
}

/*- Nav3 -*/
.nav3{
	font: .9em Arial, Helvetica, sans-serif
}
.nav3 a{
	color: #ec008b
}


.nav3 a:hover{
	color: #f8a6d4
}


.nav3 li{
	padding: 0 0 .5em
}


/*=== All Columns ===*/
#columns{
	color: #ffffff;
	display: table-cell;
	display: block;
	height: auto !important;
	
	min-height: 565px;
	padding: 0 100px 15px 33px;

}


#columns h2{
	color: #ec008c;
	font-size: 18px;
	margin: 0 0 5px;
}
#columns p{
	padding: 0 0 5px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 15px 0 0;
	width: 10px;
}

/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 15px 20 0;
	width: 520px;
}
#centercol .spacer{
	padding: 0 10px;
}


/*=== Footer ===*/
#footer{
	clear: both;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 830px;
}
#footer a{
	color: #4e2d1d;
}
#footer div{
	color: #4e2d1d;
	font-size: 12px;
	margin: 0 0 10px;
}
#footer div.ar{
	font-size: 14px;
}
#bottom{
	background: url(inventory/blueback1.jpg) repeat-x top;
	height: 96px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ar{
	text-align: right;
}
.pic img{
	display: block;
	margin: 0 0 15px;
}