/***** GLOBAL *****/

body 
{
	font-family: Arial; /* Trebuchet MS*/
	font-size: 10pt;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	color: #082b49;
	background-image: url(../himages/body-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 357px;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #082b49;
	text-decoration: none;
}

a.more:link {color: #fe3702; font-weight: bold;}
a.more:active {color: #fe3702; font-weight: bold;}
a.more:visited {color: #fe3702; font-weight: bold;}
a.more:hover {color: #fe3702; font-weight: bold;}

img
{
	border: none 0px transparent;
}

div
{
	/*border: solid 1px red;*/
}

hr
{
    color:#cecfce;
}
 
div.container
{
	/*background-image: url('images/container_bg.png');
	background-repeat: repeat-x;*/
	margin: 0px auto 0px auto;
	width: 1010px;/*1038px;*/
	text-align: center;
	/*border: 10px solid #ffffff;*/
	/*background-color: #ffffff;*/
}

.nav
{
	text-transform: uppercase;
}

div.sep
{
	float: left;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.acp-red
{
	color: #c41130;
}
.acp-black {
    color: #0a3437;
}
.acp-page
{
    color:#0a3437;
    margin-left:45px;
    margin-right:45px;
    margin-top:10px;
    margin-bottom:25px;
}
.acp-page-header
{
    font-size:26px;
    margin-bottom:20px;
}
.acp-page-text
{
    font-size:12px;
}
 /***** GLOBAL *****/
 
  /***** HEADER *****/

div.container div.header
{
	width: 100%;
}

div.container div.header div.nav
{
	float: right;
	/*background-image: url('images/top_nav_bg.jpg');*/
	/*background-repeat: no-repeat;*/
	/*height: 27px;Before WP Image Rotator*/
	/*width: 555px;*/
	margin-right: 30px;
	z-index: 10;
}

/*div.container div.header div.nav ul
{
	float: right;
	width: 555px;
}

div.container div.header div.nav ul li
{
}

div.container div.header div.nav ul li a
{
	color: #999999;
}*/
div.container div.header div.nav a
{
	color: #999999;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	height: 19px;
	margin: 0px;
}

div.container div.header div.nav a.red
{
	color: #c8162f;
}

div.container div.header div.nav a.selected
{
	background-image: url('../himages/top-nav-seleted-bg.png');
    color: #e2e2e2;
}

div.container div.header div.nav a.notselected
{
	background-image: url('../himages/top-nav-not-seleted-bg.png');
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
div.container div.header div.nav a.notselected:hover
{
    background-image: url('../himages/top-nav-seleted-bg.png');
    color: #e2e2e2;
}

div.container div.header div.logosocial
{
	height: 107px;
	/*border: solid 1px green;*/
}

div.container div.header div.acp-logosocial {
    height: 220px;
    background: url('../himages/acp-header-people.png') no-repeat 404px 23px;
}

div.container div.header div.portal-logosocial {
    height: 665px;
    /*background: url('images/acp-portal-people-with-bg-1.png') no-repeat 404px 12px;Before WP Image Rotator*/
    background-image: none;
}

.headerRotator 
{
    height: 270px;
    background: url('../himages/acp-portal-rotator-design-solutions.png') no-repeat 404px -10px;
}

#headerRotatorLink div
{
    width:150px;
    height:30px;
    margin-left:530px;
}

div.container div.header div.logosocial a.logo
{
	float: left;
	width: 181px;
	height: 76px;
	margin-top: 12px;
}

div.container div.header div.logosocial a.logo img
{
	width: 181px;
	height: 76px;
}

div.container div.header div.logosocial img.logo2
{
	float: left;
	width: 419px;
	height: 14px;
	margin-top: 34px;
}

div.container div.header div.logosocial a.acp-logo
{
	width: 208px;
	height: 100px;
	margin-top: 37px;
	margin-left: 74px;
}

div.container div.header div.logosocial a.acp-logo img
{
	width: 208px;
	height: 100px;
}

div.container div.header div.logosocial a.portal-logo
{
	width: 264px;
	height: 127px;
	margin-top: 65px;
	margin-left: 25px;
}

div.container div.header div.logosocial a.portal-logo img
{
	width: 264px;
	height: 127px;
}

div.container div.header div.logosocial div.portal-box
{
    float:left;
    background: url('../himages/acp-portal-box-h410.png') no-repeat 0px 0px;
    /*padding-top:40px;*/
    height:410px;
    width:324px;
}

div.container div.header div.logosocial div.portal-box div
{
    text-align: left;
    font-style: italic;
    font-size: 11px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 8px;
}

div.container div.header div.logosocial a.social
{
	margin-top: 10px;
	margin-right: 45px;
	float: right;
}

div.container div.header div.logosocial a.acp-social
{
	margin-right: 23px;
}

div.container div.header div.logosocial a#twitterlink
{
	margin-right: 3px;
	float: right;
}

div.container div.header div.logosocial a.social img
{
	width: 19px;
	height: 19px;
}

  /***** HEADER *****/
  
  
/***** MAIN *****/

div.container div.main
{
	width: 993px;
	/*height: 580px;*/
	margin: 0px auto 0px auto;
	background-image: url(../himages/main_bg_middle-both.png);
	background-repeat: repeat-y;
	background-position: 0px 66px;
}

div.container div.acp-main
{
    background: url('../himages/main_bg_middle-both.png') repeat-y 0px 66px;
}

div.container div.portal-content
{
    text-align:left;
    font-style:italic;
    font-size:11px;
    width: 955px;
    margin-left:23px;
    margin-bottom:30px;
}
    
/***** MAIN NAV *****/

div.container div.main div.nav
{
	height: 60px;
	background-image: url(../himages/main_bg_top-no-side.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	/*border: solid 1px transparent;*/
}

div.container div.main div.nav div.menu
{
	/*padding: 15px 0px 0px 8px; Before WP MENU*/
    padding: 0px;
    text-align: center;
	color: #ffffff;
	font-size: 11px;
}

div.container div.main div.nav a
{
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div.container div.main div.nav div.acp-menu
{
	/*padding: 15px 0px 0px 0px;*/
}

div.container div.main div.acp-nav a
{
	margin: 0px 5px 0px 5px;
}

div.container div.main div.nav div.search
{
	float: right;
	background-repeat: no-repeat;
	/*margin-top: -45px; Before WP MENU*/
    margin-top: -69px;
    margin-right: 10px;
	height: 100px;
	width: 290px;
}

div.container div.main div.nav div.search div.title
{
	margin-top: 15px;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	width: 200px;
	color: #ffffff;
}

div.container div.main div.nav div.search div.form
{
	/*clear: both;*/
}

div.container div.main div.nav div.search div.form input
{
	float: left;
	border: none;
	height: 25px;
	margin: 10px 0px 0px 99px;
	width: 142px;
}

div.container div.main div.nav div.search div.form img.button
{
	float: left;
	margin: 10px 0px 0px 0px;
    cursor: pointer;
    cursor: hand;
}

div.container div.header div.section-header
{
     height:53px;
     width:1010px;
     padding-top:10px;
}


/***** MAIN NAV *****/

/***** CONTENT *****/

div.container div.main div.content
{
	width: 100%;
	text-align:left;
}

div.container div.main div.content div.top
{
	/*height: 200px;*/
	border: solid 1px transparent;
}

div.container div.main div.content div.top div.section-bg
{
    margin-top:-15px;
	float: left;
	width:487px;
	height:298px;
}

div.container div.main div.content div.top div.container
{
	/*clear: both;*/
	float: right;
	width: 450px;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #1d959b;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.container div.main div.content div.top div.container div.amana
{
    color: #27a0a8;
}

div.container div.main div.content div.top div.container div.xpress
{
    color: #27a0a8;
}

div.container div.main div.content div.top div.container div.menumaster
{
    color: #1ead57;
}

div.container div.main div.content div.bottom
{
	/*padding-top: 25px;*/
	overflow: visible;
	background: url('../himages/main_bg_bottom-no-side.png') no-repeat 0px 0px;
	clear:both;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.container div.main div.content div.offerings
{
	float: left;
	background-image: url('../himages/left_content_bg.png');
	background-repeat: no-repeat;
	height: 147px;
	width: 495px;
	margin: 37px 0px 0px 8px;
	font-style: italic;
	font-weight: bold;
	color: #0a3437;
}

div.container div.main div.content div.offerings div.newsletter
{
	color: #034c51;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: -28px;
	text-align: left;
	padding-left: 4px;
}

div.container div.main div.content div.offerings div.newsletter a
{
	color: #034c51;
}

div.container div.main div.content div.bottom div.left
{
	float: left;
	height: 147px;
	width: 242px;
	margin-top: 12px;
}

div.container div.main div.content div.bottom div.left div.cta
{
	float: left;
	width: 110px;
	margin-left: 115px;
	font-size: 10px;
	padding-top: 20px;
	text-align: right;
}

div.container div.main div.content div.bottom div.left img.button
{
	float: right;
	margin-top: 7px;
	margin-right: 4px;
}

div.container div.main div.content div.bottom div.right
{
	float: left;
	height: 147px;
	width: 247px;
	margin-top: 12px;
}

div.container div.main div.content div.bottom div.right div.cta
{
	float: left;
	width: 100px;
	margin-left: 135px;
	font-size: 10px;
	padding-top: 20px;
	text-align: right;
}

div.container div.main div.content div.bottom div.right img.button
{
	float: right;
	margin-top: 7px;
	margin-right: 4px;
}

div.container div.main div.content div.bottom img.intray
{
	float: left;
	margin-left: 28px;
    margin-top: 16px;
}

div.container div.main div.content div.bottom img.abovetray
{
	float: left;
	margin-left: 9px;
	margin-top: -50px;
}

div.container div.main div.content div.acp-bottom
{
	margin: 0px auto 0px auto;
	/*min-height: 30px;*/
	/*padding-bottom:30px;*/
	height: 30px;
	/*padding-top: 25px;*/
	overflow: visible;
	background: url('../himages/main_bg_bottom-box.png') no-repeat 0px bottom;
	clear:both;
}

div.container div.main div.content div.acp-bottom-tray
{
	margin: 0px auto 0px auto;
	overflow: visible;
	background: url('../himages/main_bg_bottom-acp-tray.png') no-repeat 0px top;
	height: 217px;
	clear:both;
}

div.container div.main div.content div.acp-bottom-tray img
{
    border:0px;
}



/***** CONTENT *****/
  
/***** MAIN *****/

/***** FOOTER *****/
div.bottomlogo img
{
	float: right;
	margin-right: 20px;
}


div.container div.footer
{
	margin: 0px auto 0px auto;
	background-image: url('../himages/footer_bg.png');
	width: 999px;
	height: 53px; /* 73px, total */
	font-size: 11px;
	padding-top: 20px;
	clear: both;
	color: #646666;
}

div.container div.footer div.nav
{
	/*width: 475px;*/
	height: auto;
	float: left;
	height: auto;
	border: solid 1px transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div.container div.footer div.nav a
{
	color: #646666;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px
}

div.container div.footer div.nav a.red
{
	color: #bd162f;
}

div.container div.footer div.acp-nav a
{
	margin: 0px 5px 0px 5px;
	font-size:10px;
}

div.container div.footer div.copyright
{
	width: auto;
	height: auto;
	float: right;
	margin-right: 20px;
	text-align:right;
}

/***** FOOTER *****/


/***** FORMS *****/
.form-background-register
{
    background: url('../himages/acp-form-bg-register.png') no-repeat 0px 0px;
    width: 734px;
    height: 429px;
    margin-left: auto;
    margin-right: auto;
}

.form-background-demo
{
    background: url('../himages/acp-form-bg-demo.png') no-repeat 0px 0px;
    width: 733px;
    height: 419px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.form-background-contact
{
    background-color: #ecefeb;
    width: 547px;
    height: 525px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/***** FORMS *****/


/***** PAGES *****/
.contact-address
{
    background: url('../himages/acp-map-pin.png') no-repeat 220px 10px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
}

.menu-solutions-food
{
    background: url('../himages/acp-menu-solutions-food.png') no-repeat 0px 0px;
    width: 581px;
    height: 153px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 170px;
    margin-bottom: 30px;
}
.menu-solutions-chef
{
    background: url('../himages/acp-menu-solutions-chef.png') no-repeat 0px 0px;
    width: 162px;
    height: 392px;
}
#ddlIngredients, #ddlMenuTypes, #ddlStates, #ddlCountries
{
    width: 230px;
}

.cooking-guides-top
{
    color:#0a3437;
    margin-left:45px;
    margin-right:45px;
    margin-top:10px;
}
.cooking-guides-bottom
{
   background: url('../himages/acp-cooking-guides-bg.png') no-repeat 0px 0px;
   height: 391px;
   width: 929px;
   margin-top: 15px;
   margin-left: 28px;
   margin-bottom: 35px;
   padding-top: 10px;
   font-style: initial;
   font-size: 11px;
}

.cooking-guides-model-row-with-2
{
    margin-left: 315px;
}
.cooking-guides-model-row-with-3
{
    margin-left: 250px;
}

.cooking-guides-model
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}

.cooking-guides-model-box
{
    width:120px;
    height:100px;
    background-color:#ffffff;
    margin-bottom: 5px;

    -moz-box-shadow: 3px 3px 4px #515250;
    -webkit-box-shadow: 3px 3px 4px #515250;
    box-shadow: 3px 3px 4px #515250;
    /* For IE 8 */
    -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#515250')';
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#515250');
}

/***** PAGES *****/


/***** FAQ *****/

.qa-faq-title .qa-faq-anchor {
    color: #c41130;
}
.qa-faq-answer a{
     color:#0000FF;
}
.qa_faqs .entry-content a{
     color:#0000FF;
}

/***** FAQ *****/


/***** CHEFS CORNER *****/

.chefs-corner-categories-list
{
    
}
.chefs-corner-archives-list
{
    text-align: left;
}
.chefs-corner-chef
{
    background: url('../himages/acp-chefs-corner-chef.png') no-repeat 0px 59px;
    width: 119px;
    height: 185px;
}
.chefs-corner-social-bar
{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 25px;
    text-align: right;
}
.chefs-corner-social-bar-item
{
    float: left;
    margin-left: 3px;
}
#comments .commentsection
{
    background-color: #e3e3e3;/*#f0f0ef*/
    border: 1px solid #ffffff;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: left;
}
#comments .commentsection .comment-nav
{
    float: right;
    background-color:#BDBDBD;
    padding: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#comments #comments-title
{
    margin-left: 100px;
    background-color: #e00000;
    border: 1px solid #ffffff;
    width: 175px; /*215px for 'ADD A COMMENT'*/
    text-align:center;
    color: #fffffe;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#comments .commentlist .comment-article
{
    border: 1px solid #ffffff;
    margin-top: 20px;
}
#comments .commentlist .comment-article .comment-content
{
    padding-left: 10px;
    padding-right: 5px;
}
#comments .commentlist .comment-article .comment-details
{
    padding-left: 5px;
    padding-right: 5px;
}
#comments .commentlist .reply
{
    margin-left: 5px;
    margin-bottom: 10px;
    /*display: none; toggle for show/hide threaded comments */
}
#comments .commentlist .reply a
{
    width: 60px;
    background-color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    border: 1px solid #c2bfa5;
    color: white;
    text-transform: uppercase;
}
#comments .commentlist .children
{
    /*display: none; toggle for show/hide threaded comments */
}
#comments #respond
{
    /*width: 670px;
    margin-left: auto;
    margin-right: auto;*/
    margin-left: 100px;
    margin-right: 100px;
}
#comments #reply-title
{
    background-color: #BDBDBD;
    border: 1px solid #ffffff;
    width: 175px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0px;
    margin-top: 25px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}
#comments #commentform
{
    background-color: #f0f0ef;
    border: 1px solid #ffffff;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 40px;
    padding-top: 15px;
    text-align: left;
}
#comments .must-log-in
{
    margin: 0px;
    background-color: #f0f0ef;
    border: 1px solid #ffffff;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
}
#comments .must-log-in a
{
    color: #0000FF;
    text-decoration: underline;
}
#comments .nocomments
{
    margin-top:0px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: #f0f0ef;
    border: 1px solid #ffffff;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
}
#comments #commentform #comment
{
    width: 100%;
    /*width: 605px;*/
    height: 110px;
    border: 1px solid #bbbbbb;
}
#comments #commentform #submit
{
    background-color: black;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 17px;
    padding-right: 17px;
    /*margin-left: 465px;*/
    float: right;
}
#comments #commentform label
{
    font-weight: bold;
}
.article-comment-box
{
    background-color: #ECEFEB;
    width: 875px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    text-align: left;
}
.article-comment-box .entry-title
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 18px;
    font-weight: normal;
}
.article-comment-box .entry-meta, .article-comment-box .entry-meta a
{
    color: #C41130;
    font-style: italic;
    font-size: 14px;
}
.article-comment-box .entry-content
{
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

/***** CHEFS CORNER *****/
