/* Wildest Dreams style sheet */

body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6 table, td, tr, textarea, legend, fieldset, select, form{
	margin: 0;
	padding: 0;
	}
	
a:focus {
	outline: none;
}

.copyright, .copyrightHairdressing, .copyrightNails, .imageHeader { behavior: url(iepngfix.htc) }

	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* as advised on http://www.alistapart.com/articles/howtosizetextincss/ */
	color: #333333;
	background-color: #1b1c16;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

p {
	font-size: 0.8em;
	padding-bottom: 10px;
	line-height: 1.3em;
	clear: both;
	}
		
/* Main Build */

#container {
	width: 1000px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	}
	
#banner {
	width: 100%;
	margin-bottom: 5px;
	height: 72px;
	float: left;
	clear: both;
	}

/* Headers - Images */

#logo {
	width: 990px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 57px;
	background-position: 10px 15px;
	}
#logo span {
	display: none;
	}	
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
	
h3 {
	text-transform: uppercase;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
	
#leftColumn {
	width: 280px;
	float: left;
	background-image: url(../images/left-strap.jpg);
	background-repeat: no-repeat;
	height: 573px;
	color: #FFFFFF;
	background-color: #000000;
	background-position: left bottom;
	margin-bottom: 10px;
	font-size: 0.85em;

}

#leftColumnHairdressing {
	width: 280px;
	float: left;
	background-image: url(../images/left-strap.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #000000;
	background-position: left bottom;
	margin-bottom: 10px;
	font-size: 0.85em;

}

#leftColumnNails {
	width: 280px;
	float: left;
	background-image: url(../images/left-strap.jpg);
	background-repeat: no-repeat;
	height: 830px;
	color: #FFFFFF;
	background-color: #000000;
	background-position: left bottom;
	margin-bottom: 10px;
	font-size: 0.85em;

}

#address {
	width: 990px;
	margin-bottom: 10px;
	height: 25px;
	background-image: url(../images/address-bg.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: .9em;
	padding-left: 10px;
	padding-top: 5px;
	clear: both;
	float: left;
	text-transform: uppercase;
	font-weight:bold;
}

.floatRight {
	float: right;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#mainContent {
	width: 710px;
	padding-left: 10px;
	float: left;
	font-size: 0.9em;
}

#mainContent  a:link, a:visited
{	
	 color:#000;	 

}

#mainContent  a:hover
{
	text-decoration:none;

}

#footer {
	width: 98%;
	clear: both;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: right center;
}

#footer ul {
	color:#333333;
	font-size: 0.7em;
	line-height: 1em;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
	
#footer ul a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#footer li {
	background-image:url(../images/link_raquo.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#footer img {
	margin:4px 0 0 250px;
	border:none;
}

.box {
	width: 200px;
	height: auto;
	clear: right;
	float: left;
}

.box p {
	font-size: 0.7em;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/* Navigation */

#menu{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 276px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#menu li a{
	display: block;
	padding-left: 9px;
	width: 266px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #30312b;	
	}

* html #menu li a{ /*IE only */
	width: 264px; /*IE 5*/
	w\idth: 264px; /*185px minus all left/right paddings and margins*/
}

#menu li a:hover {
	width: 266px;
	background-color: #30312b;
	border-left-color: #EEEEEE;
	color: #ffffff;
	background-image: url(../images/nav-fade.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-left-width: 3px;
	border-left-style: solid;

}

#menu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.copyright {
	float: left;
	height: 40px;
	font-weight: bold;
	padding-left: 5px;
	width: 275px;
	font-size: 0.7em;
	background-image: url(../images/copyright-bg.png);
	background-repeat: repeat;
	margin-top: 332px;
}

.copyright a:link, .copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.copyright a:hover {
	text-decoration: underline;
	}
	
.copyrightHairdressing {
	float: left;
	margin-top: 395px;
	height: 40px;
	font-weight: bold;
	padding-left: 5px;
	width: 275px;
	font-size: 0.7em;
	background-image: url(../images/copyright-bg.png);
	background-repeat: repeat;
}

.copyrightHairdressing a:link, .copyrightHairdressing a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.copyrightHairdressing a:hover {
	text-decoration: underline;
	}	

.copyrightNails {
	float: left;
	height: 40px;
	font-weight: bold;
	padding-left: 5px;
	width: 275px;
	font-size: 0.7em;
	background-image: url(../images/copyright-bg.png);
	background-repeat: repeat;
	margin-top: 614px;
}

.copyrightNails a:link, .copyrightNails a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.copyrightNails a:hover {
	text-decoration: underline;
	}

.phone {
	clear: right;
	float: left;
}
.contact {
	padding-top: 15px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: right;
	float: left;
	padding-right: 15px;
}
.contactAddress {
	clear: right;
	float: left;
	padding-left: 5px;
	padding-right: 15px;
}
.contact a:link, .contact a:visited {
	color: #000000;
	text-decoration: none;
}

.contact a:hover {
	color:#333333;
	text-decoration: none;
	border-bottom: dashed 1px #333333;
	}

.map {
	float: left;
	width: 700px;
	
}

.map a:link, .map a:visited {
	color: #000000;
	text-decoration: none;
}

.map a:hover {
	color:#333333;
	text-decoration: none;
	border-bottom: dashed 1px #333333;
	}
	
#mainContent ul {
	font-size: 0.8em;
	line-height: 1.8em;
	list-style-position: inside;
	list-style-type: square;
}

.nailsImage {
	width: 710px;
	float: left;
	height: 176px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/nails-head.jpg);
	background-repeat: no-repeat;
}

.hairdressingImage {
	width: 710px;
	float: left;
	height: 176px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/hairdressing-head.jpg);
	background-repeat: no-repeat;
}

.offersImage {
	width: 710px;
	float: left;
	height: 176px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/offers-head.jpg);
	background-repeat: no-repeat;
}

.skincareImage {
	width: 710px;
	float: left;
	height: 176px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/skincare-head.jpg);
	background-repeat: no-repeat;
}

.salonImage {
	width: 710px;
	float: left;
	height: 176px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/salon-head.jpg);
	background-repeat: no-repeat;
}

.questionsImage {
	width: 710px;
	float: left;
	height: 176px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/questions-head.jpg);
	background-repeat: no-repeat;
}

.imageHeader {
	display: block;
	padding: 5px;
	margin-top: 146px;
	background-image: url(../images/copyright-bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
	width: 700px;
	height: 20px;
}


#bottomline
{
	text-align:	center;
	color:#666;
	font-size: .7em;
	margin-bottom: 20px;
	margin-top: 0px;
}

#bottomline a
{
	color:#999999;

}





.TextContent {
	width: 710px;
	clear: both;
}
.TextContent img {
	border:none;
}
fieldset {
	border:none;
	margin-bottom:10px;
}	
label {
	margin-top:10px;
	display:block;
}
input {
	width:300px;
	margin-top:10px;
	display:block;
}
textarea {
	width:300px;
	height:100px;
	margin-top:10px;
	display:block;
}
