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

body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
color:#666;
margin:0;
padding:0;
background-color:#f4f4f4;
line-height:18px;
}
a{
color:#54698e;	
}
input{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
width:300px;
color:#333;
}
.radio{
width:30px;
}
textarea{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
width:300px;
color:#333;
}
select{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
color:#333;
}
#header{
height:80px;
background-image:url(images/header.jpg);
}
#nav{
width:800px;
height:40px;
margin-left:auto;
margin-right:auto;
background-image:url(images/nav.jpg);
padding-top:40px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	background-color:#adb6e2;
	border-bottom:1px solid #fff;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li a{
padding:5px 10px;
font-size:120%;
font-weight:normal;
text-decoration:none;
color:#fff;
}

#nav li a:hover{
background-image:url(images/nav_hover.jpg);
color:#d8dffd;
}

#nav li ul li{
border-bottom:1px solid #fff;
z-index:9999;
}

#nav li ul li a{
display:block;
width:200px;
z-index:9999;
}

#nav li ul li a:hover{
background-image:none;
background-color:#c2ccfd;
color:#fff;
}


#banner_container{
background-color:#fff;
}
#banner{
width:800px;
height:356px;
margin-left:auto;
margin-right:auto;
background-image:url(images/banner.jpg);
}
#banner_container_inner{
background-color:#fff;
}
#banner_inner{
width:800px;
height:158px;
margin-left:auto;
margin-right:auto;
background-image:url(images/banner_inner.jpg);
}
#sub_banner_container{
height:26px;
background-color:#dbdbdb;
}
#sub_banner{
width:800px;
height:26px;
margin-left:auto;
margin-right:auto;
background-color:#d0d0d0;
}
#main_content{
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#eee;	
}
#main_content_flavours{
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#eee;
background-image:url(images/bottom_bg.jpg);
background-repeat:no-repeat;
background-position:right bottom;
}
#main_content_inner{
padding:25px;	
}
#main_content_inner_cakes{
padding:25px 0px 25px 35px;	
}
#main_about{
float:left;
width:441px;
padding:0 20px 0 20px;
}
h1{
font-size:150%;
color:#5f6a9e;
letter-spacing:-1px;
padding:20px 0px 10px 0px;
font-weight:normal;
}
h2{
font-size:150%;
color:#5f6a9e;
letter-spacing:-1px;
padding:20px 0px 10px 0px;
font-weight:normal;
}
#main_featured{
float:right;
width:319px;
background-color:#e0e0e0;
}
#main_featured_content{
background-color:#e0e0e0;
padding:0px 10px 0px 10px;
}
#main_featured_content_bottom{
width:319px;
height:12px;
background-image:url(images/featured_bottom.jpg);
background-position:top;
}
.featured_container{
margin-bottom:5px;
}
.featured_photo{
float:left;
width:142px;
}
.featured_img{
border:1px solid #728fc1;	
}
.featured_content{
float:right;
width:148px;
font-size:90%;
}
.featured_title{
font-size:105%;
color:#54698e;
}
.clear{
clear:both;
padding-bottom:10px;
}
#cakes_main{
padding-top:20px;	
}
.cakes_container{
float:left;
width:180px;
height:180px;
padding:10px;
margin:0 55px 20px 0;
background-image:url(images/cakes_bg.jpg);
background-repeat:no-repeat;
text-align:center;
}
.cakes_pic{
text-align:center;
padding:5px 0 5px 0;
}
.cakes_pic img{
border:1px solid #728fc1;	
}
.cakes_title{
font-weight:bold;
font-size:100%;
color:#5f6a9e;
padding-bottom:5px;
}
.cakes_desc{
font-size:85%;
color:#666;
line-height:15px;
}
.content_title{
font-size:150%;
color:#5f6a9e;
letter-spacing:-1px;
padding-bottom:20px;
}
.flavours_fillings{
color:#5f6a9e;
font-weight:bold;
}
.disclaimer{
font-size:90%;
font-weight:bold;
}
.cakes_text{
width:730px;	
}
/*.flavours_image{
background-image:url(images/bottom_bg.jpg);
background-repeat:no-repeat;
background-position:right bottom;
}*/
