/* CSS Document */


body
{
	margin:0px;
	padding:0px;
	text-align:center;
}


div#container
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position: top;
	min-height:291px;
	width: 895px;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}

#logo
{
	width:210px;
	height:45px;
	position:absolute;
	top: 163px;
	margin-left: 40px;
}

#logo h1
{
	display:none;
}

#subtitle
{
	position:absolute;
	top: 170px;
	text-align:right;
	margin-left: 547px;
	color:#666666;
	
}

#subtitle h1
{
	font-family:"Times New Roman", Times, serif, Garamond, "Bodoni MT", Georgia;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

#menu
{
	position:absolute;
	margin-left:30px;
	top: 50px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif, Garamond, "Bodoni MT", Georgia;
	font-size:14px;
	height:40px;
	font-weight:bold;
}

#menu h2
{
	display:none;
}

#menu ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

#menu li
{
	display:inline;
	padding:0px;
	margin:0px;
}

#menu a
{
	color:#666666;
	text-decoration:none;
	padding: 10px;
	background-image:url(../images/menu-divider.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#menu a:hover, #menu a.active
{
	color:#B31B34;
	text-decoration:underline;
}

#content, #footer
{
	padding-top: 280px;
	padding-left: 40px;
	padding-right: 40px;
	font-size:14px;
	color:#666666;
}

#leftContent
{
	display: block;
	width: 400px;
	float:left;
}

#rightContent
{
	display: block;
	width: 400px;
	float:right;
}

#footer
{
	padding-top: 30px;
	font-size: 12px;
	color:#999999;
	width: 815px;
	float:left;
}

.light
{
	color:#B31B34;
}

a
{
	color:#666666;
	text-decoration:none;
	background-image:url(../images/underline-gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

a:hover
{
	color:#666666;
	text-decoration:none;
	background-image:url(../images/underline-red.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

h2
{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:18px;
}

div.portfolio-thumb
{
	width: 140px;
	height: 160px;
	background-image:url(../images/portfolio-thumb-1.jpg);
	background-repeat:no-repeat;
	float:left;
	font-size:11px;
	text-align:center;
}

div.portfolio-thumb a
{
	background-image:none;
}

div.portfolio-thumb a:hover
{
	background-image:none;
	color: #B31B34;
}
