/* @override http://tahiti/waxinggurus/styles/style.css */

body {
    margin: 0px;
    padding: 0px;
    color: #330000;
	background: #4f2e19 url(../images/template/bg.png) center top;
	font: 14px "Times New Roman", Times, serif;
}

.home {
	font-size: 16px;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
img { border: 0px; }

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

a:active, a:focus { outline: 0; }

a:link, a:visited {
	text-decoration: none;
	color: #330000;
}

a:hover, a:active {
	text-decoration: none;
	color: #d31145;
}

p {
	line-height: 19px;
	letter-spacing: 1px;
	margin: 20px 0 0;
	word-spacing: 1px;
}

h2 {
	color: #d31145;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
	display: inline;
	padding-left: 51px;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	text-transform: uppercase;
}

#main_body {
	width: 950px;
	margin: 0 auto;
	background: #ffffc3;
	border-style: solid;
}

#main_body_inner {
	width: 842px;
	padding-right: 54px;
	padding-left: 54px;
	border-top: 2px solid #330000;
	border-bottom: 2px solid #330000;
	border-color: #330000;
	border-width: 2px;
}

#headline {
	font-size: 30px;
	margin: 11px 0;
	padding: 0;
	text-align: center;
	letter-spacing: 8px;
}

#nav {
	list-style: none;
	text-align: center;
	margin: 11px 0 0;
	padding: 0 0 18px;
	background: url(../images/template/divider.png) repeat-x 0 bottom;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 14px;
	margin-left: 14px;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: 4px;
}

#nav li a:hover, #nav li a:active, #nav li a.active:link, #nav li a.active:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #d31145;
}

#content {
	margin-top: 31px;
}

#content #left_image {
	float: left;
	width: 326px;
}

#content #left_image p {
	width: auto;
}

#content #right_image {
	margin-left: 45px;
}

#content p {
	float: right;
	width: 464px;
}

#pager {
	list-style: none;
	list-style-position: inside;
	margin: 20px 0 0;
	text-align: left;
	width: 468px;
	float: right;
	padding: 0;
}

#pager li {
	display: inline;
	margin-top: 20px;
	padding-top: 20px;
}

#pager li a:link, #pager li a:visited, #pager li a:hover, #pager li a:active {
	margin-right: 3px;
	margin-left: 3px;
}

.section {
	display: none;
	width: 468px;
	float: right;
}

#section_waxing {
	display: block;
}

.section_waxing {
	font-weight: bold;
}

#section_licensing {
	display: block;
}

.section_licensing {
	font-weight: bold;
}

#section_contact {
	display: block;
}

.section_contact {
	font-weight: bold;
}

.section p {
	float: right;
}

.price {
	float: none;
	display: inline;
}

.not_price {
	width: 200px;
	clear: none;
	float: left;
}

.clear {
	clear: both;
	display: block;
}

#footer {
	margin: 31px 0 0;
	background: url(../images/template/divider.png) repeat-x 0 top;
	padding-top: 27px;
	text-align: center;
	font-size: 19px;
	line-height: 21px;
	padding-bottom: 20px;
}

#footer .footer_bottom {
	font-size: 11px;
}