/* CSS Document */

html, body {
	height: 100%;         /* required */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #000;
	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;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #ccc; text-decoration: underline; }
a:active { color: #ccc; text-decoration: underline; }

#home-wrap { margin: 0 auto; width: 900px; height:100%; }
#wrap { margin: 0 auto; width: 900px; height:100%; background-color: #fff; }


/*-------------------------------------------
	header
-------------------------------------------*/


#home {
	width: 900px; 
	height: 470px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	background-color: #000;
	background-image: url(images/iGuide-home.jpg);
}

#home-bot {
	width: 900px; 
	height: 50px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	background-color: #000;
}

#header {
	width: 900px; 
	height: 220px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	background-image: url(images/header_bg.gif);
}

#allnav {
	width: 415px;
	margin: 0 auto;
	padding: 0;
}

#nav {
    width: 415px; height: 50px;
    background: url(images/nav.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 50px; overflow: hidden; }

#nav1 { left: 0; width: 80px; }
#nav2 { left: 80px; width: 165px; }
#nav3 { left: 245px; width: 70px; }
#nav4 { left: 315px; width: 100px; }

#nav1 a:hover { background: transparent url(images/nav.gif) 0 -50px no-repeat; }
#nav2 a:hover { background: transparent url(images/nav.gif) -80px -50px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav.gif) -245px -50px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav.gif) -315px -50px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav.gif) 0 -50px no-repeat; }
#nav2 a.selected { background: transparent url(images/nav.gif) -80px -50px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav.gif) -245px -50px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav.gif) -315px -50px no-repeat; }



/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 800px;
	padding: 0px;
	margin-top: 20px;
	text-align: center;
	background-color: #fff;
}

#subContent {
	width: 820px;
	padding: 0;
	margin: 20px 0 0 40px;
	text-align: left;
	background-color: #fff;
}

#video {
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
}

#mainContent p {
  line-height: 1.7em;
  letter-spacing: 1px;
  word-spacing: 1px;
}

#subContent p {
  line-height: 1.7em;
}

#subContent h1 {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.details { 
	font-size: 9px;
}

#mainDivider .column {
	position: relative;
	float: left;
}

#c_left {
	width: 200px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#c_right {
	width: 500px;
	padding: 0;
	margin: 0;
	text-align: left;
}

/*-------------------------------------------	
	Clear
-------------------------------------------*/

.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;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #999999;
	background-color: #fff;
}

.footerlink:link { color: #999; text-decoration: underline; }
.footerlink:visited { color: #999; text-decoration: underline; }
.footerlink:hover { color: #ccc; text-decoration: underline; }
.footerlink:active { color: #ccc; text-decoration: underline; }

