/* 
Global CSS:	 Document
Client name: Beauty Benefits
Designed by: Visualcode Ltd
Author:		 S.Edwards
Creation: 	 10/06/2005.
 */

/*---------------------------Global Start -----------------------------*/

body {
	background: #505153;
	text-align: center;
	margin:0;
	padding:0;
	font-family: "Tahoma", arial, helvetica, sans serif;
	color:#666;
	font-size:1em;
	}

* html body { /*to make IE 5.5 Center */ 
	text-align:center;
	}
	
div {	
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Tahoma", arial, helvetica, sans serif;
	}

table{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	}
	
table td{
	padding:2px;
	border-bottom:1px solid #ECECEC;
	font-size:95%;
	}

a img{
	border:none;
	}
	
h2, h3, h4{color:#444;}	
	
h1 {
	color:#000;
	font-weight:100;
	font-size:160%;
	}
	
h2 {
	font-weight:100;
	font-size:135%;
	}
 
h3 {
	font-weight:100;
	font-size:120%;
	color:#000;
	}

h4 {
	font-weight:100;
	font-size:100%;
	color:#333;
	}
 
a:link {
	color:#97b313;
	text-decoration:none;
	}

a:visited {
	color:#97b313;
	text-decoration:none;
	}

a:hover {
	color:#404040;
	}

a:active {
	color:#404040;
	text-decoration:none;
	}

.clearb {
	clear:both;
	height:1px;
	font-size:0.1em;
	}
	
hr{
	margin:5px 0;
	padding:0;
	height:1px;
	border:none;
	border-top:#CCC solid 1px;
	}
	
/*--------------------------- Top Navigation -----------------------------*/

#Container {
	width:768px;
	margin:0 auto;
	text-align:center;
	padding:0;
	}


#TN_Container {
	font-size:10px; 
	margin-bottom:10px;
	margin-top:10px;
	
	}

#TN_Container table td{
	border-bottom:#666 solid 1px;
	padding-bottom:5px;
	text-align:right;
	padding-left:5px;
	}
	
#TN_Container a{
	color:#888;
	}

#TN_Container a:hover{
	color:#CCFF00;
	}
	
/*--------------------------- Logo / Picture -----------------------------*/

#LP_Container {
	font-size:20px; 
	}
	
#Logo { 
	float:left;
	width:195px
	height:90px;
	}

#LP_Picture {
	width:768px; 
	height:178px; 
	}
	
#LP_Text {
	padding:0;
	width:500px; 
	text-align:right; 
	color:#CCFF00; 
	float:right;
	font-size:120%;
	margin-right:5px;
	}	
	
/*--------------------------- Main Navigation -----------------------------*/

#MainNav {
	clear:both;
	background:#FFF url(images/backnav.gif) no-repeat; 
	height:28px; 
	padding:10px 0 0 0; 
	text-align:center;
	line-height:0.1em;
	margin-top:5px;
	}

#MainNav ul {
	list-style:none; 
	display:inline;
	padding:0;
	margin:0;
	}
	
#MainNav ul li {
	display:inline; 
	padding:0 10px; 
	border-right:#CCFF00 solid 1px; 
	font-size:70%; 
	margin:0;
	line-height:normal;
	}
	
#MainNav ul li.end {
	display:inline; 
	padding:0 10px 0 10px; 
	font-size:70%; 
	margin:0;
	border-right:none;
	}

#MainNav ul li a {
	color:#FFF;
	}
	
#MainNav ul li a:hover {
	color:#CCFF00;
	}

/*--------------------------- MainContent -----------------------------*/	

#contentArea{
	margin:0;
	padding:0;
	background: url(images/contentTile.gif) repeat-y;
	}

#introContent{
	background: url(images/introContent.gif) no-repeat;
	height:30px;
	}

#clearContent{
	clear:both;
	background: url(images/clearContent.gif) no-repeat;
	height:20px;
	}

/*--------------------------- Side Navigation -----------------------------*/

	
.SideNav h2{
	margin:0;
	padding:0 0 0 5px;
	color:#CCFF00;
	border-bottom:#CCFF00 solid 1px;
	}

	
.SideNav {
	width:190px; 
	padding:0; 
	text-align:left;
	float:left;
	font-size:70%;
	padding-left:4px;
	color:#FFF;
	}

.SideNav ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	margin-bottom:10px;
	}
	
.SideNav li {
	display:block; 
	border-bottom:#7B7C7D solid 1px; 
	}

.SideNav li a{
	display:block; 
	padding:5px 2px 5px 20px;
	color:#FFF;
	background: url(images/subArrow.gif) no-repeat center left;
	margin-left:5px;
	}

.SideNav li a:visited{
	color:#FFF;
	}

.SideNav li a:hover{
	color:#CCFF00;
	background: url(images/subArrowO.gif) no-repeat center left;
	}

.SideNav form {
	padding:5px 2px 5px 2px;
	margin:0;
	background:#ECECEC;
	border-top:#CCFF00 solid 1px;
	border-bottom:#CCFF00 solid 1px;
	}

.SideNav form label {
	color:#404040;
	}

.SideNav form input {
	border:#404040 solid 1px;
	font-size:90%;
	color:#999;
	}

.SideNav form input.button{
	width:30px;
	color:#333;
	background:#CCFF00;
	font-weight:bold;
	border:#333 solid 1px;
	}

.SideNav p{
	margin-left:25px;
	}

.SideNav a{
	color:#CCFF00;
	}
	
.SideNav a:hover{
	color:#FFF;
	}

/*--------------------------- Content -----------------------------*/

#MainBody {
	width:545px; 
	float:right; 
	text-align:left; 
	padding-left:10px;
	font-size:85%;
	padding-right:10px;
	}

#MainBody li.collection {
	background:url(images/bullet.gif) no-repeat;
	background-position:top left;
	list-style:none;
	padding-left:25px;
	margin-top:5px;
	height:
	}

#MainBody li {
	background:url(images/bullet.gif) no-repeat;
	background-position:top left;
	list-style:none;
	padding-left:25px;
	margin-top:5px;
	height:
	}
	

/*--------------------------- Footer -----------------------------*/


#Footer {
	width:760px;  
	padding-top:0px;
	font-size:70%;
	margin-top:5px;
	text-align:left;
	}

/* General Forms - Specific */

form.custDetails {
	margin:0;
	padding:0;
	margin-top:10px;
	padding-top:10px;
	padding-left:20px;
	}

form.custDetails p {
	margin:0;
	padding:2px 0 2px 0 ;
	
	}

form.custDetails label {
	float: left;
	margin:0;
	padding:5px 1px 0 1px;
	width: 8em;
	text-align: left;
	font-size:95%;
	}

form.custDetails input,
form.custDetails select,
form.custDetails textarea{
	margin-bottom:5px;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	}

form.custDetails form input.standard {
	width:200px;
	}

form.custDetails form textarea {
	width:400px;
	font-size:9pt;
	}	


form.custDetails .submitOrder {
	margin-top:10px;
	text-align:center;
	}

form.custDetails .submitOrder input {
	background:#FFF url(images/button.gif) repeat-x;
	padding:1px 5px ;
	font-weight:bold;
	font-size:85%;
	border: 1px solid #CC;
 	color:#FFF;
 	margin: 0 10px;
	}
	