/* @override 
	http://localhost:8888/wcf_dev/styles/main.css
	http://localhost:8888/wcf_dev/styles/main2.css
	http://localhost:8888/styles/main.css
	http://wcf.localhost:8888/styles/main.css
*/

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	
}

a img {
	border: 0px;
}

#header p a img {
	vertical-align: -5px;
	margin-left: 7px;
}

.clear {
	clear: both;
}

body {
	background-color: #ebebeb;
	font: 1em Arial, Helvetica, "sans serif";
	color: #555;
}

div#wrapper {
	width: 999px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #fff;
	zoom:1;
}

/* @group header */

#header {
	width: 1000px;
	position: relative;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img#wcf_logo {
	margin: 6px 6px 11px;
}

#header #soc {
	position: absolute;
	top: 1px;
	right: 6px;
}

#header #soc li {
	list-style: none;
	float: left;
	text-align: center;
	width: 62px;
}

#header #soc li img {
	display: block;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#header #soc li img#label_refer {
	position: relative;
	right: 6px;
}

#header #soc li img.lbl {
	visibility: none;
	position: relative;
	top: -9999px;
}

#header ul li a.rss_icon {
	width: 24px;
	float: left;
	background-image: none;
}

#header p {
	text-align: right;
	margin-top: 5px;
	margin-right: 14px;
	font-size: .85em;
	position:absolute;
	right:8px;
	text-align:right;
	top:81px;
}

#header p a {
	color: #555;
}

#header p a#advertise {
	color:#555;
	font-weight:bold;
}

#header p a#advertise:hover {
	color: #f48221;
}

#header p a:hover {
	color: #f48221;
}

#search_box span a {
	color: #f48221;
}

#search_box span a:hover {
	text-decoration: underline;
}

#search_box {
	width: 370px;
	position: absolute;
	top: 24px;
	right: 197px;
}

#search_box #cse-search-box div input#google_box {
	background-image:none!important;
	padding:6px 40px 6px 6px!important;
	border: solid #ccc 1px;
	width: 200px;
}

#search_box #search_submit {
	position: relative;
	left: -40px;
	top: 5px;
}

#search_box img {
	float: left;
	margin: 15px 15px 22px;
}

#search_box form {
	margin-top: 15px;
}

input#search {
	width: 211px;
	padding: 3px;
	margin-right: 7px;
	font-size: .75em;
}

#search_box span {
	display: block;
	text-align: right;
	margin-right: 5px;
	color: #f48221;
	font: bold .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a#banner {
	display:block;
	width:728px;
	margin:0 auto;
}

#header #nav li {
	float:left;
	list-style:none;
	width:99px;
	height: 41px;
	margin-right:1px;
	display:table;
}
	
#header #nav a {
	display:block;
	width: 93px;
	height: 36px;
	background:url(../images/navbar_bg.jpg);
	text-decoration:none;
	font-size:.8em;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	/*display:table-cell;*/
	/*vertical-align:middle;*/
	padding-right:3px;
	padding-left:3px;
	padding-top: 5px;
}

#header #nav a:hover {
	background-position:0 41px;
}

#header #nav a.selected {
	background-position:0 41px;
}

#header #nav ul {
	display: none;
	position: absolute;
	z-index: 9999;
}

#header #nav ul li {
	float: none;
	height: 20px;
}

#header #nav ul a {
	background-image: none;
	background: #999;
	font-weight: normal;
	text-align: left;
	width: 200px;
	height: auto;
	padding: 8px 5px;
	border-top: solid #fff 1px;
	
}

#header #nav ul a:hover {
	background: #f48221;;
}

/* @end */

/* @group footer */

#footer {
	margin-top: 25px;
}

#footer_links a {
	color: #555;
}

#footer_links a:hover {
	color: #f48221;
}

#footer_bar {
	background-color: #0095c0;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: .7em;
	margin-top: 6px;
}

#footer_links {
	font-size: .7em;
	text-align: center;
}

#footer_bar a {
	position: absolute;
	top: 2px;
	right: 6px;
	color: #fff;
}

/* @end */

/* AdWords border */

iframe html body #aus #aubg {
	border:solid #999 1px!important;
}




