/* CSS doc */                /* 72adc0 */

body {
	background-color:#999999;
	color:#000000;
	font-family: Tempus Sans ITC, arail;
	text-align:justify;
}

h1 {
	font-family: Tempus Sans ITC, arail;
	font-size:30px;
	margin-top:-5px;
	margin-bottom:-5px;
	text-align:center;
}

img {
	border:0px solid #000000;
	vertical-align:top;
}

table {
	border:1px solid #C0C0C0;
	padding:20px 20px 20px 20px;
}

td {
	border:1px solid #C0C0C0;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

a:active {
	color:#FF0000;
	text-decoration:underline;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:705px; /* Took 10 px to compensate the 5 padding on each side */
	padding:0px 10px 3px 5px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:2px groove #C0C0C0;
	z-index:900;
}
* html #wrapper {
	padding:0px 0px 3px 0px;
}

#content-wrapper {
	padding-top:5px;
	padding-left:5px;
	float:left;
	width:710px;
	z-index:9000;
}

#left-content {
	width:400px;
	float:left;
}

#right-content {
	width:300px;
	float:right;
	padding:10px;
}

.content-pricing {
	margin:0px 10px 0px 0px;
}

.main-image {
	margin-left:25px;
	margin-top:38px;
}

#image-nav {
	width:700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	margin-left:-7px;
}

* html #image-nav {
	width:655px;
	margin-left:0px;
}


.horz-fix {
	margin-bottom:20px;
}

#page-wrapper {
	width:710px;
}

.middle {
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:195px;
	margin-left:250px;
	z-index:90;
	font-size:1.3em;
}
* html .middle {
	margin-left:-90px;
}

*:first-child+html .middle {
	margin-left: -90px;
}

#image-display {
	width:700px;
	float:left;
}

#loadarea {
	width:706px;
	height:660px;
	padding:2px 2px 2px 2px;
	text-align:center;
}

#footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:720px; /* There is 5 more px on each side because of the padding in the wrapper */
	text-align:center;
	height:80px;
	background-image:url(images/footer.gif);
	margin-left:-5px;
	margin-bottom:-4px;
}
* html #footer {
	width:720px; /* There is 5 more px on each side because of the padding in the wrapper */
	margin-left:0px;
	margin-bottom:-3px;
}

#footer-left {
	float:left;
	width:210px;
	text-align:left;
	padding-left:5px;
	margin-top:50px;
}

#footer-right {
	float:right;
	width:190px;
	text-align:right;
	padding-right:5px;
	margin-top:50px;
}
/* - - - - - NAV - - - - - */
#nav {
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	margin-bottom:5px;
	padding-bottom:2px;
	width:710px; /* There is 5 more px on each side because of the padding in the wrapper */
	text-align:center;
}

.nav-border {
	border-bottom:2px groove #C0C0C0;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

* html .nav-border {
	border-bottom:2px groove #C0C0C0;
	margin-top:-19px;
}

#nav a:link {
	color:#000000;
	text-decoration:underline;
}
#nav a:visited {
	color:#000000;
	text-decoration:underline;
}
#nav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#nav a:active {
	color:#FF0000;
	text-decoration:underline;
}
/* - - - - - END NAV - - - - - */

.clear {
	clear:both;
}

.text-center {
	text-align:center;
	clear:both;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.float-right {
	float:right;
	font-size:1.3em;
}
.float-right2 {
	float:right;
	font-size:1.3em;
}

.float-left {
	float:left;
	font-size:1.3em;
}

.pad-30-left {
	padding-left:30px;
}

.text-underline {
	text-decoration:underline;
}

.size11-font {
	font-size:11px;
}

.caption {
	font-size:11px;
}

.width180-justify {
	width:180px;
	text-align:justify;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
}
