@charset "utf-8";

/* basic Links*/
a:link {
	color: #7A78A0;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a:visited {
	text-decoration: none;
	color: #7A78A0;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#sb-body-inner img {cursor:pointer;}


/* Navigation css*/
#homeNav {
	position: absolute;
	width: 900px;
	height: 35px;
	background-image: url(../images/gustavo_page/topNav_port.png);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	background-repeat: no-repeat;
}

#homeNav ul {
	margin: 0;
	list-style: none;
	alignment-adjust: auto;
}

#homeNav ul li {
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 4em;
	color: #7976a7;
	font-weight: normal;
}

#homeNav li.subNav ul {
	display: none;
}

#homeNav li.subNav:hover ul {
	display: block;
	/* [disabled]margin-left: 40px; */
	padding: 0;
	margin-top: -13px;
}

#homeNav li.subNav ul li {
	/*height: 1.2em;*/
	width: 9.3em;
	background-color: #FFFFFF;
	/*padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;*/
	padding: 0;
	border: thin solid #36328e;
	height: 3em;
}

#homeNav li.subNav:hover ul li a {
	color: 7976a7;
	font-size: 1em;
	padding: 0;
}




/* Body css*/
body {
	margin: 0px;
	text-align: center;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header {
	width: 900px;
	height: 105px;
}
#mainLogo{
	font-family:Verdana, Geneva, sans-serif; 
	padding-left: 86px; 
	padding-top: 10px;
	font-size:13px;
	color: #36328e;
}
#artistName{
	font-size:32px;
	color: #36328e;
}

#homeNav {
	width: 900px;
	height: 35px;
	position: fixed;  /*set to float the header*/
	background-color: white;
	z-index: 101;
}

#space {
	height: 40px;
	width: 900px;
}

#content 
{
	border: 5px solid #7a78a0;
	width: 900px;
	height: 396px;
	/* [disabled]padding-top: 40px; */
	/* [disabled]background-color: #ECECEC; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #36328e;
	position: relative;
}
#portNav 
{
	width: 110%;
	height: 90px;
	position: relative;
	
	/* [disabled]background-color: #EEE; */
}
#footer {
	width: 900px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7A78A0;
	font-weight: 400;
	line-height: 20px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	position: fixed;
	bottom:16px;
}

.one{
	width:100%; 
	height:100%;
	position: absolute;
	display: none;
}

.two{
	/*display: none;*/
	position: relative;
	float: left;
	width:16%
}

#select{
	position: absolute;
	width: 100%;
	font-family:Verdana, Geneva, sans-serif;
	top: 40%;
	font-size: 1em;
	left: -3%;
}
/*#slider div:first-child{
	display: block;	
}*/
#one{
	display:block;
}
#one_Display{
	display:block;
}
#emailLink{
	position: fixed;
	bottom: 0px;
	z-index:100;
}

.two:hover{
	border: solid 1px #7a78a0;
	-moz-box-shadow: 1px 1px 5px #7a78a0;
	-webkit-box-shadow: 1px 1px 5px #7a78a0;
     box-shadow: 1px 1px 5px #7a78a0;
	text-shadow: 0 0 10px #7a78a0;
}