
/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Styling Begins */
html, body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:  Verdana, Arial, sans-serif;
	background: #1b1b1b url("img/bg.gif") repeat-x;

	color: #D4D5D7;
}

a { 
	color: #D4D5D7;
	text-decoration: none;
}
a:hover {
	color: #666666;

}
#header {
	width: 945px;
	height:	132px; 
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
}
#header #logo{
	display: block;
	position: absolute;
	width: 100px;
	height: 57px;
	left: 30px;
	top: 20px;
	text-indent: -999px;
	background: transparent url("img/pink-stone-logo.gif") no-repeat ;
}

#header #tagline{
	display: block;
	position: absolute;
	width: 100px;
	height: 25px;
	left: 30px;
	top: 80px;
	text-indent: -999px;
	background: transparent url("img/tag-line.gif") no-repeat ;
}
#header ul{
	display: block;
	position: absolute;
	width: 600px;
	height: 25px;
	right: 20px;

	top: 20px;
}
#header ul li{
	display: block;
	float: right;
	font-size: 10px;
	padding: 0 0 0 20px;
}


#content {
	width: 945px;
	height:	477px; 
	position: relative;
	display: block;
    background: url(img/pinkload1.gif) no-repeat center center;
	margin: 0 auto 0 auto;
}
#content h2 {
	text-indent: -999px;
}

#content p {
	display: block;
	position: absolute;
	width: 327px;
	height: 350px;
	left: 320px;
	top: 97px;
	z-index: 2;
	font-size: 10px;
	line-height: 18px;
}
#content #showreellink {
	display: block;
	position: absolute;
	width: 215px;
	height: 35px;
	left: 710px;
	top: 105px;

	background: transparent url("img/link-showreel.png") no-repeat;
	text-decoration: none;
	z-index: 3;
	
	letter-spacing: 1px;
	font-size: 10px;
	text-align: center;
	line-height: 31px;
}
#content #showreellink:hover {
	    filter:alpha(opacity=70);
        -moz-opacity:0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
	
}

#footer {
	width: 945px;
	height:	40px; 
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #333333;

}
#footer ul {
		width: 945px;
	height: 40px;
}
#footer ul li{
	float: left;
	font-size: 11px;
	line-height: 40px;
	padding: 0 20px 0 30px;
}
#legal {
	float: right !important;
	padding: 0 0 0 0;
}
#loader {
	display: block;
	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

}
DIV#loader {
}

#gallery {
			position: relative;
	width: 945px;
	height:	477px; 
			overflow: hidden; }
			#gallery img {
				display: block;
	width: 945px;
	height:	477px; }
.fadeinxx {
	display: none;	
}

