﻿/* CSS Document */
/* ********************************************************************** */
/* Global Behavior */
/* ********************************************************************** */
html {
 font: medium "Times New Roman", Times, serif;
 height: 100%; 
 margin: 0;
 padding: 0;    
}

form {
 height: 100%; 
 margin: 0 auto;
 padding: 0; 
}

body {
 height: 100%; 
 color: #000000;
 margin: 0;
	background:url(../images/bg_body.jpg);
 behavior:url(/nikonikos/cms/Includes/csshover.htc);
}

a {	
 color:#000066;
	text-decoration:none;
}
a:hover 
{
	text-decoration: underline;
}
img {
	border:none;
}

li {
 list-style:none;
}

h1, h2, h3 {
	font-weight:bold;
	color:#000066;
}

h2 {
  font: x-large 'Times New Roman', Times, Georgia, serif;
  font-size: x-large;
 font-weight: bold;
 color: #900; 

}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

/* Others */
.noMargin {
	margin:0;
}

table.bodyMain, table.bodySub {
	margin:0 auto;
	height:100%;
	width:776px;
}

table.bodyMain td, table.bodySub td {
	vertical-align:top;
}
td {
	color:#333333;
	font-family:"Times New Roman",Times,serif;
	/*font-size:small;*/
}
table.bodyMain {
	/*background-image:url(../images/bg_bodycontent_home.gif);*/
}

div.twirlBorderBlue, div.twirlBorderGray, div.twirlBorderWhite {
	width:100%;
	height:7px;
	background-repeat:repeat-x;
	background-position:center;
	font-size:7px;
	padding:20px 0;
}

div.twirlBorderBlue {
	background-image:url(../images/bg_border.gif);
}

div.twirlBorderGray {
	background-image:url(../images/bg_border_gray.gif);
}

div.twirlBorderWhite {
	background-image:url(../images/bg_border_white.gif);
}

div.paddingTopBottom {
	padding:20px 0;
}

.Big713SubPageLeft {
	font-size:18px;
	font-weight:bold;
	color:#FFCC00;
}

/* ********************************************************************** */
/* Header Section */
/* ********************************************************************** */

div.headerFrame {
	width:100%;
	height:77px;
	background:url(../images/bg_header.gif);
	padding-top:5px;
}

div.logo {
	margin:0 0 0 76px;
}

.bannerLogoImage {
	width:178px;
	height:77px;
	background-image:url(../images/logo_nikoniko.jpg);
	display:block;
}

.logoText {
	display:none;
}

div.headerTryCatering{
	margin-left:512px;
	margin-top:-70px;
}

/* Sub Page */
div.headerFrameSub 
{
	width:776px;
	height:55px;
	background:url(../images/bg_header_sub.gif);
}

div.logoSub 
{
	margin-top: -2px;
	margin-left: 92px;
	position: absolute;
	height: 79px;
	width: 153px;
	background:url(../images/logo_nikoniko_sub.gif) no-repeat;
}
div.logoSubPlaceholder
{
	height: 55px;
	width: 200px;
}
.bannerLogoImageSub 
{
	width:156px;
	height:55px;
	display:block;
}

div.header713{
	margin-left:600px;
	margin-top:-55px;
}


/* ********************************************************************** */
/* Menu Section */
/* ********************************************************************** */

div.menuFrame {
	width:100%;
	height:26px;
	background:url(../images/bg_menu.gif);
}

div.menu {
	margin-left:342px;
	position:absolute;
	z-index:1;
}

div.menu ul.mainMenu {
	margin:0;
	padding:0;
}

div.menu ul.mainMenu li {
	float:left;
	list-style:none;
	padding:5px 8px 0 8px;
}

div.menu ul.mainMenu li a {
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
}

div.menu ul.mainMenu li a.Selected {
	color:#fff;
}

div.menu ul.mainMenu li a:hover {
	color:#fff;
}

div.menu ul.mainMenu li:hover ul.subMenu {
	visibility:visible;
}

/* Menu Rollover */
div.menu ul.subMenu {
	margin:0 0 0 -8px;
	padding:2px 0 0 0;
	width:102px;
	/*border-bottom:2px #fff solid;*/
	position:absolute;
	visibility:hidden;
}

div.menu ul.subMenu li {
	margin:0;
	padding:0;
	float:none;
}

