/* CSS Document */

body {
	background-image:url('../images/bg3.jpg');
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:auto;
	width:1062px;
}

.header {
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	height:160px;
	width:1062px;
}

.menu {
	height:38px;
	width:1062px;
}

.left {
	background-image:url('../images/left.png');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:309px;
	float:left;
}

.home {
	background-image:url('../images/home.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:74px;
	float:left;
}

.about {
	background-image:url('../images/about.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:107px;
	float:left;
}

.cakes {
	background-image:url('../images/cakes.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:76px;
	float:left;
}

.desserts {
	background-image:url('../images/desserts.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:104px;
	float:left;
}

.order {
	background-image:url('../images/order.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:85px;
	float:left;
}

.faq {
	background-image:url('../images/faq.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:60px;
	float:left;
}

.right {
	background-image:url('../images/right.png');
	background-repeat:no-repeat;
	background-position:top;
	height:38px;
	width:247px;
	float:left;
}

.menu a:hover {
	background-position:bottom;
}

.main {
	background-image:url('../images/homebg.png');
	background-repeat:no-repeat;
	height:332px;
	width:1062px;
	float:left;
}

.main h1 {
	display:none;
}

.main span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#42210b;
	width:150px;
}

.hometext {
	margin-left:450px; 
	margin-top:50px; 
	height:auto;
}

.hometext span {
	background-image:url('../images/hearticon.jpg');
	background-repeat:no-repeat; 
	background-position:top left;
	padding-left:40px; 
	margin-top:30px; 
	width:365px; 
	float:left; 
}

.inner {
	background-image:url('../images/innerbg.png');
	background-repeat:no-repeat;
	width:1062px;
	min-height: 325px;
	height: auto !important;
	height: 325px;
}

.inner h1 {
	display:none;
}

.inner_text {
	background-image:url('../images/inner_textbg.png'); 
	background-repeat:repeat-y; 
	background-position:left;
	min-height:300px;
}

.inner_text p {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px; 
	color:#42210b;
	height:auto; 
	width:550px; 
	margin:0px; 
	padding:0px;
	padding-left:330px;
}

table {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
	color:#42210b;
	margin-left: 330px;
}

.title {
	padding-top:25px;
	padding-left:330px;
	padding-bottom:10px;
}

.flair {
	position:absolute;
	margin-left:150px; 
	float:left; 
}

.home_footer {
	background-image:url('../images/home_footerbg.png');
	background-repeat:no-repeat;
	height:145px;
	width:1062px;
	float:left;
}

.home_footer_left {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:160px;
	float:left;
}

.home_footer_right {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:160px;
	float:right;
}

.footer {
	background-image:url('../images/footerbg.png');
	background-repeat:no-repeat;
	height:179px;
	width:1062px;
	float:left;
	padding-top:15px;
}

.footer_left {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:160px;
	padding-top:20px;
	float:left;
}

.footer_right {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:160px;
	padding-top:20px;
	float:right;
}

.pink {
	color:#f584b6;
	font-size:15px;
}

.white {
	color:#e5e5e5;
	font-size:12px;
}

.purple {
	color:#9e005d;
}
