/* Tenshi Web Solutions

South Africa Options css


Version: 1.7
(April 24th, 2006)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, Verdana, Tahoma, sans-serif;
background: #F4F4F4 url(/images/template/bg_new.gif) top center repeat-y;
}

#wrap {
color: #303030;
margin: 0 auto;
width: 770px;
}

#header {
clear: both;
margin: 5px 0 0 0;
padding: 0;
height: 120px;
background: #D64B10 url(/images/template/header-bgd.gif) top left no-repeat;
}

#header .logo {
float: left;
margin: 0;
height: 110px;
width: 200px;
margin-top: 4px;
margin-left: 4px;
}

#header .saimages {
float: right;
color: #D3470F;
height: 110px;
width: 550px;
margin-top: 7px;
margin-right: 6px;
}

#header .strapline {
float: left;
margin-left: -20000px; /* this wording will not show on the web page, but will show on the print page, and also helps with SEO */
}

/* Top Section Navigational Menu */


#navigation ul,#navigation li {
margin:0;
padding:0;
}

#navigation {
background: #fff url(/images/template/topmenu-bgd.gif) top left no-repeat;
color: #fff;
font-size: 1.2em;
height: 2em;
line-height: 2em;
margin-bottom: 10px;
padding-left: 214px;
}

#navigation li {
float: left;
list-style: none;
white-space: nowrap;
}

#navigation li a {
background: inherit;
color: #fff;
display: block;
font-weight: bold;
padding: 0 15px;
text-decoration: none;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover {
background: #7BD5DE;
color: #000;
text-decoration: none;
}


/* Left Section  */


#navmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#navmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#navmenu li {
margin-bottom: 4px;
}

#navmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000;
display: block;
padding: 6px 0 0 10px;
background: #FFF8F4;
border-left: 4px solid #CDEEF1;
}	
	
#navmenu li a:hover {
background: #CDEEF1;
color: #000;
border-left: 4px solid #CDEEF1;
}

#navmenu .selected {
background: #CDEEF1;
color: #000;
border-left: 4px solid #CDEEF1;
}

.latestnews {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #000;
background-color: #CDEEF1;
line-height: 1.3em;
}


/* Right hand Column 


#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}


/* Main Column */


#content {
color: #000;
margin: 0 0 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
color: #D3470F;
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
/*background: #cccccc;*/
border: 4px solid #fff;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
color: #D3470F;
}

.title {
font-size: 1.3em;
font-weight: bold;
color: #D3470F;
}

a {
text-decoration: none;
color: #225B86;
}

a:hover {
text-decoration: underline;
color: #225B86;
}

a img {
border: 0;
}

.freeservices_table {
color: #fff;
}

/* Form Details */

#contactform legend {
color: #D3470F;
}


/* Properties Section */

.boxdottedborder {
border: 1px dotted #ccc;
padding: 3px;
}

/* Links Section */

#links {
clear: both;
margin: 0 auto;
padding: 0px 0 0px 0;
border-top: 2px solid #f0f0f0;
width: 760px;
text-align: center;
vertical-align: middle;
color: #808080;
font-size: 0.9em;
}

/* Footer Section */

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #D4470F;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

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

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

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.clear {
clear: both;
}

