
body {
	font-family: arial;
	font-size:12px;
}



#wrapper {
	width:961px;
	height: 600px;
	background-image: url('../images/mixt_w_bg.png');
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	display:block;
	
}


#calc_results {
	float:right;
	width:210px;
	height: 504px;
	padding:20px;
	color: #eeeeee;
}

#calc_selection {
	float:left;
	width:457px;
	border-right: solid 1px #8c805a;
	height: 504px;
	padding:20px;
	color:#eeeeee;
	background-color:#382e2c;
	overflow: auto;
	position: relative;
}
	
#calc_selection .item
{
	font-size:10px;
}


#calc_results 
{
	background-color:#382e2c;
}

#calc_results ul 
{
	padding-top:16px;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	font-size:11px;
}

#calc_results ul li 
{
	line-height:14px;
	padding-bottom:1px;
	color:#dddddd;
}


#content {
	background-color:#49413e;
	width:941px;
	height: 580px;
	padding:10px;
	float:left;
}

#logo_box {
	width:192px;
	height: 334px;
}

#nav_box {
	background-image: url('../images/mixt_int_nav_about.jpg');
	background-repeat: no-repeat;
	width: 192px;
	height: 210px;
	float:left;
}

#nav_box img 
{
	border:none;
}

#nav_box ul 
{
	padding-left:0px;
	margin-left:0px;
	margin-top:2px;
	margin-left:50px;
	list-style:none;

}

#nav_box ul li 
{
	height:23px;	
}


#saladtype
{
	font-size:11px;
}



.bottom_banner{
	font-size:12px;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	padding-top:15px;
	float:left;
	width:100%;
}

.bottom_banner a {
	color: #ffffff;
}




.left_column {
	border-top: solid 1px #8c805a;
	border-bottom: solid 1px #8c805a;
	float:left;

}

.right_column {
	border-top: solid 1px #8c805a;
	border-bottom: solid 1px #8c805a;
	border-right: solid 1px #8c805a;
	height: 544px;
	width: 748px;
	float:right;
}	




.mbg
{
	background-image: url('../images_cnt/mixt_w_bg.png');
	background-repeat: no-repeat;
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}	
		

.mainbg
{
	background-image: url('../images_cnt/mixt_w_bg.png');
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}		

.select_box 
{
	margin-top:10px;
	position: relative;
}