﻿/* stylesheet Michael's School of Beauty */

body {
	margin: 0;
	padding: 0;
	background: black;
}

a, a:link, a:active, a:visited {

	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #C0C0C0;
}

a:hover{

	color: #CB8D56;
}

img {
	border: 0;
	vertical-align: middle;
}

td {
	font-weight: bold;
	
}
/* - - - - - - - Layout - - - - - */

#wrapper {
	
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: black;
}

#masthead {
	width: 800px;
	height: 196px;
	background: black url('../images/header2.jpg') no-repeat scroll left top;
}

#addressBar {
	width: 760px;
	padding: 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#imageBox {
	width: 800px;
	height: 560px;
	margin: 30px 0 0 0;
	background: transparent url('../images/Image12c.jpg') no-repeat scroll left 20px;
}

modelDiv{
	width: 367px;
	height: 550px;
	padding: 0;
	margin: 0;
	float: left;
}

#slideshow {
	width: 250px;
	height: 220px;
	padding: 0;
	margin: -400px 60px 0 0;
	float: right;
}


#page_container {
	width: 800px;
	margin: 0 auto;
	padding: 0;	
	background: transparent url('../images/background.jpg') repeat-y scroll left top;

}

#page_content {
	width: 800px;
	min-height: 288px;
	margin: 0;
	padding: 0;
	background: transparent url('../images/backImg.jpg') no-repeat scroll left top;
}

#page_calculator {
	width: 800px;
	margin: 0;
	padding: 0;
	background: black url('../images/background.jpg');
}

#midsection{
	width: 800px;
	margin: 12px 0 0 0;
	background: transparent url('../images/frontBottomBG.jpg');
}

#emailBox{
	width: 150px;
	float: left;
	margin: -24px 0 0 60px;
}

#addthis {
	width: 260px;
	float: right;
	margin: 30px 36px 0 0;
}

#chatbox {
	width: 120px;
	height: 80px;
	padding: 0;
	margin-left: 10px;
	float: left;
}

#showcaseBox {
	width: 120px;
	height: 200px;
	padding: 0;
	margin: -30px 0 0 10px;
	float: left;
}


#pscroller1{
	width: 280px;
	height: 110px;
	border: 1px solid black;
	padding: 0 2px 1px 2px;
	background-color: transparent;
	float: left;
	margin: 20px 0 0 80px;
}

#pscroller a{
	text-decoration: none;
}

.someclass{
	font-family: Arial, Helvetica, sans-serif, tahoma, verdana;
	font-size: 10pt;
	color: #e0e0e0;
}

/*#header {
	width: 800px;
	height: 115px;
	margin: 0;
	padding: 0;
	background: transparent url('../images/header.jpg') no-repeat scroll left top;
}*/

#bottom {
	width: 800px;
	height: 140px;
	background: black url('../images/bottom.jpg') no-repeat scroll center top;
}

#footer {
	clear: both;
	width: 800px;

	margin: 0 auto;
}

.footer {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: white;
	color: #c0c0c0;
	text-align: center;
}

.contactBox{
	width: 700px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 9pt;
}

.addressLeft{
	width: 200px;
	float: left;
	margin-left: 10px;
}

.addressRight{
	width: 200px;
	float: right;
	margin-right: 10px;
}


.text {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 18pt;
	color: white;

}

.content {
	
	width: 580px;
	margin-left: 140px;
	padding: 0px 40px 20px 30px;
}

.pageTitle{

	font-family: Script MT Bold,"Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: white;
}


.title {
	font-family: Script MT Bold,"Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #EDC755;
	
}

.boldText {
	font-weight: bold;
}

.centerText {
	text-align: center;
}

.italText {
	font-style: italic;
}

.copyright{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	line-height: 12pt;
	color: #c0c0c0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


