/*
 *  main.css
 *
 *  Primary Style Sheet for most of the website.
 *
 */

/* Expandable primary container */
#container-top {
	position: static;
	width: 100%;
	z-index: 1;
}

/* dynamic-content floats under top-content. Expands with content and increases size of container-top as it does - centered*/
#dynamic-content {
	position: static;
	width: 942px;
	margin: 0 auto;
	text-align:left;
	z-index: 2;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 4px;
	border-left-width: 4px;
	border-left-width: 4px;
	border-right-color: #DDDDDC;
	border-left-color: #DDDDDC;
	border-bottom-color: #DDDDDC;
	padding: 0px;
}

#white-box {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	z-index: 3;
	background-color: #FFFFFF;
	border-left-style: double;
	border-right-style: double;
	border-top-style: double;
	border-left-color: #666666;
	border-right-color: #666666;
	border-top-color: #666666;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-width: 5px;
	margin-top: 10px;	
	background-image: url(images/top-fringe.jpg);
	background-repeat: repeat-x;
}

/* top-content contains panel-main and is fixed to the top of container-top - center aligning occurs here*/
#top-content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	margin: 0 auto;
	text-align:left;
	z-index: 3;
	background-color: #FFFFFF;
	background-image: url(images/top-fringe.jpg);
}


/* Expandable left menu */
#left-menu {
	width: 182px;
	float: left;
	position: static;
	padding-left: 20px;	
/*	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;*/
}

/* Right content area */
#custom-content {
	width: 710px;
	float: right;
	padding-right: 20px;
	position: static;
  /*border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;*/
}

/*floating div to allow floating elements to influence container*/
.clear {
	clear: both;
}

.box {
	width: 100%;
	background: url(images/bottom-left.gif) no-repeat left bottom;
	margin-top: -20px;
	z-index: 500;
}

.box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 20px;
  z-index: 600;
}

.box-inner {
	background: url(images/top-left.gif) no-repeat left top;
	font-size: inherit;
	z-index: 700;
}

.box h2 {
	background: url(images/top-right.gif) no-repeat right top;
	padding-top: 25px;
	padding-bottom: 32px;
	margin-bottom: -30px;
	color: #000099;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	z-index: 800;
}

.box p {
	font-size: 14px;
}

.box h2, .box p {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


/* You named this layer top-art */
#top-art {
	position: static;
/*	left: 0px;
	top: 0px;*/
	width: 950px;
	height: 344px;
	z-index: 4;
}

/* You named this layer title-collection */
#title-heading {
  position: absolute;
  left: 67px;
  top: 300px;
  width: 522px;
  height: 38px;
  z-index: 5;
}

/*Container class for all buttons*/
.button-container {
	position: static;
	width: 174px;
	height: 46px;
}


/* home-b-container */
#home-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 8;
}

/* You named this layer home_linkover */
#home-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 9;
}

/* You named this layer home_link */
#home-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 10;
}

/* webdesign-quote-b-container */
#webdesign-quote-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 11;
}

/* You named this layer webdesign-quote_linkover */
#webdesign-quote-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 12;
}

/* You named this layer webdesign-quote_link */
#webdesign-quote-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 13;
}

/* webdesign-project-b-container */
#webdesign-project-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 14;
}

/* You named this layer webdesign-project_linkover */
#webdesign-project-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 15;
}

/* You named this layer webdesign-project_link */
#webdesign-project-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 16;
}

/* webdesign-portfolio-b-container */
#webdesign-portfolio-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 17;
}

/* You named this layer webdesign-portfolio_linkover */
#webdesign-portfolio-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 18;
}

/* You named this layer webdesign-portfolio_link */
#webdesign-portfolio-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 19;
}

/* webdesign-introduction-b-container */
#webdesign-introduction-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 20;
}

/* You named this layer webdesign-introduction_linkover */
#webdesign-introduction-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 21;
}

/* You named this layer webdesign-introduction_link */
#webdesign-introduction-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 22;
}

/* vtour-google-b-container */
#vtour-google-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 23;
}

/* You named this layer vtour-google_linkover */
#vtour-google-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 24;
}

