@charset "UTF-8";
/* Virgin Hair CSS Document */

body {
	margin-left: 0px;
	margin-top: 30px;
	height: auto;
	background-image:url(../images/vh_bg_1_pixel.jpg);
	background-attachment: fixed;
	background-position: left top;
	background-color: #DFBDDC;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: repeat-x;
}

/*----------------Tags----------------*/

/*----------------Divs----------------*/

#leftnav {
	width: 264px;
	//height: auto;
	background-color: #DFBDDC;
	float: left;
}

#container {
	width: 935px;
	border: thick solid #FFFFFF;
	background-color: #DFBDDC;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: right;
	width: 636px;
}

#content {
	width: 660px;
	margin-left: 264px;
	margin-top: 150px;
	background-color: #D1B9CF;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	padding-right: 4px;
	padding-left: 7px;
	font-size: 1em;
	line-height: 19px;
	padding-bottom: 7px;
	padding-top: 4px;
}

/*----------------Classes----------------*/

.style1 {
	color: #a7228e;
	font-weight: bold;
}

.imageleft {
	float: left; 
	margin: 0 15px 15px 0; 
}

.imageright { 
	float: right; 
	margin: 0 0 15px 15px; 
}

.tag {
	font-size: 12px;
	color: #000;
	padding-top: 5px;
	clear: right;
}

.tag a {
	color: #000;
	text-decoration: none;
}

.shoppingsubheaders {

	font-size: 1em;
	color: #a7228e;
	font-weight: bold;
}

.imageborder {
	border: 5px solid #FFFFFF;

}

/*----------------Headers----------------*/


h1 {
	color: #a7228e;
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	color: #a7228e;
	margin-bottom: -5px;
	display: inline;
}

h3 {
	font-size: .85em;
	color: #A7228E;
}

h4 {
	font-size: .65em;
	color: #000;
}
	
/*----------------Descendant Selectors----------------*/


#container #content a {
	color: #000000;
}

#container #content table a {
	color: #fff;
	font-weight: bold;
}

a img {
 border: 0;
}
