﻿
/* Text and link styles */

html {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5;
}

/* Headers */

h2 {
padding: 10px;
}

#header h1 { 
float: left; 
background: url(../images/babydollchiclogo.jpg) no-repeat; 
text-indent: -9999px; 
width: 950px; 
height: 200px;
}

.abouth2 {
width: 300px;
height: 40px;
background: url(../images/about.gif) no-repeat;
text-indent: -9999px;
}

.galleryh2 {
width: 300px;
height: 40px;
background: url(../images/gallery.gif) no-repeat;
text-indent: -9999px;
}

.contacth2 {
width: 300px;
height: 40px;
background: url(../images/contact.gif) no-repeat;
text-indent: -9999px;
}

.featured {
width: 210px;
height: 40px;
background: url(../images/featured.gif) no-repeat;
text-indent: -9999px;
}

/* Text */

.text {
padding: 10px 20px;
text-indent: 60px;
}

.featuredText {
text-align: center;
}


/* Links */

a {
color: #fff;
font-size: 14px;
}

a:visited {
color: #fff;
}

a:hover {
color: #f5989d;
text-decoration: none;
}

a:active {
color: #f5989d;
text-decoration: none;
}

#nav {
padding-left: 200px;
position: absolute;
top: 158px;
float: left;
z-index: 2;
}

#nav li {
float: left; 
margin: 0 10px;  
font-weight: bold;
list-style-type: none;
}

#nav li a {
font-size: 18px;
color: #fff;
text-decoration: none;
}

#nav li a:hover {
color: #f5989d;
text-decoration: none;
}

#nav li a:active {
color: #fff;
text-decoration: none;
}

a img  {
border: none;
}