/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}
	
body{
	background: #000;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #808080;
	overflow: auto;
	}

#main-container{
	margin: 0 auto;
	width: 900px;
	height: 100%;
	}

/* header ----------------------------------------------------------------------------- */	
#header{
	width: 900px;
	height: 203px;
	}
	
#header .lt{
	float: left;
	background: url(../images/logo.gif) no-repeat right;
	width: 574px;
	height: 203px;
	}
	
#header .rt{
	float: left;
	width: 326px;
	height: 203px;
	}
	
#header .rt .telephone{
	background: url(../images/telephone.gif) no-repeat bottom right;
	width: 327px;
	height: 96px;
	}
	
#header .rt .email{
	background: url(../images/email.gif) no-repeat top right;
	width: 327px;
	height: 23px;
	}
	
#header .rt .aim{
	background: url(../images/aim.gif) no-repeat top right;
	width: 327px;
	height: 84px;
	}

/* featured work ---------------------------------------------------------------------- */	
#featured-work{
	height: 52px;
	}
	
/* menu ------------------------------------------------------------------------------- */
#menu{
	margin-bottom: 70px;
	}

#menu table td{
	width: 225px;
	height: 43px;
	}
	
#menu table td .link-container{
	width: 222px;
	height: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #262626;
	}

#menu table td .link-container-end{
	width: 222px;
	height: 100%;
	margin-top: 10px;
	}

#menu table td .link-container a:link,
#menu table td .link-container a:visited,
#menu table td .link-container-end a:link,
#menu table td .link-container-end a:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}

#menu table td .link-container a:hover,
#menu table td .link-container-end a:hover{
	color: #FF0000;
	}

/* work sample ------------------------------------------------------------------------ */
#work-sample{
	margin-bottom: 50px;
	}

#work-sample .sample{
	width: 676px;
	margin: 0 auto;
	border: 1px solid #262626;
	padding: 30px 10px 10px 10px;
	}
	
#work-sample .sample .project-name{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #FFF;
	}
	
#work-sample .sample .description{
	margin-bottom: 10px;
	}
	
#work-sample .sample .image{
	background: #000;
	text-align: center;
	margin-bottom: 20px;
	}
	
#work-sample .sample #vid1,
#work-sample .sample #vid2,
#work-sample .sample #vid3{
	background: #000;
	text-align: center;
	margin-bottom: 20px;
	}

#work-sample .sample .hyperlink{
	margin-bottom: 10px;
	text-align: right;
	}

#work-sample .sample .hyperlink a:link,
#work-sample .sample .hyperlink a:visited{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	}

#work-sample .sample .hyperlink a:hover{
	color: #FF0000;
	}

/* ------------------------------------------------------------------------------------ */	
