/* CSS Document */


/* Page layout */

body {
	background-image: url(http://mixstream.net/images/bodybg.jpg);	
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#container {
	background-color: #f8f8f8;
}

#menu {
	background-color: #fbb52a;
	color: #fff;
}
#menu .dropdown li a {
	color: #000;
	border-bottom: 4px solid #000;
}
#menu .dropdown li a.thisPage {	
	border-bottom: 4px solid #fff;
}

#menu .dropdown li a:hover {
	color: #fff;	
}
#menu .dropdown li ul li a {
	color: #fff;
	border-bottom: 0;
}




.boxl {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	width: 364px;
	float: left;
}
.boxr {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	width: 520px;
	float: right;
}

.priceButton {
	font-size: 10px; 
	margin-bottom: 8px; 
	background-color: #000; 
	color: #fff; 
	border: 0;
	font-weight: bold;
}
.priceButton:hover {
	background-color: #fbda95; 
	color: #000; 
	cursor: hand;
	cursor: pointer;
}
.priceButtonLarge {
	font-size: 18px; 
	margin-bottom: 8px; 
	background-color: #000; 
	color: #fff; 
	border: 0;
	font-weight: bold;
}
.priceButtonLarge:hover {
	background-color: #fbda95; 
	color: #000; 
	cursor: hand;
	cursor: pointer;
}
