body {
	margin:0 !important;
}
.nav-container .form-search { /*position:absolute; background: #FFFFFF/*url(../images/bkg_form-search.png) no-repeat scroll 0 0px transparent*/;
	margin:7px 8px; /*padding:1px 0 0; clear: right;
    float: right;*/
	height: 25px;
	position:absolute;
	z-index:99;
	top:2px;
	right:2px;
}
.nav-container .form-search label {
	display:none;
	float:left;
	width:24px;
	height:21px;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.nav-container .form-search input.input-text {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	font-size: 14px;
	padding: 5px 3px;
	width: 104px;
}
.nav-container .form-search button {
	display:none;
}
.nav-container .form-search button.button {
	float: left;
	margin: 3px 0 0;
}
.nav-container .form-search button.button span {
	width:20px;
	border:0;
	height:21px;
	background:url(../images/btn_search.gif) 0 0 no-repeat;
	padding:0;
	font:bold 11px/21px Georgia, serif;
}
.nav-container .form-search button.button span span {
	background: none repeat scroll 0 0 transparent;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
}
.nav-container .form-search .search-autocomplete {
	z-index:999;
	left:40px !important;
	top:22px !important;
}
.nav-container .form-search .search-autocomplete ul {
	border:1px solid #5c7989;
	background-color:#f9f5f0;
}
.nav-container .form-search .search-autocomplete li {
	text-align:left;
	border-bottom:1px solid #f4eee7;
	padding:2px 8px 1px 8px;
	cursor:pointer;
}
.nav-container .form-search .search-autocomplete li .amount {
	float:right;
	font-weight:bold;
}
.nav-container .form-search .search-autocomplete li.odd {
	background-color:#fffefb;
}
.nav-container .form-search .search-autocomplete li.selected {
	background-color:#f7e8dd;
}
.header .form-language {
	clear:both;
	padding:5px 0 0;
	text-align:right;
}
.header .form-language label {
	font-weight:bold;
	padding-right:5px;
	color:#a7c6dd;
	vertical-align:middle;
}
.header .form-language select {
	padding:0;
}
.header .form-language select.flags option {
	background-position:4px 50%;
	background-repeat:no-repeat;
	padding-left:25px;
}
.header .links {
	float:right;
	margin:0 0 6px;
}
.header .links li {
	float:left;
	font-size:11px;
	background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
	padding:0 8px 0 7px;
}
.header .links a {
	color:#ebbc58;
}
.header-container .top-container {
	clear:both;
	padding:5px 10px 0 12px;
	text-align:right;
}
.header-container .top-container a {
	font-size:11px;
	color:#ebbc58;
}
/********** < Navigation */
.nav-container {
	background: #000000;/* url(../images/bkg_nav.gif) no-repeat scroll 0 0 transparent;*/
	margin: 0 auto;
	padding: 0 0 6px;
	height:33px;
	width: 950px;
	position:relative;
}
#nav {
	width: 790px;
	min-height: 33px;
	padding: 4px 0 0;
	text-align: left;
	float:left;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position:relative;
	text-align:left;
}
#nav li.level-top {
	float: left;
	height: 33px;
	position: relative;
	z-index: 1;
}
#nav a.level-top {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	height: 33px;
	line-height: 33px;
	padding: 0 19px;
	text-decoration: none !important;
	text-transform:lowercase;
	font-weight:bold
}
#nav a.level-top span {
	white-space: nowrap;
}
#nav li.over {
	z-index:998;
}
#nav a, #nav a:hover {
	display:block;
	line-height: 33px;
	;
	text-decoration:none;
}
#nav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#nav li ul span {
	white-space:normal;
}
#nav ul li.parent a {
	background:url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav ul li.parent li a {
	background-image:none;
}
/* 0 Level */

#nav li {
	float:left;
}
/* active */
#nav li.active a {
	color:yellow;
}
#nav a {
	float:left; /*padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold;*/
}
#nav li.over a, 
/* hover */
#nav a:hover {
	color:#3B58E5;
}
/* 1st Level */
#nav ul li, #nav ul li.active {
	float:none;
	margin:0; /*padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;*/
}
#nav ul li.last { /*background:#ecf3f6;*/
	padding-bottom:0;
}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
}
#nav ul li a { /*font-weight:normal !important;*/
}
/* 2nd Level */
#nav ul, #nav div { /*position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5;*/
	background: none repeat scroll 0 0 #FFFFFF;
	border: 3px solid #999999;
	border-radius: 6px 6px 6px 6px;
	left: -10000px;
	padding: 15px 0;
	position: absolute;
	top: 38px;
	width: 200px;
}
#nav div ul {
	position:static;
	width:auto;
	border:none;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
	top:5px;
}
#nav ul li a {
	background:#ffffff;
	line-height:23px;
}
#nav ul li a:hover { /*background:#d5e4eb;*/
	font-weight:bold;
	line-height:23px;
}
#nav ul li a, #nav ul li a:hover {
	color:#2f2f2f !important;
}
#nav ul span, #nav ul li.last li span {
	padding:3px 15px 4px 15px;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left:0;
	z-index:999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left:100px;
}
/********** Navigation > */
/* ======================================================================================= */








