/*
 * CSS Template 01 by Sergio Castillo Jr 
 * 
 * $Id: css-center-lfmenu.css,v 1.13 2006/08/08 04:23:24 scastillo Exp $
 * $Name:  $
 *   
 */

/*-----------------------------------------------------------------*/
/*                GENERAL FORMAT                                   */ 
/*-----------------------------------------------------------------*/

html, body, #mainbody {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", georgia, 
	   verdana, Geneva, lucida, arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 0px auto;
	width: 800px;
	background-color: black;
	background-image:url(../images/main_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#mainbody {
	width: 790px;
	position: absolute;
	top: 0px;
	padding: 0px;
	text-align: left;
/*	border: 1px solid;
	border-color: white; */
}

html>body, html>body #mainbody {
	height: auto;
}

/*-----------------------------------------------------------------*/
/*                LINKS and NAVIAGATION                            */ 
/*-----------------------------------------------------------------*/

a {
	color: #F4C889;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #933212;
}


#links {
	width: 770px;
	text-align: right;
	position: absolute;
	top: 195px;
	left: 0px;
	padding: 0px;
}

#links img {
	border: 0px;
	vertical-align:middle;
}

#links a {
	font-weight: bold;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
}



#col {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 151px;
	padding-top: 5px;
	height: auto;
	text-align: left;
	margin-bottom: 35px;
}

#nav ul {
	list-style: none;
	padding: 0px 0px 0px 1px;
	margin: 0px;
}

#nav li {
	padding: 0px;
	margin: 0px;
}

#nav li a {
	width: 151px;
	background-color: #29619C;
	border-bottom: 1px solid;
}

#nav li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li ul li {
	border-bottom: 0px;
}

#nav li ul a {
	width: 141px;
	color: #fff;
	font-weight: bold;
	background-color: black;
	font-size: 90%;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
/*	border-bottom: 1px solid;
	*/
}

#nav ul li a#current_page {
	color: yellow;
	background-color: black;
/*	border: 1px solid; */
}

#nav li ul a:hover {
	text-decoration: underline;
	color: white;
/*	background-color: #000099; */
}

#nav a {
	margin: 0px;
	color: #fff;
	text-decoration: none;
	width: 130px;
	display: block;
	padding: 3px 10px;
	font-weight: bold;
}


/*-----------------------------------------------------------------*/
/*                HEADER                                           */ 
/*-----------------------------------------------------------------*/
#header {
/*	border: 1px solid;
	border-color: white;*/
}
#header img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------*/
/*                CONTENTS                                         */ 
/*-----------------------------------------------------------------*/

#content {
	width: 540px;
	background-color: none;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-right:20px;
	margin-left:20px;
	float: right;
	color: #fff;
	height: auto;
}

#content h1 {
	font-size: 100%;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

#content p {
	margin: 0px 20px 20px 0px;
	padding-right: 15px;
	line-height: 1.5;
}

#content img {
	margin: 0px 20px 0px 5px;
}

#content .formtext {
	font-size: 80%;
	font-weight: normal;
}

#content .button {
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	color: #fff;
	font-weight: bold;
	background-color: #29619C;
	margin-bottom: 5px;
}

#content .button:hover {
	background-color: #000;
	cursor: pointer;	
}

/*-----------------------------------------------------------------*/
/*                FOOTER                                           */ 
/*-----------------------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	position: absolute;
    	bottom: 0px;
	width: 790px;
	height: 25px;
	background-color: black;
	color: white;
	font-size: 80%;
	text-align: center;
/*	background: url("../images/footer-bg.gif") no-repeat; */
}

#footer-right {
	background: url("../images/footer-r.gif") no-repeat;
	float:right;
	right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	height: 25px;
	width:536px;
}

#copyright {
	text-align: right;
	padding-right: 60px;
}

#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: yellow;
	outline: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------*/
/*                MISC                                             */ 
/*-----------------------------------------------------------------*/
#misc {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	background-color: #00C;
	border: 1px solid #fff;
	margin: 25px 0px 20px 1px;
	padding: 5px 10px 5px 10px;
	width: 100%;
}

/*-----------------------------------------------------------------*/
/*                Others                                           */
/*-----------------------------------------------------------------*/

.imgfloatrt {
	float:right;
	padding: 3px;
	margin: 3px 3px 3px 15px;
	border: 1px solid;
}

.imgfloatlf {
	float:left;
	padding: 3px;
	margin: 3px 15px 3px 3px;
	border: 1px solid;
}

.imgfloatrt-nb {
	float:right;
	padding: 3px;
	margin: 3px 3px 3px 15px;
	border: 0px;
}

.imgfloatlf-nb {
	float:left;
	padding: 3px;
	margin: 3px 15px 3px 3px;
	border: 0px;
}

.imgborder {
	padding: 3px;
	margin: 3px;
	border: 1px solid;
}

.txtborder {
	padding: 2px;
	margin: 2px;
	border: 1px solid;
}

/*-----------------------------------------------------------------*/
/*       Main portfolio images selection                           */
/*-----------------------------------------------------------------*/
div.picbig {
	float:left; 
	height: 270px; 
	width:  200px; 
	text-align: center;
	padding: 15px 15px 15px 15px;  
	margin: 5px 3px; 
	background: transparent;
	border: 1px solid; 
	border-color: #AAA #444 #444 #AAA;
}
div.picbig img {
	border: 1px solid; 
	border-color: #444 #AAA #AAA #444;
}

div.picbig ul {
	margin: 0.25em 0 0; 
	padding: 0; 
	font-size: small;
	font-family: sans-serif, Arial, Verdana ;
	text-align: center;
}
div.lsbig img {
	height:250px;  
	width: 200px; 
}

