body {
	margin: 5px 0 10px 0;
	background-color: #ececec;
	text-align: center;	
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}

a img {
	border: none;
}

ul {
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#threeCols .clear {
	margin-bottom: 10px;
}

form, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

table, table td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}


a {

    font-weight:bold;
    color:#000066;
}
.unbold{
	text-decoration: none;
    font-weight:normal;
    color:#000066;
}

p {
	margin: 3px 0 8px 0;
}


#container {
	width: 861px;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	height: 140px;
	background: url(http://www.storm.co.za/images/header.gif) bottom center no-repeat #ececec;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#bodyContent {
	margin: 10px;
	background: url(http://www.storm.co.za/images/content-bg.gif) top center repeat-x;
}

#bodyContentInner {
	background:url(http://www.storm.co.za/images/content-bg-top.jpg) top center no-repeat;
	text-align: left;
	padding: 21px 20px 10px 20px;
	line-height : 15px;
}

#threeCols {
	margin: 19px 0 0 0;
	padding-bottom: 15px;
	text-align: left;
	position: relative; 
	display: block; 
	overflow: visible;
	border-bottom: 5px solid #ff0000;
	
}

#leftCol {
	float: left;
	width: 144px;
	margin-right:18px; /* added to stop shifting */
}

.blockItem {
	background: url(http://www.storm.co.za/images/side-bg-top.gif) top center no-repeat;
	margin-bottom: 20px;
	font-size: 11px;
}

.blockItem p {
	margin: 0 0 10px 0;
	color: #777676;
}

.blockContent {
	padding: 15px 8px 15px 12px;
	background: url(http://www.storm.co.za/images/side-bg-bottom.gif) bottom center no-repeat;
}

/* new! */
.blockOurClients {
	height: 116px;
	cursor: hand;
}

/* new! */
.blockbanner {
	margin-bottom: 18px;
}

#midCol {
	float: left;
	margin: 0 18px;
	width: 474px;
	background: url(http://www.storm.co.za/images/center-bg-top.gif) top center no-repeat;
	overview: auto;
	margin-left:0px; /* added to make sure has been defined */
}	

#midColContent {
	padding: 0px 20px 25px 20px;
	background: url(http://www.storm.co.za/images/center-bg-bottom.gif) bottom center no-repeat;
	text-align: justify;
	line-height : 15px;
}

#midColWide {
	float: left;
	margin: 0 18px;
	width: 755px;
	background: url(http://www.storm.co.za/images/center-bg-top-wide.gif) top center no-repeat;
}	

#midColContentWide {
	padding: 15px 12px 25px 12px;
	background: url(http://www.storm.co.za/images/center-bg-bottom-wide.gif) bottom center no-repeat;
}

#rightCol {
	float: left; 
	width: 144px; 
}


h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0 8px 0;
}

/* new */
#midColContent h1 {
	margin: 14px 0 8px 0;
}

.red {
	color: #ff0000;
}

.red_heading { display: block }

h2,h3,  .red_heading {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0 11px 0;
}

#threeCols h2,
div.red_heading,
h3 {
	margin: 14px 0 8px 0;
}

#leftCol h2,h3 {
	margin: 0 0 8px 0;
}

#rightCol h2,h3 {
	margin: 0 0 8px 0;
}

#loginForm td {
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 2px 0 4px 0;
	color: #777676;
}

#loginForm td#subMission {
	text-align: right;
}

.textInput {
	color: #9f9f9f;
	width: 110px;
	padding: 1px 2px;
	margin-top: 10px;
}

#loginForm .rad {
    width:15px;
    height:15px;
	background: url(http://www.storm.co.za/images/radio_unchecked.gif) center no-repeat;
}

#loginForm .radchecked {
    width:15px;
    height:15px;
	background: url(http://www.storm.co.za/images/radio_checked.gif) center no-repeat;
}

#subMission input {
	background: url(http://www.storm.co.za/images/go-bg.gif) bottom center no-repeat;
	width: 38px;
	height: 19px;
	border: none;
	color: #fff;
	text-align: center;
	padding: -5px 0 0 0;
}

.sendbut
{
	background: url(http://www.storm.co.za/images/go-bg.gif) bottom center no-repeat;
	width: 38px;
	height: 19px;
	border: none;
	color: #fff;
	text-align: center;
	padding: -5px 0 0 0;
}
#footer {
	text-align: center;
	padding-bottom: 15px;
	background: url(http://www.storm.co.za/images/footer-bg.gif) bottom center no-repeat #fff;
}

#footer ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #333;
}

/* new */
#footer li.noverticalborder {
	border-right:0;
}

#sitemap ul {
}

#sitemap li {
	list-style: square;
	margin-left: 50px;
}

#footer .last {
	border-right: none;
} 

#footer a {
	font-size: 11px;
	color: #777676;
}

#content div.testimonial, #content div.notice {
	border:1px solid #ececec;
	margin:24px auto 8px !important;
	margin:32px auto 8px;
	padding:0 8px;
	text-align:center;
	}

/* for heading and link on same line in table */
TABLE.heading_and_link {
  width: 100%;
}

TABLE.heading_and_link TD.heading {

}

TABLE.heading_and_link TD.link {
  width: 90px;
  text-align:right;
  padding-top:6px;
}
/* /for heading and link on same line in table */

IMG.email_address { border: 0; }