/* ================================= */
/* = LifeBrokersOnCue  Style Sheet = */
/* ================================= */
/* = EasyServe www.easyserve.co.nz = */
/* ================================= */
/* ================================= */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

/* Firefox - always display scrollbar*/
html{overflow:-moz-scrollbars-vertical;}

body {
	height:100%;
	background: url(../images/background.gif) repeat-x;
	font: 75%/1.5em arial, Tahoma, sans-serif;
	font-size:13px;
	line-height: 1.2;
	color: #494849; 
	text-align: center;
	margin: 0px 0;
}

/* links */
a, a:visited {	
	color: #4C2D80;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, p{
	padding: 10px;		
	margin: 0;
}

h3{
/*	Heading under main coloured box heading*/
	font-size:16px;
}


#h4{
	position:relative;
	top:-5px;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	background:#bbcbd3;
	width:600px;
	margin-left:10px;
	height:35px;
	vertical-align:middle;
	line-height:35px;	
}

#h4 h4{
	margin-left:10px;
	
}

#GreyBack{
/*	Used for the majority of pages*/
	position:relative;
	left:10px;
	background:#edf1f3;
	width:600px;
}

#GreyBack p{
	padding:10px;
}

#GreyBack h1{
	color:#6c8896;
	font-size:24px;
	font-weight:normal;
	margin-left:20px;
}

.travellist{
	list-style:square;
	margin-left:50px;
}


.little{
	/*	Used for Total and permanent Dis page*/
	font-size:10px;
	font-style:italic;
	
}



ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}

ul {
	list-style: none;
}

/* images */

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

/* start - table */
table {
	border-collapse: collapse;
	margin-left: 0px;	
}
tr {
	height: 20px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* ================================= */
/* = Form - ie on the contact Page = */
/* ================================= */
form {
	margin:10px; padding: 0 5px;
	float:left;
}

label {
	display:block;
	font-weight:normal;
	margin:5px 0;
}


/* ======================================= */
/* = Content Layout - Including Headings = */
/* ======================================= */

#wrap {
	/* Entire Layout within this Div	*/
	position: relative;
	width: 1000px;
	top:3px;
	margin: 0px auto;
	text-align: center;
}



#mainBody{
	/*	Contains the Main area with Heading div and Content  */
	/*	position:relative;*/
	float:left;
	width:750px;
	border-left:dotted 2px #C0C0C0;
}

#header {
	/*	Contains the HEADER image*/
	float:left;
	margin:0px;
	padding:0px;
	width: 1000px;
	height: 74px;
	position: relative;
	color: #FFF;
	clear:both;
/*	border:1px solid #000;*/
}

#header img{
	/* Fixs IE Align bug*/
	vertical-align:bottom; 
	float:left;
}

#header-links {
	float:right;
	width:300px;
	color:#999;
	margin-top:30px;
	text-align:right;
	font-size:10px;
	
}

#main {
	position:relative;
	height:100%;
	width:100%;
	float: left;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background:#fff;
}

#ContentText{
	/*  Div Containing the Page Content	*/
	float:left;
	margin-left:15px;
	text-align:left;

}

#ContentText p, h3	{	margin-left:20px;	}
#ContentText ul		{	list-style-image: url("../images/ico-star-trans.gif");
						padding-left: 50px;	
						padding-top:0px;
						padding-bottom:0px;	
					}
#ContentText li		{
	padding:5px;
	
}



#mainimg{
	float:right;
	
}
#maintext{
	float:left;
	width:440px;
}




/* ============= */
/* = Home Page = */
/* ============= */


#main_ad{
	float:left;
	margin-top:20px;
	margin-left:20px;
	background: url(../images/main_ad_back.gif);
	height:287px;
	width:955px;
}

#ad1{
	float:left;
	margin-top:10px;
	padding-top:10px;
	margin-left:20px;
	width:303px;
	height:303px;
	background: url(../images/ad_blank.gif) no-repeat;
}	* html #ad1 { display:inline; }

#ad2{
	float:left;
	margin-top:10px;
	padding-top:10px;
	margin-left:24px;
	padding-bottom:20px;
	width:303px;
	height:303px;
	background: url(../images/ad_blank.gif) no-repeat;
}	* html #ad1 { display:inline; }

#ad3{
		float:left;
		text-align:left;
		margin-top:10px;
		padding-top:0px;
		margin-left:24px;
		width:303px;
		height:303px;
		background: url(../images/ad_blank.gif) no-repeat;
	}	* html #ad1 { display:inline; }


/* =============== */
/* = Blog Styles = */
/* =============== */
.blogDate{
	font-size:10px;	
}

.authorDate{
	color:#C0C0C0;
	font-size:10px;
	
}

.WidgetHolder h3{
	padding-top:10px;
	
}
a.archiveMonths{
	color:red;
	
	
}



#myGallery{

	width: 955px !important;
	height: 287px !important;
	margin:0 auto;
	margin-top:20px;
}

#WhiteBox{
	position:relative;
	border:1px solid #000;
	height:100px;
	width:300px;
	background:#fff;
	z-index:1;	
}

