body {
	padding: 0;
	margin: 0;
	background-color: #cccccc;
	background-image: url(../images/graygradbg.png);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	color: #333333;
}
body, th, td, input {
	color: #333333;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 13px; /* was 15 */
}
a:link {
  color: #3333cc;
  font-weight: bold;
  text-decoration: none;
  overflow:hidden;
  outline:none;
}
a:active {
  font-weight: bold;
  color: #33cc33;
  overflow:hidden;
  outline:none;
}
a:visited {
  font-weight: bold;
  color: #cc3333;
  text-decoration: none;
  overflow:hidden;
  outline:none;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  overflow:hidden;
  outline:none;
/* HOVER MUST BE LAST LINK ITEM IN LIST */
}
img {
  border: none;
}
.imgborder {
  border: 1px solid #000000;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/*
* html .clearfix {height: 1%;
}
*/
#container {
  width: 915px;
  margin-left: auto;
  margin-right: auto;
}
#pagemainshadow {
  background-image: url(../images/main_sha.png);
}
/*
  #pagemaintop {
  background-image: url(../images/top_sideshadow.png);
  background-position: top;
  background-repeat: no-repeat;
}
*/
#pagemain {
  margin: 0 12px 0 6px;
  background-color: #ffffff;
}
#pagetop {
  background-image: url(../images/top_navshadow.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 12px;
  font-size: 10px;
  color: #333333;
  padding-left: 0px;
}

/* ------------------------ HEADER CONTACT ------------------------ */

#headerinfo a:link, #header_contact a:visited, #header_contact a:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#headerinfo a:hover {
	text-decoration: underline;
	color: #ffff99;
}
.copyright {
	height: 14px;
	padding-top: 5px;
	/*background-image: url(../images/copyright_bck.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: bottom;*/
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	color: #999999;
}

/* ------------------------ HEADER ------------------------ */

#header {
	height: 70px;
	background-color: #999999;
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	font-size: 11px;
}
#headerinfo {
	float: right;
	line-height: 16px;
	padding: 20px 20px 0 0;
}
#headercontent {
	padding: 14px 0 0 28px;  /* was 20 0 0 28 before script logo */
}
#headerlogo {
	/* image: url(../images/pv360logobig.png); */
	height: 36px;  /* was 24 before script logo */
	/* width: 320px; */
	padding-top: 0px;
	padding-bottom: 0px;  /* was 4 before script logo */
}
#menu {
	height: 21px;
	background-color: #666666;
	background-image: url(../images/menubody_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#menufr {
	height: 21px;
	background-color: #666666;
	background-image: url(../images/menubody_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#menubilin {
	height: 21px;
	background-color: #666666;
	background-image: url(../images/menubody_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#submenu {
	background-color: #a8a7a7;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	font-size: 12px;
	color: white;
	background-image: url(../images/submenu_bg.png);
	background-repeat: repeat-x;
}
#pagecontent {
	background-color: white;
	min-height: 300px;
	padding: 0px 30px 20px 30px; /* top, right, bottom, left */
  margin-top: 15px;
}
#pagecontent700 {
	background-color: white;
	padding: 0px 70px 0px 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#image {
	border-top: 1px solid white;
	border-bottom: 1px solid #000000;	
}

/* ------------------------ MENU ENGLISH ------------------------ */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	float: left;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	width: 111px;
	height: 21px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu_buttons.png);
	background-repeat: no-repeat;
	background-position: top; /* top for blue bg */
	margin-left: 1px;
}
#menu li a:hover {
	background-position: bottom;
}
#menu li .selected {
	background-position: bottom !important;
	color: #000000 !important;
}

/* ------------------------ MENU FRENCH ------------------------ */

#menufr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menufr li {
	display: inline;
	float: left;
}
#menufr li a:link, #menufr li a:visited, #menufr li a:active {
	display: block;
	width: 111px;
	height: 21px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu_buttons.png);
	background-repeat: no-repeat;
	background-position: center; /* center for green bg */
	margin-left: 1px;
}
#menufr li a:hover {
	font-size: 14px;
	background-position: bottom; /* bottom for gray bg */
}
#menufr li .selected {
	font-size: 14px;
	background-position: bottom !important;
	color: #000000 !important;
}

/* ------------------------ MENU BILINGUAL ------------------------ */

#menubilin ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menubilin li {
	display: inline;
	float: left;
}
#menubilin li a:link, #menubilin li a:visited, #menubilin li a:active {
	display: block;
	width: 111px;
	height: 21px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu_buttons_bil.png);
	background-repeat: no-repeat;
	background-position: center; /* center for blue-green bg */
	margin-left: 1px;
}
#menubilin li a:hover {
	background-position: bottom; /* bottom for gray bg */
}
#menubilin li .selected {
	background-position: bottom !important;
	color: #000000 !important;
}

/* ------------------------ SUBMENU ------------------------ */

