/*----------------------------
HEAD
------------------------------*/

#header {
	background-position: center top;
	padding: 0px;
	background-image: url(images/lotus-header.jpg);
	height: 240px; 
	width: 960px;
}

#header h1 {
	clear: right;
	font-size: 300%;
	color: #ffffff;
	text-align: right;
	margin-right: 20px;
	/*text-shadow: 2px 2px 4px #998c4c; */
}

#header .headerSubtitle {
	font-size: 60%;
	font-weight: normal;
	margin-right: 277px;
}

#header p.phoneNumber {
	color: #ffffff;
	font-size: 140%;
	text-align: right;
	margin: 10px 20px 7.5px 0px;
	padding: 10px 10px 7.5px 12px;
	background-color: #686747;
	width: 23%;
	float: right;
	/* CSS3 Gradient */
	background:-webkit-gradient(linear, left top, left bottom, from(#686747), to(#998c4c));
	background:-moz-linear-gradient(top, #686747, #998c4c);
	background:-o-linear-gradient(top, #686747, #998c4c);
	background:linear-gradient(top, #686747, #998c4c);
}

#header p.headerSeo {
	color: #ffffff;
	text-align: center;
	margin: 40px 20px 0px 20px;
	font-size: 125%;
}

/*----------------------------------
MAIN NAVIGATION
------------------------------------*/
/* See css file in TacoComponents/MenuMatic/MenuMatic_navigation.css */

/* --------------------------------
			BODY
----------------------------------*/


h2 {
	color: #D86C9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	margin-top: 10px;
}

h3 {
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.750em;	/* 28px */
}

body {
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	background-color: #CBDEC6;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	clear: left;
	width: 960px;
	max-width: 60em;
	margin: 15px auto 0 auto;
	text-align: left;	
	background-color: #FFFFFF;
}

#introBox {
	/*padding: 10px;*/
	padding-top: 0 10px 10px 10px;
}

#introText h2 {
	/*font-size: 200%; sanja */
    margin-top: 10px;
    margin-bottom: 15px;
}
#introText {
	width: 34.375em; /* 550px */
	margin-right: 1.250em; /* 20px */
	padding-left: 0.625em; /* 10px */
}

#introText p {
	font-size: 1.250em; /* font-size: 1.375em;  sanja *//* 22px */
	color: #636363;
	text-align: justify;	
	/*
	margin-top: 5px;
    margin-bottom: 5px;
	*/
}

#button {
	background-color: #fde2f3;
	padding: 5px;
	text-decoration: none;
	color: #D86C9E;
	font-size: 0.750em; /* 12 px */
	/* css3  rounded corners*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	border: 2px outset #fde2f3;
	/* new */
	margin-top:100px;
}

#button:hover {
	text-decoration: underline;
	color: #b6196e;	
}

#video {
	float: right;
	/*margin-top: 0.625em; /*10px */ 
	margin-top: 0;
}

#strapline {
	color: #b6196e;
	text-align: center;
	font-weight: bold;
	font-size: 1.625em; /* 26px */
	border-top: 2px solid #cbdec6;
	border-bottom: 2px solid #cbdec6;
	margin: 10px 5px 5px 5px;
}

#content {
	padding: 20px 10px 10px 20px; 
	color: #636363;	
	background-color: #FBF2F7;
	min-height: 28.125em; /*450px*/
}

#content a:link {
	color: #B6196E;
}

#content a:visited {
	color: #D86C9E;
}

#content a:hover {
	background-color: #fde2f3;
}

#questions {
	float: left;
	width: 620px;
	margin-right: 20px;
}

#questions img {
	border: 2px solid #C0D8BA;
	padding: 7.5px;
	margin-right: 25px;	
}

#questions h3 {
	margin: 0px 0px 0px 280px;
	color: #D86C9E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	padding: 10px 0px;
}

#questions ul {
	margin-top: 20px;
}

#questions ul li {
	font-size: 1.250em; /* 20px */
	text-align: justify;	
	line-height: 1.250em;
	padding-bottom: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

#questions p {
	float: left;
	font-weight: bold;
	font-size: 1.375em; /* 22px */
	margin-top: 0px;
}

#questions p .number {
	color: #B6196E;
}

#testimonial {
	float: right;
	width: 250px;
	background: #cbdec6;
	color: #3B6332;
	padding: 10px;	
	/* Speech bubble css */
	position: relative;

/* css3 rounded corners */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Speech Triangle */
#testimonial:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 25px;
	border-width: 50px 30px 0 0;
	border-style: solid;
	border-color: #cbdec6 transparent;
}

#testimonial p {
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	padding: 0 7.5px;
}

#testimonial .clientName {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	top: 10px;	
}

/* FOOTER */
#footer {
	clear: both;
	padding: 10px 20px 40px 20px;
	background: #FDCDE6;
	color:  #555555;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#footer a:link {
	color: #555555;
}

#footer a:visited {
	color: #555555;
}

br.clear {
		clear: both;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}




