/*
Theme Name: Ideal Protein
Version: 1.0
Author: Webgrain
*/

body {
	background-color: #111;
	color: #808285;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

/**************************** Header ****************************/
#header {
	background: transparent url(images/header.jpg) scroll no-repeat 0 0;
	height: 179px;
	margin: 0;
	padding: 0;
	width: 960px;
}
#facebook {
	position: absolute;
	right: 10px;
	top: 10px;
}

#phone_num {
	color: #FFF;
	font-size: 18px;
	position: absolute;
	right: 260px;
	top: 20px;
}
#logo {
	height: 155px;
	margin: 15px 0 0 15px;
	width: 309px;
}
#ip_logo {
	height: 177px;
	position: absolute;
	right: 25px;
	top: -155px;
	width: 293px;
	z-index: 111;
}
/**************************** Header ****************************/


/**************************** Banner ****************************/
#banner {
	background-color: #666F2F;
	height: 245px;
	margin: 0;
	width: 960px;
}
#banner_shadow {
	background: transparent url(images/shadow.png) scroll repeat-x 0 0;
	height: 4px;
	position: absolute;
	width: 960px;
	z-index: 55;
}
#banner_img {
	height: 245px;
	left: 0;
	position: absolute;
	top: 0;
	width: 560px;
}
#banner_txt {
	color: #FFF;
	font-size: 14px;
	height: 170px;
	padding-top: 70px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 400px;
}
#banner_txt li { list-style: none; padding-bottom: 6px;}
#banner_title {
	position: absolute;
	right: 0;
	top: 10px;
}
/**************************** Banner ****************************/


/**************************** Content ****************************/
#content {
	background: transparent url(images/bd_span.jpg) scroll repeat-y 0 0;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 960px;
}
#left_ct {
	color: #AAA;
	margin: 0;
	padding: 30px;
	width: 500px;
}
#left_ct a { color: #FFF; }
#left_ct p { margin-bottom: 10px; }
#left_ct h2 { font-size: 18px; margin: 0 0 10px 0; }

#right_ct {
	background: #763316 url(images/side_span.png) scroll repeat-x 0 0;
	color: #FFF;
	line-height: 22px;
	margin: 0;
	padding: 30px;
	width: 340px;
}

.food {
	float: left;
	height: 132px;
	position: relative;
	width: 170px;
}
.food img {
	left: 0;
	padding: 0 10px;
	position: absolute;
	top: 0;
	z-index: 8;
}

.food img.active { z-index:10; }

.food img.last-active { z-index:9; }

/**************************** Content ****************************/


/**************************** Footer ****************************/
#footer {
	background-color: #666F2F;
	color: #FFF;
	height: 40px;
	margin: 0;
	padding: 15px 0;
	width: 960px;
}

#footer a {
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/**************************** Footer ****************************/


.wpcf7 input[type=text], .wpcf7 textarea {
	background-color: #333;
	border: 1px solid #111;
	padding: 3px;
}
.wpcf7 p { margin: 0 0 5px 0; }
.wpcf7 table { margin: 0 0 5px 0; }
.wpcf7 table td { padding: 0 0 5px 0; }