/*
Design by karleen
http://www.silverscripts.net
*/
body {
	margin: 0;
	padding: 0;
	background: #9f5fa9;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Purple;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #bc04ba;
	text-align: center;
}

a {
	color: #bc04ba;
}

a:hover {
	text-decoration: none;
}
hr{
	width: 430px;
	background-color:#800080; 
}
/** HEADER */

#header {
	width: 706px;
	height: 150px;
	margin: 0 auto 10px;
	background: #800080 url(images/header.png) no-repeat left top;
	
}

#header h1 {
	margin: 0 100px 0 0;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
	font-size: 36px;
	font-style: normal;
	letter-spacing: -2px;
	color: #FFFFFF;
	display: none;
}

#header h2 {
	display: none;
	padding-left: 100px;
}

/** MENU */
.menu ul{
	font: bold 15px arial;
	padding-left: 0px;
	margin-left: 20px;
	height: 30px;
	padding: 125px;
}

.menu ul li{
	list-style: none;
	display: inline;
	
}

.menu ul li a{
	padding: 0 10px 0px 10px;
	text-decoration: none;
	float: left;
	color: #deb4e6;
	background:#bc04ba url(imagees/but.png);
	border: 1px solid #800080;
}

.menu ul li a:hover{
background: #deb4e6 url(images/buthov.gif);
color:#bc04ba; 
border-style: outset;
}

html>body .menu ul li a:active{ 
border-style: inset;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0 auto 1em auto;
	background-color: #deb4e6;
	border: 4px solid #800080;
}

#content * {
	line-height: 140%;
}

#left {
	float: left;
	width: 430px;
	padding: 25px 20px 0 30px;
	
	}

#right {
	float: right;
	width: 190px;
	padding: 25px 20px 0 10px;
	}
	
img.right {
	border: 2px solid #800080;
	width:190px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: 2px solid #800080;
	width:200px;
}
.text{
	padding: 10px 20px 0 20px;
}
.testamonial{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	color:#333333;
	text-indent: 5px;
}
.phrases{
	font-size: 10px;
	color: #bc04ba;
	font-style: italic;
	text-align: center;
	padding: 5 5;
}
	/**form*/
#page-wrap {
	width: 660px;
	background-color: #deb4e6;
	border: 4px solid #800080;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #9f5fa9;
}

#contact-area textarea {
	height: 100px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #9f5fa9;
}
contact-area input.checkbox{
display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
  border:0;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font: 12px bold;
}	
br{
clear: right;
}
/** FOOTER */

#footer {
	width: 706px;
	height: 78px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(images/foot.gif) no-repeat left top;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #9f5fa9;
}
.note{
	font:bold 8px arial, helvetica, sans-serif;
	color:#000000;
	text-align:center;
}
