/*GENERAL*/
body {
	background-image: url(../images/site/bg.png);
	background-color: #3f474c;
	background-repeat: repeat-x;
	font-family: "Lucida Sans", Verdana;
	font-size: 11px;
	color: #000;
	text-align: left;
}

img {
	border-width: 0px; 
}

img.button {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

img, div {behavior: url("/system/application/libraries/javascript/iepng.htc");}

p {
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 0;
	text-align: left;
}

h1 {
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	color: #000;
}

h2 {
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 0;
	font-size: 16px;
	text-align: left;
	color: #333;
}

h3 {
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 0;
	font-size: 14px;
	text-align: left;
	color: #666;
}

table {
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 0;
	width: auto;
}

.xcenter {
	margin-right: auto;
	margin-left: auto;
}

/*HEADER*/
#header {
	color: #ccc;
}

#header a {
	color: #ccc;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header #header-logo {
	text-align: left;
}

#header #header-menu {
	text-align: right;
}

/*CONTENT*/

#middle #roundbox {
	margin: 10px 10px 10px 10px;
	padding: 10px 0 0 0;
	height: 216px;
	background-image: url(/system/application/media/images/site/pc-chaperone.content.bg.jpg);
	background-repeat: no-repeat;
}

table.wide {
	width: 100%;
}

table.services {
	width: 70%;
	text-align: left;
}

table.services td.services-col {
	width: 50%;
	text-align: left;
}

table.services table.single-service {
	width: 90%;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
table.services table.single-service h3 {
	margin: 5px 0 2px 0;
	padding: 0 0 0 0;
}

/*FOOTER*/
#footer {
	font-size: 10px;
	text-align: center;
	color: #ccc;
}

#footer a {
	color: #f3f3f4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer-menu {
	margin: 10px 0 10px 0;
}

/*FORMS*/
table.contact-form {
	width:100%;
}

table.contact-form td {
	width: 50%;
}

table.contact-form input.text, table.contact-form textarea.text {
	border: 1px solid #555555;
	width: 180px;
}

#formregister td {
	font-weight: bold;
	text-align: left;
}

#formregister input {
	border: 1px solid #555555;
	width: 180px;
}

/*TOOLTIPS*/
div.tooltip{
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 10px;
	font-size: 10px;
	border: 1px solid #544418;
	color: #31250d;
	background-color: #fffbb9;
}

h3.title_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

p.detail_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}