body {	
	font-size: 12px;
	font-family: arial, sans-serif, verdana;
	font-weight: normal;
	color: #333333;
	margin: 0;
	

}

#wt_background {
	background: transparent url(../../images/brands/wheatThins_LP_bg.jpg) top left no-repeat;
	width: 800px;
	height: 527px;
	margin-top: 29px;
}


.logo {
	float: left;
	margin: 20px 44px 0px 44px;
}

.header {
	margin-top: 60px;
}

#wt_container {
	width: 800px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 331px; /*Set left margin to LeftColumnWidth*/
	margin-top: -12px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#leftcolumn {
	float: left;
	width: 673px; 
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	text-align: left;
}

.introCopy {
	/*width: 256px;*/
	margin: 0px 370px 15px 34px;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
}


ul, li{
	margin: 0;
	padding: 0;
	background: transparent;

}



/* backup html */


#backup {
	background: transparent url(../../images/wt_backup_bkg.jpg) top left no-repeat;
	width: 800px;
	height: 550px;
	text-align: center;
	position: relative;
}

.wt_products {
	width: 800px;
	height: 500px;
	position: relative;	
	
}

.wt_titles {
	top:20px;
	position:relative;
}

.wt_copy {
	top:317px;
	position:relative;
}

.wt_copy a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#b6040d;
	text-decoration:underline;
}

.blueCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#2c3d7c;
	line-height:15px;
}

.redFont {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#b6040d;
}

.blueTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#2c3d7c;
	line-height:50px;
}

.redTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#b6040d;
}



.smallFont {
	font-size: 9px;
	padding: 2px;
}

.whiteFont {
	color: #fff;
}

.product {
	padding-right: 0px;
}

/*products page*/
#all {
	width: 800px;
	height: 872px;
	text-align: left;
}

#all img {
	border:0px;
}


/* dropdown menu */

#wt_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 299px;
	padding-left: 15px;
	margin-top: 14px;
}

#wt_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 299px;
	
}


#wt_menu li {
	float: left;
	position: relative;
	
}

.wt_mainitems {
	border: none;
	margin-top: -5px;
	padding: 2px 0px;

}

.wt_mainitems a {
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	
}

.wt_subuls {
	display: none;
	width: 299px;
	position: relative;
	text-align: left;
	background: transparent url(../../images/brands/dropDown_bg.gif) top left repeat-y;
	height: 100px;
	margin-top: -30px;
}

.wt_subuls li {
	width: 299px;
	top: 28px;

}

.wt_subuls li a {
	text-decoration: none;
	color: #000000;
	margin-left: 70px;
}

.wt_subuls li a:hover {
	text-decoration: none;
	color: green;
	margin-left: 70px;
	
}

/* menu background resizing */
.wt_subuls2 {
	display: none;
	width: 299px;
	position: relative;
	text-align: left;
	background: transparent url(../../images/brands/dropDown_bg.gif) top left repeat-y;
	height: 155px;
	margin-top: -30px;
}

.wt_subuls2 li {
	width: 299px;
	top: 28px;

}

.wt_subuls2 li a {
	text-decoration: none;
	color: #000000;
	margin-left: 70px;
}

.wt_subuls2 li a:hover {
	text-decoration: none;
	color: green;
	margin-left: 70px;
	
}


.wt_subuls3 {
	display: none;
	width: 299px;
	position: relative;
	text-align: left;
	background: transparent url(../../images/brands/dropDown_bg.gif) top left repeat-y;
	height: 116px;
	margin-top: -30px;
}

.wt_subuls3 li {
	width: 299px;
	top: 28px;

}

.wt_subuls3 li a {
	text-decoration: none;
	color: #000000;
	margin-left: 70px;
}

.wt_subuls3 li a:hover {
	text-decoration: none;
	color: green;
	margin-left: 70px;
	
}

.wt_subuls4 {
	display: none;
	width: 299px;
	position: relative;
	text-align: left;
	background: transparent url(../../images/brands/dropDown_bg.gif) top left repeat-y;
	height: 50px;
	margin-top: -30px;
}

.wt_subuls4 li {
	width: 299px;
	top: 28px;

}

.wt_subuls4 li a {
	text-decoration: none;
	color: #000000;
	margin-left: 70px;
}

.wt_subuls4 li a:hover {
	text-decoration: none;
	color: green;
	margin-left: 70px;
	
}
/* // end menu background resizing */


#wt_menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: -28px;
	left: auto;
	

}

#wt_menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	margin: 0px 0px -35px 0px;
	color: #000000;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}


/* recipe page */

#recipe_container {
	width: 800px;
	height: 527px;
	margin-top: 29px;
}

#recipeNav {
	background: transparent url(../../images/brands/leftNav_bg.gif) top left no-repeat;
	width: 266px;
	height: 522px;
}

#flash {
	margin-top: 20px;
}


#footer {
	font-size: 10px;
	padding: 40px 0px;
	width: 500px;
}

#footer a {
	color: #606160;
	font-size: 10px;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}
