/*-- colorscheme --
#631313 (dark red)
#8d3333 (medium red)
#ffa818 (bright orange)
*/


/* -- initialize -- */

/* reset element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.1%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}



/* -- normal tags -- */

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
	background: #000000 url("/images/background.common.jpg") center center fixed;
	color: #d0d0d0;
	font: 0.9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}


/* -- horizontal rule -- */
hr {
	clear: both;
	margin: 1em 0;
	padding: 0;
	border: 0;
	height: 2px;
	background: transparent url("/images/separator.horizontal.png") 0 0 repeat-x;
}


/* -- headings -- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
	color: #eeeeee;
}

h1 {
	font-size: 1.8em;
	margin: 2.0em 0 0.7em 0;
}

h2 {
	font-size: 1.8em;
	margin: 2.0em 0 0.7em 0;
}

h3 {
	font-size: 1.3em;
	margin: 2.0em 0 0.7em 0;
}

h4 {
	font-size: 1.2em;
	margin: 2.0em 0 0.7em 0;
}

h5 {
	font-size: 1.2em;
	margin: 2.0em 0 0.7em 0;
	color: #ffa818;
}

h1.top_header, h2.top_header, h3.top_header, h4.top_header, h5.top_header, h6.top_header  {
	margin-top: 0em;
}

h1.pagetitle, h2.pagetitle, h3.pagetitle, h4.pagetitle, h5.pagetitle, h6.pagetitle {
	margin-top: 0em;
}


h1 a, h2 a, h3 a, h4 a {
	color: #eeeeee;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link {
	color: #eeeeee;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #eeeeee;
}

h1 a:hover, h2 a:hover {
	color: #ffa818 !important;
}

h1 a:active, h2 a:active {
	color: #ffa818 !important;
}

h3 a:hover, h4 a:hover {
	color: #ffffff !important;
}

h3 a:active, h4 a:active {
	color: #ffffff !important;
}


/* -- paragraphs -- */
p {
	margin: 0 0 1.5em 0;
}

p.no_space {
	margin-bottom: 0;
}

p.list_header {
	margin-bottom: 0.5em;
}


/* -- links -- */
a {
	color: #e0bc8b;
	text-decoration: none;
}

a:link, a span.hilite {
	color: #e0bc8b;
	text-decoration: none;
}

a:visited {
	color: #cfac78;
	text-decoration: none;
}

a:hover, a span.hilite:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active, a span.hilite:active {
	color: #ffffff;
	text-decoration: none !important;
}


/* -- block quotes --*/
blockquote {
	margin: 0 0 1.5em 1em;
	padding: 0 1em 0.2em 1em;
	border-left: 3px solid #ffa818;
	border-bottom: 1px solid transparent;
	font-size: 0.95em;
}

blockquote p {
	margin: 0;
}

/* -- forms -- */
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	font-size: 0.9em;
}

label {
	display: block;
	float: left;
	width: 9em;
	clear: left;
	margin-right: 1em;
	padding: 0 0 0.1em 0;
	text-align: right;
}

input, select, textarea {
	width: 25em;
	float: left;
	margin-bottom: 0.5em;
	padding: 0.2em;
	color: #cccccc;
	background: transparent url("/images/background.opaque.01.png") 0 0 repeat;
	border: none;
}

input:focus, select:focus, textarea:focus {
	color: #ffffff;
	background: transparent url("/images/background.opaque.02.png") 0 0 repeat;
}

textarea {
	width: 25em;
	height: 7em;
	line-height: 1.3em;
	overflow: auto;
}

button {
	padding: 0em 0.2em;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
	width: auto;
	overflow: visible;
	background-color: transparent;
	border: 1px solid #555555;
}

button:hover {
	background-color: #333333 !important;
}

button:active {
	background-color: #333333 !important;
}



/* -- images -- */
.float_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0em;
}

.float_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.img_border {
	border: 2px solid #999999;
}


/* -- general lists -- */
ol.general_list, ul.general_list {
	margin-bottom: 1.2em;
}

ul.general_list {
	list-style: none;
}

ol.general_list li {
	padding-top: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	list-style: decimal inside;
}

ul.general_list li {
	padding-top: 0em;
	padding-bottom: 0.4em;
	padding-left: 1.8em;
	background: transparent url("/images/list.bullet.png") 0.3em 0.4em no-repeat;
}

ul.general_list li:hover {
	background-image: url("/images/list.bullet.hilite.png");
}


/* -- class tags -- */
.clear_float {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clear_float_left {
	clear: left;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clear_float_right {
	clear: right;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.hilite {
	color: #ffffff;
}

.reference {
	font-size: 0.5em;
	line-height: 0.5em;
	vertical-align: super;
	margin: 0;
	padding: 0;
	border: 0;
}



/* -- services menu -- */
.services_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.services_menu ul li {
	margin: 0.2em 0;
}

.services_menu ul li a {
	float: left;
	width: 10.5em;
	text-decoration: none;
}

.services_menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* -- overall page -- */
#overall {
	width: 68em;
	margin: 0 auto;
	padding: 0;
}



/* -- header pan -- */
#header_pan {
	position: relative;
	height: 190px;
}

#header_pan #companyname {
	position: absolute;
	top: 50px;
	left: 6em;
	width: 400px;
	height: 78px;
	background: transparent url("/images/company_name.design.liberta.co.za.png") 0 0 no-repeat;
}

