@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: #f4f4f4;
	height: 100%;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a, a:visited, a:hover {
	color: #666666;
}

.wrapper, footer {
	width: 1000px;
	margin: 0px auto;
}

header {
	height: 152px;
	background: url(../images/background-header.jpg) repeat-x;
}

header div.wrapper {
	position: relative;
}

header img[role="logo"] {
	position: absolute;
	left: 18px;
	top: 30px;
}

nav {
	height: 48px;
	line-height: 48px;
	background: #FFF;
	border: 1px solid #ed145b;
	border-width: 1px 0px;
}

nav ul.cufon-replace {
	margin-left: 208px;
}

nav ul li {
	float: left;
}

nav ul.social {
	float: right;
}

nav a, nav a:visited, nav a:hover {
	display: block;
	padding: 0px 6px;
	height: 48px;
	line-height: 48px;
	color: #ed145b;
	text-decoration: none;
	text-transform: uppercase;
}

nav a.active, nav a.active:visited, nav a:hover {
	background: #ed145b;
	color: #FFF;
}


nav ul.social a, nav ul.social a:visited, nav ul.social a:hover {
	float: left;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
	overflow:hidden;
	padding: 0px;
	margin: 17px 0px 17px 10px;
}

nav ul.social a.email {	background: url(../images/social/email.gif) left top no-repeat; }
nav ul.social a.facebook {	background: url(../images/social/facebook.gif) left top no-repeat; }
nav ul.social a.twitter {	background: url(../images/social/twitter.gif) left top no-repeat; }

nav ul.social a:hover {
	background-position: left bottom;
}

.headerPage {
	height: 60px;
	background: #f4f4f4;
	line-height: 60px;
	border: 1px solid #a8a8a8;
	border-width: 0px 0px 1px;
}

.headerPage h1 {
	padding: 0px 15px;
}

.headerPage h1 img {
	vertical-align: middle;	
}

div.body-content {
	background: url(../images/background.gif) left 60px;
	border: 1px solid #a8a8a8;
	border-width: 0px 0px 1px;
}

div.body-content div.wrapper {
	padding: 18px 15px;
	background: #FFF;
	min-height: 450px;
}

.intro {
	font-size: 22px;
}

sup, .pink, .body-content h2, div.body-content a, div.body-content a:visited, div.body-content a:hover {
	color: #ed145b;
}

div.hr {
	display: block;
	height: 1px;
	width: 100%;
	background: #e1e1e1;
	margin-bottom: 15px;
}

div.body-content .wrapper :last-child {
	margin-bottom: 0px;
}

.body-content ul li:before {
	content: "• ";
	vertical-align: top;
}

.body-content p, .body-content ul, .body-content h2, .body-content dd {
	padding-bottom: 15px;
}

.body-content ul li span {
	display: inline-block;
	width: 300px;
}

/* Columns */

.section-col {
	width: 100%;
	overflow: hidden;
}

.section-col .col, .section-col .sec-long {
	display: block;
	float: left;
	width: 319px;
	margin-left: 18px;
}

.section-col .sec-left {
	margin-left: 0px;
}

.section-col .sec-long {
	width: 678x;
	margin-left: 0px;
}

.section-col .span-2 {
	width: 656px;
}

/* IE7 Fix for order-form col */
.order-form .sec-right {
	margin-left: 0px;
	padding-left: 18px;
}

/* Homepage */

.panel {
	width: 100%;
	overflow: hidden;
}

.panel a, .panel a:visited, .panel a:hover {
	display: block;
	float: left;
	height: 222px;
	width: 319px;
	margin-left: 18px;
	background: url(../images/home/panel-background.gif) left bottom repeat-x;
	border: 1px solid #ed145b;
}

.panel a:first-child, .panel a.first-panel {
	margin-left: 0px;
}

.panel a:hover {
	background: url(../images/home/panel-background-2.gif) left bottom repeat-x;
}

.p-footer {
	font-size: 14px;
	margin-top: 15px;
}

.p-footer a, .p-footer a:visited, .p-footer a:hover {
	text-decoration: underline;
}

.p-footer span.pink {
	color: #ed145b;
}

/*  MENUS   */

#menus .col h2 + img {
	margin-bottom: 15px;
}

/** CONTACT US ***/

.order-form {
	background: #f4f4f4;
	padding: 15px 18px;
	width: 660px;
}

.order-form label {
	display: block;
	height: 28px;
	line-height: 28px;
}

.order-form input[type="text"], .order-form textarea {
	display: block;
	width: 305px;
	height: 20px;
	border: 1px solid #f4f4f4;
	border-top: 2px solid #d9d9d9;
	resize: none;
}

.order-form textarea {
	height: 125px;
}

.order-form .submit {
	display: block;
	float: right;
	border: 0px;
	height: 26px;
	width: 47px;
	text-indent: -9999px;
	background: url(../images/button-send.gif) left top;
	margin-right: 14px;
	margin-top: 10px;
}

.order-form .submit:hover {
	background-position: 0 -28px;
}

.order-form .required {
	clear: left;
	float: left;
	margin-top: 10px;
	width: 200px;
}

.error_msg {
	display: block;
	color: #333 !important;
	text-transform:none !important;
	border: 1px solid  #bc0000 !important;
	padding: 5px !important;
	font-size: 10px !important;
	margin-right: 18px;
	background: #fff0f7;
}

/* FOOTER STUFF */

footer {
	padding: 10px 0px;
	font-size: 10px;
	overflow: hidden;
}

footer ul.footer li {
	float: left;
	padding: 0px 2px;
}

footer ul.footer a, footer ul.footer a:visited, footer ul.footer a:hover {
	text-decoration: none;
}

footer ul.footer a:hover {
	text-decoration: underline;
}

footer ul.footer-Left { float: left; }
footer ul.footer-Left li:first-child { padding-left: 0px }
footer ul.footer-Right { float: right; }
footer ul.footer-Right li:last-child { padding-right: 0px }