/*
  CSS for BREEZES Day Spa
  Author: 	Ronald van Geijn
  Date:		May 2010
  Version:	1.0
*/

/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a
{
  color: #524F46;
  outline: none;
}

body
{
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  background:url(../images/background_1.jpg) no-repeat;
  background-color: #94b9d9;
  min-width:1000px;
  text-align:center;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  text-align:left;
}

#header h1
{
  height: 110px;
  margin: 0 auto;
}

#header h1 a {
  display: block;
  margin-left: -9px;
  width: 287px;
  height: 107px;
  background: url(../images/breezes_logo.png) no-repeat;
}

#header h1 img
{
  display: none;
}
/* FONT Styling
 *
 */
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.4em;
}
p {
	font-size:1em;
	color:#333;
	margin:5px;
}
/*
 *
 * Main menu CSS
 *
 */
#mainmenu {
	background:url(../images/main_navi.png) no-repeat;
	/* position:relative; */
	float:left;
	width:1000px;
	height:42px;
	margin-bottom:10px;
}
.m {
	padding:0 !important;
	border:0 !important;
}
.m a {
	background:transparent url(../images/main_navi.png) no-repeat scroll 1px 0px;
	display: block;
    width:200px;
	float:left;
	height:42px;
	cursor: pointer;
}
.m active {
	cursor: default !important;
}

/* WEATHER PANEL */

.weather {
    margin-top:-70px;
	float:right;
	width:315px;
}

.weather td {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* CSS Sprite for main navigation */
#m0 	    { background-position: 0px -88px;}
#m0.active  { background-position: 0px 0px !important; }
#m0:hover   { background-position: 0px -44px; }
#m0:active  { background-position: 0px -0px; }

#m1			{ background-position:-203px -88px; }
#m1:hover 	{ background-position:-203px -44px; }
#m1:active	{ background-position:-203px -0px; }
#m1.active	{ background-position:-203px -0px !important; }

#m2			{ background-position:-402px -88px; }
#m2:hover 	{ background-position:-402px -44px; }
#m2:active	{ background-position:-402px -0px; }
#m2.active	{ background-position:-402px -0px !important; }

#m3			{ background-position:-601px -88px; }
#m3:hover 	{ background-position:-601px -44px; }
#m3:active	{ background-position:-601px -0px; }
#m3.active	{ background-position:-601px -0px !important; }

#m4			{ background-position:-799px -88px; }
#m4:hover 	{ background-position:-799px -44px; }
#m4:active	{ background-position:-799px -0px; }
#m4.active	{ background-position:-799px -0px !important; }

/*
 *
 * Scrollable (jQuery Tools) CSS
 *
 */
#scrollable {			/* for all browsers */
	position:relative;
	overflow:hidden;
	width:1000px;
	height:479px;
}
#items {
	height:390px;
	margin-top:10px;
	position: absolute;
	width: 9999em;
}
#items .item {
	float:left;
	width:998px;
	height:300px;
	text-align:center;
}

#thumbs {
	background:url(../images/navi.jpg) no-repeat;
	height:79px;
	position:absolute;
	margin-top:400px;
	width:1000px;
}
.t {
	padding:0 !important;
	border:0 !important;
}
.t a {
	background:transparent url(../images/navi.jpg) no-repeat scroll 0px 0px;
	cursor: pointer;
	display: block;
	float:left;
	height:79px;
	margin-left:31px;
	width:108px;
}
.t active {
	cursor: default !important;
}
.navi {
	margin-left:130px;
}
/* CSS Sprite for the navigation */
#t0 	    { background-position:-24px -167px;margin-left:24px;}
#t0.active  { background-position:-24px 0px !important; }
#t0:hover   { background-position:-24px -83px; }
#t0:active  { background-position:-24px -251px; }

#t1			{ background-position:-163px -167px; }
#t1:hover 	{ background-position:-163px -83px; }
#t1:active	{ background-position:-163px -251px; }
#t1.active	{ background-position:-163px -0px !important; }

#t2			{ background-position:-302px -167px; }
#t2:hover 	{ background-position:-302px -83px; }
#t2:active	{ background-position:-302px -251px; }
#t2.active	{ background-position:-302px -0px !important; }

#t3			{ background-position:-441px -167px; }
#t3:hover 	{ background-position:-441px -83px; }
#t3:active	{ background-position:-441px -251px; }
#t3.active	{ background-position:-441px -0px !important; }

#t4			{ background-position:-580px -167px; }
#t4:hover 	{ background-position:-580px -83px; }
#t4:active	{ background-position:-580px -251px; }
#t4.active	{ background-position:-580px -0px !important; }

#t5			{ background-position:-719px -167px; }
#t5:hover 	{ background-position:-719px -83px; }
#t5:active	{ background-position:-719px -251px; }
#t5.active	{ background-position:-719px -0px !important; }

