@charset "utf-8";
/* CSS Document */

/* Import Common Styles */
@import url("common.css");

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * HTML Reset Definitions
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a:focus, a:hover, a:active, input { outline:none; }

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
caption,th { text-align:left; }
abbr,acronym { border:0; }
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Global Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
body{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f0f0f0 url(../images/eagle_bg.gif) repeat-x left top;
	padding:0;
	margin:0;
}

#masthead{
	background:#fff url(../images/general/masthead_bg.gif) repeat-x left top;
	width:100%;
	height:100px;
	display:block;
}

#masthead div.header{
	background:url(../images/general/header_bg.gif) no-repeat left top;
	width:980px;
	height:100px;
	padding:0;
	margin:0 auto;
	display:block;
}

#masthead a.logo{
	border:none;
	float:left;	
}

#masthead div.subglobal{
	text-align:right;
	background:url(../images/general/subglobal_right.gif) no-repeat right top;
	width:838px;
	height:49px;
	padding:0 17px 0 0;
	margin:0;
	display:block;
	float:left;
	clear:right;
}

#masthead div.subglobal div{
	color:#ccc;
	font-size:11px;
	line-height:11px;
	background:url(../images/general/subglobal_left.gif) no-repeat left top;
	width: auto;
	padding:5px 0 8px 17px;
	margin:0;
	display:block;
	float:right;
}

#masthead div.subglobal a {color:#ccc; text-decoration:none;}

#masthead div.subglobal a:hover {text-decoration:underline;}

/* Search Styles*/
div#global-search{
	width:170px;
	padding:11px 0 0 0;
	margin:0;
	float:right;
}

div.searchbox{
	background:url(../images/general/searchbox_bg.gif) no-repeat;
	width:170px;
	height:24px;
	padding:0;
	margin:0;
	border:none;
}
div.searchbox input{
	border:none;
	outline:none;
	float:left;
}
div.searchbox input.search{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
	float:left;
	width:137px;
	padding:5px 0 0 8px;
	margin:0;
	border:none;
	outline:none;
}

div.searchbox a:focus{
	outline:none;
	border:none;
}
div.searchbox input.search-btn{
	background: url(../images/general/btn_search.gif) no-repeat 0px 0px;
	width:25px;
	float:left;
}

div.searchbox input.search-btn:hover{
	background-position:0px -24px;
}

/* END Search Styles*/
#container{
	background:#707070 url(../images/general/container_bg.gif) repeat-x left top;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	display:block;
}

div#content-wrap{
	width:980px;
	height:auto;
	min-height:400px;
	padding:14px 0 0px 0;
	margin:0 auto 0 auto;
	display:block;
	clear:both;
}

/* Billboard Styles*/
.billboard-home {
	width:980px;
	height:320px;
	padding:0px;
	margin:0 0 0 0px;
	display:block;
	background: url(../images/homepage/billboard_bg.gif) no-repeat 0px 300px;
	overflow:hidden;
}

.billboard-home div.copyBkgd{
	position:absolute;
	background:url(../images/homepage/billboard_overlay.png);
	width:360px;
	height: auto;
	padding:20px;
	margin:40px 0 0 0;
	display:block;
}

.billboard-home p{
	color:#FFF;
	font-size:16px;
	line-height:22px;
	padding:0;
	margin:0 0 15px 0;
}

.billboard-home a.btn {
    margin:0 -20px 0 0; /*67px*/
}

/* END Billboard Styles for products page*/

/* Billboard Styles*/
.billboard{
	background: url(../images/homepage/billboard_bg.gif) no-repeat 0px 300px;
	width:980px;
	height:320px;
	padding:0;
	margin:0;
	display:block;
	overflow:hidden;
}

.billboard div{
	position:absolute;
	background:url(../images/homepage/billboard_overlay.png);
	width:360px;
	height: auto;
	padding:20px;
	margin:40px 0 0 0;
	display:block;
}

.billboard h1{
	color:#FFF;
	font-size:24px;
	line-height:24px;
	padding:0;
	margin:0 0 10px 0;
	border:none;
}

.billboard p{
	color:#FFF;
	font-size:16px;
	line-height:22px;
	padding:0;
	margin:0 0 15px 0;
}

.billboard a.btn {
    margin:0 -20px 0 0;
}

/* END Billboard Styles*/

div#footer{
	background:#f0f0f0 url(../images/general/footer_bg.gif) repeat-x top left;
	width:100%;
	padding:20px 0 20px 0;
	margin:0;
	display:block;
}

div#footer div.foot{
	font-size:12px;
	line-height:18px;
	width:980px;
	height:auto;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
	display:block;
}

div#footer a {color:#333; /*text-transform:uppercase;*/}
div#footer a:hover {color:#990000;}

div#footer .copyright{
	font-size:10px;
	padding:1px 0 0 0;
	margin:0;
}

div#footer div.share{
	font-weight:bold;
	width:140px;
	height:auto;
	padding:0;
	margin:0;
	display:block;
	float:right;
}

div#footer div.share p{
	font-weight:bold;
	width:auto;
	padding:7px 0 0 0;
	margin:0;
	display:block;
	float:left;
}

div#footer div.share a.twitter{
	text-indent:-9999px;
	background:url(../images/general/btn_twitter.gif) no-repeat 0px 0px;
	width:32px;
	height:32px;
	padding:0;
	margin:0 0 0 3px;
	display:block;
	float:right;
}

div#footer div.share a.facebook{
	text-indent:-9999px;
	background:url(../images/general/btn_facebook.gif) no-repeat 0px 0px;
	width:32px;
	height:32px;
	padding:0;
	margin:0 0 0 3px;
	display:inline-block;
	float:right;
}

div#footer div.share a.twitter:hover, div#footer div.share a.facebook:hover{
	background-position:0px -32px;
}