#header_pan #logo {
	position: absolute;
	top: 30px;
	left: 48em;
	width: 200px;
	height: 51px;
	background: transparent url("/images/logo.header.200x51.transparent.png") 0 0 no-repeat;
}

#header_pan #logo:hover {
	background: transparent url("/images/logo.header.200x51.png") 0 0 no-repeat;
}


/* top navigation bar */
#header_pan #navi_bar {
	position: absolute;
	top: 108px;
	left: 44.2em;
	margin: 0;
	padding: 0.3em 0.7em 0.4em 0.5em;
	background: transparent url("/images/background.opaque.01.png") 0 0;
}


#header_pan #navi_bar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

#header_pan #navi_bar ul li {
	margin: 0;
	padding: 0;
	width: 7em;
	float: left;
}

#header_pan #navi_bar ul li a {
	margin: 0;
	padding: 0;
	width: 7em;
	display: block;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

#header_pan #navi_bar ul li a:hover {
	margin: 0;
	padding: 0;
	color: #ffffff;
}



/* -- middle pan -- */
#middle_pan {
	margin-bottom: 1em;
	padding: 0;
}


#middle_pan #navigation {
	float: left;
	width: 10.5em;
	margin-left: 0.3em;
}

#middle_pan #navigation ul {
	list-style: none;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

#middle_pan #navigation ul li {
	border-bottom: 1px solid #333333;
	margin-top: 0.2em;
}

#middle_pan #navigation ul li.sub_item {
	border-bottom: 1px solid #666666;
	margin-left: 1em;
	font-size: 0.9em;
}

#middle_pan #navigation ul li.active_page {
	/* border-bottom: 1px dotted #cccccc; */
}

#middle_pan #navigation ul li.active_page a {
	color: #cccccc;
	text-decoration: none;
}

#middle_pan #navigation ul li a {
	display: block;
	color: #999999;
	text-decoration: none;
}

#middle_pan #navigation ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


#middle_pan #content {
	float: left;
	width: 54.8em;
	margin-left: 1em;
	padding-left: 1.2em;
	background: transparent url("/images/separator.vertical.png") 0 0 repeat-y;
}


/* -- footer pan -- */
#footer_pan {
	clear: both;
	margin: 2em 1em 2em 1em;
	padding: 0.2em 1em;
	background: transparent url("/images/background.opaque.01.png") 0 0 repeat;
	color: #999999;
}

#footer_pan p {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
}

#footer_pan p#left_info {
	float: left;
	text-align: left;
}

#footer_pan p#copyright {
	float: right;
	text-align: right;
}




/* -- quick_info -- */
#quick_info {
	float: left;
	width: 35em;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding: 1em;
	background: transparent url("/images/background.opaque.01.png") 0 0 repeat;
}

#quick_info p {
	margin: 0;
	padding: 0;
}


/* -- latest articles -- */
#latest_articles {
	float: right;
	width: 21em;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-left: 0.7em;
	padding: 1em;
	background: transparent url("/images/background.opaque.01.png") 0 0 repeat;
}

#latest_articles p {
	margin: 0;
	padding: 0;
}

#latest_articles h4 a {
	color: #e0bc8b;
}

#latest_articles h4 a:link {
	color: #e0bc8b;
}

#latest_articles h4 a:visited {
	color: #cfac78;
}

#latest_articles .feed {
	float: right;
}



/* -- latest photos -- */
#latest_photos {
	float: left;
	width: 35em;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding: 1em;
	background: transparent url("/images/background.opaque.01.png") 0 0 repeat;
}

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

#latest_photos ul li {
	display: block;
	clear: left;
	margin-top: 1em;
	padding-top: 0.3em;
	border-top: 1px solid #333333;
}

#latest_photos ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#latest_photos ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#latest_photos ul li img {
	padding: 0;
	margin: 0;
	border: 2px solid #333333;
}

#latest_photos ul li .thumbnail {
	float: left;
	width: 12em;
	padding: 0;
	margin-right: 0.5em;
}

#latest_photos ul li .date {
}

#latest_photos ul li .location {
}

#latest_photos ul li .description {
}



/* -- contact details -- */
#contact_details {
	float: right;
	font-size: 0.9em;
	margin: 0 1em 0 1.5em;
	padding: 0.5em 0 0.5em 1.5em;
	background: transparent url("/images/separator.vertical.png") 0 0 repeat-y;
}

#contact_details p {
	margin: 0;
	padding: 0;
}



/* -- contact form -- */
form#contact_form button {
	margin: 0 0 0 11em;
}

form#contact_form fieldset#msg {
	margin-top: 1em;
}

form#contact_form textarea {
	height: 14em;
}