div.menu ul.subMenu li a {
	list-style:none;
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:130px;
	height:14px;
	display:block;
	background-color:#000064;
	padding:3px 5px 3px 8px;
	border-bottom:1px #3B4783 solid;
}

div.menu ul.subMenu li a:hover {
	color:#fff;
	background-color:#4974A1;
}

/* Sub Page Menu */
div.menuFrameSub {
	width:100%;
	height:26px;
	background:url(../images/bg_menu_sub.gif);
}

/* ********************************************************************** */
/* Menu Section */
/* ********************************************************************** */
div.bannerFrame {
	width:100%;
	height:auto;
}
#bannerFrame
{
	background: url(/images/bg_home_flash.gif) no-repeat 0% -7px;
}
/* ********************************************************************** */
/* Body Content */
/* ********************************************************************** */
table.mainPage {
	padding:0;
	border:0;
	width:776px;
}

table.SubPage 
{
	padding:0;
	border:0;
	width:100%;
	background: url(../images/bg_white_padding.gif) no-repeat 100% 100%;
}
div.twirlBorderBlue, div.twirlBorderGray, div.twirlBorderWhite {
	width:100%;
	height:7px;
	background-repeat:repeat-x;
	background-position:center;
	font-size:7px;
	padding:20px 0;
}

div.twirlBorderBlue {
	background-image:url(../images/bg_border.gif);
}

div.twirlBorderGray {
	background-image:url(../images/bg_border_gray.gif);
}

div.twirlBorderWhite {
	background-image:url(../images/bg_border_white.gif);
}

table.mainPage td, table.subPage td {
	vertical-align:top;
}

table.mainPage td.left {
	width:576px;
}

table.mainPage td.right {
 width:200px;
	background-color:#fff;
}

table.mainPageContent td {
	vertical-align:top;
	padding:12px;
	background: #fff;
}

table.mainPageContent td.col2 {
	padding:0;
}

table.mainPageContent td.col3 a{
	margin-top:0px;
}

div.mainPageLeft {
	width:180px;
	background-color:#000048;
}

div.mainPageLeft div.award {
	padding-top:28px;
	color:#fff;
	width:150px;
	text-align:left;
}

div.mainPageLeft div.award img {
	float:left;
	padding-right:10px;
}

table.mainPage td.mainPageRight, 
table.subPage td.subPageRight 
{
	/*width:596px;*/
	padding:0 0 0 14px;
}
/*xxx*/
table.subPage td.subPageRight div 
{
	
}
div.mainPageRightContent {
	width:100%;
	background-color:#fff;
}

div.mainPageRightContent p.text{
	margin:5px 0;
	line-height:17px;
}

div.mainPageRightContent h1, div.mainPageRightContent h2 {
	margin:0;
	padding:0;
}

/* Sub Page */
div.subPageLeft {
	padding-bottom:25px;
}

div.subPageLeft a{
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.subPageLeft a:hover {
	text-decoration:underline;
}

div.callPhoneNumberSubPageLeft {
	color:#66CCFF;
	padding:0 10px;
}

.sectionTitleSubPage {
	font: 32px "Times New Roman", Times, Georgia, serif;
	color:#FFCC00;
	/*width:557px; */
	height:43px;
	background:url(../images/bg_section_title.gif) no-repeat;
	padding-left:20px;
	padding-top:8px;
	margin-bottom: 0px;
	margin-top: 5px;
	display: block;
}

/*div.subPageRightContentTop, div.subPageRightContentBottom {
	width:540px;
	padding:20px 10px 10px 20px;
	background-color:#fff;
}*/
/*xxx*/

div.subPageRightContentTop, div.subPageRightContentBottom 
{
	width:557px;
	padding: 0px 10px 10px 20px;
	background-color:#fff;
}

div.subPageRightContentTop a:hover, div.subPageRightContentBottom a:hover  {
	text-decoration:underline;
}

/*div.subPageRightContentTop div.navTop, div.subPageRightContentTop div.navTop a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#003399;
}

div.subPageRightContentTop div.navTop a{
	padding-right:4px;
	font-weight: bold;
}
*/

div.subPageRightContentTop h2, div.blueBox h3 {
 margin:0;
 padding:0;
}

div.subPageRightContentTop table.twoColumnTextContainer, 
div.subPageRightContentTop table.textPictureContainer, 
div.subPageRightContentTop table.pictureTextContainer {
	margin:15px 0;
}

div.subPageRightContentTop table.twoColumnTextContainer td.col1Text,
div.subPageRightContentTop table.twoColumnTextContainer td.col2Text,
div.subPageRightContentBottom table.menuList td.left,
div.subPageRightContentBottom table.menuList td.right {
	width:253px;
}

div.subPageRightContentTop table.twoColumnTextContainer td.col1Text,
div.subPageRightContentBottom table.menuList td.left {
	padding-right:16px;
}

div.subPageRightContentTop table.textPictureContainer td.col1Text {
	width:326px;
}

div.subPageRightContentTop table.textPictureContainer td.col2Picture {
	width:196px;
	text-align:right;
}

div.subPageRightContentTop table.pictureTextContainer td.col1Picture {
	width:196px;
}

div.subPageRightContentTop table.pictureTextContainer td.col2Text {
	width:326px;
}

div.subPageRightContentTop div.sendEmail {
	text-align:center;
}
/*xxx*/
div.blueBoxContainer 
{
	/*width:569px;*/
	padding:14px 12px 14px 16px;
	background-color:#fff;
}

div.blueBoxContainer textarea {
	margin-left: 25px;
	font-size:13px;
}

div.blueBoxContainer input.textbox {
	font-size:13px;
	width: 150px;
}
div.blueBoxContainer input.textboxshort {
	font-size:13px;
	width: 50px;
}

div.blueBoxContainer input#ctl00_cphContent_txtState {
	width: 30px;
}

