/*
jDIV STYLESHEET
A SKYROCKET LABS JQUERY PLUGIN
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/

/* ARCHITECTURE */

#wrapper {
  width: 960px;
  min-height: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #131310;
  border: 1px solid #ccc;
  overflow: hidden;
}

#top {
  width: 960px;
  height: 120px;
}

#menu {
  width: 960px;
  height: 50px;
  background: #131310;
  clear: both;
}

.line {
  width: 960px;
  height: 1px;
  margin: 40px 0;
  background: #ddd;
  overflow: hidden;
}

/* DIV MENU DEMO LIST STYLE */

#menu ul {
  margin: 0;
  padding-left: 5px;
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  float: left;
  display: block;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 50px;
  color: #888;
  text-decoration: none;
  margin: 0;
  padding: 0 30px;
}

#menu ul li a:hover, #menu ul li a.active  {
  color: #111;
  text-decoration: none;
  background: #aaaaaa;
}

/* HIDDEN DIV PANEL STYLE */

#hidden-div {
  position: absolute;
  width: 900px;
  height: 330px;
  margin: -1px 0 0 0;
  padding: 30px;
  background: #aaaaaa;
  display: none;
  z-index: 100;
}

/* HIDDEN DIV PANEL - CONTENT INSIDE */

#hidden-div-left {
  float: left;
  width: 300px;
  height: 300px;
}

#hidden-div-right {
  position: absolute;
  padding-left: 300px;
  margin: -1px 0 0 0;
  float: right;
  width: 600px;
  height: 300px;
}

#hidden-div-right1 {
  float: left;
  width: 300px;
}
#hidden-div-right2 {
  float: right;
  width: 300px;
}

#hidden-div-right ul {
  margin: 10px 0 0 0;
  padding: 20px;
  list-style: none;
  background: #313131;
  overflow: hidden;
}

#hidden-div-right ul li a {
  display: block;
  font-size: 1.0em;
  line-height: 1.0em;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 11px 0;
}

#hidden-div-right ul li a:hover {
  color: #aaa;
  text-decoration: none;
}

/* TYPOGRAPHY */

h1, h2, h3 {
  font-size: 3.5em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.0em;
  color: #000;
  margin: 0 0 5px 0;
}

h2 {
  font-size: 2.3em;
  letter-spacing: -1px;
  color: #999;
  margin: 0 0 30px 0;
}

h3 {
  font-size: 1.7em;
  letter-spacing: 0px;
  color: #000;
  margin: 70px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2em;
  color: #333;
  margin: 0;
  padding: 10px 50px 0 0;
}

p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0 0 16px 0;
}

p a {
  color: #000;
  text-decoration: underline;
}

p a:hover {
  color: #999;
  text-decoration: underline;
}

p.boxy {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}

/* IMAGES */

img.icon {
  margin: 0 5px 0 0;
  vertical-align: middle;
}


img {border: 0;}
.container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -27px;
	width: 250px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}