/* - - - - - - - - - - - - - - - - - - - - general */

body {
	background-color : black;
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	background-image: url(img/grey-background.jpg); 
	background-repeat : no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
}

A {
	text-decoration : none;
	color:#000;
}
A:HOVER {
	text-decoration : underline;
}

A.linkPink {
	text-decoration : none;
	color:black;
}
A.linkPink:HOVER {
	text-decoration : underline;
	color:white;
}

UL {
	list-style-type : circle;
	list-style-image: url(img/pinkdot.gif);
	margin-left:16px;
	padding-left:12px;
}

H1 {
	font-size : 1.2em;
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	letter-spacing : .02em;
	color : #666;
	padding-bottom : 16px;
	border-bottom : 2px solid #ff00cc;
	margin-bottom : 18px;
	text-transform : uppercase;	
}

H2 {
	font-size : .9em;
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	letter-spacing : .02em;
	color : #666;
	text-transform : uppercase;
}

H3 {
	font-size : .9em;
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	letter-spacing : .05em;
	color : #666;
	text-transform : uppercase;
	padding-bottom : 2px;
}

P {

	padding-bottom : 10px;

}

/* - - - - - - - - - - - - - - - - - - - - structural */

.pageTop {
	position : relative;
	text-align : center;
	width : 100%;
	background-image: url(img/top-gradient.gif);
	background-repeat:repeat-x;
}
.partyGirl2 {
	z-index: 1;
	margin-top : 17px;

}

.partyGirl {
	z-index: 12;
	padding-top : 12px;

}


.pageLeft {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;
	left: 12px;
	width: 200px;
	padding-top: 168px;
	height : auto;
}

.pageContactDetails {
	position : absolute;
	font-weight : bold;
	top : 99px;
	left : 404px;
	font-size : 0.9em;

}

.pageMiddleHome {

	margin: 0 310px 0 230px;
	line-height : 170%;
	padding: 4px;
	padding-top : 166px;
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	min-width : 260px;
	border-top : 120px;
}

.pageMiddle {

	margin: 0 60px 0 230px;
	line-height : 170%;
	padding: 4px;
	padding-top : 166px;
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	min-width : 260px;
	border-top : 120px;
}


.pageMiddleContent {
	background-color:white;
	padding : 20px;
	padding-top : 14px;
	margin-top : 10px;
	font-size : .9em;
	width : 100%;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.pageRight {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;
	right: 17px;     /*** IE5/mac will show a horizontal scrollbar 
			if this is less than 16px, or other units are used
			http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
	width: 210px;
	color: #FF00ee;
	padding-top: 4px;
	line-height : 170%;	
	z-index : 1;
	
}

.pageRightContact {
	position : absolute;
	right : 44px;
	width : 214px;
	font-size : .9em;
	top : 580px;
	padding : 12px;
	padding-top : 12px;
	padding-bottom : 18px;
	z-index : 1;
	background : url(img/right-gradient.gif) repeat-x;
	background-color : #cfcfcf;	
	border : 2px solid black;
	color : black;
}

.pageRightVideo {
	position : absolute;
	right : 44px;
	width : 214px;
	height : 144px;
	font-size : .9em;
	top : 360px;
	padding : 12px;
	padding-top : 120px;
	text-align: right;
	
	z-index : 1;
	background : url(home/videoFrame.jpg) no-repeat;
	color : white;
}

.pageFooter {
	text-align : center;
	color: #000;
	background-image: url(img/top-gradient.gif);
	font-size : .7em;
	margin-top : 24px;
	border-top : 2px solid white;
	padding : 24px;
	line-height : 170%;	


}

/* - - - - - - - - - - - - - - - - - - - - menu */

.menuArrow {
	position : relative;
	float : right;
	border : none;
	padding : 0 0 0 0;
	padding-right : 16px;
	top : -43px;
	margin : 0 0 0 0;
	
}

.menuLink {
	display : block;
	background-image: url(img/menu-background.jpg);
	background-repeat: repeat-x;
	border: 2px solid white;
	padding : 12px;
	padding-right : 0px;
	color : #000;
	margin : 8px;

	font-size : .7em;

	
}

/* - - - - - - - - - - - - - - - - - - - - splash */

.splashBody {
	font-family : "Trebuchet", "Arial", "Helvetica", Sans-Serif;
	background-image: url(img/splash_background.jpg); 
	background-repeat: repeat;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	border : none;
	text-align: center;
}

.splashTop {
	height : 15%;
	display : block;
	
}

.splashBox {
	height : 100%;
	display : block;

	vertical-align : middle;
}

.splashImage {
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
}

.splashLink {
	display : block;
	position : relative;
	width : 100%;
	height : 100%;
	text-align : right;
	font-weight : bold;
	font-size : 1.2em;
}

/* - - - - - - - - - - - - - - - - - - - - input fields */

.inputLegend {
	vertical-align : top;
	padding : 6px;
	padding-right : 12px;
	
}

/* - - - - - - - - - - - - - - - - - - - - images */

.imageRight {
	float : right;
	padding : 6px;
	border : 2px solid #000;
	margin : 12px;
	background-color : white;
}
.imageRightBox {
	float : left;
	padding : 6px;
	border : 2px solid #000;
	margin : 12px;
	background-color : white;
}

.imageLeft {
	float : left;
	padding : 6px;
	margin : 12px;
	border : 2px solid #000;
	background-color : white;	
}

/* - - - - - - - - - - - - - - - - - - - - links */

.linksBox {
	float : left;
	width : 260px;
	height : 160px;
	border : 2px solid silver;
	padding : 20px;
	margin : 20px;
	font-size :11px;


}
.linksBox H2 {
	font-size : 14px;
}
.linksBox:HOVER {
	text-decoration : none;
	border : 2px solid black;

}


