html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

div.clearer {
	clear: both;
}

body {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 80%;
	color: #fff;
	background-color: #000000;
}

#wrapper {
	width: 760px;
	margin: 30px auto;
/*	border: 1px dashed #fff;*/
}

#header {
	text-align: center;
}
#header img {
	border: 0;
}

#nav ul {
  width:630px;
	width:760px;
  padding:0; 
  margin:30px auto 10px auto; 
  list-style-type:none;
}
#nav ul li {
	float: left;
	/*width: 116px;
	padding: 0 18px;*/
	width: 108px;
	padding: 0;
}
#nav ul li a {
  width: 116px;
	height: 24px;
  display:block;
	float: left;
  text-decoration:none;
	background-repeat: no-repeat;
}

#nav ul li#dancers a {
	background-image:url(../i/nav-buttons/fpp-dancers-button-red.jpg);
}
#nav ul li#dancers a:hover {
	background-image:url(../i/nav-buttons/fpp-dancers-button-white.jpg);
}

#nav ul li#models a {
	background-image:url(../i/nav-buttons/fpp-models-button-red.jpg);
}
#nav ul li#models a:hover {
	background-image:url(../i/nav-buttons/fpp-models-button-white.jpg);
}

#nav ul li#events a {
	background-image:url(../i/nav-buttons/fpp-events-button-red.jpg);
}
#nav ul li#events a:hover {
	background-image:url(../i/nav-buttons/fpp-events-button-white.jpg);
}

#nav ul li#workshops a {
	background-image:url(../i/nav-buttons/fpp-workshops-button-red.jpg);
}
#nav ul li#workshops a:hover {
	background-image:url(../i/nav-buttons/fpp-workshops-button-white.jpg);
}

#nav ul li#gallery a {
	background-image:url(../i/nav-buttons/fpp-gallery-button-red.jpg);
}
#nav ul li#gallery a:hover {
	background-image:url(../i/nav-buttons/fpp-gallery-button-white.jpg);
}

#nav ul li#testimonials a {
	background-image:url(../i/nav-buttons/fpp-testimonials-button-red.jpg);
}
#nav ul li#testimonials a:hover {
	background-image:url(../i/nav-buttons/fpp-testimonials-button-white.jpg);
}

#nav ul li#contact a {
	background-image:url(../i/nav-buttons/fpp-contact-button-red.jpg);
}
#nav ul li#contact a:hover {
	background-image:url(../i/nav-buttons/fpp-contact-button-white.jpg);
}



#nav ul li a span {
	display: none;
}

#content {
	padding: 20px;
	clear: left;
}
#content p {
	margin: 10px;
}
#content .centerText {
	text-align: center;
}
#content img.centredImage {
	display: block;
	margin: 5px auto;
}

#content a {
	color: #b7a34a;
}
#content ul {
	margin: 20px 50px;
}

#footer {
	margin: 20px;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
}

body.splash #content p {
	text-align: center;
}


/* model list page START */
table#model-list {
	margin: 10px auto;
}
body.model-list h1 {
	text-align: center;
}
table#model-list h2 {
	padding: 20px 25px 0 0;
}
table#model-list td a img {
	background-color: #000;
	border: 1px solid #000;
	padding: 4px;
}
table#model-list td a:hover img {
	background-color: #a61427;
	border: 1px solid #fff;
	padding: 4px;
}
/* model list page END */

/* model detail pages START */

div#model-detail {
	width: 601px;
	margin: 0 auto;
}

div#model-detail img#mainImage {
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	float: none;
}
div#model-detail h1 {
	display: inline;
	color: #a61526;
	font-size: 1em;
	position:absolute;
	margin: 10px 0 0 3px;
}
div#model-detail p.model-description {
	margin: 0;
	padding: 0;
}

div#model-detail img {
	float: right;
	padding-left: 3px;
}

div#model-detail table#model-links {
/*	border: 1px dashed #0f0;*/
	clear: both;
	margin: -20px 0 0 0;
}
div#model-detail table#model-links td {

}
div#model-detail table#model-links td img {
	border: 0;
	float: none;
	padding: 0;
}
div#model-detail table#model-links td.previous {
	text-align: left;
}
div#model-detail table#model-links td.list {
	text-align: center;
}
div#model-detail table#model-links td.next {
	text-align: right;
}


/* model detail pages END */

/* testimonial pages START */

div.testimonial {
  margin: 10px 0 40px 0;
  border: 1px solid #b0a144;
  padding: 5px;
  background-color: #333;
}

/* testimonial pages END */


form table.formHolder {
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	color: #000;
}
form table.formHolder td {
	padding: 5px;
}
form table.formHolder td.label {
	text-align: right;
}
form table.formHolder td.data {
	text-align: left;
}
form table.formHolder input.longTextbox {
	width: 20em;
}
form table.formHolder textarea {
	width: 20em;
	height: 6em;
}


/* gallery.asp */
body.gallery ul {
	margin: 30px 30px 70px 30px;
}

body.gallery h2 {
	margin: 30px 0 10px 0;
}

/* workshops */
table.workshopTable {
	margin: 20px auto;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.workshopTable tr.odd {
	background-color: #333;
}
table.workshopTable tr.even {
	background-color: #111;
}
table.workshopTable td {
	padding: 5px;
	vertical-align: top;
}