body {
	background: #000;
	color: #ffdddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, strong {
	color: #9ea0ac;
}
h1 {
	font-size: 2em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.75em;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: .5em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: .5em;
}
h5 {
	font-size: 1.25em;
	margin-bottom: .5em;
}
p {
	font-size: .825em;
	margin-bottom: 1em;
	line-height: 1.25em;
}
#middleWrapper {
	border-top: solid 1px #2c2c2c;
	border-bottom: solid 1px #2c2c2c;
}
#header {
	background: url(../Images/gwisgfa_bg_top.jpg) no-repeat;
	height: 159px;
	position: relative;
}
#logo {
	
}
#navigation {
	position: absolute;
	top: 125px;
	left: 0;	
}
#menu {
	text-align: center;
}
#menu li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.25em;
}
#topContact {
	position: absolute;
	text-align: right;
	right: 0;
	top: 20px;
}
#topContact p {
	font-size: 1.125em;
	line-height: 1.125em;
}
#bottom {
	background: url(../Images/gwisgfa_bg_bottom.jpg) no-repeat;
	padding-top: 30px;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #9ea0ac;
}
a:active {
	color: #fff;
}
a#sale {
	color: #ff0000;
}
#mainContent {
	padding-top: 20px;
	padding-bottom: 20px;
}
#leftColumn {
	float: left;
	width: 522px;
	margin-right: 38px;
}
#rightColumn {
	float: left;
	width: 400px;
}
#leftColumn, #rightColumn {
	text-align: left;
}
#footer {
	margin-top: 30px;
	clear: both;
}
#leftFoot {
	width: 500px;
	float: left;
	text-align: left;
}
#rightFoot {
	width: 400px;
	float: right;
	text-align: right;
}
#contactForm {
	background: #333;
    border: solid 1px #ccc;
    padding: 10px;
    width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contactForm label {
    width: 150px;
    float: left;
    display: block;
}
#contactForm textarea, .textBox {
    width: 300px;
}
#contactForm ul li{
	font-size: .825em;
    padding: 5px 0;
    clear: both;
}
#contactForm textarea {
	height: 75px;
}
#map 
{
	color: #333;
	width: 394px;
	height: 300px;
}
#outerMap {
	padding: 2px;
	border: solid 1px #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
#dressList li {
	width: 160px;
	height: 260px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
#dressList li p {
	text-align: center;
}
#dressList img {
	border:1px solid #ccc;
	padding:2px;
}
.photo {
	padding: 2px;
	border: solid 1px #ccc;	
}
#dressDetails {
	clear: both;	
}
/** 
 * Slideshow style rules.
 */
#homeSlideshow {
	margin:0 auto;
	width:960px;
	height:390px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#homeSlideshow #slidesContainer {
  margin:0 auto;
  width:782px;
  height:390px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#homeSlideshow #slidesContainer .slide {
  margin:0 auto;
  width:762px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:390px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:89px;
  height:390px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0px;
  left:0;
  background:transparent url(../Images/gwisgfa_btn_left.png) no-repeat 30px 180px;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../Images/gwisgfa_btn_right.png) no-repeat 30px 180px;
}
#gallery {
	font-size: .825em;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 572px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 572px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 572px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	/*margin-bottom: 12px;
	height: 11px;*/
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
p.onSale, span.onSale {
	color: #ff0000;
}
p.onSale {
	font-size: 1.4em;
}
span.onSale {
	margin-left: 1em;
	text-transform: uppercase;
}
.designer {
	width: 522px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.designerLogo {
	width: 260px;
	float: left;
}
.designerLogo img {
	padding: 2px;
	border: 1px solid #ccc;
}
.designerContent {
	width: 262px;
	float: left;
}
