/* Peta Toppano - March 09 - CSS Document */

/* CSS Document */

* {margin:0; padding:0;}

body{
padding:0;
margin:0;
background:#867192;
color:#eee;
text-align:center;
font-family:Helvetica, Arial, sans-serif;
font-weight:lighter;
font-size:12px;
}

/****************************resets***********************************/

div, p, a, img, table, tr, td, h1, h2, h3, form, br, ul, li{
padding:0;
margin:0;
border-collapse:collapse;
border:0;
}

a,area {blr:expression(this.onFocus=this.blur())} /* for IE */
:focus {-moz-outline-style:none;} /* for Firefox */ 


h1{
font-size:18px;
margin:20px;
}

/***************************************************************/

#container{
width:950px;
position:relative;
background:none;
margin:0 auto;
/*border:1px solid green;*/
}

/***************************************************************/

.head{
background:url(../images/peta_1.0_slices_01.jpg) no-repeat 0 0;
width:950px;
height:116px;
}

.underhead{
background:url(../images/peta_1.0_slices_02.gif) no-repeat 0 0;
width:950px;
height:48px;
}

/******************************Global Navigation*********************************/

.gnav{
width:950px;
height:43px;
text-align:center;
overflow:hidden;
background:#000;
}

.gnav a img{padding:3px 0 0 0;}

.gnav a img:hover{padding:0 0 3px 0;}

/***************************************************************/

.main-top{
background:url(../images/peta_1.0_slices_12.gif) no-repeat 0 0;
width:950px;
height:17px;
}

.main-wrap{
width:950px;
}

.main-borderleft{
background:url(../images/peta_1.0_slices_13.gif) no-repeat 0 0;
width:40px;
height:637px;
float:left;
}

.main-borderright{
background:url(../images/peta_1.0_slices_20.gif) no-repeat 0 0;
width:25px;
height:637px;
float:left
}

.content-left{

width:300px;
overflow:hidden;
float:left;
}

.main-image{

}

.newsletter{
width:300px;
height:192px;
background:#000 url(../images/peta_1.0_slices_22.gif) no-repeat top left;
overflow:hidden;
text-align:right;
padding:0 0 0 0;
}

input.email{
margin:80px 30px 0 0;
width:131px;
}

input.name{
margin:15px 30px 0 0;
width:131px;
}

input.submit-news{
margin:15px 30px 0 0;
cursor:pointer;
}


/*************************************/



.content-right{
width:585px;
overflow:hidden;
float:left;
background:#000;
}

.content-right-nav{
display:block;
background:#e7e3e2;
text-align:left;
height:60px;
overflow:hidden;
}

.content-right-copy{
width:585px;
height:577px;
overflow:auto;
background:#000;
}

.content-right-copy p{
text-align:left;
margin:30px 30px 30px 50px;
line-height:22px;
}

.content-right-copy p.gallery-images img{
text-align:center;
margin:10px;
}

img.pic-l{
float:left;
padding:8px 13px 10px 3px;
width:150px;
height:100px;

}

img.pic-r{
float:right;
padding:8px 3px 10px 13px;
width:150px;
height:100px;

}





/******************footer*********************/

.footer{
clear:both;
width:950px;
height:33px;
background:url(../images/peta_1.0_slices_24.gif) no-repeat 0 0;
}
.bottom{
width:950px;
height:6px;
background:url(../images/peta_1.0_slices_25.gif) no-repeat 0 0;
}