﻿body {
	margin: 0px;
	background-color: #000000;
}

#container {
	width: 765px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 25px 0 0 -384px;
}

/*----------------------------------------------------*/
/*----------------------header------------------------*/
/*----------------------------------------------------*/

#header {
	width: 760px;
	height: 75px;
	position: absolute;
	left: 4px;
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #860037;
}

#header img {
	margin-top: 19px;
}

#topPhone {
	width: 200px;
	height: 20px;
	position: absolute;
	top: 84px;
	left: 565px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#topPhone a:link, #topPhone a:visited {
	color: #860037;
	text-decoration: underline;
}

#topPhone a:active, #topPhone a:hover {
	color: #860037;
	text-decoration: none;
}

/*----------------------------------------------------*/
/*-----------------------topNav-----------------------*/
/*----------------------------------------------------*/

#topNav {
	width: 570px;
	height: 15px;
	position: absolute;
	left: 7px;
	top: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#topNav a:link, #topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active {
	color: #d2d2d2;
	text-decoration: none;
}

/*----------------------------------------------------*/
/*---------------------theBody------------------------*/
/*----------------------------------------------------*/

#content {
	width: 765px;
	height: auto;
	position: absolute;
	top: 120px;
	left: 0;
	background: url(../images/bkgd_1.jpg) left top no-repeat;
	padding-bottom: 25px;
}

#contentBottom {
	background: url(../images/bkgd_2.jpg) bottom left no-repeat;
}

#theBody {
	width: 746px;
	height: auto;
	background-color: #ffecf4;
	background: url(../images/contentBkgd.jpg) left top repeat-y;
	margin: 11px 0 0 10px;
}

#secondContainer {
	width: 746px;
	height: auto;
	background-color: #ffecf4;
	background: url(../images/rightColumn.jpg) bottom right no-repeat;
	margin-bottom: 10px;
}

/* .......... clearfix from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ........................... */

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
/* ........................... */

/*--------------------leftColumn----------------------*/

#leftColumn {
	width: 350px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/contentBkgd.jpg);
}

#picture {
	display: none;
}

#logo {
	width: 275px;
	height: 90px;
	position: relative;
	margin-left: 15px;
}

#call {
	width: 150px;
	height: 80px;
	position: absolute;
	top: 6px;
	left: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 20px;
}

.phone {
	font-size: 18px;
	font-weight: bold;
	color: #860037;
}

/*-------------------rightColumn----------------------*/

#rightColumn {
	width: 382px;
	height: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	padding: 0 14px 0 0;
}

#rightColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b292a;
	margin: 0 0 6px 6px;
	padding: 0;
}

#rightColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b292a;
	margin: 0;
	padding: 0 0 8px 6px;
	background: url(../images/h2.gif) left bottom no-repeat;
}

#rightColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0;
	margin: 10px 0 0 0;
}

#rightColumn p {
	margin: 0;
	padding: 10px 0;
}

#rightColumn a:link, #rightColumn a:visited {
	color: #860037;
	text-decoration: underline;
	font-weight: bold;
}

#rightColumn a:hover, #rightColumn a:active {
	color: #860037;
	text-decoration: none;
	font-weight: bold;
}

#rightColumn img {
	border: 1px solid #860037;
}


/*--------------------------------------------------------------*/
/*--------------------------miniContact-------------------------*/
/*--------------------------------------------------------------*/

#miniContainer {
	width: 373px;
	height: 133px;
	position: relative;
	margin: 9px 0 17px 5px;
}

#miniPNG {
	width: 373px;
	height: 153px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/miniContact.png) left top no-repeat;
	z-index: 1;
}

#miniContact {
	width: 228px;
	height: 121px;
	position: absolute;
	margin: 0;
	padding: 6px 0px 6px 145px;
	color: #000000;
	z-index: 5;
}

#miniContact input {
	color: #860037;
	width: 140px;
	padding: 2px 10px;
	border: 1px solid #860037;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 6;
}

#miniContact textarea {
	color: #860037;
	width: 141px;
	padding: 2px 10px;
	margin: 0;
	border: 1px solid #860037;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 7;
}

#required {
	width: 50px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 320px;
	text-align: center;
	z-index: 8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#submitBtn input {
	position: absolute;
	top: 100px;
	left: 310px;
	background: none;
	width: 63px;
	height: 21px;
	border: 0;
	z-index: 9;
}

/*--------------------------------------------------------------*/
/*--------------------------mainContact-------------------------*/
/*--------------------------------------------------------------*/

#contactBkgd {
	background-color: #ecc5d5;
	width: 370px;
	height: 475px;
	position: absolute;
	left: 375px;
	top: 100px;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}

#mainContact {
	width: 366px;
	height: 453px;
	position: absolute;
	left: 375px;
	top: 100px;
	border: double #80143f;
	background: none;
	margin-bottom: 7px;
	padding: 6px 0 12px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 6;
}

#mainContact input {
	width: 201px;
	background-color: #f6edfc;
	border: 1px solid #ecc5d5;
	margin-top: 6px;
	color: #80143f;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContact textarea {
	width: 201px;
	background-color: #f6edfc;
	border: 1px solid #ecc5d5;
	margin-top: 6px;
	color: #80143f;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainSubmit input{
	background: none;
	width: 63px;
	height: 21px;
	border: 0;
}

/*--------------------------------------------------------------*/
/*--------------------------consultation-------------------------*/
/*--------------------------------------------------------------*/

#consultBkgd {
	background-color: #ecc5d5;
	width: 375px;
	height: 380px;
	position: absolute;
	left: 370px;
	top: 710px;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}

#consultation {
	width: 370px;
	height: 360px;
	position: relative;
	left: 10px;
	top: 0px;
	border: double #80143f;
	background: none;
	margin-bottom: 7px;
	padding: 0px 0 15px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#consultation input {
	width: 201px;
	background-color: #f2f2f2;
	border: 1px solid #80143f;
	margin-top: 6px;
	color: #80143f;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#consultation textarea {
	width: 201px;
	background-color: #f2f2f2;
	border: 1px solid #80143f;
	margin-top: 6px;
	color: #80143f;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainSubmit input{
	background: none;
	width: 106px;
	height: 21px;
	border: 0;
}

/*----------------------------------------------------*/
/*----------------------footer------------------------*/
/*----------------------------------------------------*/

#footer {
	width: 760px;
	margin-top: 24px;
	margin-left: 3px;
	padding-top: 10px;
	border-top: 1px solid #860037;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #860037;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	color: #860037;
	text-decoration: none;
	font-weight: bold;
}

#bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bottomNav a:link, #bottomNav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#bottomNav a:hover, #bottomNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/*------------others--------------*/
.caption {
	font-size: 11px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.marginTop {
	margin-top: 15px;
}

#testimonial {
    background-color: #e8ccc9;
    width: 372px;
    border: 1px solid #8d2c50;
    padding: 20px 10px 20px 10px;	
}