/* CSS Document Salt Studio Ireland*/

/* ___________________________________________________________GENERAL_____________*/

body 
{	background-image:  url(../backgrounds/option_1.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-color:	#000;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	min-height: 600px;
	min-width: 800px;
	overflow: hidden;
	}

.plus {
	font-weight: bolder;
	color: #cc0000;
	}

.heading {
	font-size: .7em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #ffcc00;
	line-height: 1.4em ;
}


#main {
	width: 900px;
	height: 380px;
	border: 0px solid blue;
	}
	
p {
	font-size: .7em;
	font-weight: normal;
	font-family: verdana, Georgia, Times, serif;
	color: #ffffff;
	line-height: 1.4em ;
}
	
/*________________________________________________________LINKS____________________*/

a	{ 
	color: #ffcc00;
	text-decoration: underline;
	}
	
a:hover {
	color: #ff9900;
	text-decoration: underline;
	}
	
a:visited {
	color: #ff9900;
	text-decoration: none;
	}
	
.voucher {
	width: 100px;
	height: 102px;
	border: 1px solid red;
 }	


/*________________________________________________________LINK TO SALT STUDIO PLAYER____________________*/
#player p{
	position:absolute;
	right: 70px;
	top: 30px;
	height: 20px;
	width: 200px;
	border: 1px solid #ffcc00;
	margin: 0;
	padding: 0;
	background: #000;
	font-size: .7em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #000;
	line-height: 1.9em ;
	text-align: center;
	}
	
	
/*________________________________________________________PAGE TITLES____________________*/
.pagetitles {
	font-size: .8em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #ffcc00;
	line-height: 1.4em ;
}

/*________________________________________________________IMAGES____________________*/

.gallerypics  {
	border: 2px solid #ffcc00;
	}


/*________________________________________________________MENU CONTAINER____________________*/
#menu {
	width: 150px;
	padding: 0 0 0 30px;
	border: 0px solid yellow;
	float: left;
	}
/*________________________________________________________CONTENT AREA____________________*/
#content {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 470px;
	height: 380px;
	padding: 0px 5px 10px 10px;
	border: 1px solid black;
	overflow: scroll;
	background-image:  url(../backgrounds/tile.png);
		}
		
#content_noscroll {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 470px;
	height: 380px;
	padding: 0px 5px 10px 10px;
	border: 1px solid black;
	background-image:  url(../backgrounds/tile.png);
		}
		
#content_gallery {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 510px;
	height: 280px;
	padding: 0px 5px 10px 10px;
	border: 1px solid black;
	background-image:  url(../backgrounds/tile.png);
		}
		

/* ___________________________________________________________BLACK TOP_____________*/
#blacktop {
	width: 100%;
	height: 95px;
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	background-position: top left;
	background-image: url(../content_images/tiletop.gif);
	background-repeat: repeat-x;
	}

/*________________________________________________________SPACERS____________________*/
#spacer {
	width: 100%;
	height: 20px;
	border: 0px solid white;
}

/*________________________________________________________FOOTER____________________*/
#footer {
	width: 100%;
	height: 55px;
	max-height: 200px;
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #ffcc00;
	background-image:  url(../backgrounds/tile.png);
	}

#footertext p{
	font-size: .55em;
	font-weight: normal;
	font-family: verdana, Georgia, Times, serif;
	color: #999999;
	line-height: 1.4em ;
	position: absolute;
	bottom: 15px;
	right: 70px;
}