#PageHeading{
	/*  Div Containing the Page Heading	*/
	float:left;
	position:relative;
	/*background: url(../images/heading.gif) no-repeat;*/
	color:#FFF;
	width:300px;
	height:40px;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	padding-left:10px;
}

#PageHeading h1 {
	/*	Page Heading Text */
	font: normal Arial;
	font-size:16px;
	color: #6941AF; 
	padding: 10 0 0 0px;			
}

#webhostingbox {
	float:left;
	width:400px;
}

#orderbutton{
	float:left;
	width:300px;
	text-align:center;
	margin-top:-20px;
}

#upgradesbox {
	clear:none;
	float:left;
	border: 1px solid #8CC63F;
	background:#CDDFB5;
	width:310px;
	margin-top:15px;
	margin-bottom:20px;
}



#webhostingtext{
	float:left;
	width:300px;
}


/* ============================= */
/* = Navigation Bar Layout etc = */
/* ============================= */
#nav {
	position:relative;
	width: 1000px;
	border-left:1px solid;
	border-right:1px solid;
	
	height:40px;	
	float:left;
	background: url(../images/nav.gif);
/*	border:1px solid #000;*/
}

#nav ul {
	float: right;
	list-style: none;
	
	margin: 0 0 0 15px;
	padding: 0;	
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	height:40px;
	margin: 0;
	padding: 0 12px;
/*	border-right: 1px solid #FFF;*/
	border-left: 0px solid #fff;
	border-bottom: none;
	color: #FFF;
	font:  13px/2.8em Arial,"Century Gothic", "Trebuchet MS", Helvetica, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: #4C2D80;	
}
#nav ul li a.current, a.section {	
	background: #4C2D80;	
}

#purplebar{
/*	Purple Seperator under Nav*/
	float:left;
	width:100%;
	height:8px;
	background:#4C2D80;
	
}




/* ==================================================== */
/* = Sidebar - Column with Secondary Navigation in it = */
/* ==================================================== */

#sidebar {
	/* Column Where Menu Goes */
	float: left;
/*	border-right:2px dotted #dae1e5;*/
	width: 200px;
	/*background:#e6ecef;*/
	background:#fff;
	padding: 0px 20px 40px 20px; 
}

#clr {
	clear:both;
}


.SideContactImg{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

	#SideMenu{
		/*  Top Level Menu */
		margin-left:auto;
		margin-right:auto;
		width:178px;
	}
	
		#SideMenu ul {
			text-align: left;
			margin: 0px 0px 0px 0px; padding: 0px;
			text-decoration: none;
		}

			#SideMenu ul li {
				/*SIDE BAR BUTTONS*/
				list-style: none;
				/*background:#E6ECEF;	*/
				background: url(../images/sidebutton.gif) no-repeat;
				padding: 12px 0px 12px 10px;
				margin-top:10px;
				color: #fff;
				font-size:14px;
				width:100%;
			}
			#SideMenu  .SubNavList li{
				/*Sub Menu List*/
				position:relative;
				/*background:#4C2D80;*/
				top:10px;
				left:0px;
				width:150px;
			}			
			
				#SideMenu li .SubNav{
					/*Sub Menu BUTTONS*/
					list-style: none;
					background-image: none;
					margin-left:0px;
					margin-top:0px;
					padding-top:0px;
					padding-bottom:15px;		
					color: #fff;
					font-size:11px;	

				}
				
				#side_item {
					position:relative;
					left:-9px;
					top:5px;
					background-color:#6941AF;
					width:178px;

				}

/* ================================= */
/* =    End nicks Sidebar layout   = */
/* ================================= */

/* Need to tidy this up*/
/** html body #sidebar ul.sidemenu li {
	height: 1%;
}*/

#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #fff;			
}
#sidebar ul li a:hover {
	
	color: #ccc;			
}

/* ========================== */
/* = Lifestyle Links Layout = */
/* ========================== */

.odd {
	display:block;
	color:#fff;
	height:35px;
	vertical-align:middle;
	line-height:35px;
}


.even {
	display:block;
	background:#edf1f3;
	height:35px;
	vertical-align:middle;
	line-height:35px;
}

/* ================ */
/* = Contact Page = */
/* ================ */

#Form_Form input, textarea{
	margin-left:30px;
	
	
}



/* ========== */
/* = Footer = */
/* ========== */
#footer-wrap {
	clear: both;
	width: 900px;
	position:relative;
	font-size: 95%;	
	text-align: center;
	padding: 0px 0;

}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#purplefooter{
	color:white;
	height:40px;
	background:#4C2D80;
	width:100%;
	float:left;
}


/* bottom */
#footer-bottom {
	position:relative;
	clear: both;
	margin: 0 auto; 
	width: 1000px;
	background: url(../images/footer.gif) repeat-x;
	padding: 0px 0;
	text-align: center;
	height:40px;
	font-size:10px;
	color:#ddd;
	
}

/* postmeta */
.post-footer {
	background: #fff;
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


img {
  border:0 !important;
}
