/* CSS Document */
body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:70%;
	color:#707070;
	background:fff;
	margin:0;
	text-decoration:none;
}

h1 {
	font-size: 1.2em;
	color:#FF7F50;
}

p .highlight{
	color: #FF7F50
}

#container{
	background:fff;
	width:930px;
	margin:0px auto;
	padding:0px;
}

/*Header*/
#header {
	width: 930px;
	height: 115px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #707070;
}

/* Logo */

#logo {
	float: left;
	padding: 20px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
	border-bottom:solid #FF1493 1px;
}

#menu ul {
	margin: 0px;
	padding: 55px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	color: #FF7F50;
	text-decoration:none;
}

#menu .active {
	color: #FF7F50;
	text-decoration:none;
}

#menu .active a {
	color: #FF7F50;
	text-decoration:none;
}

/* Page */

#page {
	width: 930px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #fff;
}

/* Content */

#content {
	float: left;
	width: 930px;
}



/*Homepage*/

.leftcolumn{
	float:left;
	width:457px;
	padding:40px 10px 10px 30px; 
	margin:0px auto;
}

.rightcolumn{
	float:right;
	width:420px;
	padding:0px;
	margin: 0px;
}

.rightcolumn .textlarge{
	font-size:large;
	color:#666;
	padding-left: 5px;
}

.rightcolumn .textsmall{
	font-size:small;
	color:#666;
	padding-left: 30px;
}

.rightcolumn .products{
	padding:30px 0px 0px 30px;
}

.rightcolumn .buttons{
	padding:5px 5px 5px 0px;
}

/*Products Page*/
.rightproducts{
	float:right;
	width:444px;
	padding:0px;
	margin:0px;
}

.rightproducts .text{
	color: #FF7F50;
	font-size: 1.2em;
	padding-left: 5px;
}

.leftproducts{
	float:left;
	width:446px;
	height:500px;
	padding-left: 20px;
	margin:0px;
}

.leftproducts .products{
	padding-top:100px;
}

/*Add to Cart Group*/

#addtocart {
	float:right;
	font-size: 1em;
}

#addtocart ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#addtocart li {
	float: left;
	margin: 0px;
}

#addtocart a {
	display: block;
	width: auto;
	padding: 6px 20px;
	color: #9c9;
}

#addtocart a:hover {
	color: #63AB62;
	text-decoration:none;
}

#addtocart .active {
	color: #63AB62;
	text-decoration:none;
}

#addtocart .active a {
	color: #63AB62;
	text-decoration:none;
}

#addtocart .add{
	display: block;
	width: auto;
	padding: 6px 10px;
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

/*Where to Buy Page*/
.leftbuy{
	float:center;
	width:700px;
	height:700px;
	padding:10px;
	margin:0px auto;
}

/*Product Highlight Page*/
.bigtubecontent  {
	float: left;
	width: 279px;
}
.smalltubecontent  {
	float: left;
	width: 200px;
}
.leftshampoo{
	float:left;
	width:542px;
	padding:10px;
	margin:0px auto;
}

.rightshampoo{
	float:right;
	width:368px;
	padding:20px 0px 0px 0px;
	margin: 0px;
}

.rightshampoo .text{
	font-size:small;
	color:#666;
	height:450px;
	padding:0px 5px 0px 0px;
	text-align:right;
}

.rightshampoo .buttons{
	padding:0px 0px 0px 10px;
	float:right;
}

.leftconditioner{
	float:left;
	width:479px;
	padding:10px;
	margin:0px auto;
}

.rightconditioner{
	float:right;
	width:407px;
	padding:20px 0px 0px 0px;
	margin: 0px;
}

.rightconditioner .text{
	font-size:small;
	color:#666;
	height:450px;
	padding:0px 5px 0px 10px;
	text-align:right;
}

.rightconditioner .buttons{
	padding:0px 0px 0px 10px;
	float:right;
}

.lefthairbalm{
	float:left;
	width:503px;
	padding:10px;
	margin:0px auto;
}

.righthairbalm{
	float:right;
	width:378px;
	padding:20px 0px 0px 0px;
	margin: 0px;
}

.righthairbalm .text{
	font-size:small;
	color:#666;
	height:450px;
	padding:0px 5px 0px 30px;
	text-align:right;
}

.righthairbalm .buttons{
	padding:0px 0px 0px 10px;
	float:right;
}
	
/* Footer */
#footer {
	width: 930px;
	margin: 30px auto 30px auto;
	padding-top: 20px;
	font-size:0.9em;
	text-align:center;
	clear:both;
	color:#707070;
	text-decoration:none;
}

#footer a {
	color:#666;
	text-decoration:none;
}

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

