/* @override http://fmondragon.com/css/index.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	background: url(../images/general/gradient.gif) repeat-x;
	}

#main {
	top: 0px;
	left: 0px;
	width: 992px;
	height: 597px;
	position: relative;
	background: url(../images/general/background-work.gif) no-repeat center center;
	margin: auto;
	}

#mainhome{
	top: 0px;
	left: 0px;
	width: 992px;
	height: 597px;
	position: relative;
	background: url(../images/general/background-home.jpg) no-repeat center top;
	margin: auto;
	}

#mainabout{
	top: 0px;
	left: 0px;
	width: 992px;
	height: 597px;
	position: relative;
	background: url(../images/general/background-about.gif) no-repeat center top;
	margin: auto;
	}

#logo {
	top: 94px;
	left: 50px;
	width: 325px;
	height: 47px;
	position: absolute;
	background: url(../images/general/logo.gif) no-repeat;
	}

/*________________________________________
                 Navigation
________________________________________*/
#nav {
	position: absolute;
	top: 16px;
	left: 612px;
	}

#nav ul {
	list-style: none;
	}

#nav-buttons li a{
	position: absolute;
	width: 162px;
	height: 10px;
	background: url(../images/general/nav.gif) repeat-x;
	overflow: hidden;
	text-align: right;
	padding: 48px 3px 3px 0px;
	}

#nav-buttons li a.a{
	background: url(../images/general/nav-interactive.gif) no-repeat;
	}
	
li#print a {
	top: 0px;
	left: 2px;
	}

li#identity a {
	top: 65px;
	left: 3px;
	}

li#interactive a {
	top: 0px;
	left: 174px;
	}

li#home a {
	top: 65px;
	left: 174px;
	}

#nav ul a:hover {
	background-position: 0 -61px;
	text-decoration: none;
	color: maroon;
	}

#main.print li#print a	{
	color: maroon;
	background-position: 0 -61px;
	}

/*________________________________________
             End Navigation
________________________________________*/


/*________________________________________
             Side Navigation
________________________________________*/
#side {
	position: absolute;
	font-family: verdana;
	top: 160px;
	left: 592px;
	width: 334px;
	height: 414px;	
	font-size: 10px;
	overflow: auto;
	}

#side.photography {
	height: 375px;	
	}
	
#pdf{
	position: absolute;
	font-family: verdana;
	top: 540px;
	left: 592px;
	width: 334px;
	height: 35px;	
	font-size: 10px;
	display:none;
	}
	
#pdf img{
	float: left;
	margin: 0px 5px 0px 0px;
	}

.red{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
		
.title {
	margin: 0;
	color: #333333;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	}

.client {
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	}
	
.sub_title {
	margin: 0;
	color: black;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px;
	}
	
#side li a {
	display: block;
	padding: 0.25em 0px 0.25em 0.5em;
	color: gray;
	text-decoration: none;
	width: 93%;
	border-bottom: 1px dotted;
	}
	
#side li a.intro {
	display: compact;
	color: #333333;
	padding: 0px;
	text-decoration: none;
	width: 98%;
	border: 0px;
	}
	
html>body #side li a {
	width: 98%;
	}

#side li a:hover {
	background-color: #ccc;
	color: #000;
	border-bottom-color: gray;
	}

/*________________________________________
                Content
________________________________________*/

#content {
	position: absolute;
/*	width: 902px;
	height: 415px;
*/	top: 157px;
	left: 41px;
	padding: auto;
/*	overflow:hidden;
*/	}

.img{
	vertical-align: middle;
	}
	
#content.home {
	font-size: 11px;
	width: 906px;
	height: 415px;
	}

.sum{
	font-size: 22px;
	font-weight: bold;
	color: maroon;
	}

#featured{
	border: 0px;
	height: 120px;
	width: 431px;
	padding: .5em 0px 0.5em 0px;
	color: #000000;
	}
	
.black{
	color: #000000;
	}

.black a{
	color: maroon;
	text-decoration: underline;
	}
/*________________________________________
              Home Content
________________________________________*/

#photo_ad{
	position: relative;
	width: auto;
	height: 50px;
	background: orange;
	margin: 0px 0px 5px 0px;
	}

#iframe{
	position: relative;
	width: auto;
	height: 395px;
	margin: 0px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	}

/*________________________________________
              About Content
________________________________________*/
.about1 {
	position: absolute;
	top: 190px;
	left: 100px;
	width: 480px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;
	}

.about1 input, .about1 textarea{
	width: 90%;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	border: solid #999 1px;
	padding: 5px;
	background: transparent;
	}

.about2 {
	position: absolute;
	top: 190px;
	left: 363px;
	width: 480px;
	font-size: 12px;
	overflow: auto;
	text-align: justify;
	}

.about3 {
	position: absolute;
	top: 190px;
	left: 612px;
	width: 316px;
	font-size: 20px;
	overflow: auto;
	line-height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.atitle{
	font-weight: bold;
	}

input#submit{
	width: 100px;
	background: #999;
	color: #fff;
	}

#skills{
	font-size: 12px;
	line-height:normal;
	margin-top: 30px;
	}
/*________________________________________
               End Content
________________________________________*/

/*________________________________________
                 Footer
________________________________________*/
#footer {
	position: absolute;
	top: 590px;
	left: 40px;
	width: 500px;
	height: 20px;
	}

/*________________________________________
               End Footer
________________________________________*/

a:link {color: #666; text-decoration: none;}
a:visited{color: #666; text-decoration: none;}
a:active {color: #666; text-decoration: underline;}
a:hover {color: #666; text-decoration: none; border: 0px 0px 1px 0px solid #666666;}

#habla_expanded_div div #hblink1,
#habla_expanded_div div #hblink2 {
	display: none;
	text-indent: -1000;
	}

#habla_middle_div{
	background: maroon;
	z-index: 999;
	}

#habla_input_div {
	background: white;
	}

a#habla_oplink_a {
	display: block;
	}

#habla_expanded_div {
	background: rgb(170, 170, 170);
	}

#habla_expanded_div div a {
	display: none;
	}

#main a#prev:hover{
	background: url(../images/general/arrowLeftOver.gif) no-repeat center;
	}

#main a#next:hover{
	background: url(../images/general/arrowRightOver.gif) no-repeat left center;
	}

#prev, #next{
	position: relative;
	top: 336px;
	left: 18px;
	padding: 20px 13px;
	z-index: 10;
	}

#next{
	left: 928px;
	}
	
#info{
	position:absolute;
	bottom: 0px;
	right: 0px;
	}

#info a{
	background: url(../images/general/link.gif) right bottom no-repeat;
	color: #fff;
	text-decoration: underline;
	text-indent: -9999px;
	padding:30px;
	float: left;
	}	
