/* Page Styling --> Close Models */
/* 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;
}
body {
	line-height:1.2;
}
a img {
	border:none;
}

/* Type and Elements Styling */
body {
	font-size: 62.5%;
	color: #000;
	background: #FFF url('background.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}
h1 {
	display: none;
}

p, tr, a {
	margin:0 0 1em 0;
	font-size: 1.2em;
	color: #463b38;
}
a:focus, a:hover {
	color:#333;
	text-decoration:underline;
}
a {
	color:#cf063f;
	text-decoration:underline;
}
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('arrow_top.gif') no-repeat 15px 12px;
    padding: 10px;
    padding-left: 30px;
    display: block;
	font-size: 1em;
}
/* Main Navigation */
ul {
	margin:0;
	padding:0;
}

.mainnav {
	background: url('navigation.gif');
	height: 65px;
	width: 749px;
	/*position: relative;*/
}

.mainnav li {
	display:inline;
	padding: 0px;
	list-style: none;
	/*position: absolute;*/
	float:left;
	overflow: hidden;
	text-indent: -1000px;
	top: 0;
}

.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('navigation.gif') 0 -65px;
}
.science_bit a:hover {
	background: url('navigation.gif') -78px -65px;
}
.people_saying a:hover {
	background: url('navigation.gif') -207px -65px;
}
.salon_stockists a:hover {
	background: url('navigation.gif') -396px -65px;
}
.trade_ordering a:hover {
	background: url('navigation.gif') -521px -65px;
}
.order_now a:hover {
	background: url('navigation.gif') -650px -65px;
}

/* MainNav Selected States */
.home a.selected {
	background: url('navigation.gif') 0 -130px;
}
.science_bit a.selected {
	background: url('navigation.gif') -78px -130px;
}
.people_saying a.selected {
	background: url('navigation.gif') -207px -130px;
}
.salon_stockists a.selected {
	background: url('navigation.gif') -396px -130px;
}
.trade_ordering a.selected {
	background: url('navigation.gif') -521px -130px;
}
.order_now a.selected {
	background: url('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('listdivider.gif') repeat-x bottom;
}
.rightnav ul li a {
	background: url('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('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: none;
}
#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}
#footer p.CogworkLogo a 
{
    color: #fff;
    text-decoration:underline;
}
#footer img
{
    vertical-align: middle;
}

/* Footer Navigation */

.footernav li
{
display: inline;
list-style-type: none;
padding: 0 10px;
border-right:solid #fff 1px;
}

.footernav li#nobords {
  border-right:none;
  padding-right:0;
 }

.footernav 
{
    margin-bottom: 6px;
}

/* Page Layout */
#wrap 
{
    min-height: 100%;
    position: relative;
}
#header {
	margin: 0 auto;
	width: 980px;
}

#nav {
	height: 65px;
	width: 750px;
	/*position: relative;*/
	margin: 182px 0 12px 66px;
}

#pagetitle {
	margin-left: 90px;
	/*position: relative;*/
	margin-bottom: 30px;
}



#content {
	width: 800px;
	/*position: relative;*/
	margin-left: 157px;
	margin-top: 60px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
	padding-bottom: 140px;
}

#left {
	width: 510px;
	float: left;
}
#right {
	width: 240px;
	float: right;
	margin-left: 30px;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	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.1em;
}

#left ul li {
	margin-bottom: 1em;
	}
	
/* START OF ACTINIC CUSTOM STYLES   */

/* Section Wrapper   */

#tt-sec-wrap { width:800px; padding-bottom:80px; }

#sec-des {
	border-bottom:solid #CAC0C1 1px;
	margin-left:53px;
}

#sec-des p {
	padding:0 0 20px 15px; margin:0;
	width:430px;
}

#tt-sec-wrap form {
	margin:0; padding:0;
}

/* Product Detail Page   */

.tt-prod-wrap {
	width:747px; margin-left:53px;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:solid #CAC0C1 1px;
	/*border:1px solid red;*/
}


.tt-prod-des {
	width:567px;
	padding:0 0 20px 15px;
	height:12.0em;
	/*position:relative;*/
}

.tt-prod-des h2 {
	font-weight:normal;
	color:#000;
	font-size:1.2em;
	padding:40px 0 0 0;
}

.tt-prod-des h2, .tt-prod-des p {
	line-height:1.6em;
}


.tt-prod-des img {
	float:left;
	margin-right:50px;
	
}


.tt-purchase {
	width:747px;
}

.qty-label {
	background-color:#726463;
	color:#fff; font-weight:bold;
	width:143px;
	margin:0;
	padding:0 0 0 10px;
	position:absolute;
	bottom:0; right:0;
	line-height: 1.6em;
	border:solid #CBBFBF 1px;
}


.swatch-strip {
	width:426px;
	border:solid #CBBFBF 1px;
	background-color:#F6F4F5;
	float:left;
	height:4.2em;
}

.swatch-strip p {
	margin:0; padding:12px 0 0 15px;
	
}

.swatch-strip p img {
	vertical-align: middle;
	margin-right:10px;
}

.tt-buy-qty {
	border-top:solid #CBBFBF 1px;
	border-bottom:solid #CBBFBF 1px; 
	border-right:solid #CBBFBF 1px;
	background-color:#F6F4F5;
	height:32px;
	float:left;
	width:143px;
	padding:10px 0 0 10px;
}

.tt-buy-qty input {
	font-size:11px;
	width:30px;
}

.tt-buy-btn {
	width:165px;
	text-align: right;
	margin:0;
	padding: 0;
	line-height:3.5em;
	float:right;
	
}

#checkout-btn {
	margin:0;
	padding:20px 0;
	text-align:right;
}

/* Shopping Cart  */

.cart-wrap {
	width:732px;
	padding-left:68px;
	padding-bottom:80px;
}

.cartheading {
	color:#fff;
}

#content input, #content select {
	font-size:12px;
}

.cart-wrap h4 {
   font-size:1.3em;
   margin:8px 0 15px 0;
   padding:0;
   }

	
.update-btn, .checkout-btn {
	width:100px;
	text-align: right;
	padding-left:5px;
}

.shopping-cart-layout td a {
	color: #463b38;
	font-size:12px;
	text-decoration: none;
}

.cart-btn-tab {
	border-top:solid #ababab 1px;
	margin-top:10px;
}

.cart-btn-tab td {
	padding-top:10px;
}

/* Perl text bug fix for shopping cart */

.cart-product-line {
	font-size:12px!important;
}

.cart-product-line a {
	text-decoration: none !important;
}

/* Shopping cart styling */

.checkout-style td {
	background-color:#f6f4f5;
}

/* Cart Error */

.tang-cart-errors {
	background-color:#fff;
	border:none;
}




/* Clear fix  */

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; }