/* CSS Document */


/**********************************
Main layout
**********************************/

* {
	padding:0;
	margin:0;
	border:0;
	}
	
.v {
	vertical-align:middle;
	}
	
body {
	background:url(../img/layout/bg_body.jpg) #E5E5E5 repeat-x top;
	font-family: "Trebuchet MS", sans-serif;
	}
	
#container {
	margin-left:auto;
	margin-right:auto;
	width:758px;
	border:1px #666666 solid;
	background-color:#FFFFFF;
	}
	
#header {
	height:79px;
	background:#FFFFFF;
	}
	
#header .logo {
	margin-left:25px;
	margin-top:40px;
	}
	
#nav {
	height:50px;	
	background: url(../img/layout/bg_nav.jpg) #666666 repeat-x top;
	}

#main {
	background-color:#FFFFFF;
	padding:25px;
	}
	
#container_right {
	margin-left:310px;
	position:relative;
	}
	
#container_left {
	margin-right:310px;
	position:relative;
	}
	
#bottom {
	height:39px;
	background: url(../img/layout/bg_address.jpg) #666666 repeat-x top;
	}
	
#bottom_address {
	padding-left:25px;
	float:left;
	width:auto;
	line-height:39px;
	}

#bottom_email {
	padding-right:25px;
	float:right;
	width:auto;
	line-height:39px;
	}
	
#footer {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}
	
#copyright {
	width:auto;
	float:left;
	padding-left:25px;
	}
	
#essence {
	text-align:right;
	width:auto;
	float:right;
	padding-right:25px;
	}
	
fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	}
	
legend {
	padding:3px;
	font-size:12px;
	color:#999999;
	}
	
label {
	font-size:12px;
	line-height:14px;
	color:#339933;
	font-weight:bold;
	display:block;
	}
	
input {
	margin-bottom:5px;
	}
	
#app .inline {
	font-size:12px;
	line-height:14px;
	color:#339933;
	font-weight:bold;
	display:inline;
	}
	

/**********************************
Text tag styling
**********************************/

h1 {
	font-size:28px;
	color:#666699;
	font-weight:normal;
	margin:5px auto 5px auto;
	}

	
h2 {
	font-size:18px;
	color:#666699;
	font-weight:normal;
	margin:5px auto 5px auto;
	}	

h3 {
	font-size:14px;
	color:#339933;
	font-weight:normal;
	margin:3px auto 3px auto;
	}
	
p {
	font-size:12px;
	line-height:15px;
	color:#333333;
	font-weight:normal;
	}
	
.small_white {
	color:#FFFFFF;
	font-size:12px;
	}
	
.link_small_white {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
	
.link_small_white:hover {
	color:#000000;
}

.small_grey {
	color:#666666;
	font-size:11px;
	line-height:14px;
	}
	
.link_small_grey {
	color:#666666;
	font-size:11px;
	text-decoration:none;
	}
	
.link_small_grey:hover {
	color:#000000;
}

.small_black {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
.large_grey {
	color:#666666;
	font-size:15px;
	line-height:22px;
	}
	
.small_blue {
	color:#666699;
	font-size:10px;
	line-height:15px;
	}
	
.large_red {
	color:#990000;
	font-size:16px;
	}
	
.large_blue {
	color:#666699;
	font-size:14px;
	}

#main a, #header a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	
#main a:hover {
	background-color:#666666;
	color:#FFFFFF;
	}
	
.greentext {
	font-size:12px;
	color:#339933;
	font-weight:normal;
	}

.redtext {
	font-size:12px;
	color:#990000;
	font-weight:normal;
	}
	
a.information_link {
	font-size:12px;
	text-decoration:underline;
	padding:3px 0;
	display:block;
	cursor:pointer;
}


/**********************************
Navigation styling
**********************************/

#nav ul {
	list-style:none;
	}
	
#nav li {
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;
	height:50px;
	border-right:1px #666666 solid;
	border-left:1px #FFFFFF solid;
	}
	
#nav li a {
	display:block;
	height:auto;
	vertical-align:middle;
	line-height:50px;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#nav li a:hover {
	color:#000000;
	}
	
