/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
}

.home {
	background: url('images/homebg.jpg') top center no-repeat;
}

.page {
	background: url('images/pagebg.jpg') top center no-repeat;
}

#head {
	margin: 30px auto 10px auto;
	padding-left: 5px;
	width: 785px;
	height: 90px;
	text-align: left;
	vertical-align: middle;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 18px;
	line-height: 0.9;
	color: #5A3D1C;
}

a img {
	border: none;
}

#main {
	margin: 0 auto;
	width: 790px;
	text-align: left;
	/*height: 500px;*/
	font-family: Garamond, Georgia, Times, serif;
	font-size: 16px;
	color: #5A3D1C;
	vertical-align: top;
}

#mainhome {
	margin: 0 auto;
	width: 190px;
	height: 389px;
	padding: 150px 420px 0 180px;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.35;
	text-align: left;
	color: #5A3D1C;
}

#mainhome a, #mainhome a:visited {
	text-decoration: none;
}

#maincollect {
	margin: 0 auto;
	width: 770px;
	text-align: center;
	padding: 0 10px;
	/*height: 500px;*/
	font-family: Garamond, Georgia, Times, serif;
	font-size: 14px;
	color: #5A3D1C;
	vertical-align: top;
}

#mainfull {
	margin: 0 auto;
	width: 750px;
	padding: 0 20px;
	text-align: left;
	/*height: 500px;*/
	font-family: Garamond, Georgia, Times, serif;
	font-size: 16px;
	color: #5A3D1C;
	vertical-align: top;
}

#mainpic {
	width: 275px;
	float:left;
	text-align: left;
	padding: 0 25px 0 0;
}

#maintext {
	float: right;
	width: 425px;
	text-align: left;
	padding: 25px 50px 25px 25px;
}

/*--------CONTENT--------*/

#leftl {
	width: 370px;
	float:left;
	text-align: left;
	padding: 0 25px 0 25px;
}

#rightl {
	float: right;
	width: 320px;
	text-align: left;
	padding: 25px 25px;
}

#rightr {
	width: 485px;
	text-align: left;
	float:right;
	padding: 10px 40px 10px 20px;
	margin-bottom: 10px;
}

#leftr {
	width: 210px;
	text-align: left;
	float: left;
	padding: 10px 10px 10px 25px;
}

/*
#main a, a:visited {
	color: #99CBCC;
	font-weight: bold;
	text-decoration: underline;
}*/

.light {
	font-size: 14px;
	font-style:italic;
	color: #666;
}

h1 {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.25;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.15;
	display: block;
	position:absolute;
	top:510px;
}

h4 {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.25;
	font-style: italic;
}

#about {
	font-size: 15px;
	line-height: 21px;
}

a {
	color: #5A3D1C;
	text-decoration: underline;
}

a.link {
	display: block;
	vertical-align:middle;
	text-align: right;
	font-size: 15px;
	font-style: normal;
	background: url('images/linkright.gif') top right no-repeat;
	height: 33px;
	width: 140px;
	padding:12px 40px 0 0;
	text-decoration: underline;
	margin: 10px 0;
	clear:both;
}

a.linkleft {
	display: block;
	vertical-align:middle;
	float: left;
	font-size: 15px;
	background: url('images/linkleft.gif') top leftt no-repeat;
	height: 33px;
	padding:12px 0 0 40px;
	text-decoration: underline;
}

a:hover.link, a:hover.linkleft {
	text-decoration: none;
}

/*--------MENU--------*/

#menubar {
	clear: both;
	margin: 0;	
	/*padding-top: 15px;
	background: url('images/menubg.jpg') top left repeat-x;*/
	text-align: center;
	width: 100%;
	height: 48px;
}


#menu {
	margin: 0 auto;
	width: 790px;
	height: 48px;
	background: url('images/menubg.jpg') top left repeat-x;
	/*padding-right: 50px;*/
}

#menu, #menu ul li a, #menu ul li a:visited {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5A3D1C;
}
	
#menu ul {
	width: 790px;
	margin-right: 0;
	padding-top: 15px;
	text-align: center;
}

#menu ul li, #menu ul li a, #menu ul li a:visited {
	display: inline;
	width: 150px;
	height: 33px;
	padding: 3px 15px;
	margin: 0;
}

#menu ul li a:hover, #menu ul li a.current {
	text-decoration: none;
	color: #857568;
	/*padding: 3px 15px;*/
	background: url('images/blt.jpg') no-repeat;
	background-position: -5px -3px;
}

/*-----------MENU 2---------------*/

#menu2 {
	margin: 20px 0 0 0;
	width: 545px;
	height: 38px;
	background: url('images/menubg.jpg') top left repeat-x;
	float: right;
}

#menu2, #menu2 ul li a, #menu2 ul li a:visited {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5A3D1C;
}
	
#menu2 ul {
	/*width: 545px;*/
	margin-right: 0;
	margin-top: 15px;
	text-align: center;
}

#menu2 ul li, #menu2 ul li a, #menu2 ul li a:visited {
	display: inline;
	width: 60px;
	/*height: 25px;*/
	padding: 3px 9px;
	margin: 0;
}

#menu2 ul li a:hover, #menu2 ul li a.current {
	text-decoration: none;
	color: #857568;
	padding: 3px 9px;
	background: url('images/blt2.jpg') no-repeat;
	background-position: -4px 0px;
}

/*--------SIZE CHART--------*/


#size td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 2px;
	border: 1px solid #CCC;
}

.left {
	text-align: left;
	padding: 5px;	
}
.center {
	text-align: center;
}

/*--------COLLECTION--------*/

#collect ul {
	  width: 100%;
	  float: left;
	  margin: 0;
	  padding: 0;
	  text-align: center;
}

#collect ul li {
  display: inline;
  float: left;
  margin: 30px 2px;
  padding: 0;
  list-style: none;
}

#collect ul li a, ul li a:visited {
  width: 20%;
  color: #5A3D1C;
  text-decoration: none;
}

#collect ul li a:hover {
  color: #857568;
  text-decoration: none;
}

#collect ul li a:hover img {
  border: 2px solid #CCCCCC;
}

#dresses {
	text-align: left;
	width: 300px;
	height: 45px;
}

#description {
	float: left;
	width: 370px;
	text-align: center;
}

#description h2 {
	font-family: CommercialScript BT, Garamond, sans-serif;
	font-size: 24px;
}

#forkleft {
	float: left;
	width: 260px;
	padding: 10px 25px 10px 100px;
}
	
#forkleft a, #forkright a {
	text-decoration: none;
	font-size: 18px;
}
	
#forkright {
	float: right;
	width: 260px;
	padding: 10px 100px 10px 25px;
}

/*--------FORM--------*/

form td {
	padding: 3px;
	border-bottom: 1px solid #CCC;
}

#formr {
	float: right;
	width: 525px;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

a.info span {
	position: relative;
	display:none;
}

a.info {
	font-family: Garamond, Georgia, Times, serif;
	text-decoration:none; 
	position: relative;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url('question.gif') no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

form td.submit {
	text-align: right;
	border: none;
}

input.link {
	display: block;
	vertical-align:middle;
	/*text-align: right;*/
	font-size: 15px;
	background: url('images/linkright.gif') top right no-repeat;
	height: 45px;
	width: 120px;
	cursor: pointer;
	padding-right:30px;
	text-decoration: underline;
	clear:both;
	border: none;
}

#footer {
	clear: both;
	margin: 0 auto;	
	text-align: right;
	width: 750px;
	padding: 10px 20px;
	color: #666;
	font-size: 10px;
	font-style:italic;
}