@charset "utf-8";
html {
overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #AAA71A;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header .offices strong {
	line-height: 32px;
}
#container  {
	width: 974px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#innerContainer {
	background-image: url(../images/bg494.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 2px;
}
#sidebar1 ul ul {
	padding: 0px;
	font-size: 1em;
	margin: 0px;
}

#header  {
	padding: 0;
	height: 90px;
	text-align: center;
} 
#header {
	height: 95px;
	text-align: left;
	padding: 0;
}
#header ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 25px;
	clear: both;
	float: left;
}
#header li {
	float: left;
	margin-right: 15px;
}
#header #studios {
	float: left;
	margin-top: 19px;
}
#header #logo {
	float: right;
	margin-right: 24px;
}
#header .country {
	width: 60px;
}
.hiddenPic {display:none;}
#hiddenContainer {
	margin-left: -2000px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	width: 135px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	margin: 0px;
}
#main .lastItem {
	border-right-style: none;
}
#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-size: 0.6em;
}
.newsDate {
	color: #993300;
	font-weight: bold;
}
#sidebar1 li {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #AAA71A;
	line-height: 1.6em;
	border-top-style: solid;
	border-top-color: #AAA71A;
	border-top-width: 1px;
}
.pageOn {
	background-color: #EEEECC;
	color: #333333;
}
#sidebar1 a:link {
	text-decoration: none;
	color: #9EA615;
}
#main  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 480px;
	width: 790px;
} 
#footer  {
	padding: 0;
	margin: 0px;
	background-color: #DDDDDD;
	background-image: url(images/bg-bottom.jpg);
	background-repeat: repeat;
	height: 64px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header .offices {
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	font-size: 0.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#header .offices li {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.pageOnHome {
	background-color: #EEEECC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EA615;
	color: #333333;
}
.homeLink {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA71A;
}
#sidebar1 li li {
	line-height: 1.6em;
	background-color: #FFFFFF;
	text-indent: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA71A;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #9EA615;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #666666;
}

#container #innerContainer #main #col1 {
	width: 117px;
	margin-left: 6px;
	float: left;
	margin-right: 3px;
}
#container #innerContainer #main #col1 a:link {
	color: #8F8C16;
	text-decoration: none;
}
#container #innerContainer #main #col1 li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.6em;
	padding-top: 2px;
	padding-bottom: 3px;
}
#container #innerContainer #main #col2 {
	float: left;
	width: 302px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#container #innerContainer #main #col2 h2 {
	font-size: 0.8em;
	color: #660033;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-bottom: 0px;
}


#container #innerContainer #main #col2 h1 {
	font-size: 0.8em;
	color: #660033;
}
#container #innerContainer #main #col2 p {
	font-size: 0.7em;
}
#container #innerContainer #main #col1 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #innerContainer #main #col1 a:visited {
	color: #8F8C16;
	text-decoration: none;
}
#container #innerContainer #main #col1 a:hover {
	color: #333333;
	text-decoration: none;
}#container #innerContainer #main #col3 {
	float: right;
	margin: 0px;
	width: 333px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	vertical-align: bottom;
	height: 400px;
}
#container #innerContainer #main #col3 #clientInfo {
	font-size: 0.6em;
	color: #AAA71A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660033;
	width: 318px;
	padding-top: 2px;
	margin-top: 180px;
}
#container #innerContainer #main #col2 h3 {
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #660033;
}
#container #innerContainer #sidebar1 .pageOn {
	background-color: #EEEECC;
}
#container #innerContainer #main #col1 .pageOn {
	color: #333333;
	background-color: #F6F6E7;
}
#container #innerContainer #main #col2 h4 {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	color: #660033;
}
#container #innerContainer #main #col2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.7em;
}
#container #innerContainer #main #col2 a:link, #container #innerContainer #main #col2 a:visited {
	color: #660033;
	text-decoration: underline;
	font-size: 0.9em;
}
#container #innerContainer #main #col2 a:hover {
	text-decoration: none;
}
#container #innerContainer #main #col2 li {
	line-height: 1.1em;
}
#sidebar1 .contact {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA71A;
	border-top-style: solid;
	border-top-color: #AAA71A;
	border-top-width: 1px;
}
#sidebar1 .contactPageOn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA71A;
	border-top-style: solid;
	border-top-color: #AAA71A;
	border-top-width: 1px;
	background-color: #EEEECC;
}
#container #innerContainer #main #col2 #iframe {
	overflow: auto;
	height: 350px;
	padding-right: 10px;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
}
#container #innerContainer #main #col2 #iframe img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
#col1 #pagingContainer {
	font-size: 10px;
	color: #CCCCCC;
}
#sidebar1  .countries {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA71A;
}
#container1010logo {
	margin-top: 264px;
	margin-left: 6px;
	font-size: 0.9em;
}
#containerSitemapLink {
	margin-top: -10px;
	margin-left: 26px;
	font-size: 0.9em;
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#containerSitemapLink a {
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
}