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

/* Layout */

body {
	background:#FFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.35em;
	color:#896a5f;
}

h1 {
	color:#B27C5B;
	font-size:1.05em;
	line-height:1.2em;
	font-weight:normal;
	display:inline;
	padding:0;
	margin:0;
}

blockquote {
	margin:20px 25px;
}

a {
	color:#885E60;
	text-decoration:underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

#header {
	width:100%;
	margin:0;
	padding:10px 0 0 0;
	background:url(../images/bg-top.jpg) repeat-x;
	height:80px; 
}

#nav-block {
	width:750px;
	margin:0 auto;
	height:12px;
}

.nav {
	width:620px;
	float:left;	
	padding:50px 0 0 0;
}

.logo {
	float:right;
}

/* Home */

#center-content, #wrapper {
	float:left;
	width:100%;
	background:url(../images/bg-body.gif) repeat-x;
	min-height:500px;
	margin:0;
}

#main, #content {
	width:701px;
	min-height:300px;
	padding:20px 55px 0 55px;
	margin:0px auto;
	color:#826155;
	font-size:14px;
	background:url(../images/bg-maincol.gif) no-repeat;
}

.cupcakes-image {
	padding:0;
	vertical-align:text-bottom;
	margin:0 0 -7px 0;

}

#main-footer {
	background:url(../images/bg-bottomrow.gif) repeat-x;
	width:100%;
	height:163px;
	color:#896a5f;
	font-size:12px;
	line-height:18px;
}

#main-footer a {
	color:#dea499;
	text-decoration:underline;
}

#main-footer a:hover {
	color:#896a5f;
}

#secret-ingredients {
	margin:15px auto;
	width:930px;
	height:40px;
	clear:both;
}

#secret-ingredients a:hover {
	border-bottom:2px dotted #ccc;
}

/* Forms */

#popUpBox {
	position:absolute;
	z-index:1000;
	top:246px;
	left:40%;
	width:571px;
	height:312px;
}

input, textarea {
	background:#fff;
	border:1px solid #c8c6c6;
	padding:3px;
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	color:#555;
	width:255px;
}

input.submit {
	display:block;
	background:url(../images/btn-submit.jpg) no-repeat top left;
	border:0;
	padding:0;
	float:right;
	cursor:pointer;
	width:76px;
	height:25px;
}

input.clear {
	display:block;
	background:url(../images/btn-clear.jpg) no-repeat top left;
	border:0;
	padding:0;
	float:right;
	cursor:pointer;
	width:76px;
	height:25px;
}


/* Subpages */

#cupcakes-strip {
	float:left;
	width:100%;
	height:180px;
	margin:0;
	background:url(../images/bg-cupcakes.png) repeat-x;
}

#request-left {
	text-align:right;
	color:#FAD7B9;
}

#thumb, #thumb-v {
	float:left;
	margin:10px 0 0 10px;
	width:100px;
	height:100px;
	overflow:hidden;
	border:1px solid #dcc9b7;
}

#thumb img {
	height:150%;
	margin-left:-40px;
	margin-top:-10px;
	border:0;
}

#thumb-v img {
	width:150%;
	position:relative;
	margin-left:-20px;
	margin-top:-20px;
	border:0;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	height:25px;
	border-top:1px solid #90734e;
	border-bottom:1px solid #90734e;
	padding:15px 0;
	color:#fff;
	font-size:13px;
	text-align:center;
	background-color: #7C6056;
}

#footer a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:none;
}

/* Buttons */

* html #nav-block a {
	height:5px !important;
}

.nav-divider {
	display:block;
	float:left;
	width:5px;
	height:5px;
	font-size:11px;
	margin:-5px 15px 0 0;
}

a.btn-home {
	float:left;
	height:16px;
	width:45px;
	background:url(../images/btn-home.gif) no-repeat;
	display:block;
	margin:0 7px;
}


a.btn-about {
	float:left;
	height:16px;
	width:50px;
	background:url(../images/btn-about.gif) no-repeat;
	display:block;
	margin:0 7px;
}

a.btn-custom {
	float:left;
	height:16px;
	width:135px;
	background:url(../images/btn-custom.gif) no-repeat;
	display:block;
	margin:0 7px;
}

a.btn-faq {
	float:left;
	height:16px;
	width:35px;
	background:url(../images/btn-faq.gif) no-repeat;
	display:block;
	margin:0 7px;
}

a.btn-flavors {
	float:left;
	height:16px;
	width:62px;
	background:url(../images/btn-flavors.gif) no-repeat;
	display:block;
	margin:0 7px;
}

a.btn-gallery {
	float:left;
	height:16px;
	width:60px;
	background:url(../images/btn-gallery.gif) no-repeat;
	display:block;
	margin:0 7px;
}

a.btn-request {
	float:left;
	height:16px;
	width:110px;
	background:url(../images/btn-request.gif) no-repeat;
	display:block;
	margin:0 7px;
}

#nav-block a:hover {
	border-bottom:1px dotted #dea499;
}


