#header {
	height: 120px;
	text-align: center;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 3;
	margin-bottom: -20px;
}
.header {
	height: 120px;
	text-align: center;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 3;
	margin-bottom: -20px;
}
#header2 {
	height: 120px;
	text-align: center;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: -20px;
}
#intro {
	position: absolute;
	height: 638px;
	width: 960px;
	z-index: 1;
	top: 0px;
	left: 0px;
	background:#101010;
}
#intro2 {
	position: absolute;
	height: 638px;
	width: 960px;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#colorbox{
	top: 20px !important;
}

body {
	margin: 0px;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 10;*/
  color: #ccc;
}

.container {
	margin-right: auto;
	margin-left: auto;
	/*height: 712px;*/
	width: 1032px;
	background-image: url(site_background_grey.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 60px;
}
.content {
	width: 960px;
	min-height: 638px;
	color: #CCC;
	margin-left: 36px;
	top: 37px;
	position: relative;
	overflow: auto;
	padding: 0px;
	overflow-x: hidden;
}

html {

}

#content_main {
	padding: 20px;
	z-index: 20;
	position: relative;

}
#content_main2 {
	padding: 20px;
	z-index: 0;
	position: relative;
}
.content_main {
	padding: 20px 20px 20px 20px;
	position: relative;
    background: #111;
    margin-top: 4px;
    margin-bottom: 40px;
}

.content_main a{
	color:#fff;
	text-decoration:none;
}
.content_main a:hover{
	color:#fff;
	text-decoration:underline;
	border-color:#FFF;
	border:thin;
}

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: -44px 0px 0px 0px;
	padding: 0px;
}
.kwicks li{
    display: block;
    padding: 0px;
    cursor: pointer;
}

/* example 2 */
#example2 li {
	float: left;
	width: 237px;
	height: 14px;
	margin-right: 4px;
	list-style: none;
	padding: 10px 0px 0px 0px;
}
#example2 li span {
	display: block;
	padding-top: 1px;
	height: 42px;
	margin-top:-10px;
}
#example2 li a {
	text-decoration:none;
	color:#fff;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  display: block;
}

#example2 #kwick1 {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#example2 #kwick1.active {

}
#example2 #kwick2 {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#example2 #kwick2.active {

}
#example2 #kwick3 {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#example2 #kwick3.active {

}
#example2 #kwick4 {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#example2 #kwick4.active {

}
.headerimg {
	margin-bottom: 18px;
}
