@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
	background-image: url(/themes/default/img/background.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
}
h1 {
	color: #330C4C;
	padding: 0px;
	font-size: 13pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 8pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 9pt;
	color: #330C4C;
	font-weight: bold;
	margin: 0px;
}
h3 a{
	font-size: 9pt;
	color: #330C4C;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
h3 a:hover{
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
h4 {
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	margin: 0px;
}
h4 a{
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
h4 a:hover{
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
h5 {
	font-size: 9pt;
	color: #330C4C;
	font-weight: bold;
	margin: 0px;
}
strong  {
	color: #330C4C;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
input {
	border: 1px solid #999;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 2.5px;
	padding-left: 2.5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
}
input:hover {
	border: 1px solid #2D104A;
	margin-top: 2px;
	margin-bottom: 2px;
}
p {
	line-height: 18pt;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
p a {
	color: #330C4C;
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 950px;
	height: 500px;
	top: 216px;
	background-image: url(/themes/default/img/content.png);
	background-repeat: no-repeat;
	z-index: 90;
}
#content #menu {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 40px;
	width: 720px;
	overflow: hidden;
}
#content #menu ul {
	margin: 0px;
	padding: 0px;
}
#content #menu ul li {
	width: 100px;
	float: left;
	line-height: 39px;
	height: 39px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-align: center;
}
.selected {
	background-color: #FFF;
	border: 1px solid #FFF;
}
.linkbox    {
	background-color: #2D104A;
	color: #FFF;
	border: 1px solid #666;
}
.hovering {
	background-color: #FFF;
	color: #330C4C;
	cursor:pointer;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#content #toolbar {
	position: absolute;
	right: 25px;
	width: 150px;
	top: 25px;
	height: 30px;
	overflow: hidden;
}
#content #toolbar table {
	text-align: center;
}
#content #toolbar table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #left {
	position: absolute;
	top: 70px;
	left: 35px;
	width: 565px;
	height: 385px;
	overflow: hidden;
}
#content #left-contact-us {
	position: absolute;
	top: 70px;
	left: 35px;
	width: 500px;
	height: 385px;
	overflow: hidden;
}
#content #left-contact-us #breadcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #left-contact-us #breadcrumb a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#content #left-contact-us form #enquiry {
	border: 1px solid #999;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
}
#content #left-contact-us form #enquiry:hover {
	border: 1px solid #2D104A;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}
#content #left-contact-us form #Send {
	background-color: #2D104A;
	color: #FFF;
	border: 1px solid #666;
	margin-top: 5px;
}
#content #left-contact-us #breadcrumb a:hover {
	font-weight: bold;
	color: #330C4C;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#content #left-contact-us table {
}
#content #left-contact-us table a {
	color: #330C4C;
	text-decoration: none;
	font-weight: bold;
}
#content #left-contact-us table a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#content #left-contact-us img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #left-contact-us #details {
	position: absolute;
	bottom: 0px;
}
#content #left #breadcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #left #breadcrumb a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#content #left #breadcrumb a:hover {
	font-weight: bold;
	color: #330C4C;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#content #left .sitemap td{
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	line-height: 12pt;
}
#content #left .padding10 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #left .padding20 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #left .portfolio {
	text-align: center;
}
#content #left .portfolio-img {
	height: 90px;
	width: 90px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #left .services {
	height: 90px;
}
#content #left table {
}
#content #left table a {
	color: #330C4C;
	text-decoration: none;
	font-weight: bold;
}
#content #left table a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#content #left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #left #details {
	position: absolute;
	bottom: 0px;
}
#content #left .news-date {
	font-size: 7pt;
}
#content #left .news-snippet {
}
#content #right {
	position: absolute;
	top: 70px;
	right: 35px;
	width: 300px;
	height: 385px;
	text-align: right;
}
#content #right-contact-us {
	position: absolute;
	top: 70px;
	right: 35px;
	width: 360px;
	height: 375px;
	text-align: right;
}
#content #right img {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #right table {
	height: 120px;
	text-align: right;
	vertical-align: bottom;
}
#content #right #quotes {
	position: absolute;
	bottom: 0px;
	width: 295px;
	right: 0px;
}
#content #right .quote {
	font-size: 10pt;
	color: #330C4C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
#content #right .author {
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#content #right #twitter {
	position: absolute;
	right: 0px;
	top: 100px;
}
#content #right #facebook {
	position: absolute;
	right: 0px;
}
#content #footer {
	height: 30px;
	bottom: 5px;
	position: absolute;
	left: 15px;
	width: 879px;
	background-color: #2D104A;
	border: 1px solid #666;
	padding-right: 20px;
	padding-left: 20px;
}
#content #footer table {
	height: 30px;
	font-size: 7pt;
}
#content #footer table .left {
	width: 400px;
}
#content #footer table .centre {
	width: 440px;
	text-align: right;
}
#content #footer table .right {
	text-align: right;
}
#content #footer table a {
	font-size: 7pt;
	color: #FFF;
	text-decoration: none;
}
#content #footer table a:hover {
	font-size: 7pt;
	color: #FFF;
	text-decoration: underline;
}
