@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container p a {
	color: #E9A99E;
}
#container a img {
	border: 1px solid #000;
}
#header  {
	background-color: #000;
	padding-left: 3px;
} 
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	margin: 0px;
}
#sidebar #navigationBox {
	height: 350px;
}
#sidebar #contactBox {
	color: #FFF;
	background-image: url(../images/AZFD/contactBack.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#sidebar #contactBox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding: 0;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#mainContent #p1Box {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	background-image: url(../images/AZFD/backgrounds/lines.jpg);
	background-repeat: repeat;
}
#mainContent #p1Box table {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #p1Box table tr td ul {
	margin-bottom: 0px;
}
#mainContent #p1Box table tr td ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#mainContent #p2Box {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#mainContent #p2Box p {
	color: #FFF;
	text-align: left;
	margin-bottom: 8px;
}
#mainContent #pBottomBox {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/AZFD/backgrounds/lines.jpg);
	background-repeat: repeat;
}
#mainContent #pBottomBox table {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #pBottomBox table tr td ul {
	margin-bottom: 0px;
}
#mainContent #pBottomBox table tr td ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#mainContent #pContactBox {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/AZFD/backgrounds/lines.jpg);
	background-repeat: repeat;
}
#mainContent #pContactBox table tr td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#footer  {
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
} 
#footer table tr td {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.clickTo {
	font-size: 14px;
	font-style: italic;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.italic {
	font-style: italic;
}
#mainContent #pPortfolioBox {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/AZFD/backgrounds/lines.jpg);
	background-repeat: repeat;
}
#mainContent #pPortfolioBox #tabsBox {
}
#mainContent #pPortfolioBox #tabsBox #tabs-websites {
}
#mainContent #pPortfolioBox #tabsBox #tabs-businessCards {
}
#mainContent #pPortfolioBox #tabsBox #tabs-brochures {
}
#mainContent #pPortfolioBox #tabsBox #tabs-advertising {
}
#mainContent #pPortfolioBox #tabsBox #tabs-logos {
}
#mainContent #pPortfolioBox p .clientTitle {
	font-size: 17px;
	color: #000;
}
#mainContent #pPortfolioBox h6  {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent #pPortfolioBox #tabsBox table tr td p a {
	font-style: italic;
	color: #00F;
	font-size: 13px;
	font-weight: bold;
}
#mainContent p .title {
	font-weight: bold;
}
#mainContent #pConstructionBox {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/AZFD/backgrounds/lines.jpg);
	background-repeat: repeat;
	text-align: center;
}
#mainContent #pConstructionBox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer table tr td a {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#footer table tr td a:hover {
	text-decoration: underline;
}
#mainContent #pBarBox {
	background-color: #000;
	background-image: url(../images/AZFD/p3bottomBar.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height: 10px;
}
#mainContent #pPricingBox #tabBarBox {
	color: #FFF;
	background-color: #000;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#mainContent #pPricingBox #tabBarBox table tr td p {
	padding-top: 1px;
	padding-bottom: 8px;
	font-weight: bold;
}
#mainContent #pPricingBox #pricingPackagesBox table tr td ul li {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
#mainContent #pPricingBox #pricingPackagesBox {
}
#mainContent #pPricingBox {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/AZFD/backgrounds/lines.jpg);
	background-repeat: repeat;
}
#mainContent #pPricingBox #pricingPackagesBox table tr td #webDesignPricingBox {
	width: 330px;
}
#mainContent #pPricingBox #pricingPackagesBox table tr td #printDesignPricingBox {
	width: 333px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: 0px;
	padding-left: 10px;
	min-height: 415px;
}
#mainContent #pPricingBox #pricingPackagesBox table tr td h2 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#mainContent #pPricingBox #pricingPackagesBox table tr td ul {
	list-style-type: none;
	margin-top: 0px;
}
#mainContent #pPricingBox #pricingPackagesBox #termsBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#mainContent #pPricingBox #pricingPackagesBox table tr td #webDesignPricingBox #wTermsBox h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#mainContent #pPricingBox p {
	font-size: 15px;
}
#mainContent p a {
	color: #00F;
}

