body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}

table.Layout {
	width: 100%;
	height: 100%;
}
table.Layout td.Side {
	width: 50%;
	background-color: #333333;
}
table.Layout td.Center {
	width: 800px;
	background-color: #333333;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

div.Page {
	width: 800px;
}
table.Page {
	width: 100%;
}
table.Page td.Header {
	height: 100px;
	background: #B1BAFF url(images/bkgrd_header_800w71h.png) no-repeat bottom;
	padding: 30px 0px 0px 0px;
	vertical-align: bottom;
}
table.Page td.Content {
	background-color: #FFFFFF;
	padding: 0px;
}
table.Page td.Footer {
	height: 74px;
	background: #333333 url(images/bkgrd_footer_800w74h.png) no-repeat top;
}


table.Menu {
	width: 100%;
	height: 20px;
	background: #333333 url(images/bkgrd_MenuSpacer_50w20h.png) repeat-x;
}
table.Menu td.Margin {
	background-color: #333333;
}
table.Menu td.Option {
	padding: 0px 15px;
	background-color: #333333;
	text-align: center;
	white-space: nowrap;
}
table.Menu td.Spacer {
	background: url(images/bkgrd_MenuSpacer_50w20h.png) repeat-x;
}
table.Menu td a {
	color: #D9D9D9;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
table.Menu td a:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
table.Menu td a.Selected {
	color: #FFFFFF;
}


h1 {
	margin: 10px 0px 10px 0px;
	color: #091BA6;
	font-size: 20px;
}
h2 {
	margin: 10px 0px;
	color: #333333;
	font-size: 16px;
}

div.Content {
	padding: 20px;
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


table.Portfolio {
	height: 220px;
}
img.Screenshot {
	border: solid 1px #000000;
}
div.Details {
	margin: 0px 0px 30px 0px;
	width: 600px;
	height: 80px;
	border: solid 1px #999999;
	background-color: #DFDFDF;
	padding: 10px 15px;
	text-align: left;
	color: #666666;
	font-size: 11px;
	line-height: 1.5em;
}
span.Client {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

table.PortfolioSelector {
	width: 100%;
	background-color: #333333;
}
table.PortfolioSelector td {
	padding: 5px;
}
img.SelectedItem {
	border: solid 1px #B1BAFF;
}
img.Item {
	border: solid 1px #333333;
}


/* Affiliate logos */
img.AffiliateLogo {
	display: block;
	float: left;
	margin: 20px 80px 50px 80px;
	border: none;
	width: 250px;
	height: auto;
}
p.HostingPlanDetails {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25em;
}
p.HostingPlanDetails b, 
p.HostingPlanDetails strong {
	color: #091BC4;
	font-weight: 700;
}
p.HostingPlanDetails i, 
p.HostingPlanDetails em {
	color: #999999;
	font-size: 0.8em;
	font-style: italic;
}
.AffiliateLink {
	font-size: 0.8em;
	color: #091BC4;
}
.AffiliateLink a {
	position: relative;
	top: 1px;
	color: #666666;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: #666666 1px 1px 2px;
	text-decoration: none;
}
.AffiliateLink a:hover {
	top: 0;
	color: #091BC4;
	text-shadow: #666666 3px 3px 4px;
}
