@charset "utf-8";
/* CSS Document */

*{/* fixes spacing problems in IE */
	margin: 0;
	padding: 0;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
} 

#containerM {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}

.thrColAbsHdr #header {
	height: 76px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	/*background: #fff;*/
	margin: 0 0 8px 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../_pics/studiohead-header.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
.thrColAbsHdr #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: 0 0 0 0; 
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 574px;
	left: 0;
	width: 225px;
	background: #fff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.thrColAbsHdr #hoemright {
	position: absolute;
	top: 574px;
	right: 0;
	width: 235px; 
	background: #fff; 
	padding: 0 20px 5px 10px; 
}

.thrColAbsHdr #sidebarfloatright {
	float: right;
	display: inline;
	width: 200px; 
	background: #fff; 
	padding: 8px 20px 5px 10px; 
}

.thrColAbsHdr #sidebardirectory {
	float: right;
	display: inline;
	width: 350px; 
	padding: 5px 20px 5px 10px;
	margin: 8px 0 0 0; 
}
.thrColAbsHdr #leftdirectory {

	margin: 8px 382px 0 20px;
}

.thrColAbsHdr #mainContent {

	margin: 12px 265px 0 265px;
	padding: 4px 5px 0 5px; 
}
.thrColAbsHdr #leftdoubleContent {

	margin: 8px 265px 0 20px;
}

#homedoubleContent {
	float:left;
	margin: 8px 0px 0 20px;
	width: 400px;
}

#homeright {
float: right;
width: 290px;
margin: 8px 20px 0 0;
}

.clearfloat{
clear:both;
}


.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ccc;
} 

.thrColAbsHdr #footershort {
	padding: 0 10px 0 20px;
	background-color: #eee;
} 
.thrColAbsHdr #footershort p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 0.8em;
	color: #006600;
}
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 0.8em;
	color: #006600;
}
.fltrt { 
	float: right;
	display: inline;
	width:auto;
	margin-left: 8px;
}

.flttel { /* 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;
	display: inline;
	width:auto;
	margin-left: 8px;
	margin-top:20px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	display: inline;
	width:auto;
	margin-right: 8px;
}

.fltlft-proj { /* this class can be used to float an element left in your page */
	float: left;
	display: inline;
	width:auto;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.videoborder {
	border: 2px solid #999;
}

.formdiv { /* this class can be used to float an element left in your page */
	float: right;
	padding: 8px 5px 0 0;
	
}
.formdiv p { /* this class can be used to float an element left in your page */
	text-align: right;
	
}


/*--------------gallery-------------*/

#gallery {
	margin-left:auto;
	margin-right:auto;
	width:730px;
	height:470px;
	list-style:none; 
	clear:both;
	background-color: #FFF;
}

#galleryabout {
	margin-left:auto;
	margin-right:auto;
	width:730px;
	list-style:none;
	clear:both;
	background-color: #FFF;
}

.project-section {
	background-color: #cdcdcd;
	padding: 10px 10px 20px 5px;
	margin: 5px 0 5px 0;
	clear: left;
}
.fltlft-proj { /* this class can be used to float an element left in your page */
	float: left;
	width:auto;
	margin-right: 8px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left:5px;
}

/*--------------navigation-------------*/

#nav2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:8px;
	width:730px;
	height:20px;
	list-style:none; 
	clear:both;

	
}

/*------------- start drop down------------*/

#nav, #nav ul {
float:left; 
width:auto;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	/*width:750px;*/
	text-indent: 0px;
	line-height: 1.3;

}
li:hover ul, li.sfhover ul { display: block }/*crucial for the menus to dissappear again in IE*/


	
#nav a {
	display : block;
	width:104px; 
	height: 16px;/*adds space under top row in IE adn FF*/
	padding: 4px 0 0 0;
	}

#nav li a {
	font-size : 10px;
	color:#333;
	text-align:center;
	height: 16px; /*affects height of top row, is this added to 5px padding? */
	}
#nav li a:hover {
text-decoration:none;
color:#006600;
}

#nav li{
	float:left; 
	width:104px;
	height:20px; /*affects all on IE, but only top on FF and Safari - change these in subtab*/
	}


#nav li ul { /* second-level lists */	
	position: absolute;
	width:104px;
	left: -999em;	
	font-size: 10px;
}


 #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}

/*#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul ----- cascade verson---*/ 
#nav a.granddaddy_l {
	background: url(../_img/indexbtnLeft.png) top left no-repeat;
}
#nav a.granddaddy {
	background: url(../_img/indexbtn.png) top left no-repeat;
}
#nav a.granddaddy_r {
	background: url(../_img/indexbtnRight.png) top left no-repeat;
}

#nav a.daddy {
	background: url(../_img/subimage.png) top left no-repeat;
}
#nav a.daddyb {
	background: url(../_img/subimagebottom.png) top left no-repeat;
}

li #subtab1{
	/* spacer for under main abr */
	height:0px;
}
li #subtab{
	background:url(../_img/subimage.png) top left no-repeat; 
	height:20px; /* effects tab size in FF and Safari */
}
li #subtab2{
	background:url(../_img/subimage.png) top left no-repeat; 
	height:20px; /* effects tab size in FF and Safari */
}
li #subtab3{
	background:url(../_img/subimage.png) top left no-repeat; 
	height:20px; /* effects tab size in FF and Safari */
}
li #subtabb{
/* bottom tab with curver corner*/
	background:url(../_img/subimagebottom.png) top left no-repeat; 
	height:20px;
}

#hometab{
	background:url(../_img/indexbtnLeft.png) top left no-repeat; 
}

#abouttab{
	background:url(../_img/indexbtn.png) top left no-repeat; 
}


#abouttab_active{
	background:url(../_img/indexbtnOverLeft.png) top left no-repeat; 
}
#processtab{
	background:url(../_img/indexbtn.png) top left no-repeat; 
}


#producttab_active{
	background:url(../_img/indexbtnOver.png) top left no-repeat; 
}
#supporttab{
	background:url(../_img/indexbtnRight.png) top left no-repeat; 
}


#supporttab_active{
	background:url(../_img/indexbtnOverRight.png) top left no-repeat; 
}
#projecttab{
	background:url(../_img/indexbtn.png) top left no-repeat; 
}
/* publications tab used for partners*/
#newstab{
	background:url(../_img/indexbtn.png) top left no-repeat; 
}


#partnertab_active{
	background:url(../_img/indexbtnOver.png) top left no-repeat; 
}
#contacttab{
	background:url(../_img/indexbtnRight.png) top left no-repeat; 
}


#contacttab_active{
	background:url(../_img/indexbtnOverRight.png) top left no-repeat; 
}


#projecttab_active{
	background:url(../_img/indexbtnOver.png) top left no-repeat; 
}
#clienttab{
	background:url(../_img/indexbtn.png) top left no-repeat; 
}



/* Hacks */
/*clearfix hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}

/* End hide from IE-mac */
#shadow {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_pics/dropshadow5.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 0;
}

#titlebox {
	width: 710px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 8px 0;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	}
	
	
#fullbox {
	width: 710px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 8px 0;
	clear:both;
	}
	
	
.clients-left {
	float: left;
	width: 280px;
}
.clients-right {
	float: right;
	width: 180px;
}

.gplus {
	padding-left:30px;
	width: 60px;
	height: 20px;
	}
