/*------------------------------*/
/* Google Fonts */
/*------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Rosario:400,700,400italic);


/*------------------------------*/
/* General */
/*------------------------------*/

body
{
	margin: 0;
	background-color: #e8e9ea;
	font-family: 'Rosario', sans-serif;
	font-size: 16px;
}

input
{
	width: 300px;
	border: none;
	border-radius: 4px;
	padding: 5px;
}

select
{
	border: none;
	border-radius: 4px;
	padding: 0;

}

textarea
{
	border: none;
	border-radius: 4px;
	padding: 5px;
	resize: none;
}


button
{
	background-color: #fff;
	border: none;
	padding: 2px 10px;
	border-radius: 5px;
}

.clear
{
	clear: both;
}

#loading_indicator {
	display: none;
	font-size: 0.9em;
	width: 80px;
	height: 80px;
	background: #fff url('../images/img_loading.gif') no-repeat center center;
	color: #000;
	position: fixed;
	top: 40%;
	right: 47%;
	border-radius: 15px;
	box-shadow: #000 3px 3px 8px;
	z-index: 9999;
}


/*------------------------------*/
/* Navigation */
/*------------------------------*/

/* Main menu */

#main_menu
{
	position: relative;
	background-color: #373435;
}

#main_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#main_menu ul li
{
	display: inline;
}

#main_menu ul li a
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 10px 35px;
}

#main_menu ul li a:hover,
#main_menu ul li a.active
{
	color: #d2e28b;
}


/* Contact info */

#contact_info
{
	display: none;
	position: absolute;
	top: 47px;
	right: 0px;
	background: #949293 url(../images/icon_contact.png) no-repeat 5px 30px;
	color: #fff;
	padding: 5px 30px 5px 60px;
	width: 290px;
	z-index: 9999;
}

#contact_info a
{
	color: #fff;
}


/*------------------------------*/
/* Layout */
/*------------------------------*/

#container
{
	width: 1000px;
	margin: 20px auto 160px auto;
}

/* Header */

#header
{
	position: relative;
	margin: 20px 0 0 0;
	padding: 90px 0 0 0;
}

#isologo
{
	position: absolute;
	top: 0;
	left: 10px;
	width: 230px;
	height: 230px;
	background: url(../images/isologo_schools.png) no-repeat;
}

#isologo.companies
{
	background: url(../images/isologo_companies.png) no-repeat;
}

#isologo_small
{
	position: absolute;
	top: 0;
	left: 10px;
	width: 150px;
	height: 150px;
	background: url(../images/isologo_schools_small.png) no-repeat;
	z-index: 9999;
}

#isologo_small.companies
{
	background: url(../images/isologo_small_companies.png) no-repeat;
}

#isologo a,
#isologo_small a
{
	display: block;
	height: 100%;
}

#header_text
{
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	width: 800px;
	height: 60px;
	overflow: hidden;
}

#header_text h1
{
	margin: 0;
	padding: 0;
}

#header_text p
{
	margin: 0;
}


#header_image
{
	float: left;
	width: 500px;
	height: 180px;
	background: url(../images/bg_headerImage.jpg) no-repeat top left;
}

#header_image_full
{
	width: 1000px;
	height: 470px;
	background: url(../images/bg_headerImageFull.jpg) no-repeat top right;
}

#header_image_full #header_text
{
	font-size: 1.8em;
	line-height: 1.6em;
	position: relative;
	text-align: left;
	height: 100px;
	overflow: hidden;
	color: #fff;
	padding: 320px 0 0 60px;
	text-shadow: 0.1em 0.1em 0.6em #000;
}


/* Featured content */

#featured
{
	background-color: #fff;
	margin: 20px 0 0 0;
	border-collapse: collapse;
}

#featured td
{
	color: #726e71;
	vertical-align: top;
}

#featured div
{
	padding: 15px 0;
}

#featured .border
{
	border-right: 1px dotted #cccdcf;
	padding: 15px 0;
}

#featured h1
{
	font-size: 0.8em;
	padding: 0 60px;
	margin: 0 0 5px 0;
}

#featured p
{
	font-size: 0.8em;
	padding: 0 60px;
	margin: 0;
}


/* Content */

#content
{
	font-size: 0.9em;
	color: #726e71;
	line-height: 1.8em;
	background-color: #fff;
	padding: 10px 45px 50px 45px;
	margin: 0 0 60px 0;
}

