body {
	margin: 0px;
	padding: 0px;
	background-color: #1D2226;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
	height: 100%;
}
a {
	color: #FF6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
a:hover {
	color: #F60;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.centercontent {
	text-align: center;
}
.centercontent a {
border: none;	
}
.nobuttonborder {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.nobuttonborder a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.nobuttonborder a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#wrapper {
	padding: 0px;
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #topholder {
	clear: both;
	height: 100px;
}
#wrapper #banner {
	padding: 0px;
	height: 100px;
	width: 724px;
	float: left;
	margin: 0px;
}
#wrapper #datesitemap {
	float: right;
	width: 251px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #navigation {
	padding: 0px;
	height: 47px;
	width: 947px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #promo {
	padding: 0px;
	clear: both;
	width: 947px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container  {
	width: 947px;
	background-image: url(../images/subcontent.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	clear: both;
}
#wrapper #container #maincontent {
	float: left;
	width: 732px;
	background-image: url(../images/maincontent.png);
	background-repeat: repeat-y;
	background-position: right;
}
.contentarea {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent h2 {
	font-size: 24px;
	color: #C4FFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
    width: 712px;
}
h2#Promotional {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}

.contentarea h3 {
	font-size: 14px;
	font-style: italic;
	color: #FC0;
}
.contentarea ul {
	list-style-type: square;
}
.contentarea li {
	padding-bottom: 8px;
}

.subcontent   {
	float: right;
	width: 203px;
	padding: 0px;
	height: 100%;
	margin: 0px;
}
.subcontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}
#footer {
	clear: both;
}
#footer #footercontent {
	text-align: center;
	padding-top: 10px;
}
#footercontent ul li{
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}
#footercontent ul li a {
	margin-right: 5px;
	color: #FFF;
}
#footercontent ul li a:hover {
	margin-right: 5px;
	color: #F60;
}
fieldset#contactform {
	padding: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 505px;
	background-image: url(../images/formback.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 311px;
}
fieldset#contactform input {
	border: 1px solid #666;
}
fieldset#contactform input:hover {
	border: 1px solid #900;
}


.legend  {
	font-weight: bold;
	color: #F60;
	font-size: 16px;
	font-style: italic;
}
.label {
	float: left;
	width: 12em;
	font-weight: bold;
}

.required {
	color: #F60;
	font-weight: bold;
	font-size: 10px;
}
#inputbuttons {
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.button {
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #0F1720;
	border-bottom-color: #900;
	border-left-color: #0F1720;
}
.imageholder {
	clear: both;
	height: 287px;
	width: 375px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imagebefore {
	float: left;
	width: 181px;
}
.imageafter {
	float: right;
	width: 181px;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
.clear {
      clear: both;
      float: none;    
      background-color: #1D2226;
}

.cleartestimonials {
	clear: both;
	float: none;
	padding-top: 10px;
}
#satisfaction {
	width: 174px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 0px;
	left: auto;
	right: auto;
}
.holder {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.service {
	float: left;
	width: 600px;
}
.addtocart {
	float: right;
	width: 100px;
}

.boldtext {
	font-weight: bold;
	color: #FF0;
}
.paypalform
{
    width: 195px;
    clear: both;
    margin-top: -40px;
    float: right;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 502px;
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 460px;
}

#slideshow .slides ul {
	/* total width of all slides -
460px multiplied by 4 in this case */
width: 1840px;
}

#slideshow .slides li {
	width: 460px;
	float: left;
	padding: 20px;
}

#slideshow .slides h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
}

/* ---------------------------------------------------- */
/* SLIDESHOW &gt; NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1d2226;
	background-color: #000;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
	display: block;
	padding: 15px 20px;
	outline: none;
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*---------------*/
.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #1d2226;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}
