﻿body
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #85868a;
}

table
{
	padding:0px;
	margin:0px;
}

.maintable
{
	width: 100%;
	height: 100%;
}

.contentCell
{
	width: 100%;
	height: 70px;
	background-color: #000000;
}

.contentTable
{
	width: 1008px;
	height: 70px;
	background-color: #ffffff;
}

.contentarea
{
	font-size: 13px;
	color: #ffffff;
	font-family: Arial, Verdana;
	text-decoration: none;
	padding: 0px;
	line-height: 26px;
	font-weight: normal;
}

.contentarea H1
{
	font-size: 16px;
	color: #ffffff;
	font-family: Arial, Verdana;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.contentarea img
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.contentarea p
{
	font-size: 13px;
	color: #ffffff;
	font-family: Arial, Verdana;
	text-decoration: none;
	margin: 0px;
	line-height: 26px;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.contentarea a
{
	font-size: 13px;
	color: #ffffff;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
.contentarea a:hover
{
	font-size: 13px;
	color: silver;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
.navRow
{
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #6e2306;
}
.portfolioDescription
{
	width: 100%;
	height: 316px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6e2306;
}

.headergradient
{
	background: url(http://localhost:49477/NewTemplateSite/Assets/topbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #ffffff;
	border-style: none;
	padding:0px;
	margin:0px;
	width: 100%;
	height: 50px;
	text-decoration: none;
}

.footergradient
{
	background-image: url(http://localhost:49477/NewTemplateSite/Assets/bottombg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #ffffff;
	border-style: none;
	padding:0px;
	margin:0px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.whiteline
{
	background-color: #ffffff;
	width: 4px;
	height: 4px;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}