/**************************************************

 http://www.collinsmetu.com
 Collins Metu Photography
 
 Website Design and CSS by:
 Collins Metu
 
***************************************************/

/* ---------- FONT STYLES / BG / LINKS ----------- */
body
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
}	

a:link, a:visited, a:active
{
	font-weight: bold;
	color: #444444;
}

a:hover
{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

/* ----------------- TOP SPACER ------------------ */
#spacer
{
	width: 100%;
	height: 2px;
	background-color: #ff0000;
	font-size: 2px;
}	

#site-top
{
	width: 950px;
	height: 60px;
	background-color: #ffffff;
}	

/* ----------------- TOP BANNER ------------------ */
#site-top .cmp-top-banner
{
	width: 460px;
	text-align: left;
	background-color: #ffffff;
	margin: 10px 0px 10px 0px;
	float: left;
}

/* -------------------- MENU --------------------- */
#site-top .cmp-menu-strip
{
	width: 490px;
	float: left;
	margin-top: 20px;
	text-align: right;
}

/* ---------------- SITE CONTENT -------------------- */
#info-box
{
	width: 950px;
	height: 560px;
	background-color: #ffffff;
	color: #000000;
	margin: 0px auto;
	text-align: justify;
}

#sectiondiv
{
	width: 950px;
	height: 500px;
	border: 1px solid #dddddd;
}	

#section-img
{
	width: 277px;
	height: 410px;
	float: left;
	margin: 43px 40px 0px 0px;
}

#portfolio
{
	width: 950px;
	height: 500px;
	border: 1px solid #dddddd;
}	

/* ------- PORTFOLIO IMAGE ------------------------- */
#portfolioimg
{
	width: 726px;
	height: 486px;
	float: right;
	text-align: center;
	padding: 7px;
}

#portfolioimg img
{	
	display: block;
	margin: 0 auto;
	border: 3px solid #efefef;
}

/* ------------------ THUMBNAILS -------------------- */

#portfoliothumbs
{
	width: 200px;
	height: 445px;
	margin: 8px 3px 0px 3px;
	float: left;
	text-align: center;
	padding: 25px 0px;
}

#portfoliothumbs img
{
	margin: 3px;
}	

#portfoliothumbs a:link img, #portfoliothumbs a:visited img, #portfoliothumbs a:active img
{
	border: 1px solid #757575;
}

#portfoliothumbs a:hover img
{
	border: 1px solid #ff0000;
}	

/* ------------------ COPYRIGHT -------------------- */
#copyright
{
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 10px;
	padding-top: 5px;
}