/* You named this layer vtour-google_link */
#vtour-google-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 25;
}

/* vtour-money-b-container */
#vtour-money-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 26;
}

/* You named this layer vtour-money_linkover */
#vtour-money-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 27;
}

/* You named this layer vtour-money_link */
#vtour-money-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 28;
}

/* vtour-quote-b-container */
#vtour-quote-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 29;
}

/* You named this layer vtour-quote_linkover */
#vtour-quote-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 30;
}

/* You named this layer vtour-quote_link */
#vtour-quote-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 31;
}

/* vtour-contract-b-container */
#vtour-contract-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 32;
}

/* You named this layer vtour-contract_linkover */
#vtour-contract-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 33;
}

/* You named this layer vtour-contract_link */
#vtour-contract-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 34;
}

/* vtour-examples-b-container */
#vtour-examples-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 35;
}

/* You named this layer vtour-examples_linkover */
#vtour-examples-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 36;
}

/* You named this layer vtour-examples_link */
#vtour-examples-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 37;
}

/* You named this layer vtour-technology_empty */
#vtour-technology-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 38;
}

/* You named this layer vtour-technology_linkover */
#vtour-technology-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 39;
}

/* You named this layer vtour-technology_link */
#vtour-technology-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 40;
}

/* vtour-introduction-b-container */
#vtour-introduction-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 41;
}

/* You named this layer vtour-introduction_linkover */
#vtour-introduction-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 42;
}

/* You named this layer vtour-introduction_link */
#vtour-introduction-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 43;
}

/* guidebook-demos-b-container */
#guidebook-demos-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 44;
}

/* You named this layer guidebook-demos_linkover */
#guidebook-demos-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 45;
}

/* You named this layer guidebook-demos_link */
#guidebook-demos-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 46;
}

/* guidebook-testimonials-b-container */
#guidebook-testimonials-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 47;
}

/* You named this layer guidebook-testimonials_linkover */
#guidebook-testimonials-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 48;
}

/* You named this layer guidebook-testimonials_link */
#guidebook-testimonials-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 49;
}

/* guidebook-joinus-b-container */
#guidebook-joinus-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 50;
}

/* You named this layer guidebook-joinus_linkover */
#guidebook-joinus-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 51;
}

/* You named this layer guidebook-joinus_link */
#guidebook-joinus-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 52;
}

/* guidebook-buy-b-container */
#guidebook-buy-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 53;
}

/* You named this layer guidebook-buy_linkover */
#guidebook-buy-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 54;
}

/* You named this layer guidebook-buy_link */
#guidebook-buy-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 55;
}

/* guidebook-store-b-container */
#guidebook-store-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 56;
}

/* You named this layer guidebook-store_linkover */
#guidebook-store-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 57;
}

/* You named this layer guidebook-store_link */
#guidebook-store-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 58;
}

/* guidebook-features-b-container */
#guidebook-features-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 59;
}

/* You named this layer guidebook-features_linkover */
#guidebook-features-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 60;
}

/* You named this layer guidebook-features_link */
#guidebook-features-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 61;
}

/* guidebook-products-b-container */
#guidebook-products-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 62;
}

/* You named this layer guidebook-products_linkover */
#guidebook-products-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 63;
}

/* You named this layer guidebook-products_link */
#guidebook-products-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 64;
}

/* guidebook-introduction-b-container */
#guidebook-introduction-b-container {
	position: absolute;
	width: 174px;
	height: 46px;
	z-index: 65;
}

/* You named this layer guidebook-introduction_linkover */
#guidebook-introduction-b-h {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 66;
}

/* You named this layer guidebook-introduction_link */
#guidebook-introduction-b-n {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 170px;
	height: 43px;
	z-index: 67;
}

/* You named this layer separator_jpg */
#separator {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 174px;
  height: 14px;
  z-index: 68;
}

/* You named this layer panel-buffer */
#panel-buffer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 174px;
  height: 46px;
  z-index: 69;
}

/* You named this layer webdesign_linkover */
#webdesign-bb-h {
  position: absolute;
  left: 654px;
  top: 228px;
  width: 252px;
  height: 38px;
  z-index: 70;
}

