@CHARSET "UTF-8";

.SiteContainer
{
	width:690px;
	height:100px;
	
	margin:0 auto;
	
	background-color:#ffffff;
}

.SiteHeader
{
	width:100%;
	height:100px;
	
	background-image:url('../res/images/logo.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.SiteSpacer
{
	width:100%;
	height:1px;
	
	background-color:#cccccc;
}

.MainMenu
{
	position:relative;
	top:25px;
	text-align:center;
	height:100px;
}

.MenuPoint
{
	display:block;
	
}

.SiteFooter
{
	width:690px;
	height:40px;
	
	left:0px;
	top:50px;
	
	text-align:center;
	
	overflow:hidden;
}

/*CONTENT*/

.PageContent
{
	
}

.Content1_3
{
	width:230px;
	height:100%;
	
	float:left;
}
.Content2_3
{
	
	
	width:460px;
	height:100%;
	
	
	float:left;
}

.Content3_3_Centered
{
	text-align:center;
}

/*QUAD*/

.Quad
{
	position:absolute;
	
	width:344px;
	height:220px;
	
	background-position:center center;
	background-repeat:no-repeat;
}

.QuadVSpacer
{
	width:1px;
	height:220px;
	
	left:344px;
	
	background-color:#cccccc;
}

.QuadHSpacer
{
	width:690px;
	height:1px;
	
	background-color:#cccccc;
}

.ImageSlide
{
	left:0px;
	height:297px;
	
	overflow:hidden;
}
.Image
{
	
	width:268px;
	height:297px;
	
	background-image:url('../res/images/portfolio/image_background.jpg');
	overflow:hidden;
	
	left:10px;
	top:0px;
	
	float:left;
}

.Image:hover
{
	
	background-image:url('../res/images/portfolio/image_background_hover.jpg');
}

.VideoImage
{
	width:254px;
	height:142px;
	
	left:7px;
	top:5px;
	
	overflow:hidden;
}

.TextImage
{
	width:380px;
}


.SideNote
{
	position:absolute;
}

.Pager
{
	width:40px;
	display:block;
	
	color:#ffffff;
	
	background-color:#666666;
	padding:7px;
	padding-left:12px;
}

.PortfolioLink
{
	display:block;
	width:344px;
	height:220px;
}

/**/
.DebugOutput
{
	position:absolute;
	left:10px;
	top:0px;
	
	color:#ffffff;
	background-color:#000000;
}