/*************************************************************
Global Resets
**************************************************************/

body {
	font:90% arial, helvetica, verdana, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	display:block;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
textarea, input {
	font-family: inherit;
	font-size: inherit;
}
strong, b, th {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
td {
	padding: 5px 20px 0 0;
    vertical-align: top;
}
ul {
	list-style: none;
}
ol {
	line-height: 1.5em;
	padding: 6px 5px 3px 35px;
}
a {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right
}
fieldset {
	margin: 0 0 2em 0;
	padding: 1em;
}



/*************************************************************
typograpy
**************************************************************/

h1 {
	color: #336633;
	font-size: 1.4em;
}

h2 {
	font-size:1.2em;
}
a {
	color:#336633;
	text-decoration:none;
}
a:hover {
	color:#000;
}
p {
	padding:0;
	margin:10px 0;
}
hr {
	display: none;
}



/*************************************************************
Main
**************************************************************/


#wrap {
	width: 100%;
}

/*************************************************************
Header
**************************************************************/


#logo {
	width:340px;
	margin:0;
	background:url("../images/logo.png") no-repeat right;
	text-indent:-1999px;
	overflow:hidden;
	padding:10px 0 20px;
}
#logo {
	height:70px;
}
#header p {
	color:#fff;
	float:right;
	margin:0;
	padding:30px 50px 0 0;
	text-align:right;
}
#header {
	background:url("../images/bg-body.jpg") repeat-x scroll 0 0 transparent;
	height:132px;
	width:100%;
}
#header-inner {
	width: 820px;
	margin: 0 auto;
	clear:both;
	height:100px;
}
#header-left {
	width: 420px;
	float:left;
}
#header-right {
	width: 400px;
	float:right;
	background:url("../images/callus.png") no-repeat scroll 360px 32px transparent;
}
#nav {
	clear:both;
	float:left;
	font-size:15px;
	text-align:center;
	width:100%;
}

#nav ul {
	float:left;
	margin:0;
	width:100%;
}

#nav ul li {
	border-right:1px solid #336633;
	color:#FFFFFF;
	float:left;
}

#nav ul li:hover, #nav ul li.active {
  background-color:#336633;

}
#nav ul li a:hover {
 color:#fff;
}
#nav li a {
	padding:7px 14px;
	display:block;
}


body#home #nav .nav-1 a, body#price #nav .nav-2 a, body#contact #nav .nav-3 a, body#gallery #nav .nav-4 a, body#stylists #nav .nav-5 a {
	color:#fff;
}


/*************************************************************
Content
**************************************************************/


#main-content {
	width:820px;
	margin: 0 auto;
	clear:both;
	padding-top:20px;
}

#left-rail {
	float: left;
	width: 416px;
}
#right-rail {
	float: right;
	background:url("../images/right-image.gif") no-repeat right;
	width: 376px;
	height:510px;
	border:1px solid #ccc;
}
#contact #right-rail {
	background:none;

}
/* left content */

#details {
	padding:0 0 0 10px;
}
#details h2 {
	color: #336633;
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding-top: 5px;
    width: 100%;
}
#details p {
	color:#000;
}
#details .callto {
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	color:#000000;
	font-weight:bold;
	margin:10px 0;
	padding:10px 0;
}
#price #details .callto {
	border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    padding-bottom: 10px;

}
#details .callto span {
	font-size: 1.4em;
	color:#336633;
}
#details .map a, #details .download a {
	color:#336633;
	text-decoration:underline;
}
#details .map a:hover, #details .download a:hover {
	color:#666;
}
#details .download a {
	float:right;
}
#details li {
	color:#000;
}
#price-list {
	float:left;
	width:100%;
}
#price-list table {
	float:left;
	width:48%;
}

/*************************************************************
Footer
**************************************************************/
#footer {
	height:80px;
	clear:both;
	padding:10px 0;
	width:820px;
}
#footer .copyright {
	border-top:1px solid #CCC;
	clear:both;
	margin-top:10px;
	padding:15px 0;
	text-align:center;
	width:100%;
}
#footer a {
	color:#336633;
	text-decoration:underline
}
#footer a:hover {
	color:#666;
}
#footer p {
	margin:0;
	font-size:0.8em;
	color:#666;
	float:right;
}

.addthis_toolbox { float:left; padding:5px 0 10px 0;}
