/* CSS Document */
body {
	color: #203266;
	background-color: #203266;
	background-image: url(images/page_bg_dk.jpg);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height:100%;

}
/* DIV */
#outer_home
{
	width: 800px;
	height: 500px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	visibility: hidden;
}
#outer_photo
{
	width: 800px;
	height: 500px;
	background-image: url(../images/main_photo.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
}
#outer_contact
{
	width: 800px;
	height: 500px;
	background-image: url(../images/main_contact.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	visibility: hidden;
}
#outer_pricing
{
	width: 800px;
	height: 500px;
	background-image: url(../images/main_pricing.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	visibility: hidden;
}
.content
{    
	width: 800px;
}
#left {
	float: left;
	width: 500px;
	padding-top: 26px;
	padding-left: 61px;
	padding-bottom: 18px;
	text-align: justify;
	padding-right: 27px;
	line-height: 16px;
}
#spacer {
  height: 9px;
}
#right {
	float: left;
	width: 174px;
	padding-top: 44px;
	text-align: right;
}
#pics {
	float: left;
	width: 174px;
	text-align: right;
}
#pictable {
	width:800px;
	height:300px;
	position:relative;
	top:-10px;
}
.innertable {
	width:100%;
	height:100%;
}
.piccell {
  text-align: center;
}
.picpic {
  border:2px solid white;
}

#contact_left {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 61px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}

.tablelabel
{
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  width: 30%;
}

.tableinput
{
  text-align: right;
  width: 40%;
}

#email {
  height: 18px;
  font-size: 14px;
  width:320px;
}

#msg {
  font-weight: bold;
  font-size: 14px;
  width:320px;
  height: 100px;
}

#pricing_left {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 61px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}

.pricingrow
{
  border: 1px solid blue;
}

.pricinghead
{
  width: 25%;
  text-align: center;
  font-weight: bold;
}

.pricingcell
{
  width: 25%;
  text-align: center;
}

.pricinginfo
{
  font-size: 13px;
}


.rmenu_item {
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 18px;
	font-family: Comic Sans MS;
}
h2
{
	margin: 0 0 0 0;
	font-size: 12px;
}
/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color:#356ca5;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #356ca5;
	text-decoration: underline;
}

a.rmenu_current, a.rmenu_current:visited
{
	color:#203266;
	text-decoration:none;
	font-weight:bold;
}
a.rmenu_current:hover
{
	text-decoration: none;
}

#fg
{
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 90; 
  width: 100%; 
  height: 100%;
  visibility: hidden;
}

#loading
{
  z-index: 1000;
  visibility: hidden;
  vertical-align: middle;
}
