* {margin: 0px; padding: 0px}

body { text-align: center; font-family: Verdana; color: #0070b3} 

#wrapper { margin: 0px auto; width: 850px; text-align: center;}

#content { height: 516px; width: 850px; padding-top: 2px; background-repeat: no-repeat; text-align: left;}

#nav {height: 42px; width: 850px; text-align: center; z-index: 100;position:relative;}

img { border: 0; }

a { color: #0070b3; text-decoration: none; }


/* Collections subnav */
#dropmenudiv{
margin-left: 60px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #f6fafd;
width: 135px;
visibility: hidden;
display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

#dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5e9dd2;
}

* html #dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dee7f6;
}





/* Temporary Customization dropdown */
#dropmenudiv2{
margin-top: 0px;
margin-left: 167px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:101;
background-color: #f6fafd;
width: 102px;
visibility: hidden;
display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

#dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5e9dd2;
}

* html #dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

#dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #dee7f6;
}

/* new pages */
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }

.innerContent{ margin:24px auto 0 auto; width:91%; }
ul.links{ margin:3px 0 20px 0; }
ul.links li{ list-style:none; padding-left:40px; margin-bottom:5px; }
ul.links li a{ font-weight:bold; text-decoration:underline; }
ul.links li a:hover{ color:#000000; text-decoration:none; } 

.innerContent_login{ margin:130px auto 0 auto; width:91%; }
.login-content{ padding:10px; margin:20px 0; }
.login{ background:#f6fafd; border:solid 2px #b6cbdb; width:540px; margin:auto; }
.login h1{ background:url(../images/login-bg.gif) repeat-x; line-height:45px; color:#FFFFFF; font-size:20px; text-indent:15px; width:100%; }
.login label{ float:left; margin-right:15px; width:150px; margin-left:30px; margin-bottom:10px;  }
.login input{ width:300px;  margin-bottom:10px; }
.login .btn{ padding-left:200px; }