@import url(basePublic.css);

#backgroundContainer {background: #fff none;}
#backgroundContainerTWD {background: url(../Img/2009-03-ReSkin/bkgndHome.png) repeat-y right top;}

#leftMasterGallery {
	/* there is no width set on this div, instead a margin-right subtracts from the "main" to determin the width */
	/* LM must come after RM in the structure of the HTML */
	margin-right: 617px;}
#rightMasterGallery {
	/*width cannot exceed the value of margin-right in "leftmaster", but it can be smaller if a blank margin is desired between LM & RM*/
	float: right;
	width: 614px;}
	
#leftMasterGallery a, #rightMasterGallery a {
	/*font-size: 11px;*/
	text-decoration: underline;}
#leftMasterGallery a:hover, #rightMasterGallery a:hover {
	color: #f58026;
	text-decoration: none;}
	
#projectColumn {
	margin-right: 220px;
	padding-left: 15px;}
#projectDetailColumn {
	float: right;
	width: 200px;}
	
#projectDetailColumn p, #projectDetailColumn h1, #projectDetailColumn h2, #projectDetailColumn a {color: #000;}

#galleryContainer {
	width: 350px;
	padding-top: 10px;
	background-color: #000;
	text-align:center;}
#galleryContainer a {
	color: #766100;
	font-size: 10px;}
#galleryContainer p {
	color: #766100;
	font-size: 10px;}
	
#mediumWindow {
	width: 330px;
	margin: 10px;
	background-color: #000;}
	
#thumbContainer {
	width: 350px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	background-color: #F1E3C5;}
	
#categoryPager {text-align: center;}
#smallPager #categoryPager {width: 350px;}

.categoryName, #menu_lblTitle {
	color: #f58026;
	font-size: 12px;
	font-weight: bold;}
	
.chkTitle {font-weight: bold;}	
.catTitle {
	font-size: 12px;
	font-weight: bold;}

#leftNav, #categoryList {padding: 0 0 0 5px;}
#leftNav {padding-bottom: 180px;}

.float {
  float: left;
  width: 110px;
  height: 160px;
  /*font-size: 11px;*/
  overflow: hidden;
  padding: 0 5px 10px 0px;}
  
#categoryPager {
	clear: both;
	border-top: 1px solid #676767;}
#categoryTumbs {
	clear: both;
	padding-top: 10px;}