div.blueBoxContainer label {
	font-weight:bold;
	color:#000066;
	font-size:13px;
	display: block;
}

div.blueBoxContainer div.selInfo label {
	font-weight:bold;
	color:#000066;
	font-size:13px;
	display: inline;
}

div.blueBoxContainer div.selInfo input {
	vertical-align: middle;	
}

div.blueBoxContainer label.indent25px {
	margin-left: 25px;
}

div.blueBoxContainerIFrame {
	width:582px;
	padding:14px 0;
	background-color:#fff;
}

div.blueBoxContainer div.blueBox {
	width:522px;
	padding:15px 15px 0 15px;
	background-color:#CEDFEB;
	background-image:url(../images/bg_bluebox_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}

div.blueBoxContainer div.blueBox table.blueBoxTable {
	width:100%;
}

div.blueBoxContainer div.blueBox table.blueBoxTable td.col1Picture {
	width:186px;
}

div.blueBoxContainer div.blueBox table.blueBoxTable td.col2Text {
	width:336px;
}

div.blueBoxContainer div.blueBox table.blueBoxTable td.col1Text {
	width:336px;
}

div.blueBoxContainer div.blueBox table.blueBoxTable td.col2Picture {
	width:186px;
	text-align:right;
}

div.subPageRightContentBottom table.menuList td.left, 
div.subPageRightContentBottom table.menuList td.right {
	color:#333333;
}

div.subPageRightContentBottom table.menuList td.left div.menuSubCategory,
div.subPageRightContentBottom table.menuList td.right div.menuSubCategory {
	margin-top:22px;
}

table.menuList {
	margin-bottom:25px;
}

.menuCategoryText {
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

.menuSubCategoryText {
	font-size:16px;
	font-weight:bold;
	color:#990000;
}

.menuCost {
	font-size:16px;
	font-weight:bold;
	color:#000066;
}

div.subPageRightContentBottom table.menuList td.left div.menuSubCategory div.menuSubCategoryList,
div.subPageRightContentBottom table.menuList td.right div.menuSubCategory div.menuSubCategoryList {
	margin-left:10px;
	font-weight:bold;
}

/* Contact us page */
div.contact {
	display:block;
}

div.cateringContact {
	position:absolute;
	margin:-88px 0 0 280px;
}

div.cateringContact1 {
	position:absolute;
	margin:-140px 0 0 280px;
}

div.formTop {
	width:522px;
	height:99px;
	padding-top:1px;
	background:url(../images/bg_formTop.gif);
}

div.formTop div.textInfo {
	font-size:18px;
	font-weight:bold;
	color:#FFCC00;
	margin:32px 0 0 85px;
}

div.thankYou {
	text-align:center;
	padding:15px 0 25px 0;
}

div.thankYou h3 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

div.bottomSpacer 
{
	padding:60px 0;
}

div.reqInfo {
	text-align:right;
	padding:10px 0;
}

.star {
	color:#CC3300;
}

.contactInput {
	width:145px;
	height:18px;
}

.contactInputZip {
	width:60px;
	height:18px;
}

.contactInputState {
	width:40px;
	height:18px;
	border:1px solid #7F9DB9;
}

div.selInfo {
	padding-bottom:15px;
	color:#333333;
}



div.clsBody
{
    margin: 0 auto;
    width: 776px;
    text-align: left;
    position: relative;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%;  /*For IE */
    min-width: 776px;
    background: url(/images/bg_body_subpage_fixed.gif) no-repeat 0px 100px;
}
div.HomePage 
{
	background: url(/images/bg_body_fixed.gif) no-repeat 0% 500px;
}
div.clsBodyContainer
{
    width: 776px;
    padding-bottom: 55px;
}

/* ********************************************************************** */
/* Footer Section */
/* ********************************************************************** */
div.footerFrame {
	width:776px;
	height:53px;
	background: url(../images/bg_footer.gif) repeat-x top left;
	margin: 0 auto;
	margin-top: -55px;
	bottom: 0;
	position: absolute;
}

/* ********************************************************************** */
/* Fixes to CMS design Section */
/* ********************************************************************** */
a#HyperLink1 {
 float: right;
}

.clsNewsFeaturedItem {
 
 position: relative;
 top: -3px;
 text-align: center;
 padding:5px;
}

.clsNewsFeaturedItem a {
 font: 12px normal "Times New Roman", Times, serif;
 color: #fc0;
}

div#underAwning {
 width: 100%;
 background: url(/en-us/images/awning_under.gif) repeat-x top left ;
}

