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

* {
	margin: 0px;
	padding: 0px;
}
/*------Clear Fix------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------- Body --------*/

body {
	margin: 0;
	background-color: #EB148D;
	font: .9em "Myriad Pro";
	color: #000;
}
h1, h2 {
	color: #85104f;
	padding: 12px 0 6px 0;
	font: italic 2em/1em Georgia;
}
h3 {
	font: italic bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0d7701;
}
h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: #6c6c6c;
	padding: 0 0 5px 0;
}
p {
	padding: 5px 0 10px 0;
}
/*-------- Links --------*/

a {
	outline: none;
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
/*-------- Header --------*/

#headerwrap {
	width: 100%;
	margin: auto;
}
#header {
	width: 100%;
	height: 180px;
	margin: auto;
	background: url(../images/header_logo.png) center top no-repeat;
	background-color: #000;
}
/*-------- Navigation --------*/

#navWrap {
	width: 718px;
	padding-top: 150px;
	margin: auto;
}
#navTabs {
	width: 570px;
	height: 30px;
	margin: 0 74px 0 74px;
	background-color: #EB148D;
	text-align: center;
	padding: 10px 0 0 0;
	word-spacing: 10px;
}
#nav_l {
	width: 718px;
	height: 30px;
	background: url(../images/left_corner.png) no-repeat;
}
#nav_r {
	width: 718px;
	height: 30px;
	background: url(../images/right_corner.png) right no-repeat;
}
#navWrap ul li {
	display: inline;
}
/*-------- Content Holder/Background --------*/

#wrap {
	width: 100%;
	height: 100%;
	margin: auto;
}
#swirls {
	width: 100%;
	height: 590px;
	margin: auto;
	background: url(../images/background.png) center bottom no-repeat;
}
#colorBg {
	width: 100%;
	height: auto;
	margin: auto;
}
/*-------- Content Wrapper --------*/

#contentwrap {
	background-color: #FFF;
	background-image: url(../images/cupcake.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: auto;
	width: 700px;
	height: 100%;
	border: 5px solid #000;
	-moz-border-radius: 5px 5px 0px 0px;
	margin-top: 30px;
}
/*-------- Content --------*/

#content {
	width: 700px;
	margin: auto;
	height: 100%;
}
#leftcontent {
	background-color: #FFF;
	width: 300px;
	height: auto;
	margin: 30px 15px 15px 30px;
	float: left;
	clear: left;
}
#rightcontent {
	height: auto;
	margin: 30px 30px 0px 0px;
	width: 250px;
	float: right;
	clear: right;
}
.center {
	text-align: center;
}
.plink {
	text-decoration: none;
	color: #A4006C;
}
.plink:hover {
	text-decoration: none;
	color: #EB148D;
}
.flavors {
	padding: 10px 10px 10px 0;
}
.flavors p {
	padding: 0 0 0 15px;
}
.flavors ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 15px;
}
.note {
	font-style: italic;
	font-size: 11px;
}
.right_h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: #6c6c6c;
	padding: 0 0 5px 0;
	text-align: right;
}
/*-------- Quotes --------*/

.quote {
	color: #7d7d7d;
	font-style: italic;
}
.quotes {
	color: #ddd;
	font-style: italic;
	font-size: 1.3em;
	font-weight: bold;
}
/*-------- Contact Form --------*/

#content_center {
	padding: 0 30px 0 30px;
}
.idv_box {
	padding: 2px 0px 2px 0px;
}
.idv_box .message {
	width: 150px;
	padding: 0 15px 0 0;
	display: inline;
	text-align: right;
	float: left;
	clear: left;
}
.idv_box input, .idv_box textarea {
	font: .9em "Myriad Pro";
	width: 200px;
	overflow: hidden;
}
.input_btn {
	color: #FFF;
	background-color: #EB148D;
	padding: 5px 5px 2px 5px;
	margin: 5px;
	border: 1px solid #ca0055;
}
.input_btn:hover {
	color: #EB148D;
	background-color: #000;
	padding: 5px 5px 2px 5px;
	margin: 5px;
	border: 1px inset #568ea3;
}
#submit {
	padding: 0 160px 25px;
}
/*-------- Footer --------*/

#footwrap {
	width: 100%;
	height: 90px;
	margin: auto;
}
#footer {
	margin: auto;
	width: 680px;
	height: 80px;
	padding: 10px;
	border: 5px solid;
	background-color: #000;
	-moz-border-radius: 0px 0px 5px 5px;
}
#left_footer {
	width: 55%;
	float: left;
	clear: left;
}
#right_footer {
	width: 30%;
	float: right;
	clear: right;
}
#copyright {
	width: 100%;
	text-align: center;
}
.info {
	padding: 0 20px;
	font-size: 11px;
	color: #6c6c6c;
	text-align: left;
}
.info_r {
	padding: 0 20px;
	font-size: 11px;
	color: #6c6c6c;
	text-align: right;
}
.infoDK {
	margin: 0px 0px 0px 30px;
	font-size: 11px;
	color: #F479C3;
	text-align: center;
}
.info a, .info_r a {
	text-decoration: none;
	color: #6c6c6c;
}
.info a:hover, .info_r a:hover {
	color: #434343;
}
