html,body{
	background-color:#232323;
	margin:0 auto;
	text-align:center;
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	font-family:"Trebuchet MS";
	font-size:12px;
}

h1,h2{
	font-weight:normal;
	margin:0px;
}
h2{
font-size:16px;
color:#333;
}
a:active{
text-decoration:none;
}
.highlight{
color:green;
}
a.breadcrumb, .breadcrumb{
color:#333;
text-decoration:none;

}
.breadcrumb{
border-bottom:1px solid black;
}
.container{
	
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1024px;
	margin-top:30px;

}

.top{
	width:1024px;
	height:300px;
}
	
	.top .logo{
		width:1024px;
		height:120px;
		background-image: url(../design_images/header.gif);
	}
	
	.top .header{
		width:1024px;
		height:176px;
		
	}
	
	.top .menu{
		position:absolute;
		top:85px;
		width:1024px;
		height:30px;
		padding-left:20px;
	}
		.top .menu a{
		
			color:#ccc;
			font-size:13px;
			text-decoration:none;
			display:inline-block;
			width:150px;
			font-weight:bold;		
		}
		
		


.main{
	position:relative;
	width:1024px;
	
	/* GROW */
	overflow:hidden;
	margin-bottom:10px;
	
}

.footer{
	width:1024px;
	height:40px;
	padding-top:40px;
	font-size:10px;
	color:white;
	background-image:url(../design_images/footer.gif);
	background-repeat:no-repeat;
}

.left{
	margin-left:9px;
	width:205px;
	float:left;
	min-height:500px;
	
	background-image:url(../design_images/left-bar.gif);
	background-position:-2px -1px;
	background-repeat:no-repeat;
	background-color:#333;
	color:white;
	
	/* GROW */
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}	

	.left .categories{
	
		margin-top:50px;
		width:200px;

		padding-left:5px;
		color:white;
	}
	
		.left .categories .parent{
		
			display:block;
			width:180px;
			
			font-size:14px;
			text-decoration:none;
			color:white;
			border-bottom:#232323 dashed 1px;
			margin-bottom:5px;
			padding-bottom:5px;
			margin-left:5px;
			color:#666;
		}
			.left .categories .subparent{
		
			display:block;
			width:170px;
			
			font-size:14px;
			text-decoration:none;
			color:#ccc;
			border-bottom:#232323 dashed 1px;
			margin-bottom:5px;
			padding-bottom:5px;
			margin-left:15px;
			
		}
		
		.left .categories .child{
		
			display:block;
			width:160px;
			font-size:14px;
			text-decoration:none;
			color:#fff;
			border-bottom:#232323 dotted 1px;
			margin-bottom:5px;
			padding-bottom:5px;
			margin-left:25px;
		}
		
		
.content{
	width:560px;
	float:left;
	margin-left:15px;

	/* GROW */	
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

	.content .content_border{
		width:510px;
		border:4px solid #ccc;
		background-color:white;
		min-height:500px;
		padding:20px;
		padding-top:5px;
		position:relative;
	}
		.content .content_border .price{
			position:absolute;
			left:400px;
			top:25px;
			width:140px;
			
			height:70px;
			text-align:right;
			font-size:20px;
			
		
		}
		.content .content_border .price img{
			
		
		}

.right{
	position:relative;
	width:205px;
	float:left;
	margin-left:10px;
	background-image:url(../design_images/right-bar.gif);
	background-repeat:no-repeat;
	
	/* GROW */
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
	
	.right .monkeybits{
		position:absolute;
		top:35px;
		width:200px;
		height:210px;
	}
	
	
	.right .social_media{
		position:absolute;
		top:300px;
		width:200px;
		height:200px;
	}
.cart_box{

	height:50px;
	border:2px solid #333;
	clear:left;
	padding:5px;
	margin-bottom:10px;
	
}
.cart_box .image{
	padding-top:5px;
	width:50px;
	float:left;
	height:50px;
}
.cart_box .title{
	width:350px;
	float:left;
	padding-left:20px;
	font-weight:bold;
	
}
.cart_box .remove{
	
	float:left;

	
}