html, body {
	font-family:helvetica, tahoma, arial;
	font-size:9pt;
	color:#fff;
	height:100%; 
	margin:0px;
	padding:0px;
	border: 0px;
	max-height:100%;
	background-color:#000000;
	text-align:center;	
	background-image:url('/images/bg.png');
	background-repeat:repeat-x;
	background-position: 50% 0%; 
}

p, img, ul, li, table, tr, td, th, form, fieldset, label, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin-bottom: 15px;
}

p span.classy {
	font-size: 1.8em;
}

p.disclaimer {
	color: #fe3817; 
	margin-top: 94px;
}

p.disclaimer span {
	font-size: 1.8em;
}

#wrap {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
} 

#topHeader {
	position:relative;
	width:760px;
	height:189px;
	display:block;
	background-image:url('/images/header.jpg');
}

#topHeader a.home {
	position: absolute;
	width: 448px;
	height: 157px;
	top: 10px;
	left: 20px;
	display: block;
}

#topHeader a.home span {
	display: none;
}

#topLinks  {
	width:756px;
	text-align:center;
	position:absolute;
	top:161px;
	left:6px;
	height: 47px;
}


#topLinks a {
	position:relative;
	margin-right:-4px;
	font-size:1.4em;
	color:#E4E9F0;
	border:0px;
	text-decoration:none;
}

#topLinks a:hover {
	color:#fff;	
}

/**
 * content stuff
 */
#contentTop {
	width:760px;
	height:7px;
	margin-top: 38px;
	display:block;
	background-image:url('/images/content-top.png');
	background-repeat:no-repeat;
}

#content {
	width:760px;
	text-align:left;
	background-image:url('/images/contentbg.png');
	background-repeat:repeat-y;
	border-bottom:1px solid #9d6f44;
	overflow: hidden;
}

.contentHome {
	padding: 15px 0px 0px 15px;
}

.contentHome a img {
	margin-top: 20px;
	margin-left: 80px;
}

.pricing p {
	padding-top: 15px;
	font-size: 1.4em;
	text-align: center;
}

.contact p {
	padding-top: 15px;
	font-size: 1.4em;
	text-align: center;
}

/**
 * work with us page
 *
 */
.workWithUs {
	padding: 15px;
}

.workWithUs p {
	font-size: 1.2em;
}

.workWithUs form fieldset div {
	float: left;
	width: 350px;
	margin-bottom: 5px;
}

.workWithUs form fieldset div label {
	float: left;
	text-align: right;
	padding: 4px 10px 0px 0px;
	width: 100px;
}

.workWithUs form fieldset.moreInfo {
	margin-top: 20px;
}

.workWithUs form fieldset.moreInfo div {
	width: 700px;
}

.workWithUs form fieldset.moreInfo textarea {
	width: 253px;
	height: 100px;
}

.workWithUs form fieldset.moreInfo input {
	width: 250px;
}

.workWithUs form fieldset.moreInfo div label {
	width: 350px;
}

.workWithUs form input#submit {
	margin-top: 20px;
}

/**
 * model index page
 */
html>body #model-right {
	margin-bottom: -3px;
}

#model-right {
	float:right;
	margin-right: 1px;
	margin-bottom: -18px;
}

#footer {
	margin-top:10px;
	padding-bottom:10px;
	font-size:.75em;
}

table.models {
	margin-bottom: 15px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.models td {
	width:130px;
	height:220px;
	text-align:center;
	vertical-align: bottom;
}

table.models td div {
	position:relative; 
	margin-left: 20px;
	width:130px; 
	height:194px; 
	padding:0px; 
	z-index:1; 
	border: #9d6f44 1px solid;
}

table.models td div a {
	display: block;
	width: 130px;
	height: 194px;
}

table.models td div a span {
	display: none;
}

/**
 * link stuff
 */
#banner1 {
	height:57px;
	width:467px;
	margin-bottom:20px;
}

#banner2 {
	height:57px;
	width:467px;
	margin-bottom:20px;
}

#banner3 {
	height:57px;
	width:467px;
	margin-bottom:20px;
}

a {
	color: #ccc;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
