/* -----------------------------------*/
/* ---------->>> MAIN   <<<-----------*/
/* -----------------------------------*/

html, body, #wrap {height: 100%; min-height: 100%; }

body > #wrap {height: auto; min-height: 100%;}

body{
   background-image:url(images/background.jpg);
   background-repeat:repeat-x;
   background-color:#e4e4e4;
}

#side{
   width:2px;
   background-color:#00FF00;
   float:left;
   height:100%;
}

#main {
	padding-bottom: 82px;/* must be same height as the footer */
	padding-top:0px;
	width:970px;
	margin:0 auto;
	background-image:url(images/side_tile.jpg);
	background-repeat:repeat-y;
	}  

.center{
	width:870px;
	position:relative;
	margin:0 auto;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -------http://www.remedyroom.co.za/wp-admin/edit-pages.php----------------------------*/

#header {
	background-color:#FFFFFF;
	height:105px;
	width:950px;
	position:relative;
	margin:0 auto;
} 

/* -----------------------------------*/
/* ---------->>> BANNER <<<-----------*/
/* -----------------------------------*/

#banner{
	background-color:#901d78;
	background: url(images/banner.jpg) repeat-x;
	height:251px;
	text-align:center;
	width:964px;
	position:relative;
	margin:0 auto;
} 

#banner p{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:20px;
	color:#FFFFFF;
	width:228px;
	margin:0px;
	padding:0px;
	margin-left:35px;
	z-index:100;
	line-height:25px;
	position:relative;
	top:45px;
	float:left;
	text-align:center;
}

#banner_small{
	background-color:#901d78;
	background: url(images/banner_small.jpg) repeat-x;
	height:30px;
	text-align:center;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:964px;
	position:relative;
	margin:0 auto;
} 

/* -----------------------------------*/
/* ---------->>> NAVIGATION ----------*/
/* -----------------------------------*/

#navigation{
	background-color:#001738;
	background: url(images/navigation.jpg) repeat-x;
	height:39px;
	margin-bottom:1px;
	width:964px;
	position:relative;
	margin:0 auto;
} 

ul#navigation_list {
	padding: 0;
	margin: 0;
	color: #fff;
	float: left;
	width: 100%;
	height:39px;
}
ul#navigation_list li { 
	display: inline; 
	}

ul#navigation_list li a {
  padding: 10px 15px 3px 15px;
  margin:0px;
  text-align:center;
  text-decoration:none;
  font-family:Verdana, Arial;
  font-size:14px;
  font-weight:bold;
  color:#b2becb;
  float: left;
  height:29px;
}
a:link, a:visited { color: #fff; }

ul#navigation_list li a:hover {
	color: #fff;
}

ul#navigation_list li.current_page_item a { 
	background-image:url(images/navigation_here.jpg); 
	background-position:top; 
	background-repeat:no-repeat; 
	color:#FFFFFF; 
}

/* -----------------------------------*/
/* ---------->>> CONTENT<<<-----------*/
/* -----------------------------------*/

#content{
	background-color:#FFFFFF;
	background:url(images/content.jpg) repeat-x;
	padding:30px;
	overflow:hidden;
	width:904px;
	position:relative;
	margin:0 auto;
} 


/* -----------------------------------*/
/* ---------->>> COLUMN 1 <<<---------*/
/* -----------------------------------*/

#col1{
	padding:0px;
        padding-right:5px;
	margin:0px;
	float:left;
	width:664px;
} 

#col1 h1{
	font-size:24px;
	font-family:"Lucida Sans", Verdana, Arial;
	color:#253956;
	padding:10px;
	padding-top:3px;
	font-weight:100;
}

#col1 h2{
	font-size:18px;
	font-family:"Lucida Sans", Verdana, Arial;
	color:#253956;
	padding:10px;
	font-weight:100;
}

#col1 h3{
	font-size:14px;
	font-family:"Lucida Sans", Verdana, Arial;
	color:#901d78;
	padding:10px;
        line-height:18px;
	font-weight:bold;
}

#col1 h4{
	font-size:12px;
	font-family:"Lucida Sans", Verdana, Arial;
	background-image:url(images/collective.jpg);
	background-repeat:no-repeat;
	width:450px;
	height:136px;
	color:#ffffff;
	margin:0px;
	margin-left:10px;
	padding:5px 0px 20px 140px;
	padding-right:50px;
	line-height:14px;
	font-weight:100;
	vertical-align:middle;
}

#col1 h6{
	font-size:12px;
	font-family:"Lucida Sans", Verdana, Arial;
	background-repeat:no-repeat;
	background-position: 0% 30%;
	color:#901d78;
	margin:0px;
	margin-left:20px;
	padding:10px 0px 20px 25px;
	line-height:14px;
	font-weight:100;
}