#content.no_border
{
	padding: 0 0 50px 0;
}


/* Menu grid */

.menu_grid
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 30px 0 0 25px;
}

.menu_grid tr
{
	border-bottom: 1px dotted #cccdcf;
}

.menu_grid tr td
{
	width: 50%;
	vertical-align: top;
}

.menu_grid td:nth-child(odd)
{
	padding: 0 0 0 10px;
	border-right: 1px dotted #cccdcf;
	border-bottom: 1px dotted #cccdcf;
}

.menu_grid td:nth-child(even)
{
	padding: 0 0 0 30px;
	border-bottom: 1px dotted #cccdcf;
}

.menu_grid .filler
{
	vertical-align: middle;
	text-align: center;
	line-height: 2.1em;
}


/*------------------------------*/
/* Document */
/*------------------------------*/

.summary
{
	font-style: italic;
	margin: 0 0 20px 0;
}

.document_text p
{
	line-height: 1.2em;
}

.document_text table
{
	margin-left: 0;
}

.document_actions
{
	text-align: right;
}

.document_actions button
{
	color: #fff;
	background-color: #373435;
	padding: 5px 25px;
}


/*------------------------------*/
/* Order */
/*------------------------------*/

#content.order
{
	position: relative;
	background: #dbc68f url(../images/bg_headerImageFull.jpg) no-repeat top center;
	padding: 50px 0 50px 0;
	min-height: 355px;
}

#order_header_info
{
	position: absolute;
	top: 0px;
	right: 130px;
	font-size: 1.6em;
	color: #373435;
}

#order_header_info p,
#order_header_info td
{
	text-shadow: 0.1em 0.1em 0.6em #fff;
}

#order_header_info p,
#order_header_info img
{
	padding: 0;
	margin: 0;
}

#order_header_info img
{
	vertical-align: middle;
}


/*------------------------------*/
/* Forms */
/*------------------------------*/

/* Log-in form */

#user_info
{
	font-size: 0.9em;
	float: right;
	width: 460px;
	height: 140px;
	background-color: #373435;
	padding: 20px;
	text-align: center;
	color: #fff;
}

#user_info .form_field
{
	margin: 0 0 15px 0;
}

#user_info a
{
	color: #fff;
	text-decoration: none;
}

#user_info h1
{
	font-size: 1.6em;
	margin: 0;
}

#user_info h2
{
	font-size: 1.1em;
	margin: 0;
}

#user_info label
{
	width: 100px;
	margin: 5px 5px 0 0;
	display: block;
	float: left;
	text-align: right;
}

#user_info .form_actions
{
	text-align: center;
	margin: 10px 0 0 0;
}


/* User information form */

#order_register_form table
{
	width: 90%;
	margin : 0 auto;
}

#order_register_form table td,
#order_register_form table th
{
	text-align: left;
	vertical-align: middle;
}

#order_register_form table td.label
{
	text-align: right;
	padding: 10px 20px 0 0;
}

#order_register_form .hidden
{
	display: none;
}


/* Order form */

#form_container
{
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	background-color: #373435;
	margin: 10px auto;
	width: 750px;
	padding: 30px;
}

#form_container a
{
	color: #fff;
	text-decoration: none;
}

#form_container input
{
	font-size: 1em;
	width: inherit;
	padding: 2px;
}

#form_container table
{
	margin: 0 auto;
}

#form_container table td
{
	text-align: left;
	vertical-align: top;
	line-height: 1.1em;
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #777;
}

#form_container table td.child_info
{
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

#form_container #user_data
{
	text-align: right;
	margin: 0 20px 20px 0;
}

#form_container .form_actions
{
	margin: 30px auto 0 auto;
	width: 510px;
	text-align: center;
}

#form_container .comment_label
{
	text-align: right;
	padding-right: 20px;
}

#order_form_table #menu_info
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	color: #000;
	background-color: #fff;
	padding: 5px 25px;
	text-align: center;
	font-size: 1em;
	border: 1px solid;
	line-height: 1.4em;
	border-radius: 10px;
	box-shadow: #000 3px 3px 8px;
	z-index: 9999;
}

#order_form_table label
{
	display: block;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

input.lunch_qty
{
	padding: 5px !important;
}