@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	height: 733px;
}
.oneColFixCtr #containerTest {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #cae9eb;
}
.oneColFixCtr #mainContent {
	background-image: url(Images/Boutique_main.jpg);
	height: 733px;
	width: 960px;
	background-color: #cae9eb;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtr #mainContentTest {
	width: 810px;
	background-color: #11191c;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: left;
}
.LinksDiv {
	height: 18px;
	width: 900px;
	margin-left: 300px;
	padding-top: 75px;
}
.LinksDivTest {
	height: 18px;
	width: 900px;
	margin-left: 300px;
	padding-top: 15px;
}
.fontLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #81cfcf;
	margin-left: 15px;
}
.FontMain1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #81cfcf;
}

.header {
	height: 130px;
	width: 480px;
	margin-top: 20px;
	margin-left: 320px;
	padding-left: 2px;
}
.Testimonialheader {
	height: 130px;
	width: 680px;
	margin-top: 20px;
}
.photoHeader {
	float: left;
	border: 3px ridge #CCCCCC;
}
.fontBoutiqueLarge {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman";
	font-size: 36px;
	color: #FFFFFF;
}
.fontBoutiqueMed {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman";
	font-size: 18px;
	color: #FFFFFF;
}
.fontBoutiqueMedBlack {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman";
	font-size: 16px;
	color: #000000;
}
.fontBoutiqueSmall {
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;
}
.Main1 {
	margin-left: 130px;
}
.TestiMain1 {
	margin-left: 350px;
}

.writingBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 320px;
	margin-top: 5px;
	width: 480px;
	background-color: #11191c;
	padding-left: 2px;
}
.writingBoxTest {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	width: 780px;
	background-color: #11191c;
	padding-left: 2px;
	margin-left: 20px;
}
.writingBoxContact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-left: 320px;
	margin-top: 35px;
	width: 480px;
	background-color: #cae9eb;
	padding-left: 2px;
	font-weight: bold;
}
.photoBoxMain {
	height: 129px;
	width: 104px;
	float: left;
}
.TestimonialBox {
	height: 129px;
	width: 250px;
	float: left;
	background-image: url(Images/Boutique_Bouquet.jpg);
	background-repeat: no-repeat;
}
.spaces {
	margin-left: 15px;
}
.fontContact_1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.fontTableheader {
	color: #FFFFFF;
	padding-left: 15px;
}
.enquiry {
	font-weight: normal;
	display: block;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}
.submit {
	font-weight: bold;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cae9eb;
	padding-bottom: 1px;
	border: 2px ridge #81cfcf;
}
.fontError {
	font-weight: bold;
	color: #c00;
}
.textReport {
	background-color: #202F35;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	/* Do rounding (native in Firefox and Safari) */
    /* -moz-border-radius: 10px;
	-webkit-border-radius: 10px; */

}
.textReptDummy {
	background-color: #11191c;
}
.photoTest {

}