.submenu {
/*	padding: 0 3px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#submenu a:link, #submenu a:visited, #submenu a:active {
/*	padding: 0 3px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#submenu a:active {
/*	padding: 0 3px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #33cc33;
}
#submenu a:hover {
/*	padding: 0 3px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffff99;
}
#submenu .selected {
/*	padding: 0 3px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

/* ------------------------ CONTENT ------------------------ */

h1 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 4px;
	color: #3333cc;
}
h2 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #3333cc;
}
h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #333333;
}
h4 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 1;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #333333;
}
p {
  margin-top: 0px;
  line-height: 16px;
}
p.head {
  font-weight: bold;
}
.navtxtbutton{ 
  background-color: #e5e5e5;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border: thin solid #ffffff;
  line-height: 21px;
  font-weight: bold;
}
.imgprotect {
  background-repeat: no-repeat; 
  background-position: center; 
  border: thin solid White;
}
textarea {
  background-color: #e5e5e5;
  border: thin solid gray;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 11px; /* was 15 */
}
.list {
  font-size: 14px; /* was 15 */
  font-weight: bold;
  padding-left: 20px; /* was 15 */
}

/* ------------------------ TABLES ------------------------ */

table.projects {
  width: 100%;
}
a.project:link {
 text-decoration: none;
 color: #ffffff;
 display: block;
 width: 100%;
 height: 100%;
 background: #3333cc;
}
a.project:visited {
 text-decoration: none;
 color: #ffffff;
 display: block;
 width: 100%;
 height: 100%;
 background: #cc3333;
}
a.project:hover {
 text-decoration: none;
 color: #ffffff;
 display: block;
 width: 100%;
 height: 100%;
 background: #33cc33;
}
a.project:active {
 text-decoration: none;
 color: #ffffff;
 display: block;
 width: 100%;
 height: 100%;
 background: #999999;
}
td.colpagenum{
  background-color: #e5e5e5;
  /*font-size: 12px;*/
  padding: 4px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
td.colimage {
  background-color: #e5e5e5;
  /*font-size: 12px;*/
  padding: 4px;
  width: 86px;
  text-align: center;
  vertical-align: top;
}
td.collocation {
  background-color: #e5e5e5;
  /*font-size: 12px;*/
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
td.coldescrip {
  background-color: #e5e5e5;
  /*font-size: 12px;*/
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
td.coldetails {
  background-color: #e5e5e5;
  /*font-size: 12px;*/
  padding: 4px;
  width: 68px;
  text-align: center;
  vertical-align: top;
}
table.panoinfo {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  padding: 0px;
  border: 0px;
}
td.col1 {
  background-color: #e5e5e5;
  font-size: 12px;
  padding: 4px;
  width: 80px;
  text-align: right;
  vertical-align: top;
}
td.col2 {
  background-color: #e5e5e5;
  font-size: 12px;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
table#news {
  font-size: 12px;
  width: 160px;
  float: right;
  text-align: left;
  padding: 8px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border: 1px;
}
.smtxt {
  font-size: 11px;
}

/* ------------------------ PORTFOLIO & SERVICES THUMBNAILS ------------------------ */

.thumbslist {
	background-image: url(../images/thumbnail_bg-sm-nocap.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 4px;
	padding-top: 4px;
	float: left;
	width: 116px;
	height: 68px;
}
.thumbs {
	width: 850px;
	/*above was 756*/
	overflow: auto;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 10px;
}
.thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.thumbs li {
	display: inline;
	float: left;
}
.thumbs a:link, .thumb a:visited, .thumb a:active {
	font-weight: normal;
}
.thumbs_area {
	padding-left: 29px;
	padding-right: 29px;
	/*above was 32*/
	padding-bottom: 16px;
}
.thumbs_item {
	background-image: url(../images/thumbnail_bg.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 133px;
	font-weight: normal;
}
.thumbs_bodyleft {
	background-image: url(../images/thumbnail_bg.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 133px;
	margin-top: 8px;
	margin-right: 8px;
	float: left;
	font-weight: normal;
}
.thumbs_img { /* Good for all thumbnails */
	padding: 4px;
	padding-bottom: 0px; /* was 2px */
}

.thumbs_label { /* Good for all thumbnails */
	text-align: center;
	padding-right: 6px;
	padding-top: 1px;
}

/* ------------------------ FOR SERVICES THUMBS ------------------------ */

.thumbs_rightcolumntexts {
	float: left;
	width: 202px;
	padding-top: 8px;
}
.thumbs_leftcolumn {
	float: left;
	width: 158px;
	margin-left: 0px;
	margin-right: 12px; /* was 8 */
	padding-bottom: 4px;
	padding-top: 8px;
}
.thumbs_frame3x2 {
	background-image: url(../images/frame_3x2.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 132px;
	font-weight: normal;
	margin-bottom: 10px;
	float: left;
}
.thumbs_image3x2 {
  width: 158px;
	padding: 4px;
	padding-bottom: 2px;
}
.thumbs_frame_smpano {
	background-image: url(../services/images/frame_smpano.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 132px;
	font-weight: normal;
	margin-bottom: 4px;
	/* float: left;*/
}

/* ------------------------ END SERVICES THUMBS ------------------------ */

/* ------------------------ FOOTER ------------------------ */

#footer {
	background-image: url(../images/foot_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 12px;
	text-align: center;
	padding-top: 3px;
	line-height: 13px;
}

/* ------------------------ SITEMAP ------------------------ */

ul#sitemap {
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#sitemap li {
	margin-bottom: 16px;
}

ul#sitemap ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
ul#sitemap ul li {
	margin-bottom: 8px;
}
ul#sitemap ul ul a:link, ul#sitemap ul ul a:visited, ul#sitemap ul ul a:active {
	font-weight: normal !important;	
}