/* CSS Document */

#contentarea {
    float: left;
	width:584px;
	height:auto;
	margin:15px 5px 10px 5px;
	border-color:#66CCFF;
	border: 0px;
	border-style:none;
	padding: 0 0 0 0px;
}

#area1 {
    float: left;
	width:584px;
	height:203px;
	margin:opx 0px 0px 0px;
	background-image:url(Images/Page%20Headers/Precast/Parapet/parapet.jpg);
	background-color:#EEEEEE;
	border-color:#66CCFF;
	border: 0 0 2px 0;
	padding: 0 0 0 0px;
}

#area2 {
    float: left;
	width:574px;
	height:340px;
	margin:0px 0px 0px 0px;
	background-color:#EEEEEE;
	border-color:#66CCFF;
	border: 0px;
	border-style:ridge;
	padding: 15px 0px 0 10px;
}

/* =Hoverbox Container
----------------------------------------------------------------------*/

#strip {
	width: 520px;
	height:315px;
	margin-bottom:5px;
	margin-left:27px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color:#33CCFF;
	width: 200px;
	height: 150px;
}

/*----------------------------------------------------------------------*/



#tabarea {
    float: left;
	width:584px;
	height:20px;	
}

#category {
	float: left;
	width:70px;
	height:20px;
	background-color:#737373;
	margin: 0px 0 0 347px;
}

#previous {
	float: left;
	width:70px;
	height:20px;
	background-color:#323232;
}

#next {
	float: left;
	width:70px;
	height:20px;
	background-color:#000000;
}

/* Forward / backward page navigation
----------------------------------------------------------------------*/ 
#pageNav ul {
	list-style-type:none;
}

#pageNav li {
	list-style: none;
	text-align: center;	
	text-decoration: none;
	font-weight: bold;
    font-size: 1.2em;
	
}

#pageNav li a {
    display: inline;
    color: #fff;
	padding:0px 0 0px 0;
	text-decoration: none;
	font-weight: bold;
    font-size: 1.2em;
}

#pageNav li a:hover, #pageNav li #current { 
	background-position: 0 -0px;
	color:#66CCFF;
	
}
