/*
Theme Name: Good Looks Salon
Theme URI: http://goodlookssalon.com
Description: Good Looks Salon Wp Theme
Version: 2 (WP2.6.2)
Author: zeus
Author URI: http://
Tags: Good Looks
*/

/*@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background:url(images/bg2.jpg);
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
	background:url(images/good-looks-salon-800x388.jpg) no-repeat center;
	text-indent: -9999px;
	width:800px;
	height:388px;
}
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
hr {
color:#000;
width:90%;
height:1px;
}
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
#outerWrapper {
	/*background:url(images/Good-Looks-Salon-800.jpg);*/
/*	background:url(images/Good-Looks-Salon-800.jpg) no-repeat bottom;*/	
	background:url(images/ContentBkGrdImage.jpg);
	margin: 0 auto 0 auto; /* (top, right, bottom, left) */
	text-align: left;
	width: 800px;
	/*height: 720px;*/
	border-left: solid 10px #000;
	border-right: solid 10px #000;
}
#outerWrapper #header {
	/*	background:url(images/Good-Looks-TopBkGrdImage2.jpg);*/
	width:800px;
	height:388px;
	background-color: #FFFFFF;
	border-bottom: solid 0px #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /*  (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
	border-bottom: solid 0px #666;
	height: 25px;
	padding: 10px 120px 10px 125px;
}
#outerWrapper #mainNav {
	border-bottom: solid 0px #666;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #featureGallery {
	background-color: #1f190f;
	border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
	height: 190px;
	padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	background-image: url(images/featureGallery800x190.jpg);
	width: 800px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: solid 0px #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
	width: 100px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-right: solid 0px #666; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
	width: 100px;
}
#outerWrapper #contentWrapper #content {
	background:url(images/Good-Looks.png)no-repeat center;
	margin-left: 120px;
	margin-right: 120px;
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	border-top: solid 0px #666; /* Sets the top border  */
	padding: 10px 10px 10px 10px;
	text-align:center;
}
/*--------------Nav ---------------*/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	height: 25px;
/*	width: 400px;*/
	margin: 0 0 0 0;
/*	padding: 0 0 0 40px;*/
	background-color: #000000;
	border-top: 0px solid #e4e4e4;
	text-align: left;
	float:left;
}
#menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li {
	list-style: none;
	display: inline;
	float:left;
}
#menu ul li a {
	margin: 0 25px 0 25px;
	padding: 5px 0 0 0;
	text-align: left;
	float: left;
}
#menu a:link {
	color: #666666;
	text-decoration: none;
}
#menu a:visited {
	color: #669933;
	text-decoration: none;
}
#menu a:active {
	color: rgb(255,255,255);
	text-decoration : none;
}
#menu a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}
#menu ul li.slash {
	display: block;
	width: 10px;
	height: 26px;
	padding-top:5px;/*  background: url(img/nav-slash.gif) no-repeat top left;
*/}


/*--------------End Nav ---------------*/
