@charset "UTF-8";body  {	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;	font-family: Verdana, Arial, Helvetica, sans-serif;	background-repeat: repeat-x;	color: #cec7b2;	background-color: #020202;	background-image: url(../Images/Graphics/background_body.jpg);	background-attachment: fixed;	font-size: 12px;	background-position: right top;}#container {	width: 640px;	margin: 0 auto;	text-align: left;	padding: 0 50px 10px;	background-image: url(../Images/Graphics/background_containerRed.gif);	background-repeat: repeat-y;		position: relative;			} #header {	width: 660px;	border-bottom: 1px solid #FFCC33;	margin-bottom: 0px;	border-right: 1px solid #FFCC33;	border-left: 1px solid #FFCC33;} #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	width: 660px;	border-style: none;}#sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px;	height: 100%;	clear: both;}#mainContent {	margin: 25px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 50px 5px 0 5px;	clear: none;	width: 445px;} #footer {	padding: 25px 10px 10px 20px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	} #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.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;}#intro {	width: 450px;	margin-top: 15px;	padding-top: 15px;}#logo {	position: absolute;	height: 195px;	width: 290px;	top: 0px;}#nav {	position: absolute;	margin: 0px;	top: 150px;	width: 170px;	right: 725px;	height: 250px;	background: url(../Images/Graphics/NavBar/bg_nav2.png) no-repeat center center;}#sideInfo {	top: 180px;	left: 525px;	width: 188px;	position: absolute;	line-height: 12px;	}#sideInfo h3 {	font-weight: bold;	font-size: 14px;}#sideInfo li {	font-style: normal;	line-height: 18px;	list-style-type: upper-roman;	list-style-position: outside;	font-size: 12px;	}#sideInfo span { font-weight: bold; }#inspire { }#services { }#process { }#supportingtxt {	width: 450px;	background-image: url(../Images/Graphics/bg_home.jpg);	padding-right: 10px;	padding-left: 10px;	padding-bottom: 10px;}h3 span { display: none; }#inspire h3 {	background-image: url(../Images/Graphics/inspire.gif);	background-repeat: no-repeat;	height: 32px;	width: 400px;}#process h3 {	background-image: url(../Images/Graphics/Process.gif);	background-repeat: no-repeat;	height: 32px;	width: 400px;}#services h3 { background-image: url(../Images/Graphics/Services.gif); }#whatStyle {	width: 177px;	left: 525px;	top: 585px;	position: absolute;	padding-left: 10px;	border-top: 1px dotted #FFCD0D;}#maincontent {		width: 450px;	margin-top: 15px;	padding-top: 15px;}h1 { font-size: 18px; }#header #h1 span { display: none; }h2 { font-size: 16px; }#designDef {	top: 220px;	left: 525px;	width: 188px;	position: absolute;	padding-left: 10px;}#exampleSites #thumbnailImg {	height: 150px;	width: 150px;	padding: 2px;	margin-right: 30px;	margin-top: 10px;	margin-bottom: 10px;}#exampleSites img {	height: 100px;	width: 150px;	border: 1px solid #000000;}#thumbnailImg p {	margin-top: 4px;	text-align: center;	font-size: 11px;	color: #FFFFFF;}#exampleSites {	width: 450px;	padding-right: 10px;	padding-left: 10px;	padding-bottom: 10px;	background-image: url(../Images/Graphics/bg_home.jpg);	margin-right: auto;	margin-left: auto;	text-align: left;	background-position: center center;}a { color: #999999; }a:hover {	color: #FFCD0D;	text-decoration: underline;}	.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;}#exampleSites h3 {	background-image: url(../Images/Graphics/bg_Examples.gif);	height: 32px;	width: 400px;}#designDef h3 {	background-image: url(../Images/Graphics/bg_Design.gif);	height: 32px;	width: 180px;}/*#nav li {	margin: 0;	padding: 0 3px;	list-style-type: none;	font-size: 100%;	position: relative;	text-align: left;	cursor: pointer;	width: 15px;	float: right; }*/#nav p {	margin-top: 10px;	margin-left: 10px;	font-family: Geneva, Arial, Helvetica, sans-serif;	color: #000000;}#nav p span { display: none; }.portfolio {	height: 32px;	width: 195px;}.price {	height: 64px;	width: 132px;}.contact {	height: 32px;	width: 132px;}/*#nav img {	border-bottom: 1px solid #7C2401;	border-top-style: none;	border-right-style: none;	border-left-style: none;	width: 160px;}*/#home { background-image: url(../Images/Graphics/NavBar/bg_Home.gif); }.home {	height: 33px;	width: 132px;}.home img, .portfolio img, .contact img  {	height: 33px;	width: 140px;	margin-bottom: 3px;	border-bottom: 1px solid #7C2401;	border-top-style: none;	border-right-style: none;	border-left-style: none;}.price img {	height: 62px;	width: 140px;	margin-top: 5px;	border-bottom: 1px solid #7C2401;	border-top-style: none;	border-right-style: none;	border-left-style: none;}#pando {	background-image: url(../Images/Graphics/bg_home.jpg);	padding: 10px;	width: 445px;}#options { }#options h3 {	background-image: url(../Images/Graphics/bg_options.gif);	height: 32px;	width: 400px;}#prices { }#prices h3 {	background-image: url(../Images/Graphics/bg_prices.gif);	height: 32px;	width: 400px;}#payment { }#payment h3 {	background-image: url(../Images/Graphics/bg_payment.gif);	height: 32px;	width: 400px;}#payPal {	position: absolute;	left: 525px;	top: 800px;}p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;}#whatStyle h3 { font-size: 16px; }li { font-size: 14px; }h4 {	font-size: 14px;	font-weight: bold;}.costTable {	text-align: center;	width: 260px;	margin-right: auto;	margin-left: auto;	}.costTable td, .costTable th {	border: 1px solid #EFD69C;}