@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html {
	padding-left:1px;
}

table {
	border-collapse:collapse;
}

body {
	padding:0px;
	margin:0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.headerContainer {
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	height:92px;
	width:100%;
}

.sContainer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.naviContainer {
	padding-top:50px;
	float:left;
}

.naviContainer a {
	font-size:12px;
}

.logoContainer {
	float:right;
	padding-top:27px;
}

.clear {
	clear:both;
}

.imgLink {
	border:none;
}

h1 {
	font-size:32px;
	margin:0px;
	padding:0px;
	letter-spacing:-2px;
	color:#CC3300;
}

h2 {
	font-size:64px;
	margin:0px;
	padding:0px;
	letter-spacing:-2px;
}

h3 {
	font-size:24px;
	margin:0px;
	padding:0px;
	letter-spacing:-1px;
	color:#0066EE;
}

h4 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#000;
}

.bannerLeft {
	float:left;
	width:470px;
}

.bannerRight {
	float:left;
	width:470px;
}

.bannerContainer {
	background-image:url(images/banner-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:25px 0px;
}

.textS {
	font-size:10px;
}

.textMB {
	font-size:18px;
	font-weight:bold;
}

.textB {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}

.textM {
	font-size:13px;
}

.bannerBottom {
	background-image:url(images/banner-bottom.gif);
	background-repeat:repeat-x;
	height:10px;
	font-size:0px;
}

.titleSpecial {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}

.sContainerLeft {
	width:470px;
	float:left;
}

.sContainerRight {
	float:left;
}

.lineH {
	border-top:#CCCCCC 1px solid;
	height:0px;
	font-size:0px;
}

.footer {
	background-color:#000000;
	padding:10px 0px;
	text-align:center;
}

.portfolioItem {
	float:left;
	margin-top:20px;
}

.portfolioThumb {
	background-image:url(images/pBg.jpg);
	width:200px;
	height:200px;
	padding:10px;
}

.portfolioItemDivider {
	width:20px;
	float:left;
	height:20px;
}

.portfolioItemName {
	font-size:12px;
	margin-top:5px;
}

.portfolioItemURL {
	font-size:12px;
}

.servicesItem-top {
	border-top:#999 1px solid;
	padding:20px 0px;
	margin-top:20px;
}

.servicesItem {
	border-top:#999 1px solid;
	padding:20px 0px;
}

.servicesItemM {
	padding:10px 0px;
}

.servicesItem-bottom {
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	padding:20px 0px;
	margin-top:20px;
}

.servicesTitle {
	padding-bottom:10px;
}

.servicesLeft {
	float:left;
	width:200px;
	height:100px;
	margin:0px 20px 5px 0px;
}

.servicesRight {
}

.pricing-container-1 {
	border:#999 1px solid;
	padding:10px;
	width:300px;
}

.pricing-container-2 {
	border:#666666 1px solid;
	padding:5px;
}

.pricing-table {
	margin:20px 0px;
}

.pricing-table th {
	font-size:11px;
	font-weight:bold;
	background-image:url(images/bgTH.gif);
	border:#A1BAB7 1px solid;
	padding:10px;
}

.pricing-table td {
	font-size:11px;
	border:#C1DAD7 1px solid;
	padding:15px;
	vertical-align:top;
	color:#333;
}

.pricing-table-even {
	background-color:#FFFFFF;
}

.pricing-table-odd {
	background-color:#F2FAFA;
}

li {
	margin-left:15px;
	margin-bottom:5px;
}

.tableM {
	padding:4px;
	font-size:13px;
}