@charset "utf-8";
/* CSS Document */

body {
	background-color: #BFE4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow-x:hidden;
}

p {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom:0px;
	padding:0px;
	margin-top: -15px;
}

h2	{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.main {
	width: 1020px;
	margin: auto;
}

.nav {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 430px;
	padding: 10px;
}

.nav a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.nav a:hover{
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
}

.heading-left {
	float: left;
	width: 640px;
	padding:0px;
	margin:0px;
}

.heading-right {
	float: left;
	width: 225px;
	margin-left:60px;
}

.body-left {
	float: left;
	width: 640px;
}

.body-right {
	float: left;
	width: 225px;
	margin-left:60px;
}

.body-right h2 {font-size: 14px; color:#799A28;}
.body-left h2 {font-size: 14px; color:#799A28;}

.img-bg {float:right;margin-left:5px;margin-bottom:5px;background-color: #fafafa;border:1px solid #cccccc; padding:5px;}


/* Contact Form */
#mt_contact_form {
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	padding: 10px 15px 5px 15px;
	margin: 0 auto 10px auto;
	text-align: left;
	width: 408px;
}

#mt_contact_form ul#mt_contact_form_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 408px;
}
#mt_contact_form ul#mt_contact_form_ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
#mt_contact_form label.mt_contact_form_label {
	display: block;
	padding-bottom: 4px;
}
#mt_contact_form input.mt_contact_form_text {
	width: 240px;
	height: 17px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
#mt_contact_form textarea.mt_contact_form_textarea {
	width: 400px;
	height: 170px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 3px;
	line-height: 1.5em;
	overflow: auto;
}
#mt_contact_form input.mt_contact_form_checkbox {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0;
	top: -1px;
}
* html #mt_contact_form input.mt_contact_form_checkbox {
	top: 1px;
}
#mt_contact_form li#mt_contact_form_indicator {
	float: right;
	text-align: right;
	position: relative;
	top: 2px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	height: 16px;
}
#mt_contact_form #mt_contact_form_indicator span {
	padding-right: 20px;
	position: relative;
	top: 1px;
}
* html #mt_contact_form #mt_contact_form_indicator span {
	top: 2px;
}
#mt_contact_form .mt_contact_form_indicator_normal {
	visibility: hidden;
}
#mt_contact_form .mt_contact_form_indicator_loading {
	background: url(http://www.culinaryschoolsu.com/css/images/indicator.gif) no-repeat top right;
	color: #FAFAFA;
}
* html #mt_contact_form .mt_contact_form_indicator_loading {
	background: 0;
	color: #000000;
}
#mt_contact_form .mt_contact_form_indicator_error {
	background: url(http://www.culinaryschoolsu.com/css/images/error.png) no-repeat top right;
}
#mt_contact_form .mt_contact_form_indicator_success {
	background: url(http://www.culinaryschoolsu.com/css/images/check.png) no-repeat top right;
}
#mt_contact_form .mt_contact_form_normal_border {
	border: 1px solid #CCCCCC;
}
#mt_contact_form .mt_contact_form_normal_border_error {
	border: 1px solid #7b0000;
}

/* All Products Page */
.product_table_list {
	width: 100%;
	borde: 0px;
}

.product_table_list th {
	background-color: #F0F4F4;
	font-weight: bold;
	text-align:left;
	padding:5px;
}

.image {
	width:150px;
	padding: 5px;
}

.headings {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	height:15px;
	font-size:12px;
}

.product_table_list ul {
	margin-top: 0px;
}

.product_table_list li {
	font-size: 12px;
}

.product_table_list a {
	color:#799A28;
}