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

*
{
	margin: 0px;
	padding: 0px;
	border: none;
}
	
html, body
{
	font: normal 11px Arial;
	color: #333;
	background-image:url(http://www.pj-i.com/img/bglong.gif);
	height: 100%;
}
		
a
{
	outline: none;	
}

.turquoise
{
	color: #00a0a0;
	font-weight: normal;
}


div#main
{
	width: 700px;
	border: none;
	margin: 0 auto;
}


/* WRAP */
		
div#wrap
{
	width: auto;
	border: none;
	min-height: 100%;
	height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
}

#wrap h1
{
	color: #FFF;
	font-weight: 300;
	margin-bottom: 6px;
	margin-left: 15px;
	margin-right: 15px;
}

#wrap h1 a
{
	color:#009090;
	text-decoration: none;
}
#wrap h1 a:hover
{
	color:#00c0c0;
	text-decoration: underline;
}

#wrap h3
{
	color: #888;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* HEaDER */
	
#topbar
{
	height: 100px;
	width: auto;
	background-image: url(../images/NewHeader.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	margin:0px;
}

/* THUMBNAILS */
	
.thumbnails
{ 
	text-align: center;	
}

.thumbnails img
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #111;
	/*
	border-top: 1px solid #00c0c0;
	border-right: 2px solid #222;
	border-left: 1px solid #009090;
	border-bottom: 2px solid #000;
	 padding: 2px; */
	margin: 5px 5px 4px 5px;
}

/* WORK MENU */

#workmenu
{
	font-size: 12px;
	width: auto;
	border: none;
	margin: 10px 15px 0 15px;
	text-align:center;
}

#workmenu a
{
	color: #FFF;
	text-decoration: none;
	padding:3px 5px;
}

#workmenu a:hover
{
	/* background-color: #009090;	 */
	text-decoration:underline;
}

/* WORK MENU */

#iconmenu
{
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	text-align:center;
}

#iconmenu a
{
	text-decoration: none;
}

#iconmenu img
{
	margin-right: 10px;
}
    
/* FOOTER */

.push {
	height: 90px;
}

#footer
{
	height: 90px;
	text-align:center;
	padding-top:10px;
}

#plaster
{
	background-image: url(../images/Plaster.png);
	background-repeat: repeat-x;
	height: 53px;
	margin: 0px;
}

#rail
{
	background-image: url(../images/rail.png);
	background-repeat: repeat-x;
	height: 27px;
	text-align:center;
	padding-top:10px;
}

#rail a
{
	color: #6ED0D0;
	font-size: 12px;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;	
}
	
#rail a:hover
{
	margin-top: 10px;
	text-decoration: underline;
	color: #fff;
}
