/*
* * * * * * * * * * * * * * * * * * * *
*		Pause Productions			  *
* 		November 2nd 2006		 	  *
* 		Dr. Oetker Project		 	  *
* * * * * * * * * * * * * * * * * * * *
*/

* {
	margin:0;
	padding:0;
	font-family:Arial;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	margin-bottom:8px;
	font-size: 22px;
	color:#C00;
}

#popmeup
{
		background:url('/images/pop_banner.png');
		width: 522px;
		height: 323px;
		position: absolute;
		z-index: 1002;
		left: 50%;
		margin-left: -161px;
		margin-top: 100px;
		display: none;
		cursor: pointer;
}

#popmeup_click
{
		width: 522px;
		height: 323px;
		position: absolute;

}

#close_popup
{
		position: absolute;
		width: 19px;
		height: 19px;
		background:url('/images/close.jpg');
		right: 0px;
		z-index: 3000;
}

h6 {
	padding: 0;
	margin: 0;
	margin-bottom:0px;
	font-weight: bold;
	font-size: 12px;
	color:#666666;
}

#form label
{
		width: 100px;
		float:left;
}

#form br
{
		clear: both;
		margin-bottom:10px;
}

#form input
{
		float:left;
		height: 20px;
		width: 150px;
}

#form select
{
		height: 20px;
		width: 150px;
		float: left;
}

#container {
	position: relative;			
	width: 1024px;	
	margin-left: auto;
	margin-right: auto; 
	height: auto;
	text-align:left;	
	font-size: 12px;
	font-family: Arial;
	color: #666;
	background-color: #FBE9B9;	
}
/*
* * * * * * * * * * * * * * * * * * * *
*	Top bar with Searchs			  *
* * * * * * * * * * * * * * * * * * * *
*/
#mainBar {
	height: 100px;
	overflow: hidden;
	border: 1px solid #FFF;
	background-color: #FBE9B9;	
	background-image:url(/images/logo_bar.gif);
	background-repeat: repeat-x;
}

#logo {
	margin-left: 25px;
}

#mainSearch {
	width: 255px;
	float: right;
	margin-top: 26px;
	margin-right: 10px;
	display: block;
	text-align: center;
	overflow: hidden;
	bottom: 0;
}

#mainSearch table {
	margin-left: auto;
	margin-right: auto;
}
	
#mainSearch td {
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

#mainSearch input[type~="submit"]{
	border: none;
	text-decoration: none;
	color: #666;
	margin-top: 3px;
	font-family: arial;
	padding-left: 5px;	
	cursor: pointer;
	font-size: 11px;
	background: url(/images/red_arrow_right.gif) no-repeat 0 4px;
}

#mainSearch input[type~="submit"]:hover{
	color: #C00;
}

#mainSearch #siteInfo {
	color: #1B3986;	
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
} 

#siteInfo img {
	vertical-align: bottom;
} 

/*
* * * * * * * * * * * * * * * * * * * *
*	Main container Starting			  *
* * * * * * * * * * * * * * * * * * * *
*/

#main {
	position: relative;
	float: right;
	overflow: hidden;
	border: 1px solid #FFF;
	width: 1022px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Left content with hiding menu	  *
* * * * * * * * * * * * * * * * * * * *
*/

#leftContent_small {
	position:relative;
	vertical-align:top;	
	float: left;
	width: 216px;
	display: block;
	background-color: #FBE9B9;	
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;

}

#menuContentSmall {
	width: 216px;
	height: 275px;
	overflow:hidden;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

#leftContent_large {
	position:relative;
	vertical-align:top;	
	float: left;
	width: 400px;
	display: block;
	background-color: #FBE9B9;
	background-repeat: no-repeat;

}

#menuContentLarge {
	width: 402px;
	height: 275px;
	overflow:hidden;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

#menuContent_Top {
	position:relative;
	vertical-align:top;	
	float: left;
	width: 1024px;
	height: 278px;
	display: block;
	background-color: #FBE9B9;
	background-repeat: no-repeat;
	z-index: 100;
}

#menuBar {


	position: absolute;
	height: 246px;
	margin-top: 16px;
	margin-left: 30px;
	display: block;
	z-index: 100;
	margin-right: 0;
	padding: 0;
}

