/* Generic Reset */ 

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style: none;
	font-size: 14px;
	color: #000;
}

a:hover {
	background: #BCD43A;
	color: #fff;
}

/* Embed our font */

@font-face { 
	font-family: GraublauWeb; 
	src: url(assets/GraublauWeb.otf) format("opentype"); 
}

/* Taking care of the base elements */

#main-wrapper {
	background: url(images/headerbg.jpg) repeat-x #ededed;
	width: 100%;
}

#additional-wrapper {
	background: url(images/additionalbg.jpg) repeat-x #e1e1e1;
	width: 100%;
}

#footer-wrapper {
	background: url(images/footerbg.jpg) repeat-x #ededed;
	width: 100%;
}
	
#main-container {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
	padding: 0 0 50px 0;
}	

#additional-container {
	width: 1000px;
	margin: 0 auto;
	min-height: 300px;
	padding: 30px 0 0 25px;
}	

#footer-container {
	width: 1000px;
	margin: 0 auto;
	min-height: 30px;
	padding: 15px 0 0 0;
}	

/* Tabular Content */

table.nutritionInfoTable {
	margin: 20px 0;
	width:  930px;
	padding: 9px;
	border:1px solid #cfcfcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
}

table th {
	background-color: #cfcfcf;
	font-weight: normal;
	padding: 10px 5px;
	font-size: 14px;
	text-align: left;	
}

table td {
	padding: 10px 5px;
	font-size: 12px;
	position: relative;
}

table tr:hover {
	background: #BCD43A;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

tr.trLight {
	background: #F1EDED;
}

/* Header Elements */

#header {
	position: relative;	
}

#logo {
	background: url(images/logo.png);
	width: 223px;
	height: 100px;
	float: left;
	margin: 10px 15px;
}

#navigation {
	float: left;
	margin: 80px 0 0 75px;
}

#navigation li {
	margin: 0 18px;
	float: left;
	color: #fff;
}

#navigation li ul{
	padding: 10px 0;
	margin: 0;
	position: absolute;
	background-color: #BCD539;	
}

#navigation li ul li{
	clear: both;
	color: #000;
	padding: 5px 10px;
}

#navigation li ul li:hover{
	background: #FFF;
}


#top {
	position: absolute;
	right: 30px;
	top: 15px;
	color: #fff;
}

#top form {
	color: #fff;
}

#top input {
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #555;
	background: #555;
	padding: 3px 5px;
	color: #fff;
}

/* Content */

#swank {
	background: url(images/swank.jpg);
	margin: 0 0 30px -5px;
	width: 643px;
	height: 190px;
	padding: 80px 30px 0 300px;
	font-size: 16px;
}

#content {
	padding: 140px 0 0 20px; 
}

#breadcrumb {
	font-size: 12px;
	margin: 0 0 15px 0;
}

h2 {
	background: url(images/largetitle.png);
	width: 898px;
	height: 40px;
	color: #fff;
	padding: 5px 20px;
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 0 -5px;
}

h3 {
	background: url(images/smalltitle.png);
	width: 583px;
	height: 27px;
	color: #fff;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 24px;
	margin: 20px 0 20px -5px;
	clear: both;
}

.description {
	font-size: 18px;
	margin: 5px 15px;
}

.description {
	font-size: 14px;
	margin: 5px 15px;
}

.block {
	float: left;
	width: 400px;
	margin: 20px 15px;
}

#content .section {
	margin: 0 25px;
}

#content p {
	margin: 8px 0;
}

.iblock {
	float: left;
	width: 295px;
	border:1px solid #cfcfcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	margin: 20px 10px 0 0;
}

.iblock h5 {
	font-family: GraublauWeb; 
	font-size: 20px;
	background: #ddd;
	border:1px solid #cfcfcf;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	margin: -3px 0 0 0;
	padding: 5px 10px;
}

.iblock h6 {
	font-family: GraublauWeb; 
	font-size: 20px;
	padding: 5px 10px;
}
	

/* Generics */

.bold {
	font-weight: bold;
}

/* Nutrition Info */

#info {
	float: left;
	width: 620px;
}

#nutrition-info {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #bcd43b;
	width: 260px;
	padding: 20px;
	float: left;
	margin: 25px 0 0 25px;
}

#nutrition-info h4{
	font-size: 18px;
}

.thick {
	width: 100%;
	height: 10px;
	background: #000;
	margin: 3px 0;
	float: left;
}

.thin {
	width: 100%;
	height: 5px;
	background: #000;
	margin: 2px 0;
	float: left;
}

.left {
	clear: both;
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.row {
	padding: 3px 0;
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
	float: left;
}

.altrow {
	padding: 3px 0;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #000;
	float: left;
}

/*  Misc */

.action-bar {
	z-index: 1000;
	position: absolute;
	margin: -60px 10px 0 0;
	padding: 10px 20px;
	border:1px solid #cfcfcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
}

.item-list {
	margin: 10px;
}

#simpleTooltip { padding: 5px; border: 1px solid #A6A7AB; background: #F2F3F5; }

