/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

#core html, #core body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-size: 13px; 
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

img { -ms-interpolation-mode:bicubic; }

#core #wrapper-page {
  width: 100%;
  padding:0px;
  text-align: center;
}

#core #wrapper {
 	width: 900px;
  	padding:0px;
  	text-align: left;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	position:relative;
}

#core #header {
  width: 100%; 
  height: 265px;
  background: #ffffff;
  text-align: center;
  z-index:1;
}

#core #hero {
	width:100%;
	height:264px;
	background-image:url('../images/bg-hero.jpg');
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-top:50px;
}

#core #hero-sm {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:right;
	height:250px;
	padding-top:0;
}

#core #productImageText {
	width: 180px;
	height: 50px;
	margin: 0;
	position: absolute;
	float: left;
	bottom: 0px;
	left: 10px;
	color: #ffffff;
	text-align: left;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

#core #productImage {
	left:-92px;
	top:-5px;
	position:absolute;
}

#core #logo {
	left:497px;
	top:-17px;
	position:absolute;
}

#core #toggle {
	right:0px;
	top:-94px;
	position:absolute;
}

#core #body-page {
	width: 100%; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
	margin-bottom:15px; 
}
#core #column-left {
	width: 410px; 
	margin: 44px 0 0 40px;
	background-color:#000;
	float:left;
}

#core #column-left-liner {
	margin: 0;
	padding: 25px;
}

#core #column-left p {
	color:#fff;
}
#core #column-left ul {
	color:#fff;
}

#core #column-right {
	padding: 35px 0 0 0;
	width: 391px;
	float:right;
	text-align:left;
	color: #666666;

}

.modal {
	padding:30px;
}

#core #footer {
	width:100%;
	margin-top:15px;
	text-align:center;
}

#core #box {
	border: 1px solid #CCC;
	padding:10px;
}

#core .hideInitially{
	display: none;
}

/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/

#core ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

#core li {
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
}

#core td, #core table {
	padding:5px;
	font-size: 13px; 
	color: #666666;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
#core p {
	font-size: 13px; 
	color: #666666;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

#core .clear {
	clear: both
}

#core .color {
	color:#008bc4;

}
#core img {
	border:none;
}

#core a, #core a:link, #core a:visited, .modal a, .modal a:link, .modal a:visited {
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	font-weight:100;
	color:#008bc4;
	text-decoration:none;
}

#core a:hover, #core a:active, .modal a:hover, .modal a:active {
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	font-weight:100;
	color:#666;
	text-decoration:underline;
}

#core a.color, #core a.color:link, #core a.color:visited, .modal a.color, .modal a.color:link, .modal a.color:visited {
	color:#981B1E;
	text-decoration:underline;
}

#core a.color:hover, #core a.color:active {
	color:#999;
	text-decoration:none;
}

#core h1, h2, p {
  margin: 0;
}

#core h1 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 22px;
 	font-weight: 100;
 	color:#008bc4;
	margin-bottom:5px;
	line-height: 130%;
}

#core h2, div.modal h2 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	color:#008bc4;
	margin-bottom:5px;
	line-height: 130%;
}

#core input.text {
	color: #CCC;
}

#core .textfield, td.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	color:#f60;
}

#core .small {
	font-size:10px;
	color:#CCC;
}

#core .divider-top {
	border-top: 1px solid #CCC;
}

#core .divider-bottom {
	border-bottom: 1px solid #CCC;
}

.boxy-content {
	background-color: #000000;
	color: #ffffff;
	width: 1000px;
	height: 500px;
	font-size: 13px; 
	line-height: 130%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.boxy-content h1 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 22px;
 	font-weight: 100;
 	color:#008bc4;
	margin-bottom:5px;
	line-height: 130%;
}

.boxy-content h2 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 15px;
 	font-weight: bold;
 	color:#cccccc;
	margin-bottom:10px;
	line-height: 130%;
}

.boxy-content p {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	font-weight: normal;
 	color:#cccccc;
	margin-bottom:10px;
	line-height: 130%;
}
/* 
------------------------------------------------
TOP HEADER STYLES 
------------------------------------------------
*/

#core #header-left {
	padding-top:12px;
	width:300px;
	float:left;
}

#core #header-right {
	width:500px;
	float:right;
	text-align:right;
	vertical-align:bottom;
}

