/*=============CSS RESET=============*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	margin:0;
	padding:0;
}
td {
	text-align:left;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img {
	display:block
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	border: none;
}
/*===========================*/

body {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	background: #a10000 url('/images/bgShadow.gif') top center repeat-y;
	color:#222;
}
a:link, a:visited {
	color: #0066cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.bullets li, .bullets ul li {
	list-style-type:disc;
	margin-left:25px;
	padding-left:0px;
	line-height:1.6em;
}
.indent {
	padding-left:20px;
}
.center {
	margin: 0 auto;
}
.clear {
	clear:both;
}
.smallFont {
	font-size:11px;
}
.errorMessage {
	color:red;
	font-weight:bold;
}
.smallGray {
	font-size:14px;
	color:#666;
	font-weight:normal;
}
select {
	padding:4px;
	border:1px solid #7B9EBA;
}
input[type=text] {
	padding:4px;
	border:1px solid #7B9EBA;
        width:200px;
}
input[type=submit] {
	font-family:Arial, "Trebuchet MS", sans-serif;
	font-size:12px;
        cursor:pointer;
	border:1px #aaaaaa outset;
        background:#eeeeee;
        padding:2px 5px 2px 5px;
}
textarea {
	padding:4px;
	border:1px solid #7B9EBA;
        width:400px;
        height:50px;
}
p {
	font-size:13px;
	color:#666;
	line-height:1.4em;
}
ol.numbers {
	list-style:decimal;
}
ol.numbers li {
	list-style:decimal;
	margin-bottom:10px;
}
h3 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #333;
	padding: 0 0 4px 0;
}
h3 {
	font-size:18px;
	font-family:"Century Gothic", arial, sans-serif;
	font-weight:bold;
	color:#222;
	padding:5px 0 4px 0;
}
h4 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size: 14px;
}
.borderBottom {
	border-bottom:1px solid #DDD;
}
#topBar {
	background:#0C0C0C url('/images/bgTopShadow.gif') top center repeat-x;
	width:925px;
	margin:0 auto;
	padding: 9px 0 0 0;
	font-size:1px;
}
#wrap {
	width: 923px;
	margin: 0 auto;
	position: relative;
}
#main {
	background: #ffffff url('/images/bgLeft.gif') left 150px no-repeat;
	padding: 20px 0 0 150px;
}
#main.home {
	background: #ffffff url('/images/bgTop.gif') top center no-repeat !important;
	padding: 0 !important;
}
h1 {
	font-size: 30px;
	color: #ed1c24;
	padding: 0 0 15px;
	font-family: "Century Gothic", Arial, sans-serif;
	letter-spacing: -0.02em;
	font-weight: bold;
}
h1 small {
	display: block;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	letter-spacing: 0px;
}
h1 .smaller {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	letter-spacing: 0px;
}
#logo {
	position: absolute;
	top: 1px;
	left: 20px;
	z-index: 9000;
}
#top {
	position: relative;
	height: 410px;
}
.redDot {
	background: url('/images/bgRedCircle.gif') top left no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2px 11px 6px 9px;
	margin: 0 5px 0 0;
}
.header {
	position: absolute;
	z-index: 1;
	top: 26px;
	left: 105px;
}
.homeForm {
	position: absolute;
	top: 43px;
	right: 29px;
	width: 355px;
	height: 282px;
	background: url('/images/bgRightForm.gif') top left no-repeat;
	padding: 18px 51px 32px 30px;
}
.homeForm h1 {
	font-size: 27px !important;
	padding: 0 !important;
}
.homeForm p {
	padding:0;
	font-size: 12px;
	font-weight:bold;
	color:#222;
}
.homeForm p.errorMessage {
	color:#F00;
}
.homeForm ol li {
	padding:10px 2px;
	height: 100%;
	overflow: hidden;
}
.homeForm .redDot {
	float: left;
	margin: 0 10px 0 0;
	font-weight:bold;
}
.homeForm label {
	float: left;
	width: 170px;
}
.homeForm label strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 3px;
}
.homeForm label select {
	width: 160px;
	font-size: 11px;
	border: 1px solid #7f9db9;
	padding: 2px;
}
.homeForm label select#city {
margin-top:4px;
}
.homeForm .buyNow {
	position: absolute;
	top: 179px;
	right: 1px;
	display: block;
	width: 133px;
	height: 108px;
	text-indent: -9000px;
	background: url('/images/buttonBuyCertificate.gif') top left no-repeat;
}

