@charset "utf-8";

body {
background-color: #FFF;
margin:0px;
padding:0px;
}

/*Hidding h1 h2 h3 h4*/

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

h2{
visibility:hidden;
}

h3{
visibility:hidden;
}

h4{
visibility:hidden;
}

h5{
visibility:hidden;
}

h6{
visibility:hidden;
}

/*//////////////////////////////////////////////////////*/	
/* kevinboyko.com - HOME Page styling .. normal style sheet */
/*//////////////////////////////////////////////////////*/	

/* iwrapper - main container for the home page: contains 3 main areas [1]topblock [2]image2links [3]bottomblock */	
.iwrapper{
width: 950px;		
margin-right: auto;
margin-left: auto;
}
	
/*//////////////////////////////////////////////////////*/		
/* topblock - wrapspace for image content  */	
.topblock{
width: 950px;
height: 498px;
margin-left:auto;
margin-right:auto;
padding: 0px;
}

/* topblock img - style  */	
.topblock img{
margin: 0px;
padding-top: 30px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 0px;

}

/*///////////////////////////////////////////////////////////*/
/* image2links - seperator between top and bottom containers */

.image2links{
	height:3px;	
	margin-top: 12px;
	margin-right: 270px;
	margin-left: 350px;
	padding-top: 10px;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-bottom-style: groove;
	border-width: thin;
	border-bottom-width: medium;
}




/*//////////////////////////////////////////////////////*/	
/* bottom block - container - wrap for bottom section, holds the navigation container  */
.bottomblock{
	width:100%;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

/*//////////////////////////////////////////////////////*/
/* iNav wrap-container - holder of the nav list items */
.iNav{
    width: 400px;
    margin-left: 37%;
	padding-top: 10px;
    z-index: 2;
}

.iNav ul{
	margin: 0px;
	padding-top:25px;
}

.iNav li{
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}

ul#hpmainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/*///////////////////////////////////////*/
              /*gallery-gal*/
/*///////////////////////////////////////*/

#gal a:link, #gal a:visited {
display: block;
width: 95px;
height: 21px;
line-height: 21px;
color: #000000;
text-decoration: none;
text-align: center;
background-image: url(workcshp.jpg);
background-repeat:no-repeat;
}

#gal a:hover, #gal a:active {
width: 95px;
height: 21px;
line-height: 21px;
color: #000000;
text-decoration: none;
text-align: center;
background-image: url(workcshp.jpg);
background-position: right bottom;
background-repeat:no-repeat;
}

/*///////////////////////////////////////*/
               /*bio-bio*/
/*///////////////////////////////////////*/

#bio a:link, #bio a:visited {
display: block;
width: 95px;
height: 21px;
line-height: 21px;
color: #000000;
text-decoration: none;
text-align: center;
background-image: url(aboutcshp.jpg);
background-repeat: no-repeat;
}

#bio a:hover, #bio a:active {
width: 95px;
height: 21px;
line-height: 21px;
color: #000000;
text-decoration: none;
text-align: center;
background-image: url(aboutcshp.jpg);
background-position: right bottom;
background-repeat: no-repeat;
}


/*///////////////////////////////////////*/
              /*contact-con*/
/*///////////////////////////////////////*/

#con a:link, #con a:visited {
display: block;
width: 95px;
height: 21px;
line-height: 21px;
color: #000000;
text-decoration: none;
text-align: center;
background-image: url(contactcshp.jpg);
background-repeat:no-repeat;
}

#con a:hover, #con a:active {
width: 95px;
height: 21px;
line-height: 21px;
color: #000000;
text-decoration: none;
text-align: center;
background-image: url(contactcshp.jpg);
background-position: right bottom;
background-repeat:no-repeat;
}

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

/* End style sheet */



