.clear{
height:40px;
clear:both;
width:100%;
margin:0;
margin-left:20px;
}

.pickit{
font-family:verdana, arial, sans-serif;
font-size:15px;
font-weight:normal;
color:#9D384E;
margin:1px 8px 0 0;
clear:none;
position:relative;
float:left;
}



/* --- Navbar Style --- */

#nav {
	width: 590px;
	height: 48px;
	float: right;
	background: transparent;
	margin: 24px 0 0 0;
	z-index: 1;
}

/* -- Purple Menu -- */
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:592px;
	height:42px;
	position:relative;
	font-size:11px;
	margin: 0;
	z-index:1000;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('images/pink/center.png');
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* End Caps Styling */
.menu .left_nosub {
	background-image:url('images/pink/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .right_hassub {
	background-image:url('images/pink/right.png');
}
.menu .right_nosub {
	background-image:url('images/pink/right.png');
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* Button ":hover" Styling */
.menu ul li:hover a {color:#200033; background:url('images/pink/center_hassub.png');}
.menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menu ul li:hover ul li a.center_hassub {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#544a3a;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .left_nosub {color:#200033; background:url('images/pink/left_nosub.png');}
.menu ul li:hover .right_hassub {color:#200033; background:url('images/pink/right_hassub.png') ;}
.menu ul li:hover .right_nosub {color:#200033; background:url('images/pink/right_nosub.png') ;}

/* DropDown Styling */
.menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#200033; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/pink/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active {
	background-image:url('images/pink/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {color:#fff; background-image:url('images/pink/sub_hover.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

.wrap{
position:relative;
top:35px;
left:20px;
float:right;
width:550px;
padding:0;
padding-right:125px;
}

/* -- End Purple Menu -- */

/* -- Slideshow-- */
body { font-family: Verdana, sans-serif; margin: 20px;
min-width:1070px; width:100%;}
		h1 { font-size: 24px; font-weight: 400; }
		:focus { outline: 0; }
		#slideshow { width: 600px; margin: 20px 20px 20px 0; overflow: hidden; border: 2px solid #CCC; }
		#showcase { width: 400px; height: 299px; overflow: hidden; float: left; background: #000; }
		#showcase-loader img { margin: 134px 184px; }
		#showcase .bigimage, #showcase-loader { position: absolute; width: 400px; height: 299px; overflow: hidden; }
		#showcase .text { width: 400px; position: absolute; left: 0; bottom: -1px; background: url("images/background_transparent.png") 0 0 repeat; overflow: hidden; }
		#showcase .text h2 { color: #FFF; font-size: 18px; line-height: 18px; font-weight: 800; margin: 20px 20px 0 20px; }
		#showcase .text p { color: #FFF; font-size: 11px; line-height: 17px; margin: 10px 20px 20px 20px; }
		#showcase .text a { color: #FFF; }
		#showcase-nav { width: 200px; overflow: hidden; float: right; background: #D72283; }
		#showcase-nav ul { list-style: none; padding: 0; margin: 0; }
		#showcase-nav li { float: left; clear: both; margin: 0; padding: 0; } 
		#showcase-nav a { display: block; width: 200px; padding: 10px 0; overflow: hidden; border-bottom: 1px solid #000; text-decoration: none; }
		#showcase-nav a:hover { background: #F0A8CF; }
		#showcase-nav .thumbnail { display: block; width: 74px; overflow: hidden; float: left; }
		#showcase-nav .thumbnail img { border: 2px solid #EEE; margin: 0 10px;}
		#showcase-nav .text { display: block; font-size: 11px; font-weight: 800; color: #EEE; width: 116px; overflow: hidden; float: left; padding: 0 0 10px 0; }
		#showcase-nav .last a { border: 0; }
		#showcase-nav .active a { background: #ec82bb; }
		#showcase-nav .active a .text { color: #EEE; }