@charset "utf-8";
/* default css stuff */

*{
	margin:0;
	padding:0;
	list-style:none;
  	outline: none;

}

img{
	border:none;
}

html, body{
	height: 100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f5f5ec;
	color:#626f78;
	background-image:url(../images/gadget_logo_tile.png);
}
a{
	text-decoration:none;
	color:#9BC200;
	cursor:pointer;
}
a:hover{
	color:#1996c4;
}a:active
{
  outline: none;
}
p{
	line-height:16px;
	float:left;
	width:100%;
	padding-bottom:10px;
}
p a{
	text-decoration:none;
}
p a:hover{}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
}
.footer, .push {
	height: 70px; /* .push must be the same height as .footer */
	clear:both;
}
.page_margins{
	margin-left:auto;
	margin-right:auto;
	min-width:780px;
}

.h_container{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:10px;
}

.footer{
	background-color:#333C44;
	float:left;
	clear:both;
	min-width:780px;
	width:100%;
}
.footer_text{
	color:#CCCCCC;
	padding:10px 20px;
}
.footer_text a{
	color:#CCCCCC;
	padding-right:7px;
	margin-right:7px;
	border-right:1px solid #CCCCCC;
}.footer_text a:hover{
	color:#FFFFFF;
}
