/* Reset
------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
}

:focus {
  outline: 0;
}

p {
  margin-bottom: 1.5em;
}

ol, ul {
  list-style: none;
}

input,
textarea,
select {
  font-size: 1em;
  font-family: Arial, Helvetica;
  color: #333;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Global - common
------------------------------------------------------------------*/

a:link,
a:visited {
  color: #194e96;
  text-decoration: none;
}

a:hover,
a:active {
  color: #194e96;
  text-decoration: underline;
}

body {
  background: #EEE;
  color: #333;
  font-family: Arial, Helvetica;
  line-height: 1.3;
  font-size: 83%;
}

/* Global - backwards compatible
------------------------------------------------------------------*/

.pnet-content ul { list-style: disc outside; }
.pnet-content ol { list-style: decimal outside; }


/* Global - layout
------------------------------------------------------------------*/

#photodotnet {
	width: 989px;
	background: #FFF;
	border: 1px solid #999;
	border-top: 0;
	margin: 0 auto;
	margin-bottom: 49px;
}

#mainheader {
  height: 57px;
  background: url(../artworks2/PhotoNet/header-bg.gif) repeat-x;
  margin-bottom: 5px;
  font-size: 10px;
}

#mainlogo {
  width: 156px;
  height: 56px;
  float: left;
  padding-left: 15px;
}

#nav {
	float: left;
	width: 800px;
	margin-top: 34px;
	height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-left: -15px;
}

#nav li {
  float: left;
  height: 23px;
  line-height: 23px;
  background: url(../artworks2/PhotoNet/nav-left.gif);
  margin-right: 5px;
}
#nav li a {
  display: block;
  height: 21px;
  line-height: 21px;
  padding: 2px 12px 0 23px;
  background: url(../artworks2/PhotoNet/nav-right.gif) no-repeat top right;
}
#nav li.adoramaTab {
  float: left;
  height: 23px;
  line-height: 23px;
  background: url(../artworks2/nav-left-adorama.gif);
  margin-right: 5px;
}
#nav li.adoramaTab a {
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 2px 12px 0 26px;
	background: url(../artworks2/nav-right-adorama.gif) no-repeat top right;
	white-space: nowrap;
}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
  color: #FFF;
  text-decoration: none;
}

#nav li.current {
  background-image: url(../artworks2/PhotoNet/nav-current-left.gif);
}

#nav li.current a {
  background-image: url(../artworks2/PhotoNet/nav-current-right.gif);
  padding-left: 12px;
}

#nav li.current a:link,
#nav li.current a:visited,
#nav li.current a:hover,
#nav li.current a:active {
  color: #333;
}

#nav li ul {
  display: none;
  position: absolute;
  width: 174px;
  border: 1px solid #2A5C8D;
  text-transform: none;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 51;
}

#nav li ul li {
  display: block;
  background: #FFF;
  float: none;
  border-bottom: 1px solid #C7D4E2;
  margin-right: 0;
  line-height: 20px;
  height: 20px;
}

#nav li ul li a, #nav li.adoramaTab ul li a,
#nav li.current ul li a {
  padding: 0 0 0 5px;
  height: 20px;
  line-height: 20px;
  background: #FFF none;
}

#nav li.current ul li a:link,
#nav li.current ul li a:visited,
#nav li ul li a:link,
#nav li ul li a:visited {
  color: #0A428F;
  text-decoration: none;
}

#nav li.current ul li a:hover,
#nav li.current ul li a:active,
#nav li ul li a:hover,
#nav li ul li a:active {
  background: #9AB0C7;
  color: #FFF;
  text-decoration: none;
}

#membership {
  float: left;
  width: 176px;
  height: 57px;
  border-left: 1px solid #9CB0C3;
  font-weight: bold;
  text-transform: uppercase;
}

#membership li {
  height: 28px;
  line-height: 28px;
}

#membership li a {
  display: block;
  height: 28px;
  line-height: 28px;
  background: url(../artworks2/PhotoNet/arrow-right-blue.gif) no-repeat 11px 50%;
  padding-left: 21px;
}

#membership-signin,
#membership-signout {
  border-bottom: 1px solid #9CB0C3;
}

#membership #membership-workspace {
  background: url(../artworks2/PhotoNet/icon-workspace.gif) no-repeat 21px 50%;
}

#membership #membership-workspace a {
  padding-left: 41px;
}

#subheader {
	height: 33px;
	background: url(../artworks2/PhotoNet/subheader-bg.gif);
	clear: both;
	overflow: hidden;
	font-size: 10px;
}



#welcome {
	float: left;
	width: 270px;
	text-indent: 20px;
	color: #FFF;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#search {
  float: right;
  height: 33px;
  margin-right: 15px;
}

#search * {
  vertical-align: middle;
}

#search label {
  color: #FFF;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 2px;
}

#maincontent {
  padding: 0 15px;
  clear: both;
  font-size: 10px;
  overflow: hidden;
}

#restcontent {
  padding: 10px;
}

#footer {
	font-size: 11px;
	padding:30px 0 15px 0;
	text-align:center;
	clear:both;
	border-top: #AAAAAA solid 1px;
}

#mainfooter p {
  font-size: 11px;
  text-align: center;
  margin-bottom: 0;
}

#footer-links {
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
}

#footer-links a {
  font-weight: normal;
  padding: 0 6px;
}

#ads-bottom {
  padding: 15px 0 0 0;
  background: url(../artworks2/PhotoNet/separator.gif) repeat-x 0 0;
  clear: both;
  text-align: center;
}

#about h2 {
  margin:15px 0 2px 0;
  font-family:Arial, Helvetica, sans-serif !important;
  font-size: 1em;
  font-weight: bold;
}

#about p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height:1.3em;
  padding-bottom: 19px;
  margin:0 0 15px 0;
  background: url(../artorks2/PhotoNet/separator.gif) repeat-x bottom left;
}
/* general helpers */
.txtCtr {text-align:center;}
.divCtr {margin:auto;}
.brdr {border:1px solid #ccc; height:100%;}
.fltLft {float:left;}

.pnet-content {
	padding: 0px;
}
* html #nav li a { width: 30px;}
* html #nav ul li a { width: auto;}