@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/SalonServicesBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 1000px;	
	text-align: left;  /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#main-container {
	position: relative;
	height: 455px;
	top:0;
	left: 0;	
}

#main-content {
	width: 470px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: justify;
}

#main-content a { 
	text-decoration: none;
	color:#FFF;
}

#main-content a:hover {
	text-decoration: none;
	color:#F09;
}

#main-subcontent {
	position: absolute;
	top: 280px;
	width: 600px;
	margin-left: 130px;
}

#main-subcontent a {
	text-decoration: none;
	color:#000;
}

#main-subcontent a:hover {
	text-decoration: none;
	color:#000;
}

#menu-container {
	width: 864px;
	margin: 0 0 0 136px;
}

#header {
	padding-top: 20px;
}

#header .title {
	margin: 5px 0 0 10px;
	font-family: "Century Gothic", "trebuchet MS", Verdana, Arial;
	font-size: 36px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}

#footer {
	text-align: left;  /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	top:0;
	left: 0;
	width: 1000px;	
}

#copyright {
	width: 200px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFF;
	margin: 0 0 0 10px;
	position: absolute;
	top: 0;
	left:60px;
}

#copyright a { 
	text-decoration: none;
	color:#FFF;
}

#copyright a:hover {
	text-decoration: none;
	color:#F09;
}

#facebook {
	width: 60px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFF;
	margin: 0 0 0 10px;
	position: absolute;
	top: 0;
	left:0px;
}

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

#facebook a:hover {
	text-decoration: none;
	color:#000;
}

#submenu {
	width: 600px;
	margin: 0 0 0 362px;
	padding: 0 38px 0 0;
}

#submenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: right;
}

#submenu li {
	display: inline;
}

#submenu a { 
	text-decoration: none;
	color:#FFF;
}

#submenu a:hover {
	text-decoration: none;
	color:#999;
}

#imageAddict {
	padding: 0px;
	font-family: "Century Gothic", "trebuchet MS", Verdana, Arial;
	font-size: 36px;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	top: 0;
	width: 250px;
	margin-left: 720px;
}
