html{
	margin: 0;
	padding: 0;
	height: 100%;
	}
		
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	background-color: #fbfdff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #999999;
	}
	
#wrapper {
	margin: 0 auto -121px;
	padding: 0;
	width: 729px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	}
	
/* Navigation Bar
=============================================================*/

#navigation {
	margin: 0 auto;
	padding: 81px 0 140px 0;
	width: 729px;
	height: 32px;
	}

#navigation ul {
	margin: 0;
	padding: 0 0 0 314px;
	width: 402px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	list-style: none;
	text-decoration: none;
	}
	
#navigation li {
	float: left;
	}
	
#navigation a:link, #navigation a:visited {
	display: block;
	width: 66px;
	height: 30px;
	color: #62859e;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: url(../images/divider.jpg) no-repeat left top;
	}

#navigation a:hover, #navigation a:active {
	color: #826e3a;
	border-bottom: #826e3a solid 2px;
	}

/* Navigation Bar End
=============================================================*/



/* Port Container 
============================================================*/
	
.portContainer {
	margin: 0;
	padding: 0 0 15px 0;
	width: 729px;
	}
	
.portTop {
	width: 729px;
	height: 35px;
	background-image: url(../images/topPort.gif);	
	}

.portMid {
	margin: 0;
	padding: 0;
	background-image: url(../images/midPort.gif);
	background-repeat:repeat-y;
	width: 729px;
	}
 
.portBtm {
	background-image: url(../images/btmPort.gif) ;
	width: 729px;
	height: 82px;
	}
	
.portImage {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 663px;
	}

.portImage2 {
	margin: 0 auto;
	padding: 10px 0 0 0;
	display: block;
	width: 663px;
	}

/* Port Container  End
===========================================================*/

.textInfo {
	margin: 0 auto;
	padding: 0;
	width: 663px;
	line-height: 120%;
	}
		
.textLeft {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: left;

	}
	
.textRight {
	margin: 0;
	padding: 15px 0 0 0;
	float: right;
	text-align: right;
	}
	
.textCategory {
	font-weight: bold;
	color: #666666;
	}
	
.proInfo {
	margin: 0 auto;
	padding: 0;
	width: 630px;
	line-height: 140%;
	}

.proInfo span {
	font-weight: bold;
	color: #666666;
	line-height: 160%;
	}

.proMainCat {
	font-weight: bold;
	color: #827338;
	margin: 0;
	padding: 20px 0 8px 0;
	}


.proInfo a:link, .proInfo a:visited {
	text-decoration: none;
	color: #999999;
	}	

.proInfo a:hover, .proInfo a:active {
	color: #826e3a;
	}
		
		
.newArt {
	color:#FF0000;
	font-weight: bold; 
	}

.highlight {
	color:#FF0000;
}
	
	
.push {
	height: 121px;
	}

p	{
	margin: 0;
	padding: 0;
	}
	
.linkPopUp {
	color: #FF0000;
	text-decoration: none;
	}

.linkPopUp a:link, .linkPopUp a:visited {
	color: #FF0000;
	text-decoration: none;
	}
	
.linkPopUp a:hover, .linkPopUp a:active {
	color: #124c9a;
	text-decoration: none;
	}

.footer {
	margin: 0 auto;
	clear: both;
	padding: 0;
	background-image: url(../images/footerBkg.jpg);
	background-position:bottom;
	height: 121px;
	}
	
.footer p {
	margin: 0;
	padding: 55px 0 0 0;
	font-size: 11px;
	text-align: center;
	}	
	