@charset "utf-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	width: 660px;
}
#mainContent p {
	font-weight: normal;
	color: #004D42;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
#mainContent a {
	text-decoration: none;
}
#swatch {
	float: right;
	margin-top: 0px;
	position: relative;
}
.imageMan {
	float: left;
	margin-right: 15px;
}
.swatch {
	float: right;
	margin-left: 15px;
}

h1 {
	color: #004D42;
	font-size: 1.8em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.contactInfo {
	font-size: 1.5em;
	margin-top: 30px;
	color: #333333;
}
h2 {
	color: #999999;
	font-size: 1.4em;
	font-weight: normal;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#mainContent .portfolioText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.portfolioIndexImages {
	padding-top: 4px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #B2D135;
}
.cdgImage {
	float: left;
}
.toonImage {
	float: right;
}
ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}
#services {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#services li {
	padding-left: 230px;
	background-image: url(../images/li_bg.gif);
	background-position: 214px center;
	background-repeat: no-repeat;
}
#menuPricing {
	position: relative;
	left: 350px;
	top: 0px;
}
#tableServicesPricing {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.9em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
