@charset "utf-8";

html {
	overflow-y: scroll;
}
body{
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#7D7D7D;
	font-size: 13px;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}
td {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#7D7D7D;
	font-size: 13px;
	background-color: #FFFFFF;
}
img{
	padding: 0px;
	margin: 0px;
	border:0;
}
a:link, a:visited {
	color:#7D7D7D;
	text-decoration: none;
	font-weight:bold;
	outline:0;
}
a:hover, a:active {
	color: #b47015;
	text-decoration: underline;
}
p {
	margin: 0 0 8px;
}
.clr {
	clear:both;
}

#container{
	width: 980px;
	min-height: 800px;
	padding: 10px;
	margin: 20px auto 0;
	/*border: 1px solid #CCC;*/
}
#logo{
	float:left;
	width:300px;
	height:150px;
}
#logos {
	width:650px;
	height:150px;
	border:0px solid red;
	margin:0 auto;
}
#photo_logo {
	width:300px;
	height:150px;
	display:inline-block;
	float:left;	
	cursor:pointer;
}
#movie_logo {
	width:300px;
	height:150px;
	display:inline-block;
	float:right;
	cursor:pointer;
}
#menu {
	float:right;
	width:100px;
	height:100px;
	margin: 20px 0 0;
	/*border:1px solid #CCC;*/
}
#textmenu {
	float:right;
	width:100px;
	height:130px;
	margin: 20px 20px 0 0;
	/*border:1px solid #CCC;*/
	font-size:1em;
}
#textmenu ul {
	list-style:none;
	margin:0;
	padding:0;	
}
#textmenu li {
	width:100px;
	list-style:none;
	margin:0;
	padding:0;
	/*background:#CCC;*/
	text-align:right;
}
#textmenu a:link, #textmenu a:visited {
	font-size:1em;
	font-weight:bold;
	display:block;
	width:100px;
	line-height:1.8em;
	color:#7D7D7D;
	text-decoration:none;
}
#textmenu a:hover, #textmenu a:active {
	color:#B4721B;
	text-decoration:none;
}
#msgText {
	font-size:1em;
	font-weight:bold;
	color:#7D7D7D;
}
#shortcuts td {
  margin:0;
  padding:0;
  width: 90px;
  /*border:1px solid #CCC;*/
}
#moviePlayer {
	width:auto;
	height: 620px;
	/*
	background:red;
	display:none;
	*/
}
#menuBox {
	min-height: 350px;
	margin:80px 0;
	/*
	background:red;
	display:none;
	*/
}
#tabs li span{
    color: #7d7d7d;
    font-size: 0.85em;
    font-weight: bold;
}
#tabs div{
    color: #7d7d7d;
    font-size: 0.8em;
}
.footer-text {
	margin: 10px 15px;
}
.address {
	width:600px;
	float:left;
	color:#7D7D7D;
	font-size:1em;
}
.number {
	width:100px;
	float:right;
	text-align:right;
	color:#7D7D7D;
	font-size:1em;
}
#pageContent {
	height:620px;
	/*background:#CCC;*/
}
#home_content {
	margin: 0px auto;
	padding: 0 14px;
}
#clients {
	margin: 50px auto;
}
#clients td {
	padding: 20px 0px;
}
#contactUs {
	margin: 50px 0px;
}
#contactUs p {
	color:#7D7D7D;
	margin: 0px;
	padding:0 0 15px;
	line-height:140%;
}
#thumbcontainer{
  position: relative;
  top: 10px;
  left: 13px;
}
#linkcontainer{
  position: absolute;
  top: 10px;
  left: 150px;
  color: #7d7d7d;
  font-size: 12px;
}

#header{
  position: absolute;
  top: 120px;
}

#mainlogo{
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
#footer{
  position: absolute;
  left: 25px;
  bottom: 10px;
  width: 780px;
  margin-top:25px;
}

.alignTop{
  vertical-align: top;
}
.alignLeft{
  text-align:left;
}
.alignCenter{
  text-align:center;
}
.alignRight{
  text-align: right;
}
/* contact layout */
#contact {
	margin: 50px 0;
}
#contact .col1 {
	padding-right: 10px;
	width:350px;
	float:left;
}
#contact .col2 {
	text-align:right;
	width:550px;
	float:right;
}
/* profile layout */
#profile {
	margin: 50px 10px;
}
#profile .col1 {
	padding-right: 10px;
	width:400px;
	float:left;
}
#profile .col2 {
	text-align:left;
	width:520px;
	float:right;
}
#profile .col2 p {
	color:#7D7D7D;
	margin: 0px;
	padding:0 15px 15px 0;
	line-height:150%;
}
.googleLink {
	color:#7D7D7D;
	font-weight:normal;
	font-size:11px;
}

.imglink{
  border:none;
  cursor: pointer;
}
.pframe{
  position:absolute;
  top:170px;
  right:15px;
  width:550px;
  text-align:center;
  visibility:hidden;
}
#twocolumn{
  margin:20px auto;
  width:780px;
  color: #7d7d7d;
  font-size: 1em;
}
#twocolumn tr{
  vertical-align:top;
}
.righttextcol{
  padding-left: 20px;
}
.lefttextcol{
  padding-right: 20px;
}
.hidden{
  display:none;
}
.clientlogorow{
  height: 80px;
}
.tabbed{
  margin-left:120px !important;
}
.border{
  border: solid 1px #7d7d7d;
}
a.normal:link, a.normal:visited, a.normal:hover, a.normal:active {
  font-weight: normal;
}

