/* Page Styling --> Tangle Teeser */
/* Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, img, ol, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html, body { 
	height:100%;
	margin:0;
	padding:0;
}
body {
	line-height:1.2;
}
a img {
	border:none;
}

/* Type and Elements Styling */
body {
	font-size: 62.5%;
	color: #000;
	background: #FFF url(/Templates/images/background.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}
h1 {
	display: none;
}
p, a {
	margin:0 0 1em 0;
	font-size: 1.2em;
	color: #463b38;
}
tr {
	margin:0 0 1em 0;
	font-size: 1.2em;
	color: #000;
}
a:focus, a:hover {
	color:#333;
	text-decoration:none;
}
a {
	color:#cf063f;
	text-decoration:underline;
	font-size:1.1em;
}
strong {
	font-weight:bold;
}

.none {
	margin:0;
	padding:0;
	border:0;
}
.pink {
	color:#cf063f;
}

#right img {
	text-align: center;
}

.contentimg 
{
    padding: 2px;
    border: solid 1px #cf063f;
    float: left;
    margin-right: 25px;
    margin-bottom: 100px;
}
.top {
    background: #f8f8f8 url(/Templates/images/arrow_top.gif) no-repeat 15px 12px;
    padding: 10px;
    padding-left: 30px;
    display: block;
	  font-size: 1em;
	  margin-top:30px;
	  
	  
}
.homepagequote, .source {font-size:1.1em; font-weight:lighter;}
.name {font-size:1.2em;font-weight:bold;margin-bottom:0;}

/* Main Navigation */
ul {
	margin:0;
	padding:0;
}

.mainnav {
	background: url(/Templates/images/navigation.gif);
	height: 65px;
	width: 749px;
	/**/
	/*position: relative;*/
}

.mainnav li {
	display:inline;
	padding: 0px;
	list-style: none;
	/**/
	/*position: absolute;*/
	overflow: hidden;
	text-indent: -1000px;
	top: 0;
  /*border:1px solid red;*/
	float:left;
}

.mainnav li, .mainnav a {
	height: 65px;
	display: block;
}
/* Nav items */

.home {
	left: 0;
	width: 78px;
}
.science_bit {
	left: 78px;
	width: 129px;
}
.people_saying {
	left: 207px;
	width: 189px;
}
.salon_stockists {
	left: 396px;
	width: 125px;
}
.trade_ordering {
	left: 521px;
	width: 129px;
}
.order_now {
	left: 650px;
	width: 99px;
}

/* MainNav Hover States */
.home a:hover {
	background: url(/Templates/images/navigation.gif) 0 -65px;
}
.science_bit a:hover {
	background: url(/Templates/images/navigation.gif) -78px -65px;
}
.people_saying a:hover {
	background: url(/Templates/images/navigation.gif) -207px -65px;
}
.salon_stockists a:hover {
	background: url(/Templates/images/navigation.gif) -396px -65px;
}
.trade_ordering a:hover {
	background: url(/Templates/images/navigation.gif) -521px -65px;
}
.order_now a:hover {
	background: url(/Templates/images/navigation.gif) -650px -65px;
}

/* MainNav Selected States */
.home a.selected, .home a.selected:hover {
	background: url(/Templates/images/navigation.gif) 0 -130px;
}
.science_bit a.selected, .science_bit a.selected:hover {
	background: url(/Templates/images/navigation.gif) -78px -130px;
}
.people_saying a.selected, .people_saying a.selected:hover {
	background: url(/Templates/images/navigation.gif) -207px -130px;
}
.salon_stockists a.selected, .salon_stockists a.selected:hover {
	background: url(/Templates/images/navigation.gif) -396px -130px;
}
.trade_ordering a.selected, .trade_ordering a.selected:hover {
	background: url(/Templates/images/navigation.gif) -521px -130px;
}
.order_now a.selected, .order_now a.selected:hover {
	background: url(/Templates/images/navigation.gif) -650px -130px;
}

/* Right Nav */

