* {
	margin:0;
	padding:0;
	}
 
body {
	/*background-color:#666;*/
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	margin:13px 0;
	}
	
	
.cleaner {
	clear:both;
	height:0;
	line-height:0;
  	font-size:0; 
	}
	
#main {
	width:784px;
	margin:0 auto;
	}
	
#header {
	height:100px;
	background:url(../images/logo.png) right bottom #000 no-repeat;
	margin:0 0 2px 0;
	}
	
a {
	color:#fff;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
h1 {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:19px;
	padding:65px 0 0 15px;
	}
	
#strip {
	height:300px;
	margin:0 0 2px 0;
	}
	
#model {
	width:582px;
	background:url(../images/model.jpg);
	height:280px;
	float:right;
	padding:20px 0 0 0;
	}
	
#model p {
	font-size:14px;
	padding: 0 0 0 65px;
	}
	
#model p.reg {
	font-size:20px;
	}
	
#model ul {
	margin:210px 0 0 0;
	font-size:14px;
	}
	
#model ul li a {
	text-decoration:none;
	margin: 0 0 0 35px;
	}
	
#model ul li a:hover {
	text-decoration:underline;
	}
	
#model ul li {
	display:inline;
	list-style:none;
	}
	
#menu {
	width:202px;
	float:left;
	}
	
#menu ul li {
	list-style:none;
	}
	
#menu ul a {
	display: block;
	/*height:35px;*/
	height:26px;
	background-color:#3e3636;
	border-bottom:5px solid #000;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	padding:20px 25px 0 10px;
	text-align: right;
	}
	
#menu ul li a:hover {
	background-color:#444;
	}
	
#content {
	padding:10px 0 10px 1px;
	margin:2px 0;
	background-color:#000;
	}
	
.photoblock {
	width:154px;
	height:250px;
	background-color:#a39a9a;
	margin:0 0 2px 2px;
	float:left;
	text-align:center;
	color:#444;
	display: inline;
	}
	
.photoblock a {
	color:#444;
	}
	
.photoblock a img {
	margin:0 0 5px 0;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	}
	
.nav {
	background-color:#000;
	padding:5px;
	text-align:center;
	}
	
.nav a {
	text-decoration:none;
	}
	
.nav a:hover {
	text-decoration:underline;
	}
	
.active {
	text-decoration: underline;
	}
	
/* pagination */
.pagination {
font-weight:bold;
}

.pagination a 
{
text-decoration:underline;
padding-left:5px;
}

.disabled {
}

.current {
}

.clear { clear:both; }
/* model detail box */
#model_detail, #contact {  margin:0 2px 2px 2px; }
#model_detail a img 
{
	margin:0 0 5px 0;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc; 
	border:none; 
}

#leftImg, #modelDescription { float:left; }
#modelDescription { margin-left:30px }
#modelDescription h2 { padding-bottom: 5px; }
#gallery { clear:both; }
#modelParams { float:left; padding:10px 0 0 0px;}

#modelLinks { width:599px; font-weight:bold; font-size: larger; margin-top:8px; clear:both;}
#bookingLinks { float:left; }
#prev_links { float:right;}
#prev_links a { padding-left:10px;}

/* contact, booking */
fieldset 
{
	border: 1px solid #cecece;
	padding: 10px;
}

legend 
{
	color:#fff;
	font-weight: bold;
	padding: 5px;
	
}
input { border:1px solid #444; }

form p {
	padding: 0;
}
form p input, .form4 p.submit input {
	width: 100px;
}
form p.submit, .form3 form p.submit, .form4 form p.submit {
	padding: 0;
	text-align: center;
}
form p.submit input, .form3 form p.submit input, .form4 form p.submit input {
	margin: 10px 0;
}
.form .form3  p.submit {
	width: 100%;
	clear: both;
	text-align: right;
}

input.small {
	width: 150px;
}
input.smallest {
	width: 80px;
}

#confirmation
{
	margin:20px;
	padding:10px;
	font-weight:bold;
	font-size:1.2em;
	background-color:#3e3636;
	color:#fff;
	text-align:center;
}

#login { text-align:center; }
#loginForm
{
	width:300px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#contentItem
{
	padding:10px;
}

.help, .req { margin-left:5px; font-size:0.9em; font-style:italic; }
.req { font-weight:bold; }

.longGallery
{
	padding:10px;
	width:750px;
	overflow-x:scroll;
}

.longGallery a img
{
	border:none;
}