#menuBar ul {
  
	position: absolute;
	width: 187px; 
	height: 241px;	
	display: block;
	padding-top: 2px;
	background-image: url(/images/menu_bg_sm.png); 
	/*_background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu_bg_sm.png', sizingMethod='image');
	*/
	margin: 0;
	padding-right: 0;
	background-repeat: no-repeat;  
	z-index: 98;
}

#menuBar ul ul {

	display: none;
	position: absolute; 
	top: 0;
	padding: 0 0 3px 0;
	margin: 0;
	left: 100%;
	height: auto;	
	_height: 240px;
	min-height: 240px;
	z-index: 98;
	background: url(/images/submenu_sm_long.png) no-repeat 0px bottom;
	/*_background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/submenu_sm.png', sizingMethod='image');
	background-repeat: no-repeat;  
	filter:alpha(opacity=85);  
	-moz-opacity:0.85;         		
   	opacity: 0.85; */
}

.menu ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
	z-index: 98;
}

.menu li {

	list-style: none;
	font-size: 10px;	
	padding: 3px 0 3px 9px;
	margin: 0px;
	width: 150px;
	z-index: 99;
	background: url(/images/bg_nav_dot_main.gif) 12px bottom no-repeat;	
}

.menu ul ul li{
	background: url(/images/bg_nav_dot_sub2.gif) 12px bottom no-repeat;
}
.menu a {
font-family: arial, verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;	
	color: #000;
	display: block;
	width: 140px;
	padding: 1px;
	overflow: hidden;
}

.menu li a:hover {
	color: #C00;	
}

.menu a.submenu:hover {
	background:url(/images/red_arrow_right_menu.gif) no-repeat 135px 2px;
}

.menu li > ul {
	top: 0;
	left: 100%;

}

#menuBar li:hover ul ul,#menuBar li:hover ul ul ul, #menuBar li:hover ul ul ul ul , #menuBar li:hover ul ul ul ul ul { 
	display: none;

}

#menuBar li.iehover ul ul, #menuBar li.iehover ul ul ul, #menuBar li.iehover ul ul ul ul, #menuBar li.iehover ul ul ul ul ul { 
	display: none;

}

#menuBar li:hover ul, #menuBar li li:hover ul, #menuBar li li li:hover ul, #menuBar li li li li:hover ul, #menuBar li li li li li:hover ul {
	display: block;	
}

#menuBar li.iehover ul, #menuBar li li.iehover ul, #menuBar li li li.iehover ul, #menuBar li li li li.iehover ul, #menuBar li li li li li.iehover ul {
	display: block;	
}
 

#leftPreviews {
	width: 190px;
	height: 160px;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	float: right;	
	overflow:hidden;
}

#leftPreviews_large {
	width: 380px;
	height: 160px;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	float: right;	
	overflow:hidden;
}

#leftPreviews table, #leftPreviews_large table {
	float: right;	
}

#leftPreviews td, #leftPreviews_large td {
	text-align: center;
	font-family: Georgia;
	letter-spacing: -0.08em; 
	font-size: 16px;
	font-weight: bold;
}

#leftPreviews a, #leftPreviews_large a {
	text-decoration: none;
	color: #666;
	background: none;
}

#leftPreviews a:hover, #leftPreviews_large a:hover {
	color: #C00;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Right Content/Main Content        *
* * * * * * * * * * * * * * * * * * * *
*/

#rightContent {
	display: block;	
	background-color: #FFF;
	float:right;
	border: 1px solid #FFF;
	width: 803px;
	font-size: 12px;
	color: #666;	
	position: realitive;
	min-height:450px;
 	_height:450px
}

#rightContent.large {
	width: 618px;	
}

#rightContent .description {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

#mainContent {
	display: block;
	overflow: hidden;
	float: left;
	width: 565px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

#mainContent_large {
	display: block;
	float: left;
	width: 370px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;	
	font-size: 13px;
}



#mainContent p, #mainContent_large p, #mainContent div, #mainContent_large div {
	margin-bottom: 15px;
	font-size: 13px;
}

#mainContent_large td, #mainContent_large td {
	vertical-align: middle;
	height: 30px;
	font-size: 13px;
}

#mainContent_large .list_title, #mainContent_large .list_title {
	width: 350px;
}

#mainContent_large .list img, #mainContent_large .list img {
	float: right;
}

#mainContent a, #mainContent_large a {	
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-size: 13px;
	padding-left: 10px;
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 2px;
}

