@charset "UTF-8";
/* CSS Document */

body{
	background:#000000;
	margin:0 auto;
	background-image: url(bg2.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

h1{
font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

a{
text-decoration:none;
color:#899A27;
}

#logo{
	position:absolute;
	left:120px;
	top:80px;
	width:108px;
	height:56px;
	background-image: url(logo.png);
	background-repeat: no-repeat;	
}

#menu{
	
	position:absolute;
	left:310px;
	top:20px;
	width:660px;
	height:28px;
	text-align:right;
	margin-right:20px;
	
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
	font-weight:normal;
	padding:5px;
}
#menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccff33;
	text-decoration:none;
	font-weight:normal;
	padding:5px;
}


#banner{
	background-image: url(banner-bg.png);
	position:absolute;
	left:310px;
	top:40px;
	width:697px;
	height:128px;
}

#banner h2{
	padding-left:50px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    color:#FFFFFF;
    padding-top:30px;

}

#panel{
	background-image: url(panel-bg.png);
	position:absolute;
	left:310px;
	top:190px;
	width:697px;
	height:423px;
	
}
#panel-portfolio1{
	background-image: url(panel-port.png);
	position:absolute;
	left:310px;
	top:190px;
	width:697px;
	height:235px;
	
}
#panel-portfolio2{
	background-image: url(panel-port.png);
	position:absolute;
	left:310px;
	top:440px;
	width:697px;
	height:235px;
	
}
#panel-portfolio3{
	background-image: url(panel-port.png);
	position:absolute;
	left:310px;
	top:695px;
	width:697px;
	height:235px;
	}

#preso{
	margin-top:30px;
	margin-left:35px;
	position:absolute;
	z-index:2;
}

.thumb{
	margin-top:30px;
	margin-left:40px;
	position:absolute;
	z-index:2;
}

.text{
	margin-top:30px;
	margin-left:35px;
	
	position:absolute;
	z-index:2;
	width:605px;
	background-image: url(preso-bg.png);
	background-repeat: repeat-y;
	padding:20px;
}

#footer{
	
	position:absolute;
	left:350px;
	top:615px;
	width:697px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	}


#slideshow-container{
margin-top:30px;
margin-left:35px;
position:absolute;
z-index:2;
}

#profile{
	position:relative;
	float:right;
	margin-left:10px;
	margin-right:25px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	border:0px solid #cccccc;
	background-color: #FFFFFF;
}

#coa{
	position:absolute;
	left:30px;
	top:190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	margin-left:27px;
	padding-top:17px;
	background-image: url(form-bg.png);
	background-repeat: no-repeat;
	width:226px;
	height:424px;
}
#coa h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	margin-left:22px;
	font-weight:normal;
}
.clearfloat{
clear:both;
}
/* ********* FORM LAYOUT ***************** */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 
  margin: 0;
  padding: 10;
  width: 200px; 
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 5px 0 0 20px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form input { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 5px 0 0 20px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
form select { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 5px 0 0 20px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
form textarea { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 175px; 
	padding: 0; 
	margin: 5px 0 0 20px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	overflow: auto;
}

form input#submit{
	background: url(http://www.limeshot.com/images/submit.jpg);
	width: 55px;
	height: 25px;
	border: none;
	color: transparent;
	padding-top: 25px;
	overflow : hidden;
	background-repeat: no-repeat;
	display: block;  /* block float the labels to left column, set a width */
	float: right;
	margin-top: 15px;
	
}

form fieldset{
position:relative;
float:left;
width:200px;
border:#000000 0px solid;
}




/* ********* END FORM LAYOUT ***************** */