ul#gender {
	height: 100%;
	overflow: hidden;
	padding:0;
}
ul#gender li {
	float: left;
	width: 79px;
	padding: 0;
}
ul#gender li img {
	margin-left:5px;
}

ul#gender li label {
	display: block;
	padding: 0;
	height: 100%;
	font-size:13px;
	overflow: hidden;
}
ul#gender li label input {
	float: left;
	width: 14px;
	height: 15px;
	margin: 1px 5px 0 0;
}

/* GC FORM */

#main #gcWrap {
padding-left:50px;
}

#main #gc {
	width:450px;
	padding-left: 300px;
	background: transparent url(/images/gc_3d.jpg) no-repeat 0 0;
	height: 285px;
	margin: 10px 0 0 10px;
}
#main #gc .bBox {
	width:345px;
	height: auto;
}
#main #gc .bBoxIn {
	padding:8px 8px 0 8px;
}
.gcForm {
	width: 300px;
	padding: 0px;
}
.gcForm h1 {
	font-size: 27px !important;
	letter-spacing: 0.07em;
	padding: 0 !important;
}
.gcForm p {
	padding: 10px 0;
	font-size: 14px;
}
.gcForm ol li {
	padding: 8px 2px;
	height: 100%;
	overflow: hidden;
}
.gcForm .redDot {
	float: left;
	margin: 0 10px 0 0;
}
.gcForm label {
	float: left;
	width: 250px;
}
.gcForm input, .gcForm textarea {
	padding:2px;
	border:1px solid #CCC;
	width:240px;
}
.gcForm label strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 3px;
}
.gcForm label strong .smallGray {
	font-size:14px;
	color:#666;
}
.gcForm li.smallGray {
	padding:5px 0 0 0;
	color:#666;
	font-size:12px;
	line-height: 1.25em;
}
.gcForm label select {
	width: 160px;
	font-size: 11px;
	border: 1px solid #7f9db9;
	padding: 2px;
}
.gcForm #submit {
	border:none;
	width:auto;
	margin: 0 0 0 30px;
	padding: 0;
}
#gcConfirm {
	width:700px;
	padding: 20px 0 0;
	text-align: center;
}
#gcConfirm h2 {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 18px;
}
#gcConfirm button {
        font-size: 16px;
        background: #eeeeee;
        padding: 3px 10px 3px 10px;
        font-family: Arial, "Trebuchet MS", sans-serif;
        cursor: pointer;
        border: 1px #aaaaaa outset;
}
#gcConfirm #giftCertificate {
	width:680px;
	height:357px;
	padding:0;
	position:relative;
	margin:10px auto;
	background:#FFF url(/images/giftcertificate.jpg) no-repeat 0 0;
}
#gcConfirm #giftCertificateInfo {
	position:absolute;
	top:45px;
	left:260px;
	width:200px;
	text-align: left;
}
#gcConfirm #giftCertificateInfo p {
	font-size:19px;
	font-weight:bold;
	color: #000;
}

