/* OVERRIDE DEFAULT BROWSER COLORS */
body {
	color: #FF66FF;
	font-family: "Trebuchet MS";
	margin: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/currency-bg.gif);
	list-style-type: square;
}
p  {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:link {
	color: #FF66FF;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: none;
	background-image: url(../images/nav-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:active {
	color: #663300;
	text-decoration: none;
}
p img{float: none;}


/* STRUCTURE
---------------------------------------------------------------*/
/* div{ border: 1px solid #ccc; margin: 10px; }*/
.container{ 
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#header{
	height: 89px;
	position: relative;
	vertical-align: text-bottom;
}

#content{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: "Trebuchet MS";
	color: #663300;
	height: auto;
}
#left {
	padding: 8px;
	position: relative;
	font-family: "Trebuchet MS";
	color: #663300;
	text-align: left;
	float: left;
	width: 290px;
	font-size: 12px;
	margin: 0;
	background-image: url(../images/pink-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: circle;
}
#right {
	padding: 8px;
	position: relative;
	font-family: "Trebuchet MS";
	color: #663300;
	text-align: left;
	float: right;
	width: 290px;
	font-size: 12px;
	margin: 0;
	background-image: url(../images/pink-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#middle {
	padding: 8px;
	position: relative;
	font-family: "Trebuchet MS";
	color: #663300;
	text-align: left;
	width: 290px;
	font-size: 12px;
	margin: 0;
	clear: right;
	float: left;
	background-image: url(../images/pink-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#beforeafter {
	padding: 15px;
	position: relative;
	font-family: "Trebuchet MS";
	color: #663300;
	text-align: left;
	width: 600px;
	font-size: 12px;
	margin: 0;
	clear: right;
	float: left;
	background-image: url(../images/pink-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#beforeafter  img {
	padding: 3px;
	border: 1px solid #FF99CC;
	margin: 1px;
}

#main{
    float: right;
    width: 67%;
}

#hero {
	background: url(images/home-hero-bg.png) no-repeat top right;
	width: 669px;
}

#hero .hero_image {
    margin: 12px 0 0 12px;
}


/* LOGO
---------------------------------------------------------------*/
#logo{
	text-indent: -9999px;
	display: block;
	width: 316px;
	height: 89px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo_link a{
    display: block;
    position: absolute; top: 0px; left: 60px;
}

#logo_link a span{
    display: none;
}

#logo_link a#logolink{
    height: 115px;
    width: 210px;
}


/* PRODUCT PAGE STYLING
---------------------------------------------------------------*/
#product_detail_photo {
	width: 482px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	line-height: 0px;
}

/* MAIN NAVIGATION
---------------------------------------------------------------*/
#navigation{
	position: absolute;
	bottom: 13px;
	right: 2px;
	font-size: 12px;
	font-weight: normal;
}

#navigation ul{
	display: inline;
	text-align: right;
	margin: 0;
}

#navigation li{
	display: inline;
	font-weight: bold;
	font-size: 11px;
	color: #663300;
	height: 20px;
	text-transform: uppercase;
	padding-left: 20px;
}

#navigation li a{
	color: #FF66FF;
}

#navigation li a:hover{
	color: #663300;
	text-decoration: none;
	background-image: url(../images/nav-hover.gif);
	background-repeat: no-repeat;
}


/* TOP NAVIGATION
---------------------------------------------------------------*/
#topnav{
	text-align: right;
	height: 12px;
	position: absolute;
	top: 20px;
	right: 16px;
}

#topnav ul{
	text-align: right;
	margin: 0;
}

#topnav li{
	display: inline;
	font-size: 10px;
	font-weight: normal;
	color: #663300;
	height: 10px;
	font-style: italic;
}

#topnav li a{
	font-weight: bold;
	color: #663300;
}

#topnav li a:hover{
}


/* SUB HERO CONTENT
---------------------------------------------------------------*/
#sub_hero{
	height: 200px;
	width: 669px;
	margin-top: 8px;
	padding-top: 14px;
	background-repeat: no-repeat;
	background-position: right top;
}

#sub_hero h4{
	color: #FF66FF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 9px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#sub_hero p{
	color: #663300;
	padding-left: 10px;
	font-size: small;
}

#sub_hero a{
	color: #FF66FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#sub_hero a:hover{
	color: #663300;
	background-image: url(../images/nav-hover.gif);
	background-repeat: no-repeat;
}

#sub_hero img{
    margin: 14px 0 0 14px;
}

#sub_hero_image{
	height: 133px;
	width: 209px;
}

#sub_hero_column1{
    position: relative;
    margin-left: 16px;
    width: 199px;
    float: left;
}

#sub_hero_column2{
	position: relative;
	margin-left: 5px;
	float: left;
	width: 199px;
}

#sub_hero_column3{
	position: relative;
	margin-left: 5px;
	float: left;
	width: 199px;
}


