a img { border: 0; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #403F3F;*/
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

div#header {
  width: 960px;
  margin: 0px auto;
}

body,td,th {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #00CCFF;
}

a:active {
	color: #FFFFFF;
}

#header {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px #787676 solid;
  text-align: right;
}
#header img {
  float: left;
  margin-left: 8px;
}
#header p {
  padding-top: 8px;
  margin-right: 16px;
}
#content {
  width: 833px;
  margin: 8px;
  min-height: 50px;
}

#contentcontainer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px #666666 solid;
  border-bottom: 1px #787676 solid;
}
#mpa {
  float: right;
  margin-top: 8px;
}
#menubarcontainer {
  width: 960px;
  margin: auto;
  border-top: 1px #666666 solid;
  border-bottom: 1px #787676 solid;
  height: 36px;
}
#menubar {
  width: 431px;
  height: 36px;
  border-right: 1px #666666 solid;
  float: left;
}
#menubar ul {
  list-style: none;
  margin-left: 8px;
  padding-left: 0px;
  margin-top: 8px;
}
#menubar ul li {
  float: left;
  margin-right: 32px;
  font-weight: bold;
  position: relative;
}
#menubar a {
  text-decoration: none;
}

#menubar ul ul {
  display: none;
  position: absolute;
  width: 120px;
  padding: 8px;
  background: #666666;
  top: 6px;
  left: -10px;
}

#menubar ul li:hover ul { display: block; }

#instructionbar {
  width: 400px;
  height: 36px;
  border-left: 1px #787676 solid;
  border-right: 1px #666666 solid;
  overflow: hidden;
  float: left;
  text-align: center;
}
#instructionbar p {
  margin-top: 8px;
  font-weight: bold;
}
#miniloginform {
  font-weight: bold;
}
#miniloginform input {
  border: 0px;
  background: white;
  width: 64px;
}
#miniloginform .loginsubmit {
  border: 1px solid black;
  background: #333333;
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
}
#basketbar {
  width: 125px;
  height: 36px;
  border-left: 1px #787676 solid; 
  overflow: hidden;
  float: left;
  text-align: left;
/*  background: #333333;  */
}
#basketbar p {
  margin-top: 4px;
  margin-left: 4px;
}
#basketbar .loginlink {
  font-weight: bold;
}
#footer {
  width: 960px;
  margin: auto;
  border-top: 1px #666666 solid;
  border-bottom: 1px #787676 solid;
  clear: both;
}
#footer p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#footerbase {
  width: 960px;
  margin: auto;
  border-top: 1px #666666 solid;
  padding-top: 8px;
}
/* Styling for modules bit */

#modules {
  width: 960px;
  margin: auto;
  border-top: 1px #666666 solid;
  border-bottom: 1px #787676 solid;
  padding-top: 6px;
  padding-bottom: 6px;
}
#pagelinks {
  float: left;
  width: 425px;
  margin-left: 8px;
}
#pagelinks p {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
}
#pagelinks img {
  clear: left;
  float: left;
  margin-bottom: 5px;
}
#pagelinks .pagelink .text {
  display: block;
  background: #171717;
  color: #cccccc;
  width: 296px;
  height: 78px;
  padding: 8px;
  clear: right;
  float: right;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 5px;
  border-right: 6px #333333 solid; 
}
#pagelinks .pagelink.locked .text {
  display: block;
  background: #171717;
  color: #cccccc;
  width: 296px;
  height: 78px;
  padding: 8px;
  clear: right;
  float: right;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 5px;
  border-right: 6px #ff0000 solid; 
}
#pagelinks .pagelink:hover .text {
  display: block;
  background: #505050;
  color: white;
  width: 296px;
  height: 78px;
  padding: 8px;
  clear: right;
  float: right;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
.endfloat {
  clear: both;
}

/* styles for picture view rollover window */
#picview {
  background: #0b0b0b;
  float: right;
  width: 520px;
  height: 391px;
}

/* styles for portfolio page */
#portfolioview, #contentview {
  float: right;
  width: 520px;
}

#signupview {
  width: 700px;
  margin: 32px;
}

#signupview fieldset {
  border: 0;
  margin-left: 32px;
}

#portfolioview .pictureorderbutton {
  border: 1px solid black;
  background: #333333;
  color: white;
  font-size: 13px;
  font-weight: bold;
  width: 520px;
  height: 32px;
  text-align: center; 
}

#portfoliogrid {
  float: right;
  width: 520px;
}

#portfoliogrid .thumbcell
{
  border: 0px;
  width: 126px;
  height: 100px;
  margin-right: 4px;
  float: left;
}

#portfoliogrid .thumbcellwithcheckbox
{
  position: relative;
  border-top: 1px #787676 solid;
  border-left: 1px #787676 solid;
  border-right: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  width: 126px;
  height: 120px;
  margin-right: 2px;
  float: left;
  font-size: 8px;
}

#portfoliogrid .thumbcellwithcheckbox .addtobasketdiv
{
  position: absolute;
  bottom: 2px;
}

#portfoliogrid .thumbrowspacer
{
  font-weight: bold;
  text-align: center;
  clear: both;

  padding-top: 30px;
  padding-bottom: 30px;
}

#portfolioview .fullsize,
#portfolioview .fullsizedemo
{
  width: 520px;
  text-align: center;
}

#portfolioview .fullsize img
{
  margin-top: 64px;
}

#loginbox
{
  color: black;
}

#loginbox div
{
  width: 300px;
  background: #666666;
  padding: 32px;
}
#loginbox input
{
  border: 0;
}