#makeovers {
	width: 798px;
	margin: 17px 0 0 105px;
	padding: 0 0 0 20px;
}
h2 {
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #ed1c24;
	padding: 0 0 5px 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	margin:0;
}
#makeovers table.gallery {
	width:690px;
	margin-left: 15px;
}
#makeovers table.gallery td {
	padding: 10px 5px;
	border-bottom:1px solid #DDD;
	text-align:left;
	line-height:1.3em;
	vertical-align:top;
}
#makeovers table.gallery td img {
	border:none;
}
#makeovers table.gallery td p {
	font-size:16px;
	font-family: "century gothic", arial, sans-serif;
}
#makeovers .box {
	background: url('/images/bgMakeoverBottom.gif') bottom center no-repeat;
	margin-bottom:15px;
}
#makeovers .boxIn {
	background: url('/images/bgMakeoverTop.gif') top center no-repeat;
	padding: 20px 60px 20px 50px;
	height: 100%;
	overflow: hidden;
}
#makeovers .box h3 {
	font-size: 19px;
	letter-spacing: 0.07em;
	padding: 0;
	font-weight: bold;
}
#makeovers .box ul {
	float: left;
}
#makeovers .box ul li {
	float: left;
	width: 120px;
	font-size: 16px;
	background: url('/images/bgPlus.gif') right 30px no-repeat;
	padding: 0 20px 0 20px;
	color: #333;
}
#makeovers .box ul li.first {
	padding-left: 0 !important;
}
#makeovers .box ul li.last {
	background: none;
}
#makeovers .box ul li img {
	display: block;
	margin: 10px;
	border: 1px solid #d5d6d6;
}
#makeovers .box .movie {
	float: right;
}
.topMargin10 {
	margin-top:10px;
	display:block;
}
.topMargin15 {
	margin-top:15px;
	display:block;
}
.topMargin20 {
	margin-top:20px;
	display:block;
}
#footer {
	text-align: center;
	color: #898989;
	padding: 30px 0;
	line-height:1.4em;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #ed1c24;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer small {
	font-size: 12px;
}
form.options {
	padding: 0;
}
form.options h2 .redDot {
	float: left;
}
form.options h2 {
	height: 31px;
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
form.options ul {
	height: 100%;
	overflow: hidden;
}
form.options ul li {
	float: left;
	width: 165px;
	padding: 0 20px 0 0;
}
form.options ul li label {
	display: block;
	padding: 7px 0 10px 0;
	height: 100%;
	overflow: hidden;
}
form.options ul li label input {
	float: left;
	width: 14px;
	height: 15px;
	margin: 5px;
}
form.options ul li label strong {
	font-size: 16px;
	color: #e40000;
	float: left;
}
form.options ul li label strong small {
	font-size: 15px;
	color: #000;
	display: block;
}
form.options ul li p {
	font-size: 14px;
}
form.questions {
	padding: 0 25px 0 130px;
	background: transparent url(/images/icn_notebook.gif) no-repeat 0 0;
	margin: 10px 0 0;
	min-height: 400px;
}
form.questions h3 .redDot {
	float: left;
        margin-bottom:20px;
        clear:both;
}
form.questions h2 {
	height: 31px;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;

}
form.questions h3 {
	font-weight: normal;
	font-size: 13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
form.questions h3 span {
        display:block;
        color:#555;
        font-size:11px;
		font-weight:normal;
}
form.questions select,
form.questions textarea,
form.questions input[type=text] {
	margin:0 0 15px 0;
}
form.questions input[type=text] {
        width: 40px;
}
form.questions input#submit {
	display:block;
	margin:10px 0 0;
}
#optionsSimpleWrapper {
	width:750px;
}
#optionsSimpleWrapper td {
	vertical-align:top;
	padding-right:10px;
	text-align:left;
}
#optionsSimpleWrapper p {
	font-size:14px;
	padding: 5px 0 5px 0;
}
#optionsSimpleWrapper h2 {
	font-weight:bold;
	font-size:20px;
	color:#333;
	margin-bottom:7px;
}
#optionsSimple {
	height: 100%;
	overflow: hidden;
	width: 510px;
	margin: 10px 0 0;
	position: relative;
}
#optionsSimple h2 {
	font-size:17px;
	clear:both;
	padding-top:0px;
	height: 21px;
}
#optionsSimple .redDot {
	text-align:left;
}
#optionsSimple #submitOptions {
	margin:0;
	padding:10px 0 0 34px;
	display: block;
}
#optionsSimple.small {
	width: 550px !important;
}
.bBox {
	border: 4px solid #e5e5e5;
	height: 100%;
	overflow: hidden;
}
.bBoxIn {
	border: 3px solid #fff;
	background: #eff3f5 url('/images/bgGradientSmall.gif') top center repeat-x;
	padding: 15px;
	height: 100%;
	overflow: hidden;
}
#optionsSimple .left {
	width: 440px !important;
	padding: 0 0 13px 35px;
}
#optionsSimple .left .smallFont {
	float:left;
	color: #888;
	padding-top: 4px;
	font-size: 12px;
}
.dateWrap {
	height: 100%;
	overflow: hidden;
}
.dateWrap input {
	float: left;
	width: 125px;
	padding: 4px 2px;
	border: 1px solid #7b9eba;
	background: #fff;
	margin: 0 5px 0 0;
}
.dateWrap a.calButton {
	float: left;
	width: 25px;
	height: 25px;
	background: url('/images/buttonCalendar.gif');
	text-indent: -9000px;
	margin-right: 15px;
}
#optionsSimple .right {
	position: absolute;
	top: 20px;
	right: 30px;
	text-align: right;
	width: 170px !important;
}

