/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */






/* Kanata Massage Therapy */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12pt;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	background-color: #7da0c4;
}


#wrapper {
	width: 767px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	margin-left: auto;
	margin-right: auto;
	width: 275px;
	height: 54px;
	margin-top: 32px;
	margin-bottom: 18px;
	background-image:url('images/logo.png');
}




/* MENU */


#menu {
	width: 725px;
	height: 62px;
	position: relative;
	background-image:url(images/menu_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	height: 62px;
	display: block;
	text-indent: -5000px;
}

#menu .link1 {
	background-image: url(images/menu_home.png);
	background-repeat: no-repeat;
	width: 124px;
}

#menu .link1:hover {
	background-position: 0 -62px;
}



#menu .link2 {
	background-image: url(images/menu_faq.png);
	background-repeat: no-repeat;
	width: 68px;
}

#menu .link2:hover {
	background-position: 0 -62px;
}


#menu .link3 {
	background-image: url(images/menu_services.png);
	background-repeat: no-repeat;
	width: 104px;
}

#menu .link3:hover {
	background-position: 0 -62px;
}


#menu .link4 {
	background-image: url(images/menu_staff.png);
	background-repeat: no-repeat;
	width: 82px;
}

#menu .link4:hover {
	background-position: 0 -62px;
}


#menu .link5 {
	background-image: url(images/menu_prices.png);
	background-repeat: no-repeat;
	width: 90px;
}

#menu .link5:hover {
	background-position: 0 -62px;
}


#menu .link6 {
	background-image: url(images/menu_hours.png);
	background-repeat: no-repeat;
	width: 90px;
}

#menu .link6:hover {
	background-position: 0 -62px;
}


#menu .link7 {
	background-image: url(images/menu_contact.png);
	background-repeat: no-repeat;
	width: 167px;
}

#menu .link7:hover {
	background-position: 0 -62px;
}




/* MENU BOTTOM */


#menu_bottom {
	width: 725px; /* 724 originally but added extra room for image over-lap .... 744*/
	height: 200px;
	position: relative;
	background-image:url(images/menu_bottom.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}







/* CONTENT */

#content {
	width: 681px; /* 724 - 21 - 22 */
	float: left;
	padding-left: 21px;
	padding-right: 22px;
	padding-top: 8px;
	position: relative;
	margin-bottom: 20px;
}


#content p {
	font-size: 14px;
	line-height: 13pt;
	margin-bottom: 20px;
}

#content h1 {
	margin-top: 22px;
	margin-bottom: 14px;
	text-indent: -3000px; /* hide text */
}


#content h2 {
	text-indent: -3000px; /* hide text */
	margin-top: 9px;
	margin-bottom: 14px;
}



#content a {
	color: #fcb3ec; /* ORIGINAL 46174c */
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}



.divider_445 {
	border-top: 1px solid #9ab5d1;
	margin-top: 18px;
}

.divider_200 {
	border-top: 1px solid #9ab5d1;
	margin-top: 18px;
	width: 455px;
}







/* CONTENT: HOME */

#content.home h1, p {
	padding-right: 240px;
}

#content.home .divider_445 {
	margin-right: 240px;
}







/* CONTENT: RIGHT / LEFT */

#content.content_right {
	padding-left: 280px;
}

#content.content_left {
	padding-right: 240px;
}






/* RIGHT BUBBLES */

#right_bubble {
	position: absolute;
	float: right;
	width: 246px;
	top: 8px;
	left: 478px;
	background-color: #78a4d1;
}

#right_bubble h2, #left_bubble h2 {
	margin-left: 22px;
	margin-top: 20px; 
}

#content.home #right_bubble p, #content.content_right #left_bubble p, #content.content_left #right_bubble p {
	margin-left: 22px;
	padding-right: 17px;
}



#right_bubble ul {
	margin-left: 22px;
}

#right_bubble ul li {
	font-size: 14px;
	line-height: 13pt;
	margin-bottom: 8px;
	padding-right: 13px;
}

#right_bubble ul li.flower {
	background-image:url('images/flower_li.png');
	background-repeat: no-repeat;
	padding-left: 23px;
}




/* LEFT BUBBLES */

#left_bubble {
	position: absolute;
	float: left;
	width: 246px;
	top: 8px;
	left: 0px;
	background-color: #78a4d1;
}





/* COLUMNS */


#two_columns {
	width: 446px;
	height: 300px;
	background-image:url('images/two_column_bg.png');
	background-repeat: no-repeat;
}


#column_one {
	width: 210px;
	float: left;
}


#column_two {
	width: 202px;
	float: left;
	margin-left: 30px;
}


#content.home #two_columns p {
	font-size: 14px;
	line-height: 13pt;
	margin-bottom: 15px;
	padding-right: 0px;
}









/* FOOTER */

#footer {
	clear: left;
	height: 100px; /* 82 - 21 - 33 */
	background-color: #658db6;
	padding-top: 15px;
	padding-bottom: 50px;
}

#footer p {
	color: #ffffff;
	font-size: 10pt;	
	line-height: 13pt;
	margin-bottom: 10px;
	text-align: left;
	width: 492px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	text-decoration: none;
	color: #fcb3ec;
}

#footer a:hover {
	text-decoration: underline;
}





