
a 
{
	outline:none;
}

a:selected
{
	outline:none;
}

body {
	font-family: arial;
	font-size:12px;
	background-image: url('../images/croutons-bg.jpg');
	background-repeat: no-repeat;
	background-position:top right;
	
}

#holder 
{
	width:100%;
}

#wrapper {
	width:961px;
	padding: 20px;
	margin-top:10px;
	padding-left:100px;
	float:left;
}


#calc_results {
	float:right;
	width:198px;
	height: 504px;
	padding:20px;
	padding-top:0px;
	color: #ffffff;
	overflow:hidden;
}

#calc_selection 
{
	font-family:Arial;
	float:left;
	width:540px;
	border-right: solid 1px #2d7c32;
	height: 544px;
	padding:0px;
	color:#eeeeee;
	
	/*background-color:#382e2c;*/
	/*overflow: auto;
	position: relative;*/
	/*border-bottom: solid 1px #72b42d;*/
}
	
#calc_selection .item
{
	font-size:10px;
}

#calc_selection_inner 
{
	float:left;
	margin-top:5px;
	width:534px;
	height: 510px;
	overflow: auto;
	position: relative;
}



#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:15px;
	padding-bottom:1px;
	color:#ffffff;
}


#content {
	/*background-color:#88ba5b;*/
	background-image: url('../images/content-bg.png');
	background-repeat:no-repeat;
	width:810px;
	height: 590px;
	padding:10px;
	float:left;
}

#disclaimer
{
	float:left;
	color:#dddddd;
	margin-top:220px;
	font-size:11px;
	width:100%;
	text-align:center;
}

#disclaimer a 
{
	color:#ffffff;
	text-decoration:none;
	padding:4px;
	background-color:#2d7c32;
}

#disclaimer a:hover
{
	color:#cccccc;	
}

#icons_box 
{
	float:left;
	width:200px;
	margin-left:35px;	
	margin-top:10px;
}

#logo_box {
	width:400px;
	height:100px;
	float:left;
}

#nav_box {
	
	width: 400px;
	height: 20px;
	margin-top:10px;
	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 
{
	display:inline;
	margin-right:30px;
}



#saladtype
{
	font-size:11px;
	padding-bottom:10px;
	
}

#salad_greens, #salad_staples, #salad_cheese, #salad_fruits, #salad_meats, #salad_dressings
{
	margin-left:20px;
}

#sandwhichtype

{
	font-size:11px;
}

#souptype
{
	font-size:11px;
	margin-left:10px;
}

#tabs-1, #tabs-2, #tabs-3
{
	margin-left:10px;
	padding-top:0px;
	margin-top:0px;
	padding-left:3px;
	margin-left:0px;
}

#tabs a
{
	color:#ffffff;
}

#tabs ul li 
{
	display:inline;
	
}

#tab-instruct
{
	background-color: #d56b63;	
}

#tab-instruct
{
	background-color: #b93e35;	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected #tab-instruct
{
	background-color: #49672e;
}


.clearbutton 
{
	background-image:url('../images/btn_clear_bg.png');
	background-repeat:no-repeat;
	background-position:left top;
}

.clearbutton:hover
{
	background-image:none;
}

.bottom_banner{
	font-size:11px;
	text-align: center;
	color:#eeeeee;
	font-weight: bold;
	padding-top:10px;
	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-left: solid 1px #8c805a;
	border-top: solid 1px #8c805a;*/
	padding-bottom:10px;
	border-bottom: solid 1px #8c805a;
	/*border-right: solid 1px #8c805a;*/
	height: 544px;
	width: 798px;
	float:left;
}	

	

.select_box 
{
	margin-top:10px;
	position: relative;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}




