html, body {
  background-color: #CCCCCC;
}
textarea, input, select {
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
}
input.button {
  color: #3366ff;
}
body {
  text-align: center;
  font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
  color: #666666;
}
#header {
  height: 100px;
  background-color: #2A2A2A;
  color: #CCCCCC;
}
.container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.rightfloat {
  float: right;
  width: 250px;
}
.rightfloat2 {
  float: right;
  width: 475px;
  margin-top: 5px;
}
#header img {
  margin-top: 26px;
  float: left;
}
#header ul {
  float: right;
  margin-top: 26px;
}
#header ul li {
  display: inline;
  background-image: url(../images/layout/bullet_header.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 8px;
  padding-right: 4px;
}
a {
  color: #CCCCCC;
  text-decoration: none;
}
#submenu {
  border-top: 1px solid #FFFFFF;
  height: 40px;
  background-color: #CCCCCC;
}
#submenu ul {
  margin-top: 11px;
}
#submenu ul li {
  display: inline;
}
#submenu ul li a {
  font-size: 17px;
  color: #666666;
}
a:hover {
  color: #FFFFFF;
}
a.active {
  color: #FF6600;
}
#content {
  background-color: #FFFFFF;
  min-height: 350px;
}
#content .container {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}
#content h1 {
  font-size: 17px;
  margin-bottom: 15px;
  font-family: tahoma, verdana, sans-serif;
}
#content h2 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #0099ff;
  font-family: tahoma, verdana, sans-serif;
}
#content p {
  margin-bottom: 15px;
}
#copyright {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 10px;
  font-size: 11px;
  color: #999999;
  padding-bottom: 10px;
}
#copyright a {
  color: #3399cc;
}
#copyright a:hover {
  color: #3399cc;
}
.wide {
  width: 810px;
}
.extrawide {
  width: 830px;
}
.paging {
  clear: both;
  text-align: right;
}
.paging .dots {
  color: #666666;
}
.paging a {
  border: 1px solid #CCCCCC;
  padding: 5px 8px 5px 8px;
  color: #666666;
}
.paging a:hover {
  background-color: #CCCCCC;
}
.paging a.current {
  font-weight: bold;
  color: #3366CC;
}
fieldset {
  border: 1px solid #CCCCCC;
  padding: 15px;
  width: 400px;
}
fieldset label {
  display: block;
  float: left;
  width: 100px;
}
fieldset input, fieldset textarea, fieldset select {
  margin-bottom: 5px;
}
/* model polaroids */
.modellist {
  margin-left:300px;
}
.modelinfo {
  margin-left:310px;
  padding-top: 10px;
}
.model_small {
  width: 144px;
  height: 170px;
  background-image: url(../images/polaroids/small.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.testimonial {
  width: 144px;
  height: 170px;
  background-image: url(../images/polaroids/small.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.model_small img, .testimonial img {
  margin-left: 12px;
  margin-top: 10px;
}
.model_small p, .testimonial p {
  margin-left: 12px;
  margin-top: 7px;
}
.model_small p strong, .testimonial p strong {
  color: #0099ff;
  font-weight: bold;
}
.model_large {
  width: 296px;
  height: 355px;
  background-image: url(../images/polaroids/large.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
}
.model_large img {
  margin-top: 24px;
  margin-left: 24px;
}
.model_large p {
  margin-left: 22px;
  margin-top: 23px;
}
.model_large p strong {
  color: #0099ff;
  font-weight: bold;
}
.modelcolumn {
  width: 265px;
  float: left;
}
.modelportrait {
  margin: 0px 15px 0px 0px;
}
.nopadding {
  padding: 0px;
}
.blue {
  color: #0099ff;
}
