/* CSS Document */



/* IE PNG Fix */
img {
   		behavior: url("../pngbehavior.htc");
	}
/*   */


body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #213663;
}

#TopNav{
	display: block;
	height: 186px;
	width: 100%;
	top: 12px;
	position: absolute;
	text-align: center;
}

#CenterColumn{
	display: block;
	position: absolute;
	height: auto;
	width: 696px;
	top: 200px;
	margin-left: 50%;
	left: -348px;
	text-align: center;
}

#ContentBox{
	background-image: url(../images/contentBack.gif);
	display: block;
	height: auto;
	width: auto;
	border-right: 3px solid #FF8900;
	background-color: #EAEBF1;
	background-repeat: repeat-x;
	margin-bottom: 1px;
	padding: 8px;
	text-align: left;
}

#MainBoxReflection{
	height: 16px;
	width: 696px;
}

#Footer{
	display: block;
	height: 70px;
	width: 696px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.FooterLinks a {
	color: #FF8900;
	text-decoration: underline;
}

.Footer2 a {
	color: #FFFFFF;
}

#Title {
	height: auto;
	width: auto;
	margin-bottom: 8px;
}

#lefttext {
	width: 175px;
	position: absolute;
	top: 55px;
	left: 10px;
	font-size: 15px;
	color: #333333;
}

#PortfolioContent {
	position: relative;
	width: 475px;
	left: 195px;
	height: auto;
}

.Section {
	display: block;
	position: relative;
	background-color: #E4E4E4;
	width: 460px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF8900;
	height: auto;
	margin-bottom: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-indent: 15px;
	font-weight: lighter;
}

.Section > p:first-child {
	margin: 0px inherit;
}

h1 {
	color: #FF8900;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 3px;
	margin-bottom: 2px;
	text-indent: 0px;
}

h1:after {
	content: url(../line.png);
}


/* Items and Items List */
.ProdThumb {
	position: relative;
	width: 200px;
	margin: 0px 18px 18px 18px;
	display:inline-block;
	float: left;
	font-size: 9px;
}

.ProdThumb a img {
	height: 166px;
	width: 200px;
	background-color: #CCCCCC;
	margin-bottom: 1px;
	border: none;
}

.Section.portfolio .ProdThumb:hover a img, 
.ProdThumb:hover a img {
	margin-right: -3px;
	border-right: 3px solid #FF8B17;
}

.items {
	position: absolute;
	height: 400px;
	width: 475px;
	top: 1px;
	overflow:hidden;
}

#itemsContainer {
	position: relative;
	width: 475px;
	left: 195px;
	height: 450px;
	overflow:hidden;
}


/* Multipage Navigation Boxes */
.pagenav {
	height: 10px;
	width: auto;
	position: absolute;
	bottom: 140px;
	right: 221px;
}


.pagenav .prev, .pagenav .next, .pagenav .num, .pagenav .current {
	float: left;
	height: 6px;
	width: 6px;
	margin: 2px;
	cursor: pointer;
}

.pagenav .prev:hover, .pagenav .next:hover, .pagenav .num:hover {
	background-color: #FF8B17;
}

.pagenav .prev a:hover {
	color: #FF8B17;
}

.pagenav .prev {
	margin-right: 8px;
	background-image:url(../images/dots/left.png);
}

.pagenav .num {
	background-image:url(../images/dots/open.png);
}

.pagenav .current {
	background-image:url(../images/dots/closed.png);
}

.pagenav .current:hover {
	background-color: #BAE7F7;
}

.pagenav .next {
	margin-left: 8px;
	background-image:url(../images/dots/right.png);
}


/* homepage portfolio */
.Section.portfolio {
	text-indent: 0;
}

.Section.portfolio .ProdThumb {
	position: relative;
	width: 145px;
	margin: 0px 8px 8px 0px;
	display:inline-block;
	float: left;
	font-size: 9px;
}

.Section.portfolio .ProdThumb img {
	height: auto;
	width: 145px;
	background-color: #CCCCCC;
	margin-bottom: 1px;
	border: none;
}
