/* normal styles */

body {
	background-color: #000;
	font-family: Helvetica;
	line-height: 150%;
	font-size: 16px;
}

* {
	color: #fff;
}


#container {
	position: relative;
	margin: 0 auto 40px auto;
	padding: 40px 30px;
	width: 720px;
	height: 480px;
}
.framed {
	background: transparent url('../images/comp1.png') scroll no-repeat top left;
}
.nopad {
	padding: 0;
}


#content {
	position: absolute;
	top: 121px;
	left: 241px;
	padding: 0;
	//width: 438px;
	width: 492px;
	height: 328px;
	overflow: auto;
	background-color: #000; 
}

/* this one has no botton scroller */
#content.full {
	height: 388px;
}
#content.noscroll {
	overflow: hidden;
}

#pic {
	position: relative; top: -37px;
}


#nav {
	position: absolute;
	top:121px;
	left: 41px;
	width: 138px;
	height: 368px;
	padding: 10px;
	background-color: #000;
	overflow: hidden;

}
#nav a:link, #nav a:active, #nav a:visited, #nav a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 3px;

}

#caption {
	position: absolute;
	padding: 0;
	top: 451px;
	left: 256px;
	width: 462px;
	height: 58px;
	overflow: hidden;
}

#caption-slider {
	position: absolute;
	display: block;
}

#caption-slider .thumb {
	padding:0; margin:0;
	display:table-cell;
	width: 90px;
	height: 60px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	text-align: center;
	overflow: hidden;
}
#caption-slider .thumb img {
	min-width: 90px;
}
#current-thumb {
	display: table-cell;
	position: absolute;
	top: 443px;
	//left: 419px;
	left: 440px;
	//width: 84px;
	width: 94px;
	height: 68px;
	min-width: 94px;
	min-height: 68px;
	background: url( '../images/current-thumb.gif') no-repeat scroll top left;
}

#leftControls {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	padding: 0;
	background: #000 url( '../images/left-arrow.gif') no-repeat scroll center left;
	top: 451px;
	left: 241px;
	width: 14px;
	height: 58px;
	overflow: hidden;
	border-right: 2px solid white;
}

#rightControls {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	padding: 0;
	background: #000 url( '../images/right-arrow.gif') no-repeat scroll center left;
	top: 451px;
	//left: 664px;
	left: 716px;
	width: 14px;
	height: 58px;
	overflow: hidden;
	border-left: 2px solid white;
}

#holder img {
	display: none;
}

#homelink {
	display: block;
	position: absolute;
	top:22px;
	left:22px;
	width:450px;
	height: 90px;
}

h1 {
	margin: 15px 15px 15px 20px;
	font-size: 24px;
	border-bottom:1px solid white;
}

h2,h3,h4,h5,h6,p {
	margin: 7px 10px 7px 20px;
}


/* for the contact us pages forms */
input, select, option {
	color: black;
}

input.input-text {
	width: 190px;
}

.righting {
	text-align: right;
}

.formlabel {
	display: block;
	float: left;
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}

.clear {
	clear: both;
}
textarea {
	width: 350px;
	height: 70px;
	color: #000;
}

#other-specify-div {
	display: none;
}

/*
#content.bow, #content.bow * {
	color: #000;
	background-color: #fff;
	border-color: black;
}
*/


/* ---- package files --- */
.album {
	display: block;
	margin: 10px 15px 10px 20px;
	padding: 5px 5px 5px 100px;
	height: 100px;
	border: 2px solid #f39122;
	background: #fff url('../images/icon-photo-album.jpg') scroll no-repeat center left;
}
.album * {	color: #000; }
.album .filename {
	text-decoration: underline;
}
.album p.data {
	font-size: 12px;
}

.file {
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
	background: transparent url( '../images/file.gif' ) scroll no-repeat top left;
}
.file a.thumb {
	display: block;
	height:100px;
	background-position: center center;
	background-repeat: no-repeat;
}
.file input {
	height: 16px;
	width:16px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 100;
}


.file a.filename {
	display: block;
	position: absolute;
	bottom:0;
	width:100%;
	text-align: center;
	font-size: 10px;
	overflow:hidden;
}

.pad {
	padding:13px;
}

#musicplayer {
	position: absolute;
	bottom: 0;
	left: 50%;
}

.pseudolink {
	cursor: pointer;
	text-decoration: underline;
}

