/* CSS Document */

/* BDS Studios Inc. */
/* Copyright 2006 */
/* Site Design by Luis Borba */
/* Version 1.0 */

/* An idea that is developed and put into action is more important than an idea that exists only as an idea. 
~Buddha */

body {
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:0;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	background-image: url(images/Home%20Page/background.jpg); 
	background-repeat: repeat-y;
	background-position:center;
	overflow: hidden;
	
	
	}

#container {
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	width:815px;
	margin-left: auto;
	margin-right: auto;
			
}

#header {background-image: url(header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:139px;
	} 

	  
/* Menu */
#menu_container {
	width:750px;
	height:13px;
	top:120px;
	position:absolute;
	margin-left: 6.5em;
	margin-right:0;
	margin-top:0px;
	margin-bottom:200px;
	}

ul#menu li {
	display:inline;
	list-style-type:none;
	padding-right:0px;
	margin-left: 10px;
}

ul#menu a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	list-style-type:none;
	
}

ul#menu a:hover {
	text-decoration:underline;
	}

#currentpage {text-decoration:underline;}

/* Thumbnail Container */

#thumbnail_container {
	width:790px;
	padding-left:16px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:100%;
	margin-left:10px;
	margin-right:0px;
	margin-top: 0px;
}

/*------------------------------------------------------------------------------------------------------------------------------- 
This will allow thumbnail opacities to be changed. When the user mouses over the thumbnail it will seem to light up

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
------------------------------------------------------------------------------------------------------------------------------

/* Controls placement of the enlarged image beneath the thumbnails*/
#enlarged_image {
	width:35%;
	height:50%;
	margin-top:5px;
	border:thick;
	border-color:#CCCCCC;
	margin-left: 7em;
}


/* Home page image strip and text content above and below it */
#home_wrapper {
	/* top:100px; */
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	height:110px;
	margin-left: 0px;
	width: 780px;
	left: -35px;
		
}

/* Controls the text above and below the image strip on the home page */
p.home_wrapper {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-left:20px;
	margin-right:25px;
	color:#CCCCCC;
	text-align:center;
	position: relative;
	top:30px;
	}

/* Text on contact page */
#contact_wrapper {
	top:90px;
	background-color:#131313;
	border:#29060A;
	border-style:solid;
	border-width:thin;
	width: 780px;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	left: 16px;
		
}

p.contact {font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	margin-left:20px;
	margin-right:25px;
	color:#CCCCCC;
	text-align:center;
	}

p.email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	margin-left:16.5em;
	color:#CCCCCC;
	text-align:center;
	background-color:#29060A;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width: 220px;
}
/*---------------------------------------------------------------------*/

/* Text title for each page, located at top riht in the banner head area */
p.page_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	width:250px;
	position:relative;
	left:550px;
	top: -80px;
	text-align: right;
	color: #30080E;
	letter-spacing: 5px;
	font-style: oblique;
	margin-bottom: 0px;
	margin-top: 0px;
}
/*-------------------------------------------------------------------------*/

/* top right contact link that appears on every page */
#contact_bds {background:url(envelope.gif) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	color:#FFFFFF;
	top: -139px; 
	float:right;
	position: relative;
	text-align: right;
	width: 155px;
	height:18px;
	background-color:#29060A;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:7px;
	
	}

/* "Click on the thumbnails to see the larger image" */

p.click_image {
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	width:764px;
	background-color:#141414;
	text-align: center;
	padding-bottom: 4px;
	height: 12px;
	padding-top: 4px;
	margin-bottom: 8px;
	border-color: #29060A;
	border:thin;
	border-style:solid;
	border-top-color: #29060A; border-bottom-color:#29060A; border-left-color:#29060A; border-right-color:#29060A;
}


/* -----------------------------------------------------------------------------*/

/* This can be used to apply various opacities to images, if needed
div.transOFF {background-color:none;opacity:.100;filter: alpha(opacity=100); -moz-opacity: 1.0;}
div.transON {background-color:none;opacity:.5;filter: alpha(opacity=50); -moz-opacity: 0.5;} */
