@charset "UTF-8";
body {
	background: #CCCCCC;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, "Helvetica Light", sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
}
a:link {
	text-decoration: none;
	color: #0F0470;
	text-align: center;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #333333;
	text-align: center;
	font-style: normal;
}
a:hover {
	color: #7E037E;
	text-align: center;
	font-style: normal;
}
a:active {
	text-decoration: none;
	color: #0F0470;
	text-align: center;
	font-style: italic;
}
.darkbluetype {
	color: #0F0470
}
.darkfusciatype {
	color: #7E037E
}
.darkredtype {
	color: #CC0000
}
.darkpinktype {
	color: #FF3399
}
.aboutus h3 {
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}
.greytype {color: #666666}
.oneColFixCtrHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 0px 10px 10px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.headertableaddress   {
	vertical-align: middle;
	padding: 20px 30px 10px;
}
.oneColFixCtrHdr #container #header h2 {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 115px;
}
.gallerypage  #mainContgallery {
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC center;
	color: #FFFFFF;
	width: 800px;
	margin: 0px 15px;
}
.oneColFixCtrHdr #container #footer a:link {
	color: #0F0470;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}
.oneColFixCtrHdr #container #footer a:visited {
	color: #333333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #7E037E;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}
.oneColFixCtrHdr #container #footer a:active {
	color: #0F0470;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 2em;
}
h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
.faq a:link {
	color: #0F0470;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	font-size: large;
	display: block;
	text-align: left;
	font-style: normal;
}
.faq a:visited {
	color: #0F0470;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	font-size: large;
	display: block;
	text-align: left;
	font-style: normal;
}
.faq a:hover {
	color: #7E037E;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	font-size: large;
	display: block;
	text-align: left;
	font-style: normal;
}
.faq a:active {
	color: #0F0470;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	font-size: large;
	display: block;
	text-align: left;
	font-style: normal;
}
.backtotop a {
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	line-height: 2em;
	text-align: center;
}
.faqsectionquestion {
	color: #0F0470;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	font-size: large;
	display: block;
	text-align: left;
	font-style: normal;
}
.clickhere a {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.serviceslineheight {
	line-height: 1.5em;
}
.questionmarkimage {
	margin: 0px;
	padding: 0px;
}
.products #mainContent {
}
.gallery td {
	border: 1px solid #CCCCCC;
	height: 120px;
	width: 110px;
}
.aboutus   td  {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background: top;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
blockquote {
	padding-left: 5em;
}
table p {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
.homepagequote {
	margin-left: 25%;
	display: block;
}
.oneColFixCtrHdr #container #credit {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	text-align: right;
	color: #999999;
	font-size: x-small;
}
