@charset "utf-8";

/**************************
Designed by: JMEDIA
Website: jmedia.ca
Email: jacques@jmedia.ca

**************************/

/*/////// GLOBAL CSS //////////////////////////////////////////////////*/
img {border:0;}

a {
	font-weight: bold;
}
#main-content a:link {
	color: #2A3F1B;
	
}
#main-content a:visited {
	color: #202F14;

}
#main-content a:hover {
	color: #fff;
	background-color:#719817;
}
#main-content a:active {
        color: #fff;
	background-color:#719817;
}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.white {color: #fff;}
.special {
         border: 4px outset #d6af67; 
         background: #3e3d40 url(http://www.thedayspa.ca/images/images/leaves_left.png) no-repeat 0 0;
         font-size: 140%;
         padding: 10px;
         color: #fff;
         text-align: center;
}

div.xmas-special {
         border: 2px solid #ae0000; 
         background: #fff url(http://www.thedayspa.ca/images/images/xmas-corner.jpg) no-repeat bottom left;
         font-size: 130%;
         padding: 10px;
         color: #000;
         text-align: center;
}

label { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #fff;}

/*/////////////////////////////////////////////////////////////////////*/
/*/////// IDs AND CLASSES /////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	background: #87C148 url(http://www.thedayspa.ca/images/images/main_bg_tile.gif) 0 0 repeat;
	
}
#wrapper {

	background: #87C148 url(http://www.thedayspa.ca/images/images/main_bg.jpg) 0 0 repeat-x;
	min-height: 777px; /* height of bg image */

}
#header {
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 900px;
	height: 96px;
	
}
#header h3.info {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 15px;
	text-align: right;
	color: #fff;
}

#container {
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 904px;

}
#leftcol {
	float: left;
	position: relative;
	top: 0;
	width: 300px;

}
#logo {
	position: relative;
	top: 30px;
	left: 0;
	height: 59px;
}
#nav {
	position: relative;
	top: 50px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#nav ul.nav-list {
	margin:0 40px 0 0;
	padding:0;
	text-align: right;
}
#nav ul.nav-list li {
	list-style: none;
	line-height: 2.5em;
}
#nav ul.nav-list li a {
	padding: 4px 0 4px 10px;
}
#nav ul.nav-list li a:link, #nav ul.nav-list li a:visited {
	color: #48722d;
	text-decoration: underline;
}
#nav ul.nav-list li a:hover, #nav ul.nav-list li a:active, #nav ul.nav-list li a.selected {
	color: #fff;
	background-color:#719817;
	text-decoration: underline;
}
#newsletter {
	position: relative;
	top: 70px;
	right: 40px;
	text-align: right;
}
#newsletter span.icon {
	background-color: #48722d; 
	float: right;
	margin: 3px 5px 0 5px;
	
}

#newsletter p.simple {
	margin: 0;
	padding: 0;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#newsletter input.txt {
	font-family: "Courier New", Courier, monospace;
	font-size:12px; 
	border:2px solid #596f26;
	background-color: #c4e688;
	padding: 1px;
}

#rightcol {
	position: relative;
	top: 0;
	margin-left: 300px;
	width: 590px; /*  600 Total */
	background: #719817 url(http://www.thedayspa.ca/images/images/content_bg.jpg) no-repeat 0 0;
}

#rightcol_home {
	position: relative;
	top: 0;
	margin-left: 300px;
	width: 590px; /*  600 Total */
	background: #719817 url(http://www.thedayspa.ca/images/images/content_home_bg.jpg) no-repeat 0 0;
}

#ypages {
	position: absolute;
	top: 32px;
	right: 20px;

	
}

#main-content {
	padding: 30px 25px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 1.5em;
}

#main-content h1 {
	margin-top: 0;
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	color: #3e3d40;
	width: 314px;
}
#main-content h2 {
	clear: right;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#main-content ul li {
       /*clear: left;*/
}

#footer {
	position: relative;
        clear: both;
	margin-left: 325px;
	color: #393939;
	font: 10px bold Arial, Verdana, Helvetica, sans-serif;
	padding-top: 15px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #000;
}

#bot_extra {
	position: relative;
	margin: 0 auto;
	bottom: -10px;
	height:81px;
	background: url(http://www.thedayspa.ca/images/images/mat_bottom2.gif) 50% 0 no-repeat;
}

img.service {
	float: left;
	border: 1px solid #3e3d40;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
p.styles {
        /*clear: left;*/
	color: #fbe996;
}

#rightcol a.nextlink {color: #fff; font-weight: bold;}

/*/////////////////////////////////////////////////////////////////////*/
/*//// HOMEPAGE CSS ///////////////////////*/

div.news {
padding: 6px;
margin: 6px 0;
font-size: 12px;
font-family: Arial, Verdana, Sans-serif;
background-color: #678310;
color: #fff;
width: 340px;
}

div.news h3, div.news h3 { 
display:inline;
margin: 0;
padding: 0;
}

#promo {
	margin-left: 300px;
}

