/**************** GENERAL - GENERIC INFO ******************/

* { padding: 0; margin: 0; }

html,body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 line-height: 18px;
 margin: 0 auto;
 background: url('images/bk1.jpg') repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
 
}

a, a:hover{
	text-decoration: none;
	color: #3399cc;
}

a:hover{
	color: #663366;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	color: #003366;
	letter-spacing: -1px;
	margin-bottom:5px;
	line-height:20px;
}


h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 12px;
}

h5{
	font-size: 10px;
}

h6{
	font-size: 8px;
}

img, div, a, a:hover { behavior: url(iepngfix.htc) }

/**********************************************************************/
/**************** HEADER ******************/

#header{
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
}

#logo{
	float:left;
	width: 350px;
	margin-top:10px;
	margin-bottom:10px;
}

#menu{
	float:right;
	margin-top:80px;

}

#menu a, #menu a:hover{
	text-decoration:none;
	font-weight:bold;
	font-size: 17px;
	margin-right: 10px;
	text-transform:uppercase;
}

#menu a{
	color:#3399cc;
}

#menu .active, #menu a:hover{
	color:#663366;
}

/**********************************************************************/
/**************** CONTENT ******************/

#contentwrapper{
	width: 850px;
	height: 600px;
	margin: 0 auto;
	border: 1px solid #999;
	-webkit-box-shadow: 5px 5px 10px #000;
	position:relative;
	background: #fff;
	}
	
#contentwrapper2{
	width: 850px;
	margin: 0 auto;
	border: 1px solid #999;
	-webkit-box-shadow: 5px 5px 10px #000; 
	position:relative;
	background: #fff;
}

/************************** Home Page Slideshow *******************/

#contentwrapper.index img {
    position:absolute;
    top:0;
    left:0;
    /*z-index:8;
    opacity:0.0;
	border-radius:30px 0px 30px 0px; 
	-moz-border-radius: 30px 0px 30px 0px; 
	-khtml-border-radius: 30px 0px 30px 0px; 
	-webkit-border-radius: 30px 0px 30px 0px;*/
}

#contentwrapper.index img.active {
    z-index:10;
    opacity:1.0;
}

#contentwrapper.index  img.last-active {
    z-index:9;
}

/****************************************************************************/

#galleria{width:850px;/*margin:10px auto*/}

#slides{
	padding: 10px;
}
#thumbs{
	/*padding: 5px;*/
}

#thumbs .thumb{
	float: left;
	padding: 10px 0px 5px 9px;
}
#prev {
	position:absolute;
	left:0px;
	top:250px;
	z-index:2;
}
#next{
	position:absolute;
	left:750px;
	top:250px;
	z-index:2;
}

#content {
	width: 350px;
	height: 560px;
	background: #FFFFFF;
	opacity: 0.85;
	padding: 20px;
	float: right;
	text-align: center;

}

#content2{ 
 padding: 20px;
 height: 560px;
 text-align: justify;

}
#content p, #content img{
 text-align: justify;

 color: #000;
}
.index_bk {
	background-image: url('images/index.jpg')!important;
}

.attitude_bk {
	background-image: url('images/attitude2.jpg')!important;
}

.paparazzi_bk {
	
	background-image: url('images/paparazzi.jpg')!important;
	background-repeat: no-repeat;
}

.possible_bk {
	
	background-image: url('images/possibilities.jpg')!important;
}

.press_bk{
	text-align:center;
	background-image: url('images/press.jpg')!important;
}

.contact_bk {
	background-image: url('images/contact_3.jpg')!important;
}

.stace_bk {
	
	background-image: url('images/meetstace.jpg')!important;
}


/**********************************************************************/
/**************** FOOTER ******************/


#footer{
	margin: 0 auto;
	width:980px;
	height: 75px;
	padding-top: 15px;
	color:#000033;
	letter-spacing: -1px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	
}

#footer .left{
	float: left;
	width: 326px;
}
#footer .mid{
	float: left;
	text-align: center;
	width: 326px;
}

#footer .mid img{
	padding-right: 10px;
	border: none;
}
#footer .right{
	float:right;
	text-align:right;
	text-transform:uppercase;
}


/********************* Classes ********************************/

.clear{
	clear: both;
}
.possibles{
width: 390px;
/*height: 200px;*/
float:left; 
margin-right: 15px;
margin-bottom:15px;
}

.possibles img{
float:left; 
padding-right: 5px;
margin-bottom: 75px;
}
.blurbbox{
	width:295px; 
	margin-left: 10px; 
	padding:10px;background: #EFEFEF; 
	opacity:0.90; 
	border-radius:10px 0px 10px 0px; 
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px; 
}

.blurbbox_other{
	width:295px; 
	margin-left: 10px; 
	padding:10px;background: #CCC; 
	z-index: -2;
	opacity:0.90; 
	border-radius:10px 0px 10px 0px; 
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px; 
}
.hidden{
	visibility:hidden;
}
	
.hilight{ color: #663366;}
