* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  background: url(images/furball.png) no-repeat fixed left bottom;
  color: #666;
  font-family: Helvetica, Georgia, sans-serif;
  font-size: 11px;
  overflow-x: hidden;
}
img {
  border: none;
}
.nodisplay {
	display:none;
}
h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#loader {
            width: 500px;
            height: 500px;
            overflow: hidden;
        }

 #loader.loading {
            background: url(images/ajax-loader.gif) no-repeat center center;
        }
h2 {
  margin: 15px 0 5px 0;	
}
h3 {
  font-size: 20px; 
  margin: 20px 0;
}
h5 {
  font-size: 20px;
  margin: 10px 0 5px 0; 
}
p {
  font-size: 12px;
  color: #666;
}

/*** THE CLEARERS ***/
#container:after, #other_work_wrap:after, #directors_wrap:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
  min-height: 0;	
}

#logo {
  width: 900px;
  margin: 40px auto 30px auto;
  padding-right:50px;
}

#container {
  width: 850px;
  margin: 0 auto;
}

/*** START OF NAV ***/
#nav {
  width: 50px;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: lighter;
  margin: 0 30px 0 0;
}
#nav li {
  margin: 0 0 10px 0;
  list-style: none;
}
#nav li a {
  color: #404040;
  text-decoration: none;
}
#nav li a#nav_home_active {
  color: #8c00e9;
}
#nav li a#nav_works_active {
  color: #ff453a;
}
#nav li a#nav_directors_active {
  color: #1f5fff;
}
#nav li a#nav_about_active {
  color: #3fe084;
}
#nav li a#nav_news_active {
  color: #ff27c2;
}
#nav li a#nav_contact_active {
  color: #f4d121;
}
/*** END OF NAV ***/

/*** START OF DESCRIPTION ***/
#desc_home {
  width: 220px;
  float: left;
  color: #8c00e9;
  margin: 0 20px 0 0;
  font-size: 13px;
}
#desc_home p {
  font-size: 13px;
  line-height: 20px;
  margin: -4px 0 0 0;
  color: #8c00e9;
}
#the_works {
  width: 220px;
  float: left;
  color: #404040;
  margin: 0 20px 0 0;
  font-size: 13px;
}
#the_works p {
  font-size: 13px;
  line-height: 28px;
  margin: 25px 0 0 0;
  color: #FF453A;
}
#the_works p a {
  color: #FF453A;
  background: #000;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
}
#the_works p a:hover {
  color: #fff !important;
  background: #000;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
}
#the_works p a#workactive {
  color: #fff !important;
  background: #000;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
}
#the_works div {
  font-size: 13px;
  line-height: 20px;
  margin: 22px 0 0 0;
}
#the_works ul {
  margin: 20px 0 0 0;
  font-size: 12px;
}	
#the_works li {
  list-style: none;
}
#works_download a {
  color: #404040;
  text-decoration: none;	
}
#works_download a:hover {
  text-decoration: underline;	
}
#works_download p {
  color: #65666e;
  margin-top: 10px;
  width: 200px;
}
#desc_about {
  width: 220px;
  float: left;
  color: #8c00e9;
  margin: 0 20px 0 0;
  font-size: 13px;
}
#desc_about p {
  font-size: 13px;
  line-height: 28px;
  margin: 72px 0 0 0;
  color: #3fe084;
}
#desc_about p a {
  background: #000;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
}
#desc_about p a:hover {
  color: #fff !important;
  background: #000;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
}
#desc_about p a#aboutactive {
  color: #fff !important;
  background: #000;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  padding: 5px 8px;
  text-decoration: none;
}
#desc_news {
  width: 220px;
  float: left;
  color: #8c00e9;
  margin: 0 20px 0 0;
  font-size: 13px;
}
#desc_news p {
  font-size: 13px;
  line-height: 20px;
  margin: 95px 0 0 0;
  color: #ff27c2;
}

