

/*------------------------------------
  THEME: Mike Zitt Inc. 2009
  VERSION: 1
  DATE CREATED: Febuary 2009
  AUTHOR: CGCG
  URL: http://www.cg.cg
   
  For more info about visit:
  http://cg.cg/
-------------------------------------*


.color01{ /* light Grey */
 color:	#666666;
}
.color02{ /* Dark Grey */
 color:	#333333;
}
.color03{ /* Maroon */
 color:	#6A2321;
}
.color04{ /* Green */
 color:	#70bd1f;
}

* html, body{
  margin:0px;
  padding:0px;
}

body{
  font-family: Gill Sans, Arial, sans-serif;
  font-size:14px;   
  /* background-image:url(/images/header_tile_bg.jpg); */
  background-image:url(/images/main_tile.jpg);
  background-repeat:repeat-x;
  background-color:#dadadb;
}

h1, h2, h3, h4{
  font-weight:normal;
  margin-bottom:0px;
}

a:link, a:visited{
  color:#777;
}

a:hover, a:active{
  color:#333;
}

#outer_container{
  margin-left:auto;
  margin-right:auto;  
}

#header_container{
  height:152px; 
}

#logo{
  height:80px;
  margin-top:30px;
}

#MainNav{
  float:left;
  margin-top:10px;
  margin-left:0px;
  padding-left:0px;
  text-align:left;
}

#MainNav ul, #MainNav li{
  display:inline;
  list-style:none;
  margin-left:0px;
}

#MainNav li{
  margin-right:22px;
}


#MainNav a:link, #MainNav a:visited{
  text-decoration:none;
  color:#666;
}

#MainNav a:hover, #MainNav a:active{
  text-decoration:none;
  color:#000;
}

#MainNav a.current{
   color:#000;
}


#CL_link{
  text-align:right;
   margin-top:10px;
}

#CL_link a{
  text-decoration:none;
}

#arrow_l, #arrow_r{
  margin-top:100px;
  cursor:pointer;
}


#main_container{
 /* overflow:hidden;*/
  height:340px;
  margin-left:0px;
  margin-right:0px;
  margin-top:10px;
  float:left;
}


#subnav{
  text-align:center;
  height:34px;
  text-transform:lowercase;
  margin-top:10px;
  padding-top:6px;
  color:#fff;
}

#subnav .heading{
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:12px;
}


#subnav a{
  padding:2px 6px;
  margin-left:8px;
  margin-right:8px;
}

#subnav a:link, #subnav a:visited{
  text-decoration:none;
  color:#ccc;
}

#subnav a:hover, #subnav a:active{
  text-decoration:none;
  color:#fff;
}

#subnav a.current{
   color:#fff;
}

#portfolio_details_container{
  color:#999;
  font-size:12px;
  margin-top:10px;
  float:left;
}

.details_label{
  font-weight:bold;
  font-size:10px;
}



#email_container{
  position:absolute;
  margin-left:-820px;
  margin-top:152px;
  width:190px;
  background-color:rgba(999, 999, 999, 0.9);
  padding:20px;
  padding-top:40px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  height:308px;
  background-image:url(/images/access-arrow.gif);
  background-repeat:no-repeat;
  background-position:0px 19px;
}


/* Social */

#social td{
  padding:4px;
  vertical-align:middle;
}

#social a{
  text-decoration:none;
}



/*--- SLIDE SHOW  ---*/

.slideshow{
  height:340px;
  background-color:#DDDDDD;
}

.slide {
    position: absolute;
    margin-top: 0px; 
  }


/*--- Vertical Spacing Classes ---*/

.vspace_1{
 margin-top:10px;   
}

.vspace_2{
 margin-top:20px;   
}

.vspace_3{
 margin-top:30px;   
}

.vspace_4{
 margin-top:40px;   
}

.vspace_5{
 margin-top:50px;   
}

.vspace_6{
 margin-top:60px;   
}

.vspace_7{
 margin-top:70px;   
}

.vspace_8{
 margin-top:80px;   
}

.vspace_9{
 margin-top:90px;   
}

.vspace_10{
 margin-top:100px;   
}


#horizontal_carousel {
  float:left;
  width: 960px;
  height: 340px;
  margin-bottom: 10px;
  position: relative;
  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 75px;  
  width: 780px;
  height: 340px;
  overflow:hidden;   
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 100px;
  width: 15px;
  height: 124px;
  background: url(/images/arrow_l-active.png) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(/images/arrow_l-inactive.png) no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 15px;
  height: 124px;
  background: url(/images/arrow_r-active.png) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(/images/arrow_r-inactive.png) no-repeat;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 340px;
}                      

#horizontal_carousel ul li img {
  display:block;             
  cursor:pointer;
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
  text-align: center;
}                               

#horizontal_carousel ul li {
  border:0px solid #CCCCCC;
  margin:0pt;
  width:780px;
  list-style:none;   
  float:left; 
}

#footer_container{
 
  text-align:right;
  padding-right:96px;
  color:#999;
  font-size:11px;
  height:33px;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
  width:960px;
    /*
  text-align:right;
  color:#999;
  font-size:11px;
  height:33px;
  margin-top:50px;
  clear:both;
   */
}

#footer_container a{
  text-decoration:none;
}

#callme{
  position:absolute;
  margin-top:110px;
  margin-left:150px;
}
