﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #FFF url('images/img01.jpg') repeat-x left top;
	font: inherit;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h3 {
	color: #666666;
}


h2 {
	margin-top: 1.5em;
	color: #666666;
}


h1 {
	margin-top: 0.5em;
	letter-spacing: 0.7em;
	color: #000;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
}

h3 {
	font-size: 1em;
}

ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 13px;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ol {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: underline;
	color: #cc0033;
}

a:hover {
	border: none;
}

h3 a {
	border: none;
	text-decoration: none;
	color: #cc0033;
}

h2 a {
	border: none;
	text-decoration: none;
	color: #cc0033;
}

h1 a {
	border: none;
	text-decoration: none;
	color: #cc0033;
}

h3 a:hover {
	background: none;
	color: #666666;
}

h2 a:hover {
	background: none;
	color: #666666;
}

h1 a:hover {
	background: none;
	color: #666666;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 986px;
	height: 55px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 986px;
	height: 350px;
	margin: 0 auto;
	text-align: right;
	background: url("images/headbck.png") no-repeat top left;
}

#logo2 {
	width: 986px;
	height: 398px;
	margin: 0 auto;
	text-align: right;
	background: url("images/headbck2.png") no-repeat top left;
}



#logo3 {
	width: 986px;
	height: 183px;
	margin: 0 auto;
	text-align: right;
	background: url("images/headbck3.png") no-repeat top left;
}

/* Page */


#page {
	width: 986px;
	margin: 0 auto;
	padding: 0;
	background-image: url("images/contentbck.png");
	background-repeat: repeat
}

#pagetop {
	width: 986px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
}

#pagebot {
	width: 986px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}


/* Content */

#content {
	float: left;
	width: 986px;
	padding: 5px 20px 10px 20px;
}

#table1 {
	width: 90%;
	margin-left: 20px;
}

.button {
	padding: 5px 15px;
	border: none;
}

.quote {
	font-size: 105%;
	font-weight:bold;
	color: #999;
	padding-left: 30px;
	line-height: 125%;
}

.contact {
	padding: 15px;
	line-height: 1.8em;
}

.swfCaseStudy {
	float:right;
	margin: 10px;
	padding: 10px;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #000;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
	color: #CCC
}