#mainContent li, #mainContent_large li, #mainTeasers li, #mainTeasers_large li{
	list-style: none;
	margin-left: 10px;
	font-size: 13px;
}

#mainContent a:hover, #mainContent_large a:hover {
	color: #C00;
	background: url("/images/red_arrow_right.gif") no-repeat 0 2px;
}

#mainContent a.currentPage, #mainContent_large a.currentPage {
	color: #C00;
	background: url("/images/red_arrow_right.gif") no-repeat 0 4px;
}

#mainContent .imagelink, #mainContent_large .imagelink, #mainContent .imagelink:hover, #mainContent_large .imagelink:hover {
	background: none;
}
/*
* * * * * * * * * * * * * * * * * * * *
*	Page Numbers                	  *
* * * * * * * * * * * * * * * * * * * *
*/

#pageNumbers {
	margin: 8px;
	padding: 5px;
	bottom: 0;
	width:95%;
	border-top: 1px solid #FBE9B9;
	border-bottom: 1px solid #FBE9B9;
}

#pageNumbers li {
	display: inline;
	list-style: none;
	padding: 10px;	
}

#pageNumbers li a {
	font-size: 14px;
	font-weight: bold;
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 4px;
}

#pageNumbers li a:hover {
	background: url("/images/red_arrow_right.gif") no-repeat 0 4px;
}

#pageNumbers .currentPage {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	background: url("/images/red_arrow_right.gif") no-repeat 0 14px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Health Info for Products    	  *
* * * * * * * * * * * * * * * * * * * *
*/


#healthInfo {
	clear: both;
	width: 420px;
	overflow: hidden;
}

#healthInfo img {

}

#healthInfo table {
	width: 420px;
}

#healthInfo th {	
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	text-align: left;
	width: 124px;
	margin-right: 4px;	
}

#healthInfo td {	
	font-size: 12px;
	padding: 2px;
	color: #666;
	overflow: hidden;
	padding-right: 4px;
	
}

#healthInfo .highLight{
	background-color: #FBE9B9;
}

#healthInfo .healthInfoNumbers{
	text-align: right;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	FAQS 						  	  *
* * * * * * * * * * * * * * * * * * * *
*/

.FAQ {
	width: 420px;
	overflow: hidden;
}

.FAQ div {
	background-color: #FBE9B9;
	width: 415px;
	margin-left: 5px;
	padding: 3px 3px 3px 3px;
}

.FAQ p, .FAQ ul {
	margin: 5px;
}

.FAQ li {
	margin-left: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	list-style: none;
	background: url("/images/red_arrow_right.gif") no-repeat 0px 4px;	
}

.faq_answer {
	width: 415px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #FBE9B9;
	padding: 3px 3px 3px 3px;
}
.faq_answer ul {
	margin-bottom: 10px;
}
.faq_answer li {
	margin-left: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	list-style: none;
	background: url("/images/red_arrow_right.gif") no-repeat 0px 4px;	
}


/*
* * * * * * * * * * * * * * * * * * * *
*	Recipe CSS This is massive  	  *
* * * * * * * * * * * * * * * * * * * *
*/

#recipe {
	width: 561px;
	display: block;
	height: 100%;
	margin-top: 10px;
	padding: 0;
}

#recipeTop {
	margin-bottom: 20px;
}

#recipeText {
	width: 378px;
	background-color: #FBE9B9;
	float: left;
	display: block;
	padding: 6px;
	margin:0;
	margin-bottom: 20px;
	height: 425px;
	overflow: auto;
}

#recipeText table {
	border: none !important;
	background: none !important;
	width: 360px !important;
	_width: 350px !important;
	padding: 3px !important;	
}

#recipeText tr,#recipeText td {
	border: none !important;
	background: none !important;	
}

#recipeText ul, #recipeText ol {
	margin-bottom: 10px;
}

#recipeText li {
	text-decoration: none;
	padding-left: 30px;
	background: url("/images/red_arrow_right.gif") no-repeat 18px 3px;	
}

#recipeText p {
	padding: 3px;
}

#recipeSide {
	vertical-align:top;
	display: block;
	width: 170px;	
	float: right;
	top: 0;
	padding: 0;
	margin: 0;
	height: 100%;
}

#recipeBorder {
	display: block;
	height: auto;
	width: 169px;
	overflow:hidden;
	border: 1px solid #FBE9B9;
	position: relative;	
	float: left;
}

