/*************************************
*
*	COMMON HTML
*
*************************************/

body,
html {
	color: #000000;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

a,
a:visited {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active {
	color: #F0095A;
	text-decoration: none;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

p.list {
	margin-bottom: 0.8em;
}

img {
	border: 0;
}

/*************************************
*
*	COMMON ELEMENTS
*
*************************************/

#main {
	margin-top: 50px;
}

#menu {
	float: left;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 8px;
	color: #BBBBBB;
	height: 50px;
}

#menu .selected {
	font-weight: bold;
	color: #F0095A;
}

#stucklogo {
	float: left;
	margin-top: 24px;
	margin-right: 14px;
}

#fiftytwologo {
	float: right;
	margin-top: 28px;
}

#credit {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 110px;
	height: 20px;
	padding: 0;
	
	background: url(images/credit.gif) no-repeat;
}

#credit:hover {
	background: url(images/credit_on.gif) no-repeat;
}

/*************************************
*
*	SPLASH LAYOUT & WOMEN PAGE
*
*************************************/

#portraits,
#women,
#images {
	width: 750px;
	margin-bottom: 10px;
}

#portrait,
#logo,
#woman,
#image {
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	float: left;
	width: 180px;
	height: 180px;
}

#woman { height: 170px; }

#image { 
	height: 130px;
	color: #BBBBBB;
	font-size: 11px;
}

#logo {
	background-color: #F0095A;
	background-image: url('images/corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#portrait:first-child,
#woman:first-child,
#image:first-child {
	margin-left: 0;
}

#portrait img {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
}

#woman .title {
	z-index: 2;
	font-size: 13px;
	left: -2px;
}

/*************************************
*
*	TOOLTIPS
*
*************************************/

.tip {
	z-index: 10;
	background: url('images/toolmain.png') repeat-y;
	width: 124px;
	text-align: center;
	margin: 0;
}

.tip-top{
	background: url('images/tooltop.png') no-repeat;
	width: 124px;
	height: 20px;
	margin: 0;
}

.tip-bottom{
	background: url('images/toolbottom.png') no-repeat;
	width: 124px;
	height: 27px;
	margin: 0;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 0 3px 0 0;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

/*************************************
*
*	BIO PAGES
*
*************************************/

#bioimage {
	float: left;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 240px;
	height: 400px;
}

#biotext {
	float: left;
	width: 370px;
	padding: 90px 50px 0 30px;
}

h1 {
	font-size: 18px;
	color: #F0095A;
}

#quote {
	text-align: center;
	font-size: 14px;
	color: #888888;
	font-style: italic;
	margin-top: 32px;
}