﻿@charset "UTF-8";
/* CSS Document */



/* Main Div */

#header {
	background-image: url(/resources/satisfaction_guaranteed.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainNav{
	width: 800px;
	float: left;
	height: 36px;
}

#subMainNav{
	width: 707px;
	float: left;
	/*background-color: #00CC99;*/
	height: 34px;
	margin-left: 173px;
}

#subMainTab{
	background-image: url(/resources/tabContent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 290px;
	float: left;
}

#title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-left: 48px;
	padding-top: 13px;
	font-size: 14px;
}

#subMainButtons{
	height: 34px;
	float: right;
}

#contentWrapper{
	width:509px;
	height:auto;
	float: left;
	margin-left: 7px;
	background-image: url(/resources/content_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#contentWrapper5{
	width:705px;
	height:auto;
	float: left;
	margin-left: 7px;
	background-image: url(/resources/content_middle5.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#rightBar{
	width: 187px;
	float: right;
	margin-top: 0px;
}


#contentTop{
	background-image: url(/resources/content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 509px;
}

#contentTop5 {
	background-image: url(/resources/content_top5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 705px;
}

#contentTop5.withouttab {
    background-image: url(/resources/content_top5a.gif);
}

#contentTop5a {
	background-image: url(/resources/content_top5a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 705px;
}

#content{
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px;
	height: auto;
}

#content5{
	width: 675px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px;
	height: auto;
}

#contentBottom{
	background-image: url(/resources/content_base.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 509px;
}

#contentBottom5{
	background-image: url(/resources/content_base5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 705px;
}

/* SubNav */

#subNav{
	width:166px;
	height:auto;
	float: left;
	top: -9px;
	position: relative;
}

#NavTop {
	background-image: url(/resources/deliverHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}

#NavContent{
	background-color: #F4B42F;
	height: auto;
}

#NavBottom{
	background-image: url(/resources/deliverBase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

#NavContent a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-image: url(/resources/subNavBackground25.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#NavContent a:hover{
	color: #F4B42F;
	background-image: url(/resources/subNavBackground_a.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.pricingHeader{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
}

.pricingItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
}

.designSpecCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/******* Zone *******/

.zoneText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #E8E8E8;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 1px;
}

.zoneTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #E8E8E8;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.zoneSpace{
	width: 10px;
}
