/* Base-Override */
body{
	background:url(../img-design/body-bg.jpg);
}
p{
	margin:0px;
	padding:0px;	
}

/* Elements (Classes) */
.fullwidth{
	width:760px;
	padding:10px;
}
.halfwidth{
	width:365px;
	padding:10px;
}
.textbox
{
	background:url(../img-design/contact-box1.jpg) no-repeat;
	width:324px;
	height:24px;
	border:none;
	padding-left:5px;
}
.textarea
{
	background:url(../img-design/contact-box2.jpg) no-repeat;
	width:324px;
	height:136px;
	border:none;
	padding-left:5px;
}
.indexbox-text
{
	float:left;
	width:120px;
}
.contact-box
{
	width:400px;
	float:left;
}
.ItemText
{
	padding:10px;
	float:left;
	width:140px;
}
.Item
{
	padding:10px;
	border-top:3px dotted #fff;
	border-right:3px dotted #fff;
	height:150px;
	width:345px;
	float:left;
}
.Order
{
	padding:10px;
	float:left;
}
/* Elements (IDs) */
#container{
	position:relative;
	margin:0 auto;
	width:800px;
	padding-top:10px;
	padding-bottom:20px;
}
#top
{
	background:url(../img-design/header-bg.png);
	width:800px;
	height:322px;
}
#menu
{
	background:url(../img-design/menu-bg.jpg);
	width:775px;
	height:50px;
	padding-left:25px;
}
#menu ul
{
	padding:0px;
	margin:0px;
	text-indent:0;
	list-style:none;
	float:left;
}
#menu ul li
{
	padding:0px;
	margin:0px;
	float:left;
	
}

#header{
}
#content{
	background:url(../img-design/content-bg.png);
	padding:15px;
	float:left;
	width:770px;
}
#index-box
{
	background:url(../img-design/index-box-bg.jpg) no-repeat;
	width:438px;
	height:370px;
	padding:5px;
	padding-right:8px;
	float:left;
}
#index-right
{
	background:url(../img-design/index-right.jpg) no-repeat;
	width:313px;
	height:370px;
	float:left;
}
#welcome
{
	background:url(../img-design/index-box-top-left.png) no-repeat;
	width:407px;
	height:186px;
	float:left;
	padding:10px;
}
#welcome a
{
	font-size:12px;
	font-weight:bold;
}
#cakes
{
	width:293px;
	height:186px;
	float:right;
	padding:10px;
}
#menus
{
	background:url(../img-design/index-box-lower-left.png) no-repeat;
	width:407px;
	height:143px;
	float:left;
}
#cake
{
	
	text-align:left;
	width:293px;
	height:143px;
	float:left;	
	padding-top:10px;
}
#footer{
}

#about-body
{
	background:url(../img-design/about-us-bg.png);
	width:739px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#about-box
{
	float:right;
	width:328px;
}

#about-box-text
{
	background:url(../img-design/about-us-box-bg.jpg);
	width:298px;
	padding:15px;
}
#menus-left
{
	width:500px;
	float:left;
}
#menus-right
{
	width:233px;
	float:right;
}
#menus-box
{
	width:193px;
	float:left;
	padding-left:30px;
	padding-right:10px;
	background:url(../img-design/menus-box-bg.jpg);
	text-align:left;
}
#special-left
{
	float:left;
	width:386px;
}
#coffee
{
	background:url(../img-design/bottomless-coffee.jpg) no-repeat;
	width:386px;
	height:113px;
	padding:10px;
	padding-left:20px;
}
#special-right
{
	float:right;
	width:336px;
}
#special-box
{
	background:url(../img-design/special-offers-box-bg.jpg);
	width:306px;
	padding-left:20px;
	padding-right:10px;
	float:left;
}
#newslettersignup{
	position:relative;	
}
#newsletterinputemail{
	position:absolute;	
	top:12px;
	left:422px;
}
#newsletterinputname{
	position:absolute;
	top:12px;
	left:187px;
}
#newsletterinputemail input,#newsletterinputname input{
	background-color:transparent;
	border:none;
	margin:7px 12px;
	height:25px;
	width:198px;
	font-size:16px;
	color:#666;
	
}