.rightnav {
	float: left;
	width: 220px;
}
.rightnav ul {
	list-style-type: none;
	text-align: left;
}
.rightnav li {
	padding: 0.2em 0 0.8em 1em;
	background: url(/Templates/images/listdivider.gif) repeat-x bottom;
}
.rightnav ul li a {
	background: url(/Templates/images/bullet_grey.gif) no-repeat left center;
	text-decoration: none;	
	padding-left: 1em;
	color: #463b38;
	font-size: 1.2em;
	font-weight: bold;
}
.rightnav ul li a:hover, .rightnav ul li a.selected {
	background: url(/Templates/images/bullet_pink.gif) no-repeat left;
	text-decoration: none;	
	color: #cf063f;
}

/* Footer Styles */

#footer a {
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	text-decoration: underline;
}
#footer p a:hover, #footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer p {
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}
#footer p.CogworkLogo a 
{
    color: #fff;
    text-decoration:underline;
}
#footer p.CogworkLogo a:hover 
{
    color: #fff;
    text-decoration:none;
}
#footer img
{
    vertical-align: middle;
}

/* Footer Navigation */

.footernav li
{
display: inline;
list-style-type: none;
}

.footernav 
{
    margin-bottom: 6px;
}

/* Page Layout */
#wrap 
{
    min-height: 100%;
    position: relative;
}

#header {
	margin: 0 auto;
	width: 980px;
	padding-left:62px;
}

#nav {
	height: 65px;
	width: 750px;
	/**/
	/*position: relative;*/
	padding: 182px 0 12px 35px;
}

#pagetitle {
	margin-left: 55px;
	/**/
	/*position: relative;*/
	margin-bottom: 30px;
}

#content {
	width: 810px;
	padding-left: 140px;
	margin-top: 60px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
	padding-bottom: 215px;
}

#left {
	width: 510px;
	float: left;
}
#right {
	width: 240px;
	float: right;
	margin-left: 30px;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-bottom:0;
	padding-bottom:4px;
	background-color: #403530;
	color: #fff;
	text-align: center;
	border-top: 20px solid #dcd7d2;
	padding-top: 10px;
	height: 100px;
	clear: both;
}

#skip {
	display: none;
}

#left ul {
	margin: 0.4em 0 0.4em 1em;
	font-size: 1.2em;
	color: #463b38;
	list-style-type: circle;
}

#left ul li {
	margin-bottom: 1em;
}

/* What People are Saying */

.testimonials li 
{
    list-style-type:none;
	font-size:0.9em;
}
.role 
{
    font-size:1em;
    margin-bottom:-15px;
}
li.PressArticle
{
    float:left;
    list-style-type:none;
    
    width:350px;
}

li.PressArticle p {font-size:1.1em;}

.PressListingThumb {float:left; padding:0px 10px 10px 0px;}
.PressArticleTitle {font-size:1.6em; padding:0px 0px 15px 0px; margin:0px;}
.ReadFullArticle 
{
    font-size:1em;
    margin-top:0;
}
.BackToPressList 
{
	font-size: 1em;
	margin-bottom:-15px;
}

/* Trade Ordering */


.ContactForm input           {width:200px;}

.ContactForm input,textarea,select  {margin:10px 0 0 0;}

.ContactForm textarea        {font-size:1.1em;}

.ContactForm label           {display:block;margin:12px 0 0;color:#CF063F;font-size:1.2em;float:left;clear:left;width:120px;}

.red {color:Red;}

.SendButton {padding-left:115px;}

/* Salon Stockists */

.StockistSearch input           {width:200px;}

.StockistSearch input, select           {margin:10px 0 0 0;}

.StockistSearch label           {display:block;margin:12px 0 0;color:#CF063F;font-size:1.2em;float:left;clear:left;width:80px;}

.SalonTowns {float:right; padding-right:240px; width:260px; margin-top:-32px;}

.SalonTowns label {width:50px;}

.StockistRsults {font-size:1.2em;}

.SearchButton {padding-left:75px;}

ul.BodyBullets {margin:0px; padding:0px 0px 0px 15px;}
ul.BodyBullets li {padding-left:0px;}

.SalonStockistsList {margin:0px; padding:0px 0px 10px 25px;}
.SalonStockistsList li {font-size:1.2em; color:#463b38; padding-left:0px;}