/* SIDE CONTENT
---------------------------------------------------------------*/
#side{
	float: left;
	width: 33%;
	padding-top: 180px;
	background-color: transparent;
	background-image: url(../images/animation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#side h1 {
	color: #663300;
	margin: 0 50px 20px 38px;
	line-height: 1.5em;
	font-size: 12px;
}

#side a{
    margin-top: 0px;
    margin-top: 220px;
    height: 945px;
}

#side p{
	color: #663300;
	margin: 0 50px 20px 38px;
	line-height: 1.5em;
}
#side-coupon {
	float: left;
	width: 33%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/pinklaserspa-gift-bg.jpg);
	margin-top: 25px;
}
#side-coupon p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 1.8em;
	color: #663300;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 95px;
	font-style: italic;
}


/* FORM
---------------------------------------------------------------*/
#interior_form input{
	display: block;
/*    width: 222px; */
	float: left;
	margin-bottom: 10px;
}

#interior_form select{
    margin-bottom: 10px;
}

#interior_form p {
    margin: 0;
}

#interior_form label{
	display: block;
	float: left;
	text-align: left;
	width: 100px;
	padding-right: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#interior_form.login label{
    width: 185px;
}

#interior_form textarea{
    display: block;
    width: 216px;
    height: 100px;
    float: left;
    margin: 0px;
}

#interior_form.login .input{
    width: 210px;
}

/*#interior_form.login .split {
    margin-top: 30px;
}*/

#interior #column2.login input{
    width: 225px;
}

#checkout_form input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

#checkout_form label{
    display: block;
    float: left;
	text-align: left;
	width: 165px;
	color: #fff;
	margin-right: 10px;
    text-transform: uppercase;
}

#checkout_form p{
    color: #fff;
    margin-bottom: 10px;
}

#checkout_form a{
    margin-left: 175px;
}

#checkout_form input.bottom_input {
    margin-bottom: 0px;
}

.button{
	background-color: #FF66FF;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-style: none;
	cursor: pointer;
}

a.button {
    color: #000;
}

a:hover.button{
	color: #663300;
}

.border{
	float: left;
	width: 100%;
	height: 2px;
	font-size: 0px;
	margin-bottom: 10px;
}

.required {
	color: #663300;
}

ul.errorlist {
    list-style: none;
}
ul.errorlist li {
    width: 100%;
}

#category #column2.product_detail{
    margin: 120px 0 0 0px;
    width: 482px;
    line-height: 0px;
}

#category #column2.product_detail img{
    line-height: 0px;
}

#interior #column2.product_detail{
    margin: 120px 0 0 0px;
    width: 482px;
    line-height: 0px;
}

#interior #column2.product_detail img{
    line-height: 0px;
}

#product-message {
	color: #FF66FF;
	margin-bottom: 10px;
}


/* SHOPPING CART
---------------------------------------------------------------*/
.bold {
    font-weight: bold;
}

#cart_column1 {
    float:left;
    width: 150px;
    margin-top: 10px;
}

#cart_column1 p{
    margin-bottom: 5px;
}

#cart_column2 {
    float: left;
    width: 200px;
    margin-top: 10px;
}

#cart_column2 p {
    margin-bottom: 5px;
    color: #fff;
}

#checkout_column1 h6, #checkout_column2 h6{
	color: #FF66FF;
}

#checkout_column1 .addresses p, #checkout_column2 p{
    color: #fff;
    margin-bottom: 0px;
}

#checkout_thanks_column1 {
    width: 760px;
}

#checkout_thanks_table{
    float: left;
}

#checkout_thanks_table .border{
    margin-bottom: 0px;
}

#checkout_thanks_table .bold{
    color: #FF66FF;
}

#checkout_column2 table{
    float: left;
}

#checkout_thanks_table p{
    margin: 0px;
    color: #fff;
}

#checkout_thanks_table td, th{
    border: none;
    padding: 0px;
    margin: 0px;
}

#checkout_column2 td{
    border: none;
    padding: 0px;
}

.align_right {
    float: right;
    margin-right: 20px;
}


/* FOOTER
---------------------------------------------------------------*/
#footer {
	margin-bottom: 100px;
	clear: both;
}

#footer p{
	font-size: 10px;
	color: #663300;
}

#footer a{
	color: #FF66FF;
}

#footer a:hover{
	color: #663300;
	background-image: url(../images/nav-hover.gif);
}

#interior #column2.product_detail #footer{
    line-height: 12px;
    margin-top: 15px;
    text-align: center;
}

#footer.center{
    display: block;
    margin-top: 75px;
    float:left;
    width: 100%;
    text-align: center;
}

#category #footer{
    text-align: center;
    width: 100%;
}
#leftcolumn {
	width: 100%;
	padding: 2px;
}
#leftcolumn_leftside  {
	width: 40%;
	float: left;
}
#leftcolumn_rightside {
	width: 40%;
	float: right;
}