#optionsSimple select {
	margin:0 0 0 35px;
	width:70%;
	}

#optionsSimple .right strong {
	font-size: 16px;
}
#optionsSimple .right strong span {
	color: #ff0000;
}
ul.includeBullets {
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #69a896;
	line-height:1.5em;
	padding: 0 0 5px 25px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	margin:0;
	list-style:disc;
	list-style-type:disc;
}
ul.includeBullets li {
	list-style:disc;
	list-style-type:disc;
}
ul.includeBullets li span {
	font-size:14px;
	color: #888;
}
#product {
	height: 100%;
	overflow: hidden;
}
#product .left {
	float: left;
	width: 160px;
}
#product .right {
	float: left;
	width: 550px;
}
#product h3 {
	font-size: 21px;
	color: #000;
	padding: 12px 0;
	font-weight: bold;
}
#product h3 strong {
	color: #ff0000;
}
#product h4 {
	font-size: 16px;
	padding: 10px 0 0 0;
	font-weight: bold;
}
#product p {
	font-size: 15px;
	padding: 0 0 10px;
}
#product .right ul.chk {
	padding: 5px 0;
}
#product .right ul.chk li {
	padding: 10px 0 10px 30px;
	background: url('/images/bullet2.gif') 0 10px no-repeat;
}
#product .right ul.chk li strong {
	color: #307F90;
	font-size: 16px;
	display: block;
}
#checkout {
	background: url('/images/bgOrnamentRight.gif') right center no-repeat;
	padding: 0 32px 0 0;
	margin: 0 32px 0 0;
}
#checkout h2 {
	font-size: 26px;
	padding: 0 0 5px;
	margin: 0 0 5px;
	font-weight: bold;
}
#checkout .info {
	background: #FFFADD;
	padding: 10px;
	font-size: 17px;
	border:1px solid #FFCC99;
	height: 100%;
	overflow: hidden;
}
#checkout .info strong {
	font-weight: normal;
	float: left;
	width: 25%;
}
#checkout .info strong span {
	color: #ed1c24;
}
#checkout .info .info1 {
	width: 50%;
}
#checkout .info .info3 {
	text-align: right;
}
#checkout dl.half {
	float: left;
	width: 284px;
	padding: 0 10px 5px 10px;
	clear:left;
}
dl.half.right {
	width: 315px !important;
	float: right !important;
	clear:none !important;
}
#checkout dl.half dt {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 8px;
}
#checkout dl.half dt span.sub {
	font-size: 11px;
	font-weight: normal;
	display: block;
	color: #666;
}
#checkout dl.half dd {
	height: 100%;
	overflow: hidden;
	padding: 4px 0;
}
#checkout dl.half dd label {
	float: left;
	width: 110px;
	padding: 3px 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
#checkout dl.half dd label.small {
	width: 30px !important;
	padding: 3px 7px;
}
#checkout dl.half dd input[type=text] {
	width: 164px;
	padding: 2px;
	border: 1px solid #7f9db9;
	float: left;
}

#checkout dl.half dd input.small {
	width: 60px;
}
#checkout dl.half dd select {
	padding: 2px;
	border: 1px solid #7f9db9;
	float: left;
}
#checkout dl.half dd select.small {
	width: 60px;
}
#checkout dl.half dd p {
	color: #666;
	font-size:11px;
}

/*RECEIPT */
#checkoutReceipt {
	margin:0 32px 0 0;
	padding:0 32px 0 0;
	height:320px;
}
#checkoutReceipt h2 {
	color:#333;
}
#checkoutReceipt .bBoxIn {
	text-align:center;
}
#checkoutReceipt .bBox {
	height:auto;
}
#checkoutReceipt p {
	line-height:2.4em;
	font-size:15px;
}
#checkoutReceipt p strong {
	color:#444;	
}


