	  
html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#page_container {
	width:971px;
	margin:auto;
	background:url(images/layout/bg.jpg) repeat-y;
}

a:link {
	color:white;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
#your_hosts {
	margin-right:30px;
	
	}
h1 {
	padding:20px 0 0 30px;
	margin:0px;
	}	
	
	
img {
border: none;
}

#header {
	height:173px;
	}

#line {
	height:10px;
	width:915px;
	background-color:#bc919b;
	clear:both;
	margin-left:28px;
	}	
#footer {
	background:url(images/layout/footer_bg.jpg) no-repeat;
	height:74px;
	margin:auto;
	width:971px;
}  
#body_container {
	background:url(images/layout/body_btm_bg.gif) no-repeat;
	background-position:bottom;
}
#left_col {
	width:618px;
	float:left;
	}
#right_col {
	width:325px;
	float:left;
	text-align:center;
	}
#right_col ul {
	padding:0px;
	margin:0px;
	background-color:#e0cdd1;
	padding-top:8px;
	padding-bottom:8px;
		}
#right_col li{
	list-style:none;
	display:inline;
	padding:2px;
	}

.content_wrapper {
	padding-left:30px;
	padding-right:30px;
	color:#90505E;	
	font-size:14px;
	}

.content_wrapper p {
	padding-top:0px;
	}
.content_wrapper h2 {
	margin-top:0px;
	}
.row1 {
	padding-bottom:15px;
	}
.row2 {
	padding-bottom:15px;
	}
.left {
	width: 250px;
	position: relative;
	float:left;
	}
.right {
	width: 250px;
	position: relative;
	float:left;
	}
.bigger {
	font-size:14px;
	padding:0px;
	margin:0px;
	}
#contact_details {
	color:white;
	background-color:#90505e;
	padding:10px;
	font-size:12px;
	text-align:left;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
	padding-left:20px;
}

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
		clear:both;
      float:left;
      width:980px;
      font-size:93%;
      line-height:normal;
	   font: bold 11px/1.5em Verdana;
      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 30px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("images/layout/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("images/layout/tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }

.float {
	float:left;
	width:250px;
	margin:0 20px 20px 0;
}
.dark_link {
	color:#90505E !important;
}	  
/* pretty form styles */
.prettyform ul {
	margin:0px !important;
	padding:0;
	list-style-type:none;
}
.prettyform li {
	padding:5px 0 !important;
	background-image:none !important;
	clear:both;
}
.prettyform label {
	display:block;
	float:left;
	width:130px;
	text-align:right;
	padding:0 10px 0 0;
	font-size:13px;
}
.prettyform .button {
	width:100px;
	background-color:#E0CDD1;
	border:1px solid #90505E;
	color:#90505E;
	text-align:center;
	font-weight:bold;
}
.prettyform .input {
	width:220px;
	font-size:13px;
	color:#90505E;
	border:1px solid #90505E;
	padding:2px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
.prettyform select.input {	width:227px;	}
.prettyform .code 	{	width:30px !important;	}
.prettyform .mobile {	width:180px !important;	}
.prettyform .phone 	{	width:140px !important;	}
.prettyform .day	{	width:50px !important;	}
.prettyform .month 	{	width:100px !important;	}
.prettyform .year 	{	width:70px !important;	}

.prettyform .note {
	font-size:11px;
}
.error {
	border:1px solid #CC0000;
	padding:10px;
	margin:5px 10px 5px 0;
	font-size:12px;
	color:#CC0000;
	background-color:#FFEFF3;
}
.message {
	border:1px solid #C5DCA6;
	background-color:#F8FEF1;
	padding:10px;
	margin:5px 10px 5px 0;
	font-size:12px;
}
	  
/* Hax (don't look here) */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* END: Hax (don't look here) */	
