/*
-------------------------------------------------------- 
Distinctive Catering Homepage Stylesheet
Author: Mediumrare
Author URI: http://mrare.ca

-------------------------------------------------------- 
*/

#curve1 {
	background: url('../images/page_sprites/home_sprite.gif') -509px 0 no-repeat;
	display: block;
	float: left;
	font-size: 0.85em;
	height: 157px;
	margin: 40px 0 0 0;
	padding: 20px;
	width: 180px;
}

#curve2 {
	background: url('../images/page_sprites/home_sprite.gif') -509px -221px no-repeat;
	display: block;
	float: left;
	font-size: 0.85em;
	height: 157px;
	margin: 40px 0 0 20px;
	padding: 20px;
	width: 180px;
}

#curve3 {
	background: url('../images/page_sprites/home_sprite.gif') -509px -442px no-repeat;
	display: block;
	float: left;
	font-size: 0.85em;
	height: 157px;
	margin: 40px 0 0 20px;
	padding: 20px;
	width: 400px;
}

#curve4 {
	background: url('../images/upcoming_bg.gif') no-repeat;
	display: block;
	float: left;
	font-size: 0.85em;
	height: 120px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 20px;
	width: 900px;
}

#headerc1 {
	background: url('../images/page_sprites/home_sprite.gif') 0 -743px no-repeat;
	display: block;
	height: 20px;
	margin: 0;
	text-indent: -9999px;
	width: 115px;
}

#headerc2 {
	background: url('../images/page_sprites/home_sprite.gif') 0 -770px no-repeat;
	display: block;
	height: 20px;
	margin: 0;
	text-indent: -9999px;
	width: 167px;
}

#headerc3 {
	background: url('../images/page_sprites/home_sprite.gif') 0 -799px no-repeat;
	display: block;
	height: 20px;
	margin: 0;
	text-indent: -9999px;
	width: 350px;
}

#headerc4 {
	background: url('../images/upcoming_title.gif') no-repeat;
	display: block;
	height: 35px;
	margin: 0;
	text-indent: -9999px;
	width: 146px;
	margin-top: -8px;
	float: left;
}

.upcoming-container {
	float: right;
	width: 680px; height: 30px;
	margin-bottom: 20px;
}

h4 {
	display: inline;
}

p.upcoming-date {
	color: #d98e24;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	display: inline;
}

.upcoming-pdf {
	background: url('../images/upcoming_pdf.gif') no-repeat;
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	width: 78px;
	margin: -35px 0 5px 580px;
}

.upcoming-hr {
	background: #f7f6f2;
	height: 2px;
	width: 660px;
	border: none; outline: none;
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
	
}

p.upcoming-location {
	margin-top: 5px; margin-bottom: 0;
}

#home #content {
	background: url('../images/content_bg/home_content.gif') top right no-repeat #fff;
}

#home_heading {
	background: url('../images/page_sprites/home_title.gif') top left no-repeat;
	border: none !important;
	display: block;
	height: 138px;
	text-indent: -9999px;
	width: 479px;
}

#home_top_left {
	display: block;
	float: left;
	width: 490px;
}

#home_top_right{
	display: block;
	float: left;
	width: 390px;
}

#learn_more {
	background: url('../images/page_sprites/home_sprite.gif') 0 -849px no-repeat;
	display: block;
	height: 35px;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 281px;
}

#learn_more:hover {
	background-position: 0 -885px !important;
}

.padright14 {
	margin-right: 14px;
}

#place_corp_order {
	background: url('../images/page_sprites/home_sprite.gif') 0 -962px no-repeat;
	display: block;
	float: right;
	height: 80px;
	margin: 0 10px 0 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 121px;
}

#place_corp_order:hover {
	background-position: -122px -962px;
}

#quicknav {
	list-style-type: none;
	margin: 10px 0 0 35px;
	padding: 0;
	width: 420px;
}

#quicknav li {
	display: block;
	float: left;
	margin-bottom: 14px;
}

#quicknav li a {
	background-image: url('../images/page_sprites/home_sprite.gif');
	display: block;
	float: left;
	height: 125px;
	text-indent: -9999px;
	width: 187px;
}

#qn_corporate {
	background-position: 0 -146px;
}

#qn_corporate:hover {
	background-position: 0 -424px;
}

#qn_weddings {
	background-position: -200px -146px;
}	
	
#qn_weddings:hover {
	background-position: -200px -424px;
}
	
#qn_social {
	background-position: 0 -285px;
}

#qn_social:hover {
	background-position: 0 -563px;
}

#qn_seasonal {
	background-position: -200px -285px;
}

#qn_seasonal:hover {
	background-position: -200px -563px;