.giftCert {
	background: #fff;
	padding: 14px 10px !important;
	margin: 10px 0 0 0;
	border: 3px dashed #DDD;
	text-align: center;
}
.giftCert label {
	width: 270px !important;
	text-align: center !important;
}
.giftCert input[type=text] {
	margin: 5px 0 0 15px !important;
}
.giftCert input#submit_gift  {
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 5px 2px 5px;
}

#checkout dl.half.right label {
	width: 145px !important;
}
#checkout dl.half.right a.right {
	margin: 0 0 0 145px;
}
#checkout dl.half.right .middle {
	margin: 0 10px 0 0;
	width: 80px;
}
#checkout dl.half.right #submit {
	width: auto !important;
	height: auto !important;
	border: none !important;
	float: right;
	margin: 10px 0 0 0;
}
#checkout label.error {
	color:red;
}
#sitemap {
	padding: 0px;
	width: 420px;
	background: #FAFCFE;
	margin: 0 0 0 10px;
}
#sitemap ul li {
	font-size:14px;
	line-height:1.6em;
	padding-left:10px;
}
#nav {
	text-align:center;
	padding:3px 0 4px 0;
	margin:0 auto;
	width:923px;
	background:#FFF url(/images/nav_bg.jpg) repeat-x 0 0;
}
#nav p {
	font-size:16px;
	color:#d8e1ea;
	font-family: "Century Gothic", Arial, sans-serif;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	padding:6px 2px 3px;
}
#nav a:hover {
	text-decoration:underline;
	color:#ED1C24;
}
/* STORIES GALLERY */

#storiesGallery {
	width:710px;
	margin:0 auto;
}
#storiesGallery td {
	text-align:center;
	vertical-align:top;
	border-bottom:1px solid #DDD;
	padding:8px 0;
}
#storiesGallery td p {
	line-height:1.2em;
}
/* FAQs */ 
#faqContent {
	padding: 0 0 0 50px;
	width: 630px;
}
#faqContent p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#faqContent li {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight:bold;
	font-size:19px;
	color:#ED1C24;
}
/* STORIES CONTENT */

#storiesContent {
	padding:0 0 0 280px;
	width: 440px;
}
#storiesContent p {
	font-size:14px;
}
#mainStories {
	padding: 150px 0 0 20px;
}
#beforeImg {
	position:absolute;
	top:289px;
	left:37px;
	border: 1px solid #DDD;
}
#afterImg {
	width:250px;
	float: left;
	border: 1px solid #DDD;
}
.storiesQuote {
	margin:10px 0;
	padding:5px 28px;
	background: transparent url(/images/quote_up.gif) no-repeat 0 5px;
}
.storiesQuote cite {
	color:#3b7f76;
	font-size:13px;
	padding:12px 0 0 120px;
	font-family:"Century Gothic", arial, sans-serif;
}
#storiesContent .storiesQuote p {
	font-family:"Century Gothic", arial, sans-serif;
	color:#3b7f76;
	font-size: 16px;
	background: transparent url(/images/quote_down.gif) no-repeat 100% 90%;
	overflow:hidden;
	padding-right:13px;
}
.storiesQuote em {
	font-size:25px;
	color:#c9e2dc;
}
#thumbs {
	width:251px;
	margin: 5px 0 0 0;
	float: left;
	clear: left;
}
#thumbs td img {
	border:1px solid #DDD;
}
#storiesContent .quoteBubble {
	padding: 0;
	width:344px;
	background:transparent url(/images/quotes_bubble.jpg) no-repeat 0 0;
}
#storiesContent .quoteBubble p {
	display:block;
	font-size:13px;
}
#storiesContent .quoteBubble p.quoteBubbleTitle {
	padding:15px 15px 0px 18px;
	font-size:15px;
	color:#222;
	font-weight:bold;
	font-family: "Century Gothic", Arial, sans-serif;
}
#storiesContent .quoteBubble p.quoteBubbleEnd {
	padding:0 43px 0px 18px;
	line-height:1.23em;
}
#storiesContent .quoteBubble span {
	height:24px;
	background:transparent url(/images/quotes_bubble.jpg) no-repeat 100% 100%;
	display:block;
}
.proQuote {
	margin:8px 0 0 10px;
}
.proQuote.marco {
	background:transparent url(/images/pro_quote_marco.jpg) no-repeat 95% 0;
}
.proQuote.hector {
	background:transparent url(/images/pro_quote_hector.jpg) no-repeat 95% 0;
}
.proQuote.ashton {
	background:transparent url(/images/pro_quote_ashton.jpg) no-repeat 95% 0;
}
.proQuote.james {
	background:transparent url(/images/pro_quote_james.jpg) no-repeat 95% 0;
}
#storiesStrip {
	width:700px;
	clear: left;
	margin: 20px 0 0 0;
}
#storiesStrip table {
	width:700px;
	margin:5px;
}
#storiesStrip td img {
	border:1px solid #eee;
}
#storiesStrip h3 {
	background:#eff3f6;
	width: 680px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #c0d2e2;
	padding: 5px 0 7px 10px;
	width:100%;
}
#storiesStrip h3 a {
	float:right;
	font-weight:bold;
	font-size: 13px;
	font-family: arial, sans-serif;
	padding: 5px 10px 5px 26px;
	background:transparent url(/images/icn_star.gif) no-repeat 0 0;
}
.imageHover {
	padding: 1px;
	display:block;
	margin:3px;
	text-align: center;
}
.imageHover a:link, .imageHover a:visited {
	border-width: 3px;
	border-style: solid;
	border-color: #FFF;
	display:block;
	width: 62px;
}
.imageHover a:hover {
	border-color: #cce3dd;
}
.btnOrderMakeoverNow {
	padding-right: 40px;
	float: right;
	width:248px;
	height:38px;
	display:block;
	background:transparent url(/images/btn_ordermakeovernow_green.gif) no-repeat 0 0;
	text-indent:-999em;
}
.btnOrderMakeoverNow:hover {
	background-position:0 -38px;
}
#main h1 .btnOrderMakeoverNow {
	float:right;
	margin: 5px 0 0 0;
}
#main h1.stories, #main h1.button {
	padding-right:0px;
	position: relative;
}
#main h1.stories a, #main h1.button a {
	color:#ED1C24;
}

