@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bgHome.gif);
	background-repeat: no-repeat;
	background-position: top center;

}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

#wrap { margin: 0 auto; width: 800px; height:100%; }

#flashcontent {
	height: 100%;
}

/*-------------------------------------------
	header
-------------------------------------------*/

#header {
	width: 800px; 
	height: 170px; 
	margin: 0 auto; 
	position: relative; 
	text-align: right; 
}

#logo {
	float: left;
	width: 140px;
	height: 170px;
	margin: 0;
	padding: 0;
	background: url(images/detail+design.gif) no-repeat;
}

#logo_link {
    width: 140px; height: 170px;
    margin: 0; padding: 0;
    position: relative;
}

#logo_link li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#logo_link li a { height: 0px; display: block; padding-top: 170px; overflow: hidden; }

#logo_link-on { left: 0; width: 140px; height: 170px; }


#MainNav {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0px;
}

#nav {
    margin-top: 45px; 
	padding: 0;
    list-style: none;
	text-align: left;
	letter-spacing: 1px;
	font-size: 10px;
}
#nav li { height: 18px; margin: 0; padding: 0; position: relative; }
.navo:link, .navo:visited {
	color: #eb510f;
	text-decoration: none;
	font-weight: bold;
}
.navo:hover {
	color: #ccc;
	text-decoration: none;
}

.navk:link, .navk:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.navk:hover {
	color: #ccc;
	text-decoration: none;
}

#SubNav {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0px;
}

#snav {
    margin-top: 45px; 
	padding: 0;
    list-style: none;
	text-align: left;
	letter-spacing: 1px;
	font-size: 10px;
}
#snav li { height: 18px; margin: 0; padding: 0; position: relative; }
#snav a:link, #snav a:visited {
	color: #eb510f;
	text-decoration: none;
	font-weight: bold;
}
#snav a:hover {
	color: #ccc;
	text-decoration: none;
}

#MainInfo {
	float: right;
	width: 310px;
	height: 10px;
	margin-top: 70px;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
}

#MainInfo a:link, #MainInfo a:visited {
	color: #b7d31b;
	text-decoration: none;
	padding-left: 40px;
}
#MainInfo a:hover {
	color: #ccc;
	text-decoration: none;
}


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 800px;
	min-height: 500px;
	padding: 0px;
	text-align: left;
}

#flash {
	width: 800px;
	height: 475px;
	padding: 0px;
	text-align: left;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#p_left {
  width: 140px;
  background-color: #fff;
}

#p_right {
  width: 610px;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: .125em;
  background-color: #fff;
}

#p_right h1 {
  font-size: 17px;
  letter-spacing: 2px;
}

#c_left {
  width: 240px;
  background-color: #fff;
}

#c_right {
  width: 510px;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: .125em;
  background-color: #fff;
}

#c_right h1 {
  font-size: 17px;
  letter-spacing: 2px;
}

#con_left {
  width: 280px;
 }

#con_right {
  width: 470px;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: .125em;
  background-color: #fff;
}

.green {
	color: #b7d31b;
	font-size: 13px;
	font-weight: bold;
}


/*-------------------------------------------	
	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: 800px;
	height: 50px;
	padding-top: 40px;
	text-align: left;
	font-size: 9px;
	color: #999999;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

.right { float: right; }