#col1 h6 a{
	font-size:12px;
	font-family:"Lucida Sans", Verdana, Arial;
	background-image:url(images/pdf.jpg);
	background-repeat:no-repeat;
	background-position: 0% 30%;
	text-decoration:none;
	color:#901d78;
	margin:0px;
	margin-left:20px;
	padding:10px 0px 20px 25px;
	line-height:14px;
	font-weight:100;
}

#col1 p{
	font-size:14px;
	font-family:"Lucida Sans", Verdana, Arial;
	color:#7b7878;
	padding:10px;
	line-height:18px;
	font-weight:100;
}

#col1 a{
	font-size:14px;
	font-family:"Lucida Sans", Verdana, Arial;
	color:#901d78;
	padding:0px;
	line-height:18px;
	font-weight:100;
        text-decoration:none;
}

#col1 li{
	color:#7b7878;
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:14px;
        line-height:18px;
	list-style-image:none;
	background: url(images/bullet2_blue.jpg) no-repeat 3% 8%;
	padding: 0px 0px 10px 35px;
}

#col1 ul{
	padding: 0px 0px 10px 0px;
}

/* Forms */
#col1 label {
	display:block;
	margin:10px 0 10px 10px;
	font-family:"Lucida Sans", Verdana, Arial;
	color:#333333;
}
#col1 input,
#col1 textarea {
	background:url(images/input-back.gif) repeat-x top;
	border:1px solid #777777;
	padding:7px;
	margin:0 0 5px 10px;
	font-family: Helvetica, Arial, sans-serif;
}
#col1 input {
	width:250px;
}

#button input {
	background:url(images/button_white.jpg);
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:10px;
	color:#656464;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:114px;
	height:36px;
	border-collapse:collapse;
	margin:0px;
	margin-left:160px;
	padding:0px;
	border-width:0;
}

#col1 input.smaller {
		width:100px;
	}
	
#col1 input.larger {
		width:400px;
	}
#col1 textarea {
	width:400px;
	height:150px;
	overflow:auto;
}
#col1 fieldset{
padding: 10px;
}

/* -----------------------------------*/
/* ---------->>> COLUMN 2 <<<---------*/
/* -----------------------------------*/

#col2{
	padding:15px 5px 5px 5px;
	background:url(images/left_column_border.jpg) no-repeat left top;
	margin:0px;
	background-color:#dce8f8;
	width:190px;
	float:left;
	min-height:100px;
} 

#col2 h1{
	color:#1e1e1e;
	margin:5px;
	font-family:"Lucida Sans", Verdana, Arial;
	text-transform:uppercase;
	font-size:12px;
	background:url(images/bullet1_blue.jpg) no-repeat;
	padding:3px 0px 0px 20px;
	height:20px;
	font-weight:bold;
}

#col2 li{
	color:#7b7878;
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:14px;
        line-height:18px;
	list-style-image:none;
	background: url(images/bullet2_blue.jpg) no-repeat 6% 5%;
	padding: 0px 0px 5px 28px;
}

#col2 ul{
	padding: 0px 0px 10px 0px;
}

#col2 a{
	color:#8d970c;
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:12px;
	padding: 30px 0px 0px 10px;
}

#col2 p{
	color:#6395d6;
	font-family:Verdana, Arial;
	font-size:9px;
	padding:0px;
	text-transform:uppercase;
}

#col2 table{
	padding: 10px 0px 0px 10px;
}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

#footer {position: relative;
	margin-top: -82px; /* negative value of footer height */
	height: 82px;
	clear:both;
	background-color:#092437} 

#footer {	
	color:#9caab0;
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:12px;
	padding: 10px;
	text-align:center;
}

/* -----------------------------------*/
/* ------->>> Footer FIx <<<----------*/
/* -----------------------------------*/

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -----------------------------------*/
/* ---------->>> STYLES <<<-----------*/
/* -----------------------------------*/

.input_small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}

.input_button_blue{
	background:url(images/button_blue.jpg);
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:10px;
	color:#656464;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:114px;
	height:36px;
	border-collapse:collapse;
	border-width:0;
}


.alignright{
	float:right;
	padding:1px;
	border:1px solid #999999;
	margin:0px 40px 10px 10px;
}

.alignleft{
	float:left;
	padding:1px;
	border:1px solid #999999;
	margin:0px 40px 10px 10px;
}

.input_button_white{
	background:url(images/button_white.jpg);
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:10px;
	color:#656464;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:114px;
	height:36px;
	border-collapse:collapse;
	margin:0px;
	margin-left:160px;
	padding:0px;
	border-width:0;
}
