@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	text-align: center; /* Centers the container in IE 5.x browsers. The #container is then used to reset the default back to left-aligned. */
	color: white;
	background: #4250cc url(../images/watermark3.jpg) repeat fixed;
	height: 100%;
	width: 100%;
}

#container {
	display: block;
	background: transparent;
	text-align: left; /* Override the text-align: center needed for ie glitch*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	width: 99%;
	left: 0;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0;
	padding: 10px 0 0.5em 0;
	text-align: center;
}

#sidebar {
	float: left;
	font-size: medium;
	width: 17em;
	padding-top: 1em;
	margin: 0.5em 0 0 -1em;
	background-color: transparent;
}

#menu ul {
	list-style-type: none;
}

#menu ul li ul li ul li {
	background-image: url(../images/77a.png);
}

#menu ul li ul li {
/*	background-image: url(../images/77a.png); */
}

div.category {
	background-image: url(../images/99c.png);
	color: black;
 	border-top: 2px solid #335;
 	border-bottom: 1px solid #335;
	border-left: 1px solid #88B;
	border-right: 1px solid #88B;
}

.category:hover {
	background: #AAD;
	color: #338;
}

#sidebar #menu {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}

#menu a {
	display: block;
	font-size: 14px; 
	padding: 0.5em 0 0.5em 0;
	color: #337;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/99c.png);
	border: 1px solid #88B;
}

#menu a:link {
	color: #CCC;
}

#menu a:visited {
	color: #CE9;
}

#menu a:hover {
	background: #AAD;
	color: #396;
}

h1 {
	padding: 0.5em;
	margin: 0;
	font-size: medium;
	text-align: center;
	background-image: url(../images/447.png);
	border-top: 1px solid #88B;
	border-left: 1px solid #88B;
	border-right: 1px solid #88B;
}

#valid {
	vertical-align: bottom;
	text-align: center;
	padding: 1em;
/*	background: red;*/
/*	height: 0 auto;*/
}

#valid img {
	border: 0;
}

#main {
	margin: 0 20px 0 18em;
	padding: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#slideshow {
	text-align: center;
}

.pricing {
	width: 100%;
	border: 4px solid black;
}

.pricing ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pricing td {
	border: 2px solid #777;
}

.package {
	padding: 0.5em 0 0.5em 1em;
}

.package li {
	padding-left: 2em;
}

.header {
	text-align: center;
}

p {
	margin: 0 1em 0 1em;
	padding: 0.5em 0 0.5em 0;
}

a:link {
  color: #88F;
	font-weight: bold;
	letter-spacing: 1px;
}

a:visited {
  color: #CE9;
}

a:hover {
  color: #F66;
}

/* A somewhat dirty hack using an artificial spaced to push the footer down to the bottom */
#spacer{
	display: block;
	height: 95%;
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}

#footer {
	clear: both; 
	vertical-align: bottom;
	height: 5%;
	padding: 0;
	margin: 0; 
}

#footer table {
	width: 100%;
}

#footer .left {
	font-size: 11px;
	text-align: left;
}

#footer .right {
	font-size: 11px;
	text-align: right;
}

/* Miscellaneous classes for reuse */
.float_right { /* 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;
}

.float_left { /* 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;
}

#services {
	padding-left: 3em;
	margin: 0;
}

.frame {
	float: left;
	height: 160px;
	width: 200px;
	background: url(../images/picture_frame.png);
	margin: 0.5em;
}

.frame img {
	position: relative;
	top: 20px;
	border: 0;
}