#recipeLinks ul li, #recipeNav ul li, #recipeBottomLinks ul li {
	list-style: none;	
}

#recipeLinks ul, #recipeBottomLinks ul {
	float: left;
	margin: 0 0 0 3px;
	padding-bottom: 3px;
	height: auto;
		
}
#recipeLinks a {
	font-size: 11px;
}

#recipeImage {	
	float: left;
	width: 169px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
}

#recipeEase {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#recipeNav {
	vertical-align:top;
	display: block;
	width: 150px;
	position: relative;
	float: right;
	text-align: left;
}

#recipeHealth {
	float: left;
	width: 585px;
	overflow:hidden;
}
#recipeHealth table {
	width: 360px;	
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: -3px;
}

#recipeHealth th {
	width: 125px;
	font-size: 12px;
	color: #666;
	text-align: left;
}

#recipeHealth td {
	font-size: 12px;
	padding: 2px;
	color: #666;
	border: none;
}

#recipeHealth .highLight{
	background-color: #FBE9B9;
}

#recipeHealth p {
	width: 355px;
	background-color: #FBE9B9;
	margin-top: 6px;
	margin-left: 3px;
	margin-bottom: 30px;
	padding: 3px;
}

#recipeNav {
	margin: 5px;
}

#recipePrev a {
	background: url("/images/yellow_arrow_left.gif") no-repeat 0 2px;	
}

#recipePrev a:hover {
	background: url("/images/red_arrow_left.gif") no-repeat 0 2px;	
}

#suitableProducts {
	display: block;
	width: 370px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding: 5px;
}

#suitableLinks ul{
	width: 200px;
	background-color: #FBE9B9;
	font-weight: bold;
	
}

#suitableLinks li a {
	background: url("/images/red_arrow_right.gif") no-repeat 0 2px;
}

#recipeAllergy {
	display: block;
	width: 370px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	padding: 5px;
}


/*
* * * * * * * * * * * * * * * * * * * *
*	Allergy for both product and      *
*   recipe	  						  *
* * * * * * * * * * * * * * * * * * * *
*/

#allergyInfo {
	padding: 5px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Download for Recipes              *
* * * * * * * * * * * * * * * * * * * *
*/


#recipeDownload {
	display: block;
	width: 545px;
	float: left;
}
#recipeDownload table {
	margin: 15px;
}

.downloadDescription {
	width: 150px;
	height: 120px;
	background-color: #FBE9B9;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	vertical-align: top;
}

.downloadPreview {
	width: 100px;
	height: 120px;
	vertical-align: bottom;
	text-align: center;
	border-right: 1px solid #FBE9B9;
	border-bottom: 1px solid #FBE9B9;
	border-top: 1px solid #FBE9B9;
}
/*
* * * * * * * * * * * * * * * * * * * * *
*	Product Grid for All Products	    *
* * * * * * * * * * * * * * * * * * * * *
*/

#productTable {
  width: 600px;
  margin-bottom: 20px;
}

#productTable div {
  float: left;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 20px 0px 20px 0px;
  position: relative;
}

#productTable div a {
  background: none;
  padding: 5px;
  display: block;

}
  
#productTable div a:hover {
	color: #C00;
	background: none;
}

#productTable div span a {
	font-size: 12px;
	font-weight: bold;
	background: none;

}

#productTable div span a:hover {
	color: #C00;
	background: none;
}

#spacer {
  height: 100px;
}

table#productCenterAlign td{
	text-align: center;
	padding:0px;
	margin: 0;
	width: 150px;
}

table#productCenterAlign td a{
	_width: 140px;
	padding: 0px;
	display: block;
	margin: 0 auto;
}


#productGrid  {
	margin-left: auto;
	margin-right: auto;
}

#productGrid table {
	width: 420px;
}

#productGrid td {

	
}

#productGrid td.bottom {
 vertical-align: bottom !important;
  
}

#productGrid td.top {
  vertical-align: top !important;
  
}

#productGrid a {
	font-size: 12px;
	font-weight: bold;
	background: none;
	text-align: center;

}

#productGrid a:hover {
	color: #C00;
	background: none;
}

/*
* * * * * * * * * * * * * * * * * * * * *
*	Formats for formBox elements	    *
*   Please use formBox class for forms  *
* * * * * * * * * * * * * * * * * * * * *
*/