#t6			{ background-position:-855px -167px; }
#t6:hover 	{ background-position:-855px -83px; }
#t6:active	{ background-position:-855px -251px; }
#t6.active	{ background-position:-855px -0px !important; }
.details {
	font-size:2em;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
}
/*
 *
 * Content Section Styling
 *
 */
#content {
	background-color:#FFF;
	margin-top:60px;
	width:1000px;

}
* html #content {			/* only for IE */
	margin-top:0px;
}
#news {
	background:url(../images/home_news.jpg) no-repeat;
	float:left;
	height:202px;
	margin-top:10px;
	width:1000px;
	-moz-border-radius: 5px 5px 0px 0px;
}
/*
 *
 * Service styling
 *
 */
#services {
	padding:10px;
	min-height:400px;
	width:1000px;
}
.heading {
	font-size:1.5em;
	color:#F90;
}
.name {
	font-size:1.2em;
	color:#39C;
	font-weight:bold;
}
.description {
	font-size:0.9em;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.price ul {
	list-style:disc;
}
.price li {
	display:inline;
	font-size:0.75em;
	color:#36C;
	font-style:italic;
}
.quicklinks a{
	text-decoration:none;
	margin-left:10px;
}
.quicklinks a:hover {
	color:#6C0;
	font-weight:bold;
}
.address {
	font-size:14px;
	color:#333;
}
/*
 * BREEZES Team Styling
 */
.breezes_team {

	margin-left: auto;
	margin-right:auto;
	width:496px;
}
.staff {
	margin-top:15px;
}
.staff td {
	font-size:12px;
	color:#333;
	padding:5px;
}
.staff ul {
	margin-left:30px;
}
.staff li {
	list-style: square outside none;
}
/*
 * Yahoo Map widget styling
 *
 */
#map {
	border:2px solid #69C;
}
.marker_title {
	font-size:11px;
	font-weight:bold;
}
.marker_address {
	font-size: 10px;
}
.marker_telephone {
	font-size: 10px;
	font-weight:bold;
}
/*
 * SHOP STYLING
 *
 */
.lnk_button {
	text-decoration:none;
	margin-left:130px;
}
.lnk_button:link, .lnk_button:visited, .lnk_button:focus, .lnk_button:active,.lnk_button:hover {
	text-decoration:none;
}
#shop {
	padding:10px;
	min-height:400px;
	width:950px;
}
#shop .thumbnails{
	float:left;
	width:400px;
}
#shop .thumbnails .items {
	float:left;
	padding:5px;
}
#shop .thumbnails .items img{
	border:1px solid #CCC;
}
#shop .information {
	float:left;
	width:500px;
}
#shop .information * { font-family: Verdana; font-size: 96%; }
#shop .information label { width: 10em; float: left; }
#shop .information label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#shop .information p { clear: both; margin-top:5px; margin-bottom:5px; }
#shop .information .submit { margin-left: 1em; }
#shop .information .preview { margin-left: 11em; margin-top:-25px; }
#shop .information em { font-weight: bold; padding-right: 1em; vertical-align: top; }
#shop fieldset {
	border: 1px solid #999;
	padding:10px;

}

/*
 *
 */
#signup_now {
	position:absolute;
	margin-left:5px;
	margin-top:-11px;
	z-index:9999;
}
.signup_success {
	display:none;
	background-image:url(../images/marian_presents_thankyou.jpg);
	float:left;
	width:536px;
	height:408px;
	margin-top:-11px;
	padding-top:70px;
}
.signup {
	display:none;
	background-image:url(../images/marian_presents.jpg);
	float:left;
	width:536px;
	height:408px;
	margin-top:-11px;
	padding-top:70px;
}
.signup .frm_signup_error {
	margin-left:290px;
	margin-top:-10px;
	color:red;
}
.signup p {
	clear:both;
}
.signup em {
	font-weight:bold;
	padding-right:1em;
	vertical-align:top;
}
.signup label {
	float:left;
	margin-left:120px;
	width:10em;
}
.signup label.error {
	float:none;
	color:red;
	padding-left: .5em;
	vertical-align:top;
}
.signup input {
	width:200px;
}
.signup input.error{
	border:1px solid red;
	background-color:#F99;
}
.signup .submit {
	margin-left:290px;
}
.facebook {}

/*
 *
 * Footer Section Styling
 *
 */
#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}
#footer a {
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}
#footer a:hover {
	text-decoration:underline;
	color:#FC0;
}
#footer ul {
	display: inline;
}
#footer li {
	list-style: none;
	margin-right:15px;
	display:inline;
}
.symfony {
	font-size:12px;
	color:#FFF;
}
