/* -------------------------------------------------------------------
Stylesheet: Adult Promotions screen styles
Author:     Rob Clews
Version:    21th April 2010
------------------------------------------------------------------- */
/*-----MAIN LAYOUT-----*/

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
background : #121d79 url('../images/background.png') center top;
background-attachment: fixed; 
 
}
img {
   display : inline;
}
#centering {
   width : 990px;
   margin: 0px auto -1px auto;
}
 
body {
font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
} 

.whiteText {
font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
} 

.smallWhiteText {
font: 8pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
}  

.indexGirlTitle {
font: 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
font-weight: bold;
}   

.indexMainGirlTitle {
font: 16pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
font-weight: bold;
} 

a.mainNavText:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.mainNavText:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.mainNavText:hover {
	color: #5e6883;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.mainNavText:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.redNavText:link {
	color: #cb3624;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
a.redNavText:visited {
	color: #cb3624;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
a.redNavText:hover {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}

a.redNavText:active {
	color: #cb3624;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
#indexBackground{
background: url(../images/indexGirl1.png) no-repeat;
width:100%;
background-position:right;
background-color: #450000
}
#contactBackground{
background: url(../images/contactGirl2.png) no-repeat;
width:100%;
background-position:bottom;
background-color: #092F04
}
#promotionBackground{
background: url(../images/promotionGirl1.png) no-repeat;
width:100%;
background-position:right;
background-color: #3E043E
}
#designBackground{
background: url(../images/designGirl1.png) no-repeat;
width:100%;
background-position:right;
background-color: #040A3E
}