/* You named this layer webdesign_link */
#webdesign-bb-n {
  position: absolute;
  left: 654px;
  top: 228px;
  width: 252px;
  height: 38px;
  z-index: 71;
}

/* You named this layer vtour_linkover */
#vtour-bb-h {
  position: absolute;
  left: 349px;
  top: 228px;
  width: 252px;
  height: 38px;
  z-index: 72;
}

/* You named this layer vtour_link */
#vtour-bb-n {
  position: absolute;
  left: 349px;
  top: 228px;
  width: 252px;
  height: 38px;
  z-index: 73;
}

/* You named this layer guidebook_linkover */
#guidebook-bb-h {
  position: absolute;
  left: 44px;
  top: 228px;
  width: 252px;
  height: 38px;
  z-index: 74;
}

/* You named this layer guidebook_link */
#guidebook-bb-n {
  position: absolute;
  left: 44px;
  top: 228px;
  width: 252px;
  height: 38px;
  z-index: 75;
}

.hidden {display:none;}

/* Footer container - full width 90px */
#footer {
	position: static;
	width: 100%;
	z-index: 1;
/*	background-image: url(images/bgb.jpg);*/
}

/* Inner footer container for centering */
#footer-container {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align:left;
	border-left-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	z-index: 2;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

/* Copyright notice resides in inner Footer Container */
#copyright {
  position: absolute;
  left: 396px;
  top: 75px;
  width: 216px;
  height: 12px;
  z-index: 3;
}

/* button-shadow contains all the buttons but not copyright notice */
#button-shadow {
  position: absolute;
  left: 113px;
  top: 2px;
  width: 774px;
  height: 80px;
  z-index: 4;
}

/* Site Map Button hover */
#site-b-h {
  position: absolute;
  left: 618px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 5;
}

/* Partners Button hover */
#partners-b-h {
  position: absolute;
  left: 468px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 6;
}

/* Terms & Conditions Button hover */
#terms-b-h {
  position: absolute;
  left: 308px;
  top: 10px;
  width: 158px;
  height: 60px;
  z-index: 7;
}

/* Demonstrations Button hover */
#demo-b-h {
  position: absolute;
  left: 156px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 8;
}

/* Contact Button hover */
#contact-b-h {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 9;
}

/* Site Map Button normal */
#site-b-n {
  position: absolute;
  left: 618px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 10;
}

/* Partners Button normal */
#partners-b-n {
  position: absolute;
  left: 468px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 11;
}

/* Terms & Conditions Button normal */
#terms-b-n {
  position: absolute;
  left: 308px;
  top: 10px;
  width: 158px;
  height: 60px;
  z-index: 12;
}

/* Demonstrations Button Normal */
#demo-b-n {
  position: absolute;
  left: 156px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 13;
}

/* Contact Button normal */
#contact-b-n {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 14;
}

/* Link colors*/
a { cursor: pointer; }
a:link {
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #660099;
	font-weight: bold;
}
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  font-weight: bold;
}

/* Custom Containers to fit in custom-content container */

#custom-content-left {
	position: static;
	float: left;
	width: 342px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 3px;
}

#custom-content-full-width {
	position: static;
	float: left;
	width: 684px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 3px;
}

#dvd-image {
	position: static;
	float: left;
	width:300px;
	height: 426px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#general-image {
	position: static;
	float: left ;
/*	width:300px;
	height: 426px;*/
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.text-cont {
	position: static;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #000000;
/*	padding-bottom: 10px;*/
}

#text-box-right {
	position: static;
	float: right ;
	width:300px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#google-box {
	position: static;
	float: left ;
	width:320px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#google-box-large {
	position: static;
	float: left ;
	width:646px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#custom-content-right {
	position: static;
	float: right;
	width: 342px;
	padding-bottom: 40px;
	padding-top: 20px;
}

#right-column {
	position: static;
	float: right;
	width: 340px;
	padding-top: 20px;
}

#left-column {
	position: static;
	float: left;
	width: 340px;
	padding-top: 20px;
}

.box-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.box-text-high {
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-style: italic;
	}

