/* css */


/* body */
body {
	background-color: white;
	font-family: verdana;
	font-size: 1em;
	line-height: 1.2em;
	
}


/* fonts and colors and borders */


/* divs */
#opening {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-bottom: 45px;
}

#inner_selection {
clear:both; height:506px;
  position:relative;
  top: 20%;  
}




#product_design_selection {
  width: 820px;
height:100%; margin-bottom:0px;
margin-left: auto;
margin-right: auto;
}

#product {
  width: 351px;
  height: 406px;
  /*
  background-image: url('/img/product_off_351x406.jpg');
  background-repeat: none; */
}

#product:hover {
  width: 351px;
  height: 406px;
  /*
  background-image: url('/img/product_on_351x406.jpg');
  background-repeat: none; */
  cursor: pointer;
}

#design {
  width: 351px;
  height: 406px;
  /*
  background-image: url('/img/design_off_351x406.jpg');
  background-repeat: none; */
}

#design:hover {
  width: 351px;
  height: 406px;
  /*
  background-image: url('/img/design_on_351x406.jpg');
  background-repeat: none; */
  cursor: pointer;
}


#about {
	/* contains all info for project */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
/*	border: 1px dotted #BDAC7F; */
	padding: 30px;
		font-size: 11px;

}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	color: #333;
}

.footer {
		font-size: 11px;
	color: #ddd;
	
}

a.footer_link {
	color: #666;
	text-decoration: none;
			font-size: 11px;
}

a.footer_link:hover {
	color: #000;
			font-size: 11px;
}

/* img and special spacing */
img.logo {
	margin-top: 44px;
}

/* project display 
------------------------------------------------------*/

#project {
	/* contains all info for project */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
/*	border: 1px dotted #BDAC7F; */
	padding: 10px;
}
	
#project_mainImg {
	/* main image */
	width: 424px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#image_title { font-size: 12px; margin-bottom: 2px;}
#caption {
	font-size: 11px;
}

#project_thumbTable {
	/* table of thumbs */
}

#nav_div {
	/* div for showing previous and next arrows */
	
}

#thumb {
	/* div for thumbnail */
	width: 80px;
	height: 80px;
	padding: 5px;
}

#thumb_current {
	/* div for the current thumb */
	width: 80px;
	height: 80px;
	padding: 5px;
}

#thumb_number {
	/* div for thumbnail number display */
	margin-top: 2px;
	color: #dddddd;
	width: 80px;
	display: none;
}

#thumb_number_current {
	/* div for current thumbnail number display */
	margin-top: 2px;
	width: 80px;
	color: #999999;
	display: none;
}

img {
	border: none;
	
}

/* projects table */
a.project_title {
	color: #000;
	text-decoration: none;
	padding: 2px;
			font-size: 11px;
	
}

a.project_title:hover {
	text-decoration: none;
	padding: 2px;
	background-color: #eee;
		font-size: 11px;
	


}
td.project_title {
	padding-left: 10px;
	vertical-align: bottom;
}

td.project_image {
	width: 60px;
	height: 60px;

}

hr.slight {
	border: none;
	border-bottom: 1px solid #ddd;
}