.formBox {
	width: 450px;
	overflow: hidden;
	display: block;		
}

.formBox table {
	width: 440px;
	padding:5px;
	font-size: 12px;
	background-color:#FBE9B9;
	color: #666666;
}

.formBox .wideText {
	width: 400px;
}

.formBox select {
	position: relative;
	width: 150px;
}

.formBox .btxt {
	padding-top: 5px;
	font-weight: bold;
}

.formBox td {
	padding: 2px;
}

.formBox input {
	margin-right: 8px;
	margin-left: 3px;
}

.formBox .buttonRight {
	float: right;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Teasers for the Main Page		  *
* * * * * * * * * * * * * * * * * * * *
*/

#mainTeasers, #mainTeasers_large {
	width: 175px;
	float: right;
	display: block;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	padding-right: 10px;
	horizontial-align: center;
}

#mainTeasers *, #mainTeasers_large * {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#mainTeasers img, #mainTeasers_large img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainTeasers a, #mainTeasers_large a {
	text-decoration: none;
	color: #666;
	padding: 0;
	margin: 0;
	font-family: Georgia;
	letter-spacing: -0.08em; 
	font-size: 16px;
	font-weight: bold;
}

#mainTeasers a:hover, #mainTeasers_large a:hover {
	color: #C00;
	background: none;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Breadcrumbs 				 	  *
* * * * * * * * * * * * * * * * * * * *
*/

#breadcrumb {
	vertical-align: top;
	margin-top: 15px;
}

#breadcrumb ul {	
	margin-left: 10px;
	list-style: none;		
	font-size: 10px;		
}

#breadcrumb li {
	display: inline;	
	padding-right: 10px;	
	color: #666;
	text-transform: uppercase;			
}

#breadcrumb a {	
	text-decoration: none;
	color: #666;
	padding-left: 10px;	
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 2px;
}

#breadcrumb a:hover {
	color: #C00;				
	background: url("/images/red_arrow_right.gif") no-repeat 0 2px;
}

#breadcrumb #lastcrumb {	
	padding-left: 10px;	
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 2px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Footer Formats 				 	  *
* * * * * * * * * * * * * * * * * * * *
*/

#footer {	
	bottom: 0;	
	right: 0;
	overflow: hidden;	

	text-align: right;
  margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: absolute;
}

#footer ul {
	list-style: none;	
	text-align: right;	
	width: 400px;
	margin-right: 20px;
	
}

#footer li {
	display: inline;
	font-size: 11px;
	color: #666;
}

#footer a {
	padding-left: 5px;
	padding-right: 4px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
}

#footer a:hover {
	color: #C00;
}

#footer a:active {
	color: #C00;
}

#bottomContent {
	width: 1024px;
	height: auto;
	position: relative;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Main/Splash Page Formats	 	  *
* * * * * * * * * * * * * * * * * * * *
*/

#splashTeasers {
	position: relative;	
	width: 630px; 
	float: left;
	margin-left: 20px;
}

#splashTeasers .teaser {
	text-align: left;
	width: 190px;
	height: 200px;
	padding-left: 10px;	
	padding-right: 13px;	
	font-size: 16px;
	font-weight: bold;
	color: #666;
	
	background: url(/images/teaser_line.gif) no-repeat right 50px;
}

#splashTeasers .teaser img {
	padding: 0px;
}

#splashTeasers .teaser a {
	color: #666;	
	text-decoration: none;
	padding-bottom: 4px;
	font-family: Georgia;
	letter-spacing: -0.08em; 
}

#splashTeasers .teaser a:hover {
	color: #C00;
}

#splashLinks {
	position: relative;	
	float: left;
	margin-top: 40px;
	padding: 20px;
	width: 300px;
	display: block;
}

#splashLinks li {
	list-style: none;
	font-size: 16px;	
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 4px;
	font-family: Georgia;
	letter-spacing: -0.08em; 
	
}

#splashLinks a {	
	color: #666;
	text-decoration: none;
	padding-left: 15px;
	font-family: Georgia;
	background: url("/images/red_arrow_right.gif") no-repeat 0 1px;	
}

#splashLinks a:hover {
	color: #C00;
}

#siteMap {
	padding: 10px;
	background-color: #FFF;	
}

#homeLink a {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 40px;
	text-decoration: none;	
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 3px;	
	color: #666;
	padding-left: 10px;
	float: right;
}

