/* Salon Lux CSS*/



body {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p{
	margin: 0 0 .75em 0;
}

.heading {
	font-size: 13px;
	font-weight: normal;
	color: #c41039;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.sub-head-intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c7c96;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;

}
.sub-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c7c96;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0;
	text-transform: uppercase;
}


.std_page_img{
	width: 275px;
	float: left;
	background: #666666;
}


.rt_page_img{
	width: 400px;
	float: right;
	background: #666666;
}

.full_page_img{
	width: 800px;
}

.content{
	float: left;
	padding: 25px;
	background: #fff;
	text-align: left;
}

.clear{
	clear: both;
}

.white{
	color: #fff;
}

.blue{
	color: #1e3d6b !important;
}

.small{
	font-size: 10px;
}




/*drop menu styles*/

#dropmenudiv{
position:absolute;
border:1px solid #252525;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background: #123F54 !important;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px dotted #666666;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #006886;
}
#dropmenudiv a:link {
	color: #FFFFFF;
}
#dropmenudiv a:visited {
	color: #FFFFFF;
}


/*end drop menu styles*/


input.homepage{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #3f92b2;
	border: 1px solid #3f92b2;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	text-align: right;
	font-weight: bold;
	padding: 3px;
}


input.btn{
	border: 1px solid #666;
	color: #666;
	background: #e3f3f6
}

#results{
	color: #9e2231;
}


a.white:link, a.white:visited{
	color: #fff;
}
a.white:hover{
	color: #333333;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}