
* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6D6E72;
}

h1, h2, h3 {
	color: #0B9444;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1.5em;
	font-style: italic;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}


blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #6D6E72;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
	color: #0B9444;
}

a:link {
	color: #00B050;
}

a:hover {
	text-decoration: none;
	color: #00B050;
}

a:visited {
	color: #00B050;
}



/* Header */

#header {
	height: 220px;
	padding: 0 0 0 330px;
	background: url(images/logonew3.jpg) no-repeat 20px;
}

/* Logo */

#logo {
	height: 80px;
	padding: 30px 30px 30px 30px;
	background: ;
	text-transform: ;
}

#logo h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 4em;
}

#logo h1 a {
	color: #0070C0;
}

/* Wrapper */

#wrapper {
	margin-right: 100px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content */

#content {
	margin-left: 220px;
	padding: 30px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 45px;
	padding: 16px 0 0 30px;
	background: white;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	color: #0B9444;
}

#menu a:hover {
	color: #6D6E72;
}


/* Footer */

#footer {
	padding: 60px 30px;
	background: ;
	color: #6D6E72
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #6D6E72
}

/* Table */

#content table
{
	margin-bottom: 0em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	background-color: #0070C0;
	color: white;
}

#content table th.col-service
{	
	width: 150px;
}

#content table th.col-price
{	
	width: 150px;
}

#content table td
{
	padding: 0.2em;
}

#content table tr.rowA
{
	background-color: #444;
	color: white;
}

#content table tr.rowB
{
	background-color: #lll;
	color: white;
}

