@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #f3fcf9 url(../images/background_slice.jpg) repeat-x;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.sassy #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:14px;
}
#header {
	padding-top:28px;
}
#header .signup {
	display: inline;
	float: right;
}
#signuptext {
	margin-bottom: -100px;
	display: inline;
	padding: 15px;
	visibility: hidden;
	float: right;
	list-style: none;
	width: 200px;
	text-align: left;
	color: #660033;
	background: #FFFFFF;
		filter: alpha(opacity=90); /* IE's opacity*/
		opacity: 0.90;
	border: 1px solid #CFCFCF;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(../images/sassylogo.png);
	background-repeat:no-repeat;
	width:128px;
	height:26px;
}
#clientlogin {
	float:right;
	position:relative;
	top:-5px;
}
#clientlogin p {
	display:none;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#B4B8BD;
	margin-bottom:2px;
}

#bar {
	padding:42px 0 0;
	margin:0px
}

/* Main Nav */
#menu {
	margin:0px;
	padding:0px;
}
#mainnav {
	float:left;
}
#menu ul {
	margin:0px;
	padding:0px;
	position:relative;
	left:7px;
	padding-bottom:8px;
	padding-top:7px;
}
#menu li {
	display:inline;
	margin-left:17px;
}
#menu li a {
	text-decoration:none;
	color:#660033;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
li#mainbu1 a:hover, li#mainbu2 a:hover, li#mainbu3 a:hover, li#mainbu4 a:hover, li#mainbu5 a:hover, li#mainbu6 a:hover {
	color:#FF3366;
}
li#mainactive a {
	color:#FF3366;
}
#newsletter {
	float:right;
	margin:0px;
	padding:0px;
	padding-top:8px;
}
#newsletter .submit {
	background:#32312f url(../images/button_bg.png);
	width:63px;
	height:19px;
	padding:0px;
	color: #ffffff;
	text-decoration: none;
	border:1px none #660033;
	text-transform:uppercase;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
}
#newsletter .submit:hover {
	background:#32312f url(../images/button_bg_hover.png);
}
#ccoptin {
	display:inline;
	margin:0px;
	padding:0px;
}
/* End Main Nav */





/* Sassy Program Nav */
#programnav li, a {
	text-decoration:none;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	list-style:none;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}
#programnav li a:hover {
	color:#FBB0C6;
}
#programnav #active a:hover {
	color:#FFFFFF;
}
li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a, li#bu5 a, li#bu6 a, li#bu7 a {
	color:#FBB0C6;
}
li#bu1 a:hover, li#bu2 a:hover, li#bu3 a:hover, li#bu4 a:hover, li#bu5 a:hover, li#bu6 a:hover, li#bu7 a:hover {
	color:#FFFFFF;
}
#programnav {
	margin-left:0;
	padding-left:0;
	margin-top: 8px;
}
#pinkbox {
	width:130px;
	height:7px;
	background-color:#FF3366;
	margin:0;
	padding:0;
}
.pinktext {
	color:#F51E5F;
	font-weight:bold;
}
#programnavtext, #programnavtext a {
	font-size:10px;
	line-height:14px;
	color:#FBB0C6;
}
/* End Sassy Program Nav */

#mainContent {
	margin:0px;
	padding:0px;
	clear:both;
}
#sidebar {
	clear:left;
	background-image:url(../images/leftsidebar.png);
	background-repeat:no-repeat;
	width:269px;
	height:480px;
	float:left;
	padding: 25px;
}
#rightbody {
	float:right;
	margin:0px;
	padding:0px;
}
#text {
	display:inline;
	float:right;
}
#bottomtext {
	margin-left:5px;
	background-color:#c0cbcd;
	width:646px;
	height:199px;
}
#bottomtext p {
	font-size:12px;
	line-height:14.4px;
	color:#6B7780;
	padding:15px 35px 0px 35px;
}
#programtext {
	background-color:#c0cbcd;
	width:290px;
	height:232px;
	float: right;
	padding: 15px;
}
#corporate h5 {
	color:#660033;
	font-size:13px;
	line-height:15.6px;
	font-weight:bold;
	margin:0px;
	padding-top: 12px;
	text-transform:uppercase;
}
#programtext p {
	font-size:13px;
	line-height:15.6px;
	color:#FFFFFF;
	padding-top: 12px;
}
#programtext h4 {
	color:#660033;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
	padding-bottom: 8px;
}
#corporate p {
	padding:0px;
	margin:0px;
	font-size:13px;
	font-weight:normal
}
.nametext {
	color:#660033;
	font-style:italic;
	padding-left:3px;
}
#programimage img {
	float:left;
}
#sidebar h3, p {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
#sidetext h3 {
	color:#F51E5F;
	font-size:26px;
	font-style:normal;
	font-weight:100;
	margin-bottom:10px;
}
#sidetext p {
	font-size:12px;
	line-height:15.5px;
}
#sidebar #sidetext {
	padding:0px;
	position:absolute;
	top:460px;
	width: 268px;
}

/* Slideshow */
.pics {  
    width:  970px;  
    height:   529px;  
}
#contact {
	padding-top: 12px;
}
#contact p{
	color:#FFCCCC;
	font-size:13px;
	line-height:15.6px;
	font-style:normal
}
#contact a{
	text-decoration:underline;
}
#contact a:hover{
	color:#FFCCCC;
}
.sIFR-active object {
  display: block;
}

#rightbody img {
	padding-bottom:6px;
	padding-left:5px;
}
#leftcol {
	float:left;
	width:100px;
}
#rightcol {
	float:right;
	margin-right:40px;
	width:150px;
}
#sidebar #contact p img {
	margin-bottom: 35px;
	border:none;
}