#nav li.first {
	padding-left:25px;
	border-left:0;
	}
	
#nav li.last {
	border-right:0;
	}


/**********************************
Home styling
**********************************/

.bg_index {
	background: #FFFFFF url(../img/layout/bg_index.jpg) no-repeat left top;
	}

.testimonial_container {
	padding-top:15px;
	margin-top:20px;
	position:relative;
	width:330px;
	border-top:1px #666666 solid;
	}

.testimonial {
	position:relative;
	margin:10px 40px 10px 40px;
	text-align:center;
	}
	
.left_quote {
	padding-top:15px;
	position:absolute;
	background:#FFFFFF url(../img/icons/quote_left.jpg) no-repeat bottom;
	left:0;
	top:0;
	width:38px;
	height:32px;
	}
	
.right_quote {
	position:absolute;
	background:#FFFFFF url(../img/icons/quote_right.jpg) no-repeat;
	right:0;
	bottom:0;
	width:38px;
	height:32px;
	}
	
/**********************************
Booking styling
**********************************/

.bg_booking {
	background: #FFFFFF url(../img/layout/bg_booking.jpg) no-repeat right top;
	}
	
#exhibit {
	position:relative;
	height:auto;
	padding:10px;
	margin-top:20px;
	background-color:#E4E4E4;
	}
	
.hidden_content {
	padding:10px;
	border:1px #666666 solid;
	}
	
/**********************************
Portfolio styling
**********************************/

#clients ul {
	list-style:none;
	}
	
#clients li {
	list-style:none;
	color:#333333;
	display:block;
	font-size:12px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:3px;
	}
	
.bg_portfolio {
	background: #FFFFFF url(../img/layout/bg_portfolio.jpg) no-repeat right top;
	}
	
/**********************************
Contact styling
**********************************/
	
.bg_contact {
	background: #FFFFFF url(../img/layout/bg_contact.jpg) no-repeat right top;
	}
	
input {
	border:1px solid #999999;
	}
	
textarea {
	border:1px solid #999999;
	}
	
/**********************************
Events styling
**********************************/

.events ul {
	}
	
.events li {
	margin-left:20px;
	list-style-type:square;
	color:#333333;
	font-size:12px;
	padding-bottom:3px;
	}
	
.bg_events {
	background: #FFFFFF url(../img/layout/bg_events.jpg) no-repeat left top;
	}
	
/**********************************
Model styling
**********************************/
	
.bg_model {
	background: #FFFFFF url(../img/layout/bg_model.jpg) no-repeat left top;
	}

#mod ul {
	list-style:none;
	}
	
#mod li {
	text-align:center;
	float:left;
	display:block;
	width:80px;
	height:215px;
	}
	
#mod li a {
	color:#339933;
	display:block;
	height:215px;
	bottom:0;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	}
	
#mod li a:hover {
	color:#000000;
	background-color:#ECECEC;
	}
	
#mod a.women {
	background:url(../img/layout/women.gif) no-repeat bottom center;	
	}
	
#mod a.man {
	background:url(../img/layout/men.gif) no-repeat bottom center;
	}
	
#mod a.kids {
	background:url(../img/layout/kids.gif) no-repeat bottom center;
	}
	
#mod a.pr {
	background:url(../img/layout/pr.gif) no-repeat bottom center;
	}
	
#think_model {
	text-align:center;
	padding-top:20px;
	width:320px;
	clear:both;
	}
	
/**********************************
Profile styling
**********************************/

.profile_table {
	border:0;
	width:100%;
	}
	
.profile_table td {
	width:50%;
	padding:2px;
	padding-left:5px;
	margin:2px;
	background-color:#E4E4E4;
	}
	
#profile_left {
	width:125px;
	float:left;
	}
	
#profile_thumbs {
	width:150px;
	float:left;
	padding:0 5px 0 5px;
	}
	
#profile_thumbs img {
	margin:3px;
	}
	
#profile_thumbs a:hover {
	background-color:transparent;
	}
	
#profile_photo {
	width:400px;
	float:left;	
	}
	
.model_thumbs {
	position:relative;
	text-align:center;
	width:100px;
	padding:5px;
	float:left;
	}
