/*--------------------------------------------------------Home Page | Main | CSS--------------------------------------------------------*/
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #ede5DA;
	background-image: url(../images/background/back.gif);
	background-repeat: repeat-y;
	background-position: right;
} 
 
#pagewidth{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right: auto;
	border: thin dashed #D7CFC9;
} 
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
}

#maincol-terms{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1400px;
}

#maincol-locator{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1150px;
}

#maincol-gallery{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1250px;
}

#footer{
	height:80px;
	clear:both;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #D7CFC9;
} 

.leftcol-body {
	float:left;
	width:192px;
	background-image: url(../images/background/bg-beige.jpg);
	background-repeat: repeat-y;
	height: 1030px;
}

.leftcol-body-terms {
	float:left;
	width:200px;
	background-image: url(../images/background/bg-beige.jpg);
	background-repeat: repeat-y;
	height: 1400px;
}

.leftcol-locator {
	float:left;
	width:192px;
	background-image: url(../images/background/bg-beige.jpg);
	background-repeat: repeat-y;
	height: 1150px;
}

.leftcol-gallery {
	float:left;
	width:192px;
	background-image: url(../images/background/bg-beige.jpg);
	background-repeat: repeat-y;
	height: 1250px;
}

.leftcol-footer {
	float:left;
	width:200px;
	background-image: url(../images/background/bg-beige.jpg);
	background-repeat: repeat-y;
	height: 80px;
}
 
.logo-holder {
	background-image: url(../images/background/logo-bg.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 100px;
}

.logo-padding {
	padding-top: 25px;
}

ul {
	list-style-type: none;
	line-height: 26px;
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	word-spacing: 5px;
	letter-spacing: 2px;
	color: #333333;
}

a.navlink, a.navlink:visited {
	line-height: 26px;
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	word-spacing: 5px;
	letter-spacing: 2px;
	color: #333333;
	text-decoration: none;
}

a.navlink:hover {
	line-height: 26px;
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	word-spacing: 5px;
	letter-spacing: 2px;
	color: #003366;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}
 
.left-align {
	text-align:right;
	padding-right: 25px;
	width: 185px;
	}
	
.header-links {
	text-align: right;
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color:#003366;
}

a.linkheader, a.linkheader:visited {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color:#993333;
	text-decoration:none;
}

a.linkheader:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color:#993333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #993333;
}


.link-holder{
	padding-top: 25px;
	padding-left: 50px;
	float: left;
}

hr {
	border-style: dashed; 
	border-color: #D7CFC9; 
	border-width: 1px 0pt 0pt; 
	margin: 0pt; 
	padding: 0pt; 
	height: 0pt; 
	line-height: 0px; 
	font-size: 0pt;
}

h1 {
	font-family: "Lucida Grande", Arial;
	font-size: 14px;
	letter-spacing: 2px;
	}
	
h2 {
	font-family: "Lucida Grande", Arial;
	font-size: 14px;
	letter-spacing: 2px;

	}
	
.bodytext {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	text-align:justify;
	}
	
.body-holder {
	padding-top:15px;
	width:740px;
	float:left;
}

.image-holder {
	height: 530px;
	width: 360px;
	float: left;
	border: thin dashed #D7CFC9;
	text-align: center;
}

.image-padding {
	float: left;
	padding-left: 20px;
}

.right-content {
	float: left;
	width: 350px;
	height: 534px;
	padding-left: 20px;
}

.thumb-holder {
	height: 160px;
	width: 110px;
	border: thin dashed #D7CFC9;
	float: left;
}

.thumbs-padding {
	padding-left: 5px;
	padding-top: 5px;
	}
	
a.subnavlink, a.subnavlink:visited {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
}

a.subnavlink:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color:#333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

.previous {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	float: left;
	padding-top: 10px;
	padding-bottom:5px;
	}
	
.back {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	float: left;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom:5px;
	}

.next{
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-bottom:5px;
	}
	
.search{
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom:5px;
	width: 350px;
	text-align: right;
	}

 /* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

img {
	border: 0;
}

.button-holder {
	 text-align:left;
	 width: 64px; 
	 height: 64px; 
	 float:left; 
	 padding-left: 10px;
 }

.media-holder {
	width: 188px;
	height: 320px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #D7CFC9;
	border-bottom-color: #D7CFC9;
}

.copyright {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	text-align:center;
	padding-top: 30px;
	padding-right: 10px;
	}

.footer-holder {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	float: left;
	padding-right: 9px;
	padding-top: 30px;
	padding-left: 9px;
}

a.footerlink, a.footerlink:visited {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	}
	
a.footerlink:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #333333;
	}

.text-buttons {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	text-align:center; 
	float:right; 
	width: 110px; 
	height:64px;
}

a.bodytextlink, a.bodytextlink:visited {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a.bodytextlink:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #000000;
	}
/*--------------------------------------------------------End for HomePage---------------------------------------------------*/

/*--------------------------------------------------------Gallery Css--------------------------------------------------------*/

.image-thumb-holder {
	height: 298px;
	width: 197px;
	float: left;
	border: thin dashed #D7CFC9;
	text-align: left;
	}

.image-thumb-holder-new {
	height:239px;
	width: 155px;
	float: left;
	border: thin dashed #D7CFC9;
	text-align: left;
	}
	
.padding-holder{
	padding-left: 30px;
	float: left;
	padding-bottom: 20px;
	}
	
.padding-holder-new{
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	}

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
	}
	
