@charset "UTF-8";

h1{
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
}

h2{
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
}

h3{
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
}

li {
	left: -37px;
}

#mainContent a {
	text-decoration: underline;
	color: #464646;
}



#mainContentnews a {
	text-decoration: underline;
	color: #464646;
}

#sidebar1 a {
	text-decoration: underline;
	color: #464646;
	text-indent: 0;
	width: 0;
	height: 0;
}


ul li {
	float:left;
	list-style-type:none;
	height: 40px;
	display: block;
	position: relative;
   }

#k2longlist li {
	float:none;
	
}

ul li a {
   display:block;
   height:40px;
   text-indent:-9009px;
}
   
ul li#ourwork a {
	background-image:url(img/k2navbar_ourwork.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	 width:100px;
	}
	
ul li#ourwork a:hover {
	 background-position: 0 -40px;
	}
	
ul li#whoweare a {
	background-image:url(img/k2navbar_whoweare.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	 width:109px;
	}
	
ul li#whoweare a:hover {
	 background-position: 0 -40px;
	}

ul li#services a {
	background-image:url(img/k2navbar_services.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width:69px;
	}
	
ul li#services a:hover {
	 background-position: 0 -40px;
	}

ul li#events a {
	background-image:url(img/k2navbar_events.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width:64px;
	}
	
ul li#events a:hover {
	 background-position: 0 -40px;
	}
	
ul li#studio a {
	background-image:url(img/k2navbar_studio.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width:59px;
	}
	
ul li#studio a:hover {
	 background-position: 0 -40px;
	}

ul li#news a {
	background-image:url(img/k2navbar_news.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width:60px;
	}
	
ul li#news a:hover {
	 background-position: 0 -40px;
	}
	
ul li#clients a {
	background-image:url(img/k2navbar_clients.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width:66px;
	}
	
ul li#clients a:hover {
	 background-position: 0 -40px;
	}

ul li#contact a {
	background-image:url(img/k2navbar_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width:73px;
	}
	
ul li#contact a:hover {
	 background-position: 0 -40px;
	}


body  {
	background: #FFFFFF no-repeat fixed 50%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContentnews img {
	float: right;
	margin: 21px;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF url(images/headers/map-small.jpg); 
	padding: 0 0px 0 0px;
	height: 167px;
	text-indent: -9009px;
	margin: 0 0 40px;
} 
 
.twoColFixRtHdr #headersplash { 
	background: #FFFFFF url(images/headers/map-small.jpg); 
	padding: 0 0px 0 0px;
	height: 0px;
	text-indent: -9009px;
	margin: 0 0 px;
}
.k2navbar {
	background-color: #000;
	height: 40px;
	margin-top: 115px;
	padding-left: 0;
} 
.k2videocontent {
	height: 550px;
	margin-top: 2px;
	padding-left: 0;
	margin-left: -60px;
} 
.videocaption{
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;		
}
.k2navbarsplash {
	background-color: #000;
	height: 40px;
	padding-left: 0;
	margin-top: -60px;
} 


.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin-left: 10px;
	padding: 15px 10px;
	margin-top: 20px;
}

.twoColFixRtHdr #sidebar1ourwork {
	float: right; /* since this element is floated, a width must be given */
	width: 161px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin-left: 10px;
	padding: 14px 0 15px 1px;
	margin-top: -551px;
	margin-right: -28px;
}


#redtext {
	color: #f00;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 370px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixRtHdr #mainContentnews { 
	margin: 0; 
	padding: 0 20px;
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	text-align: center;
} 
.twoColFixRtHdr #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;
}