#home_tb {
	
	padding: 10px 10px;
}

#home_tb td p {margin:0; padding: 0;}

#home_tb h2 {
	font-size: 12px;
	color: #fbe996;
}


#home_tb ul {
	margin: 0;
	padding: 0;
}

div.home_sm_tb {
	background: #678310 url(http://www.thedayspa.ca/images/images/tb_top.gif) repeat-x 0 0;
	/*width: 247px;*/
	margin-bottom: 1.5em;
       color: #fff;
}
div.home_sm_tb p {
	font-weight: bold;
	padding: 4px 4px 0 4px;
}

div.home_whatsnew a img{
        border: 1px solid green;
}

div.home_whatsnew a:hover img{
        border: 1px solid #3e3d40;
}

div.home_whatsnew div {
	width: 245px;
	border: 1px solid #719817;
	margin-bottom: 6px;
}

ul.list2 li {
        padding-bottom: 1.5em;

}



/*/////////////////////////////////////////////////////////////////////*/
/*//// SERVICE TABLE ///////////////////////*/

table.service_tb {
	width: 550px;
	background:  url(http://www.thedayspa.ca/images/images/service_tb_top.gif) no-repeat 0 0;
	text-align: left;
        color: #fff;
        margin-bottom: 12px;
}

table.service_tb th {
	padding: 0 25px;
	height: 36px;
}

table.service_tb td {
	font-size: 11px;
	background-color: #588400;
}

table.service_tb td.title {
	padding: 6px 25px;
}
table.service_tb td.desc {
	padding: 6px 25px;
	font-style: italic;
}
table.service_tb td.price {
	padding: 6px 25px;
}

table.service_tb td.bot_extra {
	width: 550px;
	height: 9px;
	background: url(http://www.thedayspa.ca/images/images/service_tb_bot.gif) no-repeat 0 0;
}
/*/////////////////////////////////////////////////////////////////////*/
/*/// SIFR //////////////////////////////////////////*/

.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3.info {
	visibility: hidden;
    font-family: Verdana;
    line-height: 1em;
}

.sIFR-active h1 {
	font-size: 26px;
}

.sIFR-active h2 {
  font-size: 18px;
}

.sIFR-active h3.info {
  font-size: 18px;
  text-align: right;
}

/*/////////////////////////////////////////////////////////////////////*/
/*/// EXTRAS //////////////////////////////////////////*/

#left_leaf {
	position: absolute;
	top: 200px;
	left: 0;
	width: 142px;
	height: 301px;
	background-image: url(http://www.thedayspa.ca/images/images/leaves_left.png);
}

.adbox {
	position: relative;
	margin-top: 15px;
	margin-left: 300px;
	width: 590px; /*  600 Total */
	height: 120px; /* TEMP */
	background-color: #719817;
}

/*/////////////////////////////////////////////////////////////////////*/
/*//// COMMENTS ///////////////////////*/

div.comment_entries {
             
}

div.full_post {
        padding: 1.5em;
        color: #fff;
        background-color: #588400;
        margin-bottom: 1.5em;
}

/*/////////////////////////////////////////////////////////////////////*/
/*//// CONTENT SPECIFICS ///////////////////////*/

p.service_title {
        font: bold 14px Verdana, Arial, sans-serif;
        margin-bottom: 0;
}
p.service_headline {
        margin-top: 0;
        color: #fff;
}

hr {
        border-top: 1px solid #5B8400;
        height: 2px;
        color: #5B8400;
        padding: 0;
        margin: 0;
}

#contact_form #from, #contact_form #name, #contact_form #subject, #contact_form #phone, #contact_form textarea.contact {
        background-color: #C4E688;
        border: 2px solid #596F26;
        font-family: "Courier New", Courier, monospace;
}

#contact_form textarea {
        background-color: #719817;
        border: none;
}

img.img_photo {border: 3px solid green;}

div.guide_headline {
         background-color:#486E29;
}

div.guide_headline h2 {
         margin: 0; 
         padding: 6px 12px 2px 12px;
}

img.right {
         float: right;
         margin: 20px 0 20px 20px;
         border: 1px solid #3e3d40;
}

img.left {
         float: left;
         margin: 20px 20px 20px 0;
         border: 1px solid #3e3d40;
}

img.border {
         margin: 20px 0;
         border: 1px solid #3e3d40;
}

img.guide {
         border: 1px solid green;
}

h3.green_bg  {
         margin: 0; 
         padding: 6px 12px 2px 12px;
         background-color: #427029;
         color: #fff;
}

.red {
         color: red;
}
.green {
         color: green;
}
.big {
         font-size: 18px;
         font-weight: bold;
}
.darkgray {
         color: #3F3E40;
}

div.contest_box {
         position: relative;
         background: #588400 url(http://www.thedayspa.ca/images/images/service_tb_top.gif) no-repeat 0 0;
         color: #fff;
         min-height: 300px;
         width: 520px;
         padding: 3px 15px 5px 15px;
        
}