/* CSS Document */
html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; padding: 0;
	font-size: 72.5%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	background: #603813; /* eb999d ; */
	color: #603813; 
	position: relative;
	line-height: 18px;
}


h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img { border:none; text-decoration: none;}



/* STRUCTURE */

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#container{
  width: 100%;
  padding: 0;
  margin: 0;
}

#content{
  width: 800px;
  
  margin: 50px auto 10px auto;
  padding: 0;
  background: #fff;
  
}

#banner {
	width: 800px;
	height: 165px;
	border: 0;
	background:url(../images/header.gif) top left no-repeat;
}

#topnav {
	width: 800px;
	height: 43px;
}

#maincontent{
background: url(../images/background.gif) top left no-repeat;
  width: 800px;
  margin: 0;
  padding: 0px;
  
}
#maincontent2{

  width: 800px;
  margin: 0;
  padding: 0px;
  
}


span {
	display:none;
	}
	
p {
	margin: 20px 20px 10px 20px;
	text-align: left;
	font-size: 1.0em;
	
}
p.large {
	font-family: "Times New Roman", Times, serif;
	margin: 20px 20px 10px 20px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
	
}
p.small {
	font-family: "Times New Roman", Times, serif;
	margin: 20px 20px 10px 20px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;
	
}

.copyright {
	color: #fff;
	font-size: 9px;
 	text-transform: uppercase;
	
	}
	



/* LINK COLORS */

.body:link {
	color: #790000; 
	text-decoration: none;
		}
.body:visited {
	color: #790000; 
	text-decoration: none;
	}
.body:hover {
	color: #3b200c; 
	text-decoration: none;
	}
.body:active {
	color: #3b200c; 
	text-decoration: none;
	}


.copyrightlink:link {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
		}
.copyrightlink:visited {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:hover {
	color: #eb999d; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:active {
	color: #eb999d; 
	text-decoration: none;
	text-transform: uppercase;
	}
	
	
	
/* TOP NAV */
ul#mainNav {
	margin: 0 auto;
	height: 43px;
	width: 800px;
	background:url(../images/nav-back.gif) top left no-repeat;
}
ul#mainNav li {
	height: 43px;
	list-style: none;
	margin: 0;
	float:left;
}
ul#mainNav li a {
	display: block;
	height: 43px;
}

ul#mainNav li a span {
	display: none;
}

/* HOME */


ul#mainNav li#home a:link, ul#mainNav li#home a:visited {
	width: 92px;
	background: url(../images/nav-home.gif) left top no-repeat;	
}
ul#mainNav li#home a:hover {
	width: 92px;
	background: url(../images/nav-home-on.gif) left top no-repeat;
}
ul#mainNav li#home a.selected {
	width: 92px;
	background: url(../images/nav-home-on.gif) left top no-repeat;
	
}

/* about */

ul#mainNav li#about a:link, ul#mainNav li#about a:visited {
	width: 93px;
	background: url(../images/nav-about.gif) left top no-repeat;	
}
ul#mainNav li#about a:hover {
	width: 93px;
	background: url(../images/nav-about-on.gif) left top no-repeat;
}
ul#mainNav li#about a.selected {
	width: 93px;
	background: url(../images/nav-about-on.gif) left top no-repeat;
	
}

/* makeup */

ul#mainNav li#makeup a:link, ul#mainNav li#makeup a:visited {
	width: 174px;
	background: url(../images/nav-makeup.gif) left top no-repeat;	
}
ul#mainNav li#makeup a:hover {
	width: 174px;
	background: url(../images/nav-makeup-on.gif) left top no-repeat;
}
ul#mainNav li#makeup a.selected {
	width: 174px;
	background: url(../images/nav-makeup-on.gif) left top no-repeat;
	
}

/* bridal */

ul#mainNav li#bridal a:link, ul#mainNav li#bridal a:visited {
	width: 165px;
	background: url(../images/nav-bridal.gif) left top no-repeat;	
}
ul#mainNav li#bridal a:hover {
	width: 165px;
	background: url(../images/nav-bridal-on.gif) left top no-repeat;
}
ul#mainNav li#bridal a.selected {
	width: 165px;
	background: url(../images/nav-bridal-on.gif) left top no-repeat;
	
}
/* photo */

ul#mainNav li#photo a:link, ul#mainNav li#photo a:visited {
	width: 161px;
	background: url(../images/nav-photo.gif) left top no-repeat;	
}
ul#mainNav li#photo a:hover {
	width: 161px;
	background: url(../images/nav-photo-on.gif) left top no-repeat;
}
ul#mainNav li#photo a.selected {
	width: 161px;
	background: url(../images/nav-photo-on.gif) left top no-repeat;
	
}
/* CONTACT */

ul#mainNav li#contact a:link, ul#mainNav li#contact a:visited {
	width: 115px;
	background: url(../images/nav-contact.gif) left top no-repeat;	
}
ul#mainNav li#contact a:hover {
	width: 115px;
	background: url(../images/nav-contact-on.gif) left top no-repeat;
}
ul#mainNav li#contact a.selected {
	width: 115px;
	background: url(../images/nav-contact-on.gif) left top no-repeat;
	
}