/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #f1f8e7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 962px;
}
	
#header {
	background: url(../images/laser-hair-removal-in-tampa.jpg) no-repeat;
	clear: both;
	float: left;
	height: 401px;
	width: 962px;
}
	
#wrapper {
	background: url(../images/main-content-bg.jpg) repeat-y;
	float: left;
	width: 962px;
}
	
#main-nav {
	float: right;
	width: 550px;
}

#main-nav a{
	float: left;
	text-indent: -99999px;
	margin-right: 10px;
}

#main-nav ul{

}

#main-nav li{
	display: inline;
}

#home-btn a{
	background: url(../images/home-btn.jpg) no-repeat;
	width: 70px;
	height: 30px;
}

#home-btn a:hover{
	background: url(../images/home-btn.jpg);
	background-position: 0 -30px;
	width: 70px;
	height: 30px;
}

#hr-btn a{
	background: url(../images/hr-btn.jpg) no-repeat;
	width: 137px;
	height: 30px;
}

#hr-btn a:hover{
	background: url(../images/hr-btn.jpg);
	background-position: 0 -30px;
	width: 137px;
	height: 30px;
}

#tr-btn a{
	background: url(../images/tr-btn.jpg) no-repeat;
	width: 157px;
	height: 30px;
}

#tr-btn a:hover{
	background: url(../images/tr-btn.jpg);
	background-position: 0 -30px;
	width: 157px;
	height: 30px;
}

#promo-btn a{
	background: url(../images/promo-btn.jpg) no-repeat;
	width: 119px;
	height: 30px;
}

#promo-btn a:hover{
	background: url(../images/promo-btn.jpg);
	background-position: 0 -30px;
	width: 119px;
	height: 30px;
}

#logo{
	background: url(../images/logo.jpg) no-repeat;
	width: 240px;
	height: 140px;
	margin-left: 50px;
	float: left;
}

#tagline{
	background: url(../images/tagline.jpg) no-repeat;
	width: 470px;
	height: 75px;
	float: right;
	margin-right: 3px;
}
	
#main-content {
	float: left;
	width: 962px;
}
	
#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 127px;
	width: 962px;
	padding-top: 20px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	margin: 7px auto 6px auto;
	color: #199bc3;
}

h2 {
	margin: 7px auto 6px auto;
}

h3 {
	margin: 7px auto 6px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 0 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
}
	 
a:hover {
}
	 
a:active {
}

input {
	border: 1px solid #ccc;	
	height: 25px;
}

textarea {
	border: 1px solid #ccc;	
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
#right-content{
	float: left;
	width: 255px;
	padding: 0;
}

#left-content{
	float: left;
	padding: 0 25px;
	width: 650px;
	font-family: Trebuchet MS, Palatino Linotype, Tahoma, Times New Roman;
}

#left-content img{
	border: #73d2e5 solid 2px;
	margin: 15px;
}

#contact-box{
	float: left;
	background: #e4ffcc;
	border: #73d2e5 solid 2px;
	margin-bottom: auto;
	width: 240px;
}

#blog-box{
	float: left;
	border: #73d2e5 solid 2px;
	margin-bottom: 30px;
}

p.box-label{
	font-size: 25px;
	font-weight: bold;
	color: #73d2e5;
	margin-bottom: -6px;
}

#footer a:link,
#footer a:visited{
	color: #358303;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#footer a:hover,
#footer a:active{
	color: #199bc3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#footer p{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.caption{
	font-size: 22px;
	margin-top: -10px;
	margin-bottom: 15px;
	}
/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#contact-form label { 
	text-align: left;
	width: 73px; 
	float: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	display: block;
	color: #006699;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}

input.submit{
	background: none;
	border: none;
	font-weight: bold;
	color: #006699;	
}

 input.submit:hover{
	background: none;
	border: none;
	font-weight: bold;
	color: #73d2e5;	
}#container #wrapper #main-content #right-content p strong {
	color: #0FF;
}
#container #wrapper #main-content #right-content .caption strong {
	color: #0FF;
}
#container #wrapper #main-content #left-content p strong {
	color: #0FF;
}
#container #wrapper #main-content #left-content p strong a {
	color: #0FF;
}
#container #wrapper #main-content #left-content p strong a {
	color: #000;
}
#container #wrapper #main-content #left-content p strong a {
	color: #000;
}
#container #wrapper #main-content #left-content p strong {
	color: #666;
}
#container #wrapper #main-content #left-content .caption {
	color: #808080;
}
#container #wrapper #main-content #left-content p {
	color: #808080;
}
#container #wrapper #main-content #left-content p strong a {
	color: #808080;
}
