@charset "UTF-8";
/* CSS Document */
#thome {
   position: absolute;
   top: 160px;
   left: 200px;
   width: 100%;
}

.title {
   font-family: Garamond;
   font-size: 25px;
   color: hsl(180,50%,60%) ;
}
.htext {
	position:absolute;
	font-family:cursive;
	font-size:16px;
	left:740px;
	top:260px;
	color: hsl(180,50%,60%);
}

.header {
	font-family: Garamond;
	font-size: 20px;
	position: absolute;
	top: 220px;
}

#header1 {
	left: 60px;
}
#header2 {
	left: 310px;
}
#header3 {
	left: 560px;
}
#header4 {
	left: 810px;
}

.container {
   /*position:relative;
   width:960px;
   margin:0 auto;
   padding:0;*/
}

.hero {
   position: absolute;
   top: 30px;
   left: 50px;
   opacity: .8;
   height: 600px;
   width: 560px
}


.navbar {
   position:absolute;
   vertical-align:bottom;
   bottom:45px;
   right:100px;
   float: right;
}
.navbar li {
   display: inline;
   text-decoration: none;
   border: 1px solid #0099CC;
   font-family: Garamond;
   color: #0066CC;
   padding: 10px;
   border-radius: 7px 7px;
}
#messages {
	font-family:Garamond;
	font-weight:light;
	font-size: 18px;
	color: #0066CC;
	height:50px;
	width:450px;
}

/* Gallery divs */
.elements {
   position:absolute;
   width: 250px;
   height: 375px;
   left:80px;
   top:80px;
   border: 1px solid black;
}
.gallery-image {
   position:relative;
   width:100%;
   height:100%;
}
.garments {
   position:absolute;
   width: 250px;
   height: 375px;
   left:800px;
   top:80px;
   border: 1px solid black;
}
.teakits {
   position:absolute;
   width: 375px;
   height: 375px;
   left:380px;
   top:80px;
   border: 1px solid black;
}
.gallerytext {
	position:absolute;
	top: 100%;
	float: right;
	font-family: Garamond;
	font-weight:100;
	font-size:18px;
	color:black;
}
.contact {
	text-align: center;
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3CF;
}
.element {
	position: absolute;
	width: 170px;
	height: 170px;
	top: 50px;
	border: 1px solid black;
}
.elementextbox {
	position: absolute;
	width: 150px;
	height: 350px;
	top: 270px;
}
.elementextbox p {
	margin: 5px 5px;
	font-family: Garamond;
	font-size:16px;
}
.g1 {
	position:absolute;
	left:20px;
	top:50px;
	height:500px;
	width:300px;
	border:1px solid black;
}
.g2 {
	position: absolute;
	right:20px;
	top:20px;
	height:250px;
	width:210px;
	border:1px solid black;
}
.g3 {
	position:absolute;
	right:20px;
	top:280px;
	height:280px;
	width:150px;
	border:1px solid black;
}
.g4 {
	position:absolute;
	right:180px;
	top:280px;
	height:280px;
	width:150px;
	border:1px solid black;
}
.g5 {
	position:absolute;
	right:240px;
	top:20px;
	height: 250px;
	width:250px;
	border:1px solid black;
}
.t1 {
	position:absolute;
	right:340px;
	top:280px;
	height:280px;
	width:150px;
	border:1px solid black;
}
.gtextbox {
	position:absolute;
	top:75px;
	left:390px;
	width:200px;
	height:300px;
	font-family: Garamond;
	font-size:16px;
	font-weight:light;
	color:black;
}
.ctext {
	position:fixed;
	top:10px;
	left:100px;
	width:300px;
	height:200px;
	font-weight:normal;
	color:black;
}
	
	
#salt1 {
	left: 50px;
}
#salt2 {
	left: 300px;
}
#candles {
	left: 550px;
}
#pillows {
	left: 800px;
}
.rtext {
	position:absolute;
	right:60px;
	top:90px;
	font-family:Garamond;
	font-size:16px;
	height:300px;
	width:330px;
}
#rbox {
	position:absolute;
	right:40px;
	top:40px;
	height:375px;
	width:350px;
	padding:15px 15px;
	border:1px solid black;
}
.rlink {
	position:absolute;
	left:60px;
	top:500px;
	height:75px;
	width:75px;
	border:1px solid black;
}
.linktext {
	position:absolute;
	left:140px;
	top:508px;
	font-family:Garamond;
	font-size:16px;
	color: #0066CC;
	height:200px;
	width:300px;
}
.garmentlink {
	position:absolute;
	top:350px;
	left:360px;
	height:320px;
	width:300px;
	border:1px solid black;
}
.iconbar {
	position:absolute;
	display:inline;
	top:600px;
	left:60px;
}
}
#baktext {
	position:absolute;
	padding:50px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	color:#09C;
}
	
	
	
	
/* unvisited link */
a:link    {
   color: #0066CC;
   text-decoration: none;
}

/* visited link */
a:visited {
   color: #0F3;
   text-decoration: none;
}

/* mouse over link */
a:hover   {
   color: #09F;
   text-decoration: none;
}

/* selected link */
a:active  {
   color: #0CF;
   text-decoration: none;
}