/* ======================================================================================= */

.guest-select {
	width:305px !important;
}
.searchMeme-container {
	width: 232px;
}
.searchMeme-container div {
	margin: 0;
	padding: 0;
}
.searchMeme-button-icon {
	background-image: url(../images/icon-search.png);
	top: 4px;
	left: 4px;
	position: relative;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.searchMeme-button-searching {
	background-image: url(../images/loading.gif);
	position: relative;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.searchMeme-water-mark {
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=50); /* Netscape */
	-moz-opacity: 0.5; /* Safari 1.x */
	-khtml-opacity: 0.5; /* Good browsers */
	opacity: 0.5;
}
.green-normal {
	background: #73d006; /* Old browsers */
	background: -moz-linear-gradient(top, #73d006 0%, #46b204 100%, #46b204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73d006), color-stop(43%, #46b204), color-stop(100%, #46b204)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #73d006 0%, #46b204 100%, #46b204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #73d006 0%, #46b204 100%, #46b204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #73d006 0%, #46b204 100%, #46b204 100%); /* IE10+ */
	background: linear-gradient(top, #73d006 0%, #46b204 100%, #46b204 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d006', endColorstr='#46b204', GradientType=0 ); /* IE6-9 */
}
.green-hover {
	background: #46b204; /* Old browsers */
	background: -moz-linear-gradient(top, #46b204 0%, #73d006 100%, #73d006 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46b204), color-stop(43%, #73d006), color-stop(100%, #73d006)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #46b204 0%, #73d006 100%, #73d006 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #46b204 0%, #73d006 100%, #73d006 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #46b204 0%, #73d006 100%, #73d006 100%); /* IE10+ */
	background: linear-gradient(top, #46b204 0%, #73d006 100%, #73d006 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b204', endColorstr='#73d006', GradientType=0 ); /* IE6-9 */
}
.searchMeme-input-left input {
	width: 200px;
	background-color: #999;
	border: none;
	color: #fff;
	z-index: 1;
	padding: 7px;
	font-size: 12px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #000;
	-moz-box-shadow: inset 1px 1px 1px 0px #000;
	box-shadow: inset 1px 1px 1px 0px #000;
	margin-top: 0px;
}
.searchMeme-input-left {
	float: left;
	width: 230px;
	overflow:hidden;
}
.searchMeme-button-left {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	z-index: 100;
}
.searchMeme-round-left {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.searchMeme-input-right input {
	width: 202px;
	background-color: #fff;
	border: none;
	color: #000;
	z-index: 1;
	padding: 4px;
	font-size: 12px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #999;
	-moz-box-shadow: inset 1px 1px 1px 0px #999;
	box-shadow: inset 1px 1px 1px 0px #999;
	margin-top:0px !important;
}
.searchMeme-input-right {
	float: right;
	width: 210px;
	overflow:hidden;
}
.searchMeme-button-right {
	width: 23px;
	height: 22px;
	cursor: pointer;
	float: right;
	z-index: 100;
}
.searchMeme-round-right {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}
#big_huge_banner_image {
	margin:0 !important;
}
.sf-menu ul {
	height:20px !important;
}

.sf-menu ul li a {
    color: #999999;
    font-family: georgia;
    font-size: 12px !important;
    font-weight: bold;
    padding: 0 20px 0 0 !important;
    text-decoration: none;
}

.header-panel {
    float: left;
    font: 12px/22px Georgia,serif;
    text-align: left;
    width: 950px;
}
.header-panel .hd-left {
    float: left;
    font-weight: bold;
    margin: 4px 0 0 !important;
    width: 600px;
}
.header-panel .hd-left li {
float:left;
width:auto;
}
.header-panel .hd-left li a {
	color:#999 !important
}
.header-panel .hd-left li a:hover {
	color:#222 !important
}
.header-panel .hd-right {
    background: url("../images/social_links.png") no-repeat scroll right top transparent;
    float: right;
    height: 24px;
    margin: 4px 0 0 !important;
    width: 158px;
}
.header-panel .hd-right li {
    display: inline;
    float: left;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}
.header-panel .hd-right li.last {
    margin-right: 0;
}
.header-panel .hd-right li a span {
    float: left;
    height: 24px;
    width: 24px;
}
.header-panel .ac-lnk {
    padding: 0 5px 0 0;
}
.header-panel .cm-lnk {
    padding: 0 20px 0 0;
}
.header-panel {
padding:0 0 5px;
}

img#wpstats{visibility:hidden}