.caption-top {
   border-width: 0px 0px 8px 0px;
	}
	
.caption-bottom {
   border-width: 8px 0px 0px 0px;
	}
	
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
	}
	
.caption a:hover, .caption a:hover {
	background: #202020;
	}
	
.caption-wrapper {
	float: left;
	}
	
br.c { 
	clear: both; 
	}

.pages {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	float: right;
	width: 720px;
	text-align: right;
	padding-bottom: 10px;
	}
/*--------------------------------------------------------end gallery--------------------------------------------------------*/

/*--------------------------------------------------------start style guide--------------------------------------------------*/
.style-guide-holder-top {
	float: left;
	padding-left: 30px;
}

.style-guide-holder-bottom {
	float: left;
	padding-left: 100px;
	padding-top: 25px;
	width: 640px;
}

.style-guide-holder {
	width: 173px;
	float: left;
	padding-left: 4px;
	}

/*--------------------------------------------------------end style guide----------------------------------------------------*/

/*--------------------------------------------------------form style---------------------------------------------------------*/

#label1{
	float: left;
	width: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 10px;
	display: inline;
}
.form-container {
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: 5px;
	height: 40px;
	margin-bottom: 5px;
}

.form-container1 {
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#e111 {
	width: 130px;
	margin-bottom: 10px;
	float: right;
	
}

#e112{
	width: 150px;
	height: 80px;
	margin-top: -1px;
}

#e113{
	width: 130px;
	height: 80px;
	display: block;
	float: right;
	margin-bottom:15px;
}

.boxes{
width: 1em;
}



br{
clear: left;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	padding-left: 18px;
	list-style-type: decimal;
}

label{
	float: left;
	width: 100px;
	text-align: left;
	margin-left: 5px;
	color: #000000;
	display: block;
	margin-bottom: 3px;
}
#el08 {
	width: 150px;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	display: block;
	font-size: 12px;
	background-color:#D7CFC9;
}

#submitbutton {
	margin-left: 70px;
	margin-top: 5px;
	width: 150px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

/*--------------------------------------------------------form end------------------------------------------------------------*/

/*--------------------------------------------------------Additional CSS------------------------------------------------------*/

.slide {
	width: 311px;
	height: 428px;
	float: right;
	border: thin dashed #EDE5DA;
}

.slide-style-guide {
	width: 311px;
	height: 525px;
	float: right;
	border: thin dashed #EDE5DA;
}

.body-holder-left {
	padding-top:15px;
	width:425px;
	float:left;
	padding-right: 10px;
	padding-left: 20px;
}

.body-holder-left-secondary {
	padding-top:15px;
	width:370px;
	float:left;
	padding-right: 10px;
	padding-left: 20px;
}

.slide-padding {
	padding-top: 6px;
	padding-left: 4px;
}

#linebreaker {
	float:left;
	height: 982px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #EDE5DA;
	padding-left: 10px;
	}

#maincol-about{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/8444.jpg);
}

#maincol-faq{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/9322.jpg);
}

#maincol-retail{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/2535.jpg);
}

#maincol-contact{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/prom.jpg);
}

#maincol-sitemap{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/bm.jpg);
}

#maincol-resources{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/q.jpg);
}

#maincol-gown{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/gown.jpg);
}

#maincol-testimonials{
	float: left;
	display:inline;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
	height:1000px;
	background-image: url(../images/pages/testimonials.jpg);
}

.my-closet-holder {
	float: right;
}

.spacer {
	float: left;
	width: 90px;
}

