body {
	background-image: url(images/background.png);
}

.contact
{
padding-left: 60px
}

.contactlocation
{
padding-left: 200px
}

#container {
	width: 80%;
}

.menudrive {
padding-bottom: 40px;
	height: 120px;
	width: 100%;
	background-position: center;
	font-size: 12px;
	background-repeat: no-repeat;
    padding-top : 20px;
	background-image: url(images/logo.png);
        
}
.menuimage
{
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: purple;
	padding-right: 10px;
}
.menupage
{
	height: 650px;
	width: 1250px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/cake-menu.gif);
}

.pad{
padding-top: 50px;
padding-bottom: 20px;
}
.padding{
border-top: 1px solid purple;
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding1{
border-top: 1px solid purple;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.menudrive a {
	color: white;
}

li {list-style-type: none;}
.menudrive li {
	padding-left: 0px;
	display: inline;
	color: white;
}

#next1 {
	height: 300px;
	width: 100%;
}

#colorbg {
	border: 5px solid purple;
	padding-top: 20px;
	background-color: pink;
	text-align: center;
	text-color: purple;
}

.item {

	text-align: center;
	height: 300px !important;
}

#check {
	color: green;
}

#check1 {
	color: blue;
	margin-left: 340px;
}

#navbar a {
  
	background-color: purple;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.search
{

background-color: pink;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.response
{
    
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: purple;
}
.down
{
font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: purple;
}

.text {
	background-color: white;
}

.text a {
	text-align: left;
	color: black;
	list-style-type: none;
	background-color: white;
}

.text li {
	text-align: left;
	color: #09F;
	list-style-type: none;
	background-color: white;
}
.placeholdercolor{

:-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}
}