/* CSS Document */
/* TwinsTwiceTutus CSS  September 2009 gkb*/


#header {
	margin: 0;
	height: 175px;
	text-align: center;
	background:    url("http://www.twinstwicetutus.com/images/headings/home-banner.jpg") #f1ded5 no-repeat top center; 

	}
#container {
	background:     url("http://www.twinstwicetutus.com/images/background/newhome-bg.jpg") #f1ded5 no-repeat top left; 
	min-height: 750px;
	width: 1000px;
	}

#bridal {
	height: 200px;
	width: 235px; 
	padding: 0;
	margin: 0;

	}

#bridal h2 {
	text-indent: -9999px;
	height: 200px;
	padding: 0;
	margin: 0;
	}

#bridal a:hover {
	background: url("http://www.twinstwicetutus.com/images/nav/bridal_on.jpg") no-repeat top left; 
	}
	
#bridal a {
	display: block;
	height: 200px;
	width: 235px;	
	background: url("http://www.twinstwicetutus.com/images/nav/bridal_off.jpg") no-repeat top left; 
	padding: 0;
	margin: 0;
	}
	
	
	
	
/*	
	
#valentine {
	height: 235px;
	width: 210px; 
	padding: 0;
	
	}

#valentine h2 {
	text-indent: -9999px;
	height: 235px;
	}

#valentine a:hover {
	background: url(http://www.twinstwicetutus.com/images/nav/special_on.gif) no-repeat center center; 
	}
	
#valentine a {
	background: #009900;
	display: block;
	height: 235px;
	width: 225px;	
	background: url(http://www.twinstwicetutus.com/images/nav/special_off.gif) no-repeat center center; 
	}
*/

/*
#special {
	position: relative; 
	left: 452px; 
	top: -25px; 
	height: 260px;
	width: 320px; 
	padding: 0;
	}

#special h2 {
	text-indent: -9999px;
	height: 260px;
	width: 320px; 
	background: url(http://www.twinstwicetutus.com/images/nav/bridal.jpg) no-repeat top left;
	}

#special a:hover {
	background: url(http://www.twinstwicetutus.com/images/nav/bridal_on.jpg) no-repeat center center; 
	}
	
#special a {
	background: #009900;
	display: block;
	height: 260px;
	width: 320px;	
	background: url(http://www.twinstwicetutus.com/images/nav/bridal_off.jpg) no-repeat center center; 
	}
*/

#nav {
	float: right;
	width: 768px;
	text-align: left;
	}

#content { 
	margin: 0;
	padding-top: 15px;
	float: left;
	width: 230px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	/*background:  url("http://www.twinstwicetutus.com/images/background/wallpaper.jpg") #f1ded5 no-repeat top left; */
	}



/*******************************************************/
/* General styles */
/*******************************************************/


#content p, #nav p {
	
	font-family: "Handwriting - Dakota", "Lucida Handwriting", "Times New Roman", Times, serif;
	font-style: italic; 
	margin: 15px 15px 0 35px;
	line-height: 1.5em;
	font-size: 110%;
	color: #a06566;
	}
	
#nav p {
	margin: 0 30px 1em 100px;
	}


#nav ul{
	width:700px;
	margin: 0 0 0 34px;
	padding: 365px 0 0 0;
	list-style: none;
	height: 385px;
	
	}

#nav li {
	float: left;
	padding: 0; 
	margin: 0;
}

#nav a {
	float: left;
	}

#nav li a {
	text-indent: -9999px;
	height: 330px;
	}

#nav li a.a-trendy {
	width: 210px;
	}

#nav li a.a-leotards {
	width: 160px;
	}
	
#nav li a.a-tutus {
	width: 140px;
	}

#nav li a.a-jazz {
	width: 190px;
	}

#nav li.trendy a:hover {
	background:  url("http://www.twinstwicetutus.com/images/nav/trendy_on.jpg") no-repeat center center;	
	}
	
#nav li.leotards a:hover {
	background:  url("http://www.twinstwicetutus.com/images/nav/leotards_on.jpg") no-repeat center center;	
	}

#nav li.tutus a:hover {
	background:  url("http://www.twinstwicetutus.com/images/nav/tutus_on.jpg") no-repeat center center;	
	}

#nav li.jazz a:hover {
	background:  url("http://www.twinstwicetutus.com/images/nav/jazz_on.jpg") no-repeat center center;	
	}

#content a:link, #content a:visited {
	color: #CA8880;	

	}



 #content a:hover {
	color: #A06566;
	}

