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

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	font-family: 'Antic', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 140%;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Main Image
-----------------------------------------------------------------------------*/
#mainimg {
	width: 100%;
	height: 476px;
	background-color: #3952AB;
	background-image: url(images/bkgd.jpg);
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 48px;
	background: #FFFFFF;
	border-bottom-width:6px;
	border-bottom-color:#C2E9FD;
	border-bottom-style: solid;
	background-repeat: no-repeat;
}

/* Navigation
-----------------------------------------------------------------------------*/

#menu {
	width: 100%;
	height: 48px;
	text-align: center;

}
#menu ul {
	font-family: 'Rokkitt', serif;
	font-size: 27px;
	color: #000000;
	margin-top: 15px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 50px;
}
#menu ul li a {
	font-family: 'Rokkitt', serif;
	font-size: 27px;
	color: #000000;
	text-decoration: none;
}

#menu li a:hover{
	color: #ED1E79;
	text-decoration:none;
}

#menu li a.active{
	color: #ED1E79;
	text-decoration:none;
	}
	

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 60px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -60px auto 0;
	height: 60px;
	background: url(images/footer-bkgd.jpg);
	position: relative;
	font-family: 'Antic', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
}

h1 {
	font-family: 'Rokkitt', serif;
	font-size: 32px;
	color: #ED1E79;
	display:block;
	width: 220px;
	border-bottom-width:6px;
	border-bottom-color:#C2E9FD;
	border-bottom-style: solid;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	font-family: 'Rokkitt', serif;
	font-size: 40px;
	color: #ED1E79;
	display:block;
	width: 240px;
	border-bottom-width:6px;
	border-bottom-color:#C2E9FD;
	border-bottom-style: solid;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Rokkitt', serif;
	font-size: 40px;
	color: #ED1E79;
	display:block;
	width: 320px;
	border-bottom-width:6px;
	border-bottom-color:#C2E9FD;
	border-bottom-style: solid;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

h4 {
	font-family: 'Rokkitt', serif;
	font-size: 40px;
	color: #ED1E79;
	display:block;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

h5 {
	font-family: 'Rokkitt', serif;
	font-size: 36px;
	color: #ED1E79;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 80%;
}


/* Order Form
-----------------------------------------------------------------------------*/
#wufoo-w7x2z1 {
-moz-border-radius: 15px;
border-radius: 15px;
}

