@CHARSET "UTF-8";

/* Basic styles */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, san-serif;	
	font-size: 10pt;
}

p, div, span, li, a, td {
	font-family: Verdana, Arial, san-serif;
	font-size: inherit;
	color: #333;
}

h2 {
	margin: 1em 0 0 0;
	padding: 0;	
}

h3 {
	color: #7bc143;
	font-size: 1.1em;	
}

h5 {
	color: #7bc143;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

b, strong {
	color: #3e172c;	
}

a, 
a:link, 
a:visited, 
a:hover {
	color: #3e172c;
}

#sidebar-left a, 
#sidebar-left a:link, 
#sidebar-left a:visited, 
#sidebar-left a:hover,
#sidebar-left span.folder {
	font-size: .85em;	
	text-decoration: none;	
	color: #3e172c;
}

#sidebar-left a:hover, 
#sidebar-left a.active, 
#sidebar-left span.hover {
	font-weight: bold;	
}

#sidebar-left span.folder {
	color: #3e172c;
}

li {
	padding: 0;
	margin: .5em 0;	
}

a#mailing-list {
	position: absolute;
	color: #8fd2c5;
	top: -25px;
	left: 10px;
}

span.required {
	color: #3E172C;
	font-size: .75em;
	padding-bottom: 2px;
}

/* Layout */
#wrapper {
	width: 850px;	/* Total page width goes here) */
}

#sidebar-left {
	float: left;
	margin-left: 0;
	margin-right: -160px; /* Sidebar width goes here (negative) */
	padding: 0;
	width: 160px;	/* Sidebar width goes here */
}

#separator-top {
	height: 30px;
	background: #3e172c;	
	margin-top: -5px;
}

#separator-bottom {
	clear: both;
	height: 30px;
	background: #3e172c;	
	position: relative;
	z-index: -1;
}

#content {
	float: left;
	margin-left: 160px; /* Sidebar width goes here */
	margin-right: -850px;  /* Total page width goes here (negative) */
	padding: 0;
	width: 690px; /* Content area (page width - sidebar width) goes here */
	position: relative;
	min-height: 400px;
}

#index #content-inner table {
	background: white;
}

#footer {
	position: relative;	
	text-align: center;
}

#footer span {
	padding-left: .5em;
	padding-right: .5em;	
	font-size: .85em;
}

#logo {
	border: 0;	
}

#header {
	background: url(../images/back_1.jpg) top left no-repeat;	
	padding-top: 14px;
	padding-left: 15px;
}

#layer-inner {
	background: url(../images/back_2.jpg) top right no-repeat;	
}

#layer {
	background: url(../images/back_3.jpg);
	background-position: 0px 83px;
	background-repeat: no-repeat;	
}

.content-overlap #content {
	top: -15px;	
}

.fashion #content {
	top: 0;	
}

.content-overlap #intro {
	position: relative;
	top: -15px;	
}

.content-overlap #separator-bottom {
	top: -30px;
}

.content-overlap #footer {
	top: -30px;
}

/* Styles for image tagline */
#tagline {
	margin-bottom: -5px; 	
	margin-left: 25px;
}

/* Carousel */

.demoflow div { 
	float: left; 
	font-size: inherit;
}

.demoflow div img { 
	height: 100%; 
	width: 100%; 
}

.demoflow div {
	width: 100%;
	text-align: center;
}

.demoflow {
	/*background: #FFFFFF;*/
	height: 100%;
}

.demoflow div.wrapper {
	margin-top: 0px;	
}

#carousel {
	height: 100%;
	margin-right: 43px;
	float: left;
	position: relative;
	width: 637px;
}	

#carousel-wrapper {
	height: 100%;	
	position: absolute;
	top: 0;
	width: 100%;
}

#carousel-move-left {
	width: 43px; 
	margin-left: 647px;	
	height: 100%;
	background: url(../images/arrow-right.gif) center center no-repeat;
	cursor: pointer;
}

#carousel-move-right {
	width: 43px;
	background: url(../images/arrow-left.gif) center center no-repeat;
	height: 100%;
	float: left;
	cursor: pointer;
}

#carousel div,
#carousel a {
	font-size: inherit;
}

#carousel .wrapper a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/* Index page */
#index #content-inner {
	border: 3px solid #bde0a1; /* Border for home page wrapper	*/
	width: 95%;
}

#index #content-inner div {
	float: left;
	height: 400px; 
	width: 198px;	
}

#index #content-inner div.image {
	background-color: #ffffff;	
}

#index #content-inner {
	background: #a0c3dd;
	line-height: 150%;
	font-style: italic;
	float: left;
}

#index #content-inner #text {
	width: 250px;	
}

#index #content-inner p {
	padding: 1em;	
	color: #ffffff;
}

/* Menu */
ul.horizontal-menu {
	float: right;	
}

ul.horizontal-menu li {
	float: left;	
}

#separator-top {
	padding-right: 15px;
}

#separator-top a, 
#separator-top a:link, 
#separator-top a:visited, 
#separator-top a:hover {
	color: #ffffff;
	display: block;
	padding: 4px 18px;
	font-size: .8em;
	text-decoration: none;
}

#separator-top a.active,
#separator-top a.active:hover {
	font-weight: bold;	
}

#separator-top a:hover {
	font-weight: normal;	
}

#content-inner .right-column {
	padding: 2em 1em 1em 1.25em;
	font-size: .9em;	
}

/* Fashion Pages */
.fashion #intro img {
	border: 3px solid;
}

#fashion_bridal_gowns #intro img {
	border-color: #8fd2c5;
}

#fashion_nufocus #intro img {
	border-color: #a0c3dd;
}

#fashion_sports #intro img {
	border-color: #00aeef;
}

#fashion_dress #intro img {
	border-color: #7bc143;
}

#fashion_eveningwear #intro img {
	border-color: #7bc143;
}

#fashion_outerwear #intro img {
	border-color: #e0761d;
}

#fashion_lingerie #intro img {
	border-color: #8fd2c5;
}

#fashion_accessories_bags #intro img {
	border-color: #7bc143;
}

/* Other Pages */
#events #content td.left-column img {
	border: 3px solid #86ba5b;
}

#news #content td.left-column img {
	border: 3px solid #a0c3dd;
}

#services #content td.left-column img {
	border: 3px solid #a0c3dd;
}

#then_now #content td.left-column img {
	border: 3px solid #86ba5b;
}

#directions #content td.left-column img {
	border: 3px solid #a0c3dd;
}