.prevNext {
	position:absolute;
	left: 8.4em;
	overflow:hidden;
	display:inline;
	height:19px;
	top:12px;
}

.btnPrev {
	width:49px;
	height:19px;
	display:block;
	font-size:1px;
	background:transparent url(/images/btn_prev_next.gif) no-repeat 0 0;
	text-indent:-999em;
	float:left;
}
.btnNext {
	float:left;
	width:49px;
	height:19px;
	display:block;
	font-size:1px;
	background:transparent url(/images/btn_prev_next.gif) no-repeat 100% 0;
	text-indent:-999em;
}
.btnPrev:hover {
background-position:0 -19px;
cursor:pointer;
}
.btnNext:hover {
background-position:100% -19px;
cursor:pointer;
}

/* OUR STYLISTS */

.mainStylists {
width:700px;
}
.mainStylists ul li {
padding: 5px 0;
border-bottom:1px solid #DDD;
float:left;
overflow:hidden;
width:100%;
}

.mainStylists ul li img {
float:left;
margin:0 0 10px 0;
}

.mainStylists ul li h3 {
	padding-left:165px;
}
.mainStylists ul li div {
padding:8px 0 0 0;
}
.mainStylists ul li div p {
	padding-left:165px;
	padding-bottom:10px;
}
.otherCities {
width:700px;
padding:10px;
border:1px solid #DDD;
background:#F1F1F1;
}

.otherCities h2 {
font-size:17px;
font-family:Arial, Helvetica, sans-serif;
}

/* CONTACT FORM */
.contactForm {
    padding-top: 10px;
}
.contactForm p {
    margin-top: 10px;
}
.contactForm input, .contactForm textarea {
    border: 1px solid #7b9eba;
}
.contactForm textarea {
    height: 100px;
}
.contactForm #email, .contactForm #message {
    width: 400px;
}

/* SALE CALLOUT */
.sale30 {
background:transparent url(/images/sale_30percent.gif) no-repeat 0 0;
width:89px;
height:88px;
z-index:8;
position:absolute;
top:10px;
text-indent:-999em;
left:405px;
display:none;
}

/*COMPANY PAGES */
#company {
    width:680px;
}
#company p {
    padding:0 0 15px 30px;
}

.highlight {
background:#ffeaea none;
padding:0 3px;
}