div#underAwning img {
 position: relative;
 top:0px;
 left:75px;
}

.navTop {
 font: 12px Arial, Helvetica, sans-serif;
 font-weight: normal;
 color:#fc0;
}

.paragraph a {
 font: medium "Times  New Roman", Times, Georgia, serif;
 font-weight: normal;
 color: #000066;
}

.paragraphBold a {
 font: medium Arial, Helvetica, Verdana, sans-serif;
 font-weight: bold;
 color: #000066;
}

.pagination a {
 font: medium Arial, Helvetica, Verdana, sans-serif;
 font-weight: bold;
 color: #000066;
}

.leftColumn {
 text-align: left;
	width: 180px;
	margin: 0px;
}

.leftColumn p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	}
	
/* start featuredNews */
#featuredNews {
	text-align: left;
	margin-left: 10px;
}

#featuredNews h2 {
	font: 16px/1.0em "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	color: #fc0;
	text-align: left;
	margin-top: 20px;
}

#featuredNews dl {
 margin-left: 0px;
}

#featuredNews dt {
	font: 12px normal Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #6cf;
	margin-bottom: 2px;
}

#featuredNews dd {
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: left;
 margin-left: 0px;
}

#featuredNews a {
	font: 12px normal Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	text-align: left;
 margin-left: 0px;
}
/* end featuredNews */


.subMenuBanner
{
	display: block;
	height: 118px;
	width: 526px;
}

.subMenuBanner_appetizers__sides__extras 
{
	background: url(/images/submenu_appetizers__sides__extras.gif) no-repeat;
}
.subMenuBanner_salads__soups
{
	background: url(/images/submenu_salads__soups.gif) no-repeat;
}
.subMenuBanner_sandwiches
{
	background: url(/images/submenu_sandwiches.gif) no-repeat;
}
.subMenuBanner_plates__kids_menu
{
	background: url(/images/submenu_plates__kids_menu.gif) no-repeat;
}
.subMenuBanner_seafood
{
	background: url(/images/submenu_seafood.gif) no-repeat;
}
.subMenuBanner_desserts__coffee
{
	background: url(/images/submenu_desserts__coffee.gif) no-repeat;
}
.subMenuBanner_misc
{
	background: url(/images/submenu_misc.gif) no-repeat;
}

div.subMenuBannerItems 
{
	height: 75px;
	width: 385px;
	padding: 10px 0px 0px 10px;
	overflow: hidden;
}

div.subMenuBannerItems a
{
	font: 13px Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#003399;
	text-decoration:none;
	display: block;
	width: 175px;
	float: left;
}

.subMenuBanner h2 
{
	color: #fc0;
	padding: 0px 0px 0px 10px !important;
	font-size: 24px;
	font-weight: 500;
}