.description {
  float: left;
  width: 350px;
  font-weight: bold;
}
.clientdirector {
  float: right;
  width: 150px;
  margin: 0 15px 20px 0;
  font-weight: bold;
}
/*** END OF DESCRIPTION ***/

/*** START OF CONTENT ***/
#content_home {
  width: 523px;
  float: left;
}
#content_home h1 {
  color: #8c00e9;
}
#content_works {
  width: 523px;
  float: left;
}
#content_works h1 {
  color: #ff453a;
}
#big_preview_holder {
  margin: 0 0 25px 0;
}	
#map_canvas {
  -moz-box-shadow: 2px 2px 25px #595959;
  -webkit-box-shadow: 2px 2px 25px #595959;
  border: 5px solid #fff;
}
#video_holder {
  -moz-box-shadow: 2px 2px 25px #595959;
  -webkit-box-shadow: 2px 2px 25px #595959;
  border: 5px solid #fff;
}
#big_preview img {
}	
#other_work_wrap {
  margin: 20px 0 0 0;
}
.other_work{
  width: 150px;
  float: left;
  margin: 0 13px 10px 0;
  padding-right:10px;
  padding-top:5px;
  
}
#about_preview img {
	 border: 5px solid #fff;
  -moz-box-shadow: 2px 2px 15px #595959;
  -webkit-box-shadow: 2px 2px 15px #595959;
}
.other_work img {
	 border: 5px solid #fff;
  -moz-box-shadow: 2px 2px 15px #595959;
  -webkit-box-shadow: 2px 2px 15px #595959;
}
#more_work {
  width: 521px;
  margin: 20px auto;
}
#directors_wrap {
  width: 950px;
}
.director {
  width: 174px;
  float: left;
  margin: 50px 30px 0 0;
}
.director img {
  border: 5px solid #fff;
  -moz-box-shadow: 2px 2px 15px #595959;
  -webkit-box-shadow: 2px 2px 15px #595959;
}
.director p {
  line-height: 17px;
  font-size: 11px;
}
.director li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 5px;
}
.director a {	
  color: #1f5fff;
  text-decoration: underline;
}
.director a:hover {
  text-decoration: none;
}	
#content_about {
  width: 523px;
  float: left;
}
#content_about h1 {
  color: #3fe084;
}	
#content_about p {
  margin: 0 0 10px 0;
}
#content_news {
  width: 523px;
  float: left;
}
#content_news h1 {
  color: #ff27c2;
}	
#content_news p {
  margin: 0 0 10px 0;
}
#content_news_list {
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff27c2;
}
#content_news_list a {
  color: #000;
}
#content_contact {
  width: 523px;
  float: left;
}
#content_contact h1 {
  color: #f4d121;
}	
#content_contact p {
  margin: 0 0 10px 0;
}

/*--- Contact ---*/
#contact_area {
  width: 220px;
  float: left;
  margin: 122px 20px 0 0;
}
#contact_area h1 {
  color: #f4d121;
  margin: 0 0 5px 0;
}
#contact_area input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 8px 3px 5px;
  width: 200px;
  height: 15px;
  color: #676767;
  margin: 0 0 4px 0;
}
#contact_area textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 8px 3px 5px;
  width: 200px;
  height: 115px;
  color: #676767;
  margin: -12px 0 4px 0;
}
#contact_area input.submit-button {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 0 3px 20px 70px;
  width: 70px;
  border: none;
  height: 25px;
  padding: 5px 0 5px 0;
  cursor: pointer;
  background: #f4d121;
}
#contact_area input.submit-button:hover {
  background: #fff;
  color: #f4d121;
}
/*** END OF CONTENT ***/

/**** START OF FOOTER ***/
#footer {
  width: 245px;
  border-bottom: 5px solid #e6e6e6;
  color: #808080;
  padding: 7px 5px 7px 0px;
  margin: 40px 0 100px 0px;
}

#footer a {
  color: #808080;
}
#footer a:hover {
  text-decoration: none;
}






















