/* --- SNEEVs PORTFOLIO CSS ------------
--------- steven anthony pecoraro --- */

*{
margin:0px;
padding:0px;}

body{
background-attachment:scroll;
background-image:url(images/wallpaper01.jpg);
background-repeat:repeat;
background-position:top left;
background-color:#c7a872;
color:#993300;
width:100%;
height:100%;
}

#cracksDiv, #swirls01, #swirls02, #largePictureDiv, #about_slideshow, #smallPictureDiv,
#crackONE, #crackTWO, #crackTHREE{
position:absolute;
}

#cracksDiv{
left:50px;
z-index:99px;
}

#crackONE{
left:250px;
top:5px;
}

#crackTWO{
left:710px;
top:200px;
}

#crackTHREE{
left:465px;
top:480px;
}

#largePictureDiv{
top:20px;
left:100px;
z-index:999px;
}

#about_slideshow{
top:70px;
left:145px;
z-index:888px;
}

#swirls01{
z-index:-10px;
top:410px;
left:300px;
}

#swirls02{
z-index:-10px;
top:50px;
left:680px;
}

.slide{
position:absolute;
}

#smallPictureDiv{
top:300px;
left:500px;
z-index:9999px;
}

#photoGalThumb001{
width:165px;
height:66px;
padding:5px;
}

.photoGalThumb{
height:66px;
width:165px;
}








#mainContainer{
width:1000px;
height:100%;}

#header{
background-image:url(images/headerBG.png);
background-repeat:repeat-x;
width:100%;
height:300px;
color:#876544;
font-family:}

#mainNav{
clear:both;
width:235px;
height:148px;
margin-left:670px;}

#subNav{
width:235px;
height:148px;
float:left;
margin-left:44px;}

#name{
float:left;
width:912px;
height:295px;
margin-top:-100px;
margin-left:15px;}

#subName{
float:left;
padding-top:25px;}

#webLink:hover{
background-image:url(images/webON.jpg);
background-repeat:no-repeat;
height:130px;
width:47px;
float:left;}

#printLink:hover{
background-image:url(images/printON.jpg);
background-repeat:no-repeat;
height:130px;
width:54px;
float:left;}

#videoLink:hover{
background-image:url(images/videoON.jpg);
background-repeat:no-repeat;
height:130px;
width:55px;
float:left;}

#contactLink:hover{
background-image:url(images/contactON.jpg);
background-repeat:no-repeat;
height:130px;
width:79px;
float:left;}

#webLink{
height:130px;
width:47px;
background-image:url(images/webOFF.jpg);
background-repeat:no-repeat;}

#printLink{
height:130px;
width:54px;
background-image:url(images/printOFF.jpg);
background-repeat:no-repeat;}

#videoLink{
height:130px;
width:55px;
background-image:url(images/videoOFF.jpg);
background-repeat:no-repeat;}

#contactLink{
height:130px;
width:79px;
background-image:url(images/contactOFF.jpg);
background-repeat:no-repeat;}

.navButtons{
height:130px;
float:left;
text-align:center;}

#mainFlv{
width:900px;
height:400px;
margin-left:200px;
margin-top:-100px;;
float:left;}

a, a:link, a:hover, a:visited, a:active{
text-decoration:none;
}
