/* reset */
div, p {
    margin-bottom: 0;
}
.header h1{
	margin:0;
	padding:0
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

/* styles */

.header{
	height:60px;
	width:80em;
}

.tagline {
    float: left;
    font-size: 1.6em;
    margin: 0 0 0 15px;
    padding: 15px 0 0;
}
.tagline a:hover{
	text-decoration: none;
}
#loginbox {
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    text-align: center;
	z-index:10;
}
#loginbg {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #999;
    color: #000;
    height: 42px;
    padding: 0;
    text-shadow: 0 1px #ddd;
    width: 280px;
}
#loginbox p {
    margin: 0;
    padding: 0;
}
form#loginform {
    float: right;
    height: 32px;
    position: relative;
    text-align: center;
    width: auto;
    left: -50%;
}
form#loginform input {
    font-size: 10px;
    height: 15px;
    padding: 0;
}
form#loginform fieldset {
    border: none;
    float: left;
    left: 50%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
}
form#loginform fieldset label {
    font-size: 10px;
}
form#loginform input {
    font-size: 10px;
    height: 15px;
    padding: 0;
}
form#loginform fieldset legend {
    font-size: 12px;
    margin: 0 0 5px;
}
form#loginform #goBt {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #333;
    border: 1px solid #222;
    color: #fff;
    width:40px;
}
#disconnect-div {width:80em; float:none;}
ul#categories, ul.benefits, ul#categories-disconnect {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#categories-disconnect li {
    float: left;
    margin: 0 20px 20px 0;
    width: 225px;
}
ul#categories-disconnect li {
    float: left;
    margin: 0 20px 20px 0;
    width: 225px;
}
ul#categories-disconnect a.thumb {
    border: 1px solid;
    display: block;
    height: 170px;
    overflow: hidden;
    width: 225px;
}
ul#categories-disconnect .type {
    text-align: center;
}
ul#categories-disconnect .type a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;	
}
ul#categories-disconnect .type a:hover{
    text-decoration: underline;	
}
ul#categories-disconnect li.last {
    float: left;
    margin: 0 0 20px;
}

#categories {
    clear: both;
    font-size: 1.4em;
    height: 130px;
    position: relative;
    width: 80em;
}
#categories ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
#categories ul {
    font-weight: bold;
}

#categories ul li {
    list-style-position: outside;
    list-style-type: none;
    text-align: center;    
    margin: 5px 12px 5px 0;
    width: 150px;    
}
.btn{
	width:100%;
	font-size: 1em;
	padding:0;
}
.btn span{
	display: block;
	padding: 0;
	
}
.btn span span {
    padding:3px;
    position: relative;
    text-transform:none;
	border-left:none;
	border-right:none;
}
#categories ul li a.btn:hover span span, a.browse:hover span {background-color:#666; color:#fff;  
background-image: url(gradient-bottom-dark.png);
    background-position: bottom left;
    background-repeat: repeat-x;}
#container{
	text-align: center;
	clear:both;
}
.container{
	width: 80em;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
div.footer {
    clear: both;
    height: 100px;
    padding: 10px 0;

}


h2.title{
    font-size: 45px;
    line-height: 36px;
    text-decoration: none;
    margin: 10px 0;
}
h2.title a,h2.title a:hover{
	text-decoration: none;
}
p#welcome {
    font-size: 12px;
}
.column-600 {
    width: 600px;
}
.column {
    float: left;
    margin-right: 10px;
    text-align: left;
}
.wrapper{
	width:100%;
	padding:1em 0 1em 0;
}

.search {width:250px; text-align:left; top:14px; right:275px; z-index:20; position:absolute;}
.search input#search-submit {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #999;
    color: #000;
    height: 42px;
    padding: 0;
    text-shadow: 0 1px #ddd; 
	cursor:pointer;
}
.search input#search-submit {
    height: 30px;
    width: 60px;
	margin:0;
}
#search-anything {border:1px solid #858585; height:22px; margin:0 3px 0 0; color:#8e8d8d; font-style:italic; background: #fff url(search-icon.gif) right no-repeat; float:left; cursor:pointer;}
a.browselink, a.browselink:link, a.browselink:visited, a.browselink:hover  {font-size:2.4em; font-weight:bold; text-decoration:underline;}
.browse {display:block; text-align:center; font-size:1.4em; color:#fff; text-decoration:none;  width:160px; float:left; position:relative; z-index:100; line-height:1.4em; top:13px; margin-left:10px;}
a.browser:hover span {text-shadow:none;}