.wrap {
	width: 960px;
	margin:20px auto;
}	

#left-col {
	width:310px;
	float:left;
	margin-right:20px;
}

#left-col img {
	border:none;
}

#contact {
	width:310px;
	min-height:547px;
	background:#FF0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#contact p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px 20px;
}

#contact p a {
	color:#C60;
}

#contact p a:hover {
	color:#000;
}

#right-col {
	width:630px;
	float:left;
	margin-bottom:30px;
}

#nav {
	width:500px;
	height:37px;
	margin-left:100px;
}

#nav a {
	height:37px;
	margin-right:10px;
	border:0;
	float:left;
}

#nav a.home {
	background:url(../images/tab-home.png) no-repeat;
	width:73px
}

#nav a.home:hover {
	background:url(../images/tab-home.png) no-repeat 0 -37px;
}

#nav a.home.active {
	background:url(../images/tab-home.png) no-repeat 0 -37px;
}


#nav a.product {
	background:url(../images/tab-product.png) no-repeat;
	width:87px

}

#nav a.product:hover {
	background:url(../images/tab-product.png) no-repeat 0 -37px;

}

#nav a.product.active {
	background:url(../images/tab-product.png) no-repeat 0 -37px;

}

#nav a.why {
	background:url(../images/tab-why.png) no-repeat;
	width:160px

}

#nav a.why:hover {
	background:url(../images/tab-why.png) no-repeat 0 -37px;

}

#nav a.why.active {
	background:url(../images/tab-why.png) no-repeat 0 -37px;

}

#nav a.order {
	background:url(../images/tab-order.png) no-repeat;
	width:107px

}

#nav a.order:hover {
	background:url(../images/tab-order.png) no-repeat 0 -37px;

}

#nav a.order.active {
	background:url(../images/tab-order.png) no-repeat 0 -37px;

}
	

#scoop {
	background:url(../images/scoop-bg.png) no-repeat;
	width:630px;
	height:367px;
	position:relative;
	-webkit-border-top-right-radius: 8px;
	-moz-top-right-border-radius: 8px;
	top-right-border-radius: 8px;
}

#scoop h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#F0F0F2;
	width:200px;
	position:absolute;
	left:20px;
	bottom:-10px;
}

.stickie {
	position:absolute;
	right:5px;
	bottom:-55px;
}

.cookie-box{
	position:absolute;
	right:5px;
	bottom:-40px;
}

.content {
	background:#F0F0F2;
	width:590px;
	min-height:300px;
	padding:50px 20px 20px;
	-webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px; -moz-border-bottom-left-radius: 8px;
}

.content p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:16px;
}

.content p img.left{
	float:left;
	margin:0 10px 0 0;
}


.content ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:16px;
}

.content ul li {
	margin:0 0 5px 20px;
}


p.bottom-nav {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.bottom-nav a {
	color:#000;
	text-decoration:none
}

p.bottom-nav a:hover {
	color:#053116;
}

span.copyright {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-align:center;
	margin-top:30px;
}

table {
	width:80%;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

table td.section {
	height:30px;
	font-size:20px
}