/* Page Setup */
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 11px;
	margin: 0; padding: 0;
	background: url(../img/menu/backg.gif) repeat-x;
}
p {
	line-height: 1.4em;
	padding-bottom: 1em;
	font-size: 12px;
}
a {	color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #7F7F7F; text-decoration: none; }
a:active { color: #7F7F7F; text-decoration: none; }

/* Wireframe and Structural images */
#container {
	width: 800px; margin: 0 auto;
	padding-bottom: 40px;
}
#page {
	background: url(../img/logo.gif) no-repeat;
}
#header {
	width: 800px; margin: 0 auto;
}
#inner-container {
	width: 800px; margin: 0 auto;
}
.right-col {
	float: right;
	width: 400px;
}
.half_col {
	width: 380px;
	float: left;
	background:url(../img/line.gif) repeat-x top;
}
.inner {
	width: 375px; padding-top: 15px;
}
.inner-right {
	width: 400px; padding-top: 15px;
	text-align:right;
}

/* Header */
h1 {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 115px;
	width: 494px;
}
h2 {
	font-size: 30px;
	color: #474747;
	font-style:italic;
}
h3 {
	font-size: 15px;
	color: #000;
	font-style:italic;
}

/****************************************************** MENU ******************************************************************/
#menu-holder {
	width: 800px;
	height: 50px;
	background: url(../img/menu/backg.gif) repeat-x;
}
#menu {
	float: right;
	width: 800px;
	height: 50px;
}
#menu a {
	height: 32px; width: 84px;
	float: left; display: block;
	text-decoration:none;
	font-size:12px; font-weight:bold;
	padding: 18px 15px 0px 15px;
	color:#333; text-align:center;
}
#menu a:hover {
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
}

/* home selected */
#home-s {
	height: 50px;
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
	float: left;	
}
#home-s a {
}
#home-s a:hover {
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
}

/* hair-styles */
#hair-styles-s {
	height: 50px;
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
	float: left;	
}

/* products */
#products-s {
	height: 40px;
	float: left;	
}
/* skin-care */
#skin-care-s {
	height: 40px;
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
	float: left;	
}
#skin-care-s a {
	height: 40px;
}
#skin-care-s a:hover {
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
}

/* accessories */
#accessories-s {
	height: 40px; 
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
	float: left;	
}
#accessories-s a {
	height: 40px;
}
#accessories-s a:hover {
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
}

/* gallery */
#gallery-s {
	height: 40px;
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
	float: left;	
}
#gallery-s a {
	height: 40px;
}
#gallery-s a:hover {
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
}

/* contact */
#contact-s {
	height: 40px; 
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
	float: left;	
}
#contact-s a {
	height: 40px;
}
#contact-s a:hover {
	background-image: url(../img/menu/backg-o.gif); background-repeat: repeat-x;
}


/* Misc */
.clear {
	clear: both;
}
#button {
	background: url(../img/roundarrow.jpg) no-repeat top right;
	font-size:13px;
	font-weight:bold;
	display:block;
	height: 25px; width: 202px;
	padding-top: 10px;
}

#footer {
	width: 100%;
	height: 40px; 
	margin-top: -40px;
	text-align: right;
	background-color: #868686;
	line-height: 16px; font-size: 11px;
	color: #cacaca;
	padding-top: 5px;
}
#footer a {
	color: #fff; text-decoration: underline;
	font-size: 10px;
}
#footer a:hover {
	color: #fff; text-decoration: none;
}

#footer-holder {
	width: 800px; 	margin: 0 auto;
}

#footer-menu {
	float: left;
	width: 400px;
	text-align:left;
}
#footer-copyright {
	float: right;
	width: 300px;
}


