@charset "UTF-8";
/* CSS Document */


/*	RESET	*/
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*	RESET	*/




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.clear {
	clear: both;
	}

* {
	margin: 0;
	padding: 0;
	}

p {
	margin: 0 0 10px 0;
	}

#main_wrapper {
	width: 800px;
	margin: 0 auto;
	}

#masthead {
	margin: 20px 0 0 0;
	width: 800px;
	}

#main_content {
	padding: 20px 0;
	}

#footer {
	padding: 0;
	text-align: left;
	}

.greyblock {
	background-color: #918f8f;
	width: 800px;
	height: 350px;
	}






/*	GENERAL LINKS	*/

a:link {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #333333;
	}

a:active {
	color: #333333;
	}


/*	FOOTER LINKS	*/

#footer a {
	color: #CCC;
	font-size: 11px;
	}

#footer p {
	color: #CCC;
	font-size: 11px;
	}


/*	NAVIGATION	*/

.navigation {
	margin: 104px 0 0 0;
	float: right;
	font-size: 14px;
	}

.navigation li {
	display: inline-block;
	margin: 0 0 0 30px;
	}

.navigation li a {
	text-decoration: none;
	color: #999;
	}

.navigation li a:hover {
	text-decoration: none;
	color: #000;
	}


#home .navigation li.home a,
#about .navigation li.about a,
#modeling .navigation li.modeling a,
#body_art .navigation li.body_art a,
#contact .navigation li.contact a {
	color: #000;
	}




/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~		CONTACT FORM		~~~~~~~~~~~~~~~~~~~~~~~		*/

	
	
#contact_left {
	width: 300px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	float: left;
	}	
	
	
#contact_right {
	width: 300px;
	margin: 38px 0 0 20px;
	float: left;
	text-align: left;
	}

#contact_right p {
	margin: 0 0 16px 0;
	}
	

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;	
	padding: 0;
	}
	
#formleft {
	width: 280px;
	float: left;
	}
	
#formright {
	width: 300px;
	float: right;
	}

.msg {
	margin: 0 0 10px 0;
	}

form label {
	font-size: 11px;
	color: #000;
}
form input, 
form textarea {
	font: 11px/1 Verdana, Arial, sans-serif;
	color: #333;
}
form #name {
	text-transform: capitalize;
}
form #email {
	text-transform: lowercase;
}
form #name,
form #email,
form #phone,
form textarea {
	width: 200px;
	padding: 3px;
	margin: 0;
	border: 1px solid #000;
}
form #flag {
	text-transform: lowercase;
	padding: 3px;
	margin: 0;
	border: 1px solid #000;
}
form #name.alert,
form #email.alert,
form #phone.alert,
form textarea.alert,
form #flag.alert {
	border: 1px solid #900;
}
form textarea {
	line-height: 1.5;
	width: 300px;
}
form div,
form p {
	font-size: 11px;
	line-height: 1.25em;
	color: #000;
	margin: 0 0 10px 0;
}
form p {
	margin: 0;
}

form #alert {
	color: #900;
}

form #send {
	background-color: #5b90cb;
	color: #fff;
	border: 1px solid #50107b;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px;
	}
	
form #send:hover {
	background-color: #5b90cb;
	color: #282828;
}




/*	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	JQUERY IMAGE SLIDER	-	-	-	-	-	*/








* {
	outline: none;
	}

img {
	border: 0;
	}

.container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

.folio_block {
	position: absolute;	
/*	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;	*/
	}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	}

/*--Window/Masking Styles--*/
.window {
	height: 350px;	width: 800px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	}

.image_reel {
	position: absolute;
	top: 0; left: 0;
	}

.image_reel img {
	float: left;
	}

/*--Paging Styles--*/
.paging {
/*	position: absolute;
	bottom: -40px; right: 500px;	
	width: 178px; height:47px;	*/
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
/*	background: url(paging_bg2.png) no-repeat;	*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	}

.paging a {
	font-size: 36px;
	padding: 5px;
	text-decoration: none;
	color: #918f8f;
	}

.paging a.active {
	color: #000;
	font-weight: bold;
/*	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	*/
	}

.paging a:hover {
	font-weight: bold;
	}










/*	COMING SOON	*/
#coming_soon {
	border: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 234px;
	height: 160px;
	margin-left: -117px; /* half of width */
	margin-top: -80px;  /* half of height */
	background-color: #FFF;
	visibility: visible;
	}