#homeLink a:hover {
	text-decoration: none;		
	background: url("/images/red_arrow_right.gif") no-repeat 0 3px;	
	color: #C00;
}

#siteMap table {
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 20px;
}

#siteMap td {
	width: 200px;
	vertical-align: top;
	horizontial-align: right;
}


.site_list {
	width: 150px;
	list-style: none;	
}

.site_list li {
	background-color: #FDF0CE;
	border: 1px solid #FFF;
	width: 170px;
	text-align: right;	
	display: block;
}

.site_list .sitemap_parent {
	background-color: #FBE9B9;
	border: 1px solid #FFF;
	width: 170px;
	text-align: right;	
}

.site_list li a {
	text-decoration: none;	
	background: url("/images/yellow_arrow_left.gif") no-repeat right 3px;	
	padding-right: 20px;
	width: 150px;
	display: block;
	text-transform: uppercase;	
	color: #666;
}

.site_list .sitemap_parent a {
	text-decoration: none;	
	background: url("/images/red_arrow_left.gif") no-repeat right 3px;	
	padding-right: 20px;
	width: 150px;

}

.site_list li a:hover {
	text-decoration: none;	
	background: url("/images/red_arrow_left.gif") no-repeat right 3px;	
	background-color: #FBE9B9;
	color: #C00;
}

#fourohfour {
	padding: 20px;
	height: 200px;
	background-color: #FFF;
	font-size: 12px;
	
}
#fourohfour p {
	padding-bottom: 10px;
	width: 450px;

}

#fourohfour a {
	margin-left: 3px;
	text-decoration: none;	
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 3px;	
	color: #666;
	padding-left: 8px;
}

#fourohfour a:hover {
	text-decoration: none;		
	background: url("/images/red_arrow_right.gif") no-repeat 0 3px;	
	color: #C00;
}



div.error {
	border: 2px dotted maroon;
}

p.error {
	color: maroon;
	font-weight: bold;
}

li.error {
	color: maroon;
	list-style: disc;
	padding: 0;
	margin: 0px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*		File Download UL     	 	  *
* * * * * * * * * * * * * * * * * * * *
*/

.fileDownload {
	float: right;	
}

.fileDownload li a {
	text-decoration: none;	
	background: url("/images/yellow_arrow_left.gif") no-repeat right 3px;	
	padding-right: 20px;
	width: 150px;
	display: block;
	text-transform: uppercase;	
	color: #666;
}

.fileDownload li a:hover {
	text-decoration: none;	
	background: url("/images/red_arrow_left.gif") no-repeat right 3px;	
	background-color: #FBE9B9;
	color: #C00;
}

#contactFormTable {
	padding: 3px;
	margin: 3px auto;
	font-size: 11px;
	width: 425px;
	background-color: #FBE9B9;
}

#contactFormTable td {
	padding: 1px 5px;
	height: auto !important;
	margin: 0;
}

#contactFormTable input {
	height: 16px;
}

#contactFormTable select {
	height: 20px;
}

#contactFormTable .required {
	color: red;
}

.nocaps {
	text-transform: none !important;
}


#popup {
	width: 400px;
	height: auto;
	margin: 50px auto;
	background-color: #FFF;
	padding: 10px;
}

#popup p {
  font-size: 14px;
	color:#666666;
	margin: 15px 0;
}

#popup #bestBefore {
	width: 300px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 2px auto;
	border: 1px solid #CC0000;
	background-color: #fbe9b9;
	padding: 10px;
	
	
}

#popup #bestBeforeDisclaimer {
	font-size: 12px;
	width: 300px;
  text-align: center;
  margin: 0px auto 2px auto;
}

embed {
	z-index: 1;
}

#mainContent_large label.half {
	margin-right:20px;
	width:240px;
	height:40px;
}

#mainContent_large label.full {
	margin-right:10px;
	width:480px;
	height:40px;
}

#mainContent_large label.half, #icon label {
	display:block;
	float:left;
	line-height:1.4em;
	margin-bottom:30px;
}

#mainContent_large label.half input, #mainContent_large label.half textarea, label.half select {
	width:210px;
}

#mainContent_large label.full input, #mainContent_large label.full textarea, label.full select {
	width:470px;
}

/*input, select, textarea {
	font-size:100%;
}*/

#mainContent_large label.half/*, #icon label.half*/ {
	line-height:1.4em;
}

