/*
#container {
	width:780px;
	margin:0 auto;
	position: relative;
}

#content {
	min-height:500px;
}
a:link, a:visited {
	color:#7d7d7d;
	text-decoration:none;
	font-family: Lucida grande, Arial;
}
a:hover {
	font-family: Lucida grande, Arial;
	color:#000;
	text-decoration:none !important;
}
a img {
	border-width:0;
}
#topnav {
	padding:10px 0px 12px;
	font-size:13px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin {
	background:#000000;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background:#59B;
	*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;

}
a.signin span {
	background-image:url("images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {

	color:#7d7d7d;
}

#signin_menu {
	display:none;

	width:630px !important;
    position:absolute;

   margin-left: 385px;
    margin-top:-64px;
}

.sign-in-btn{

border:1px solid #cfcfcf;
	background-color:#e1e1e1;

 	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));

  	background: -webkit-linear-gradient(top, #ffffff, #e1e1e1);

	  background: -moz-linear-gradient(top, #ffffff, #e1e1e1);

	   background: -ms-linear-gradient(top, #ffffff, #e1e1e1);

	   background: -o-linear-gradient(top, #ffffff, #e1e1e1);
	width:48px;
    height:20px;
    padding:0px 4px;
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
	font-size:9px !important;
	font-weight:bold;
	color:#7d7d7d !important;
	line-height:10px;
}
.sign-in-btn:hover{
	border:1px solid #cfcfcf;
	background-color:#e1e1e1;

 	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#fff));

  	background: -webkit-linear-gradient(top, #e1e1e1, #ffffff);

	  background: -moz-linear-gradient(top, #e1e1e1, #ffffff);

	   background: -ms-linear-gradient(top, #e1e1e1, #ffffff);

	   background: -o-linear-gradient(top, #e1e1e1, #ffffff);
font-weight:bold;
	color:#7d7d7d !important;
	}

.logoin_submit_b{	background:#fdfdfd url(../images/whitetheme/w-signin.jpg) left top no-repeat;
	border:none;
	color:#fff;
	padding:4px 10px 5px;
	margin:0 5px 0 0;
	font-weight:bold;}



#signin_menu input[type=text], #signin_menu input[type=password] {
	margin:0px 0 1px;

    color:#5b5b5b;
    font-size:11px;
    height:19px;
    padding:0px 4px;
    width:140px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
float:right;
padding-top:3px;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a:link {
	text-decoration:none;
		color:#7d7d7d;
}



#signin_submit {
	background:#fdfdfd url(../images/whitetheme/w-signin.jpg) left top no-repeat;
	border:none;
	color:#fff;
	padding:4px 10px 5px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:#fdfdfd url(../images/whitetheme/w-signin.jpg) left top no-repeat;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(images/tipsy-west.gif);
	background-position:left center;
}*/