/*------------------------------------------------------------------

project:	Esstech Voice and Data Services Pty Ltd
date created:	5 June 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

/** {	line-height: 1.6em; }*/


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #e8f5fb url('../images/core/bg.gif') top center repeat-x;
	color: #000000;
}

body, div, span, li, td, a, p {
	font-family: Arial, Helvetica, sans-serif!important;
}

p {
	font-family: Arial, Helvetica, sans-serif!important;
}

a { color: #1e3182; text-decoration: none; }
a:hover, a:focus { color: #d50606; text-decoration: underline; }
span.mailto { color: #1e3182; }  
a.mailto { color: #1e3182; text-decoration: none;  }  
a.mailto:hover { color: #d50606; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #d50606; }
h2 { font-size: 1.8em; color: #232f7c; }
h3 { font-size: 1.5em; color: #4e58c4; }
h4 { font-size: 1.3em; color: #6a6a6a; }
h5 { font-size: 1.2em; color: #939393; }
h2, h3, h4, h5 { margin-bottom: 0.5em; }
p { margin-bottom: 1.35em; }
ul, ol { font-size: 1.2em; }

ul { list-style-type: disc; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

.clear {
	display: block;
	clear: both;
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header { height: 347px; }

/* --- nav --- */
#nav {
	width: 960px;
	height: 54px;
}

#nav ul { 	
	list-style-type: none;
	margin: 0;
	padding: 18px 0 0 0;
}

#nav ul li {
	display: block;
	float: left;
	margin-right: 5px;
}

#nav ul li a {
	float: left;
	text-indent: -9999px;
	height: 36px;
}




#nav ul li a.home {
	width: 51px;
	background: url('../images/nav/nav_home.gif') 0 0 no-repeat;
}

#nav ul li a.profile {
	width: 56px;
	background: url('../images/nav/nav_profile.gif') 0 0 no-repeat;
}

#nav ul li a.services {
	width: 71px;
	background: url('../images/nav/nav_services.gif') 0 0 no-repeat;
}

#nav ul li a.office {
	width: 162px;
	background: url('../images/nav/nav_office.gif') 0 0 no-repeat;
}

#nav ul li a.enterprise {
	width: 187px;
	background: url('../images/nav/nav_enterprise.gif') 0 0 no-repeat;
}

#nav ul li a.headsets {
	width: 203px;
	background: url('../images/nav/nav_headsets.gif') 0 0 no-repeat;
}

#nav ul li a.handsets {
	width: 71px;
	background: url('../images/nav/nav_handsets.gif') 0 0 no-repeat;
}

#nav ul li a.contact {
	width: 89px;
	background: url('../images/nav/nav_contact.gif') 0 0 no-repeat;
}

/* -- Rollover -- */
#nav ul li a:hover.home,
#nav ul li a:hover.profile,
#nav ul li a:hover.services,
#nav ul li a:hover.office,
#nav ul li a:hover.enterprise,
#nav ul li a:hover.headsets,
#nav ul li a:hover.handsets,
#nav ul li a:hover.contact {
	background-position: 0 -36px !important;
}

/* -- Active -- */
#nav li a:hover.home, 
body#home #nav li a.home,
body#profile #nav li a.profile,
body#services #nav li a.services,
body#office #nav li a.office,
body#enterprise #nav li a.enterprise,
body#headsets #nav li a.headsets,
body#handsets #nav li a.handsets,
body#contact #nav li a.contact {
	background-position: 0 -36px !important;
}

/* -- drop down -- */
#nav li ul li { height:auto; }
#nav li ul li a {  text-indent:0; height:auto; padding:5px 10px 5px 10px; line-height:20px;  color:#fff; text-decoration:none; border-bottom: 1px solid #635449; display:block; width: 130px;}
#nav li ul li a:hover { color:#2aace8; }
#nav li ul { background-color:#473c34; z-index: 9002; padding-top:5px;}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner { 
	height: 265px;
	position: relative;
}

#banner h1 {
	width: 234px; height: 95px; 
	background: url('../images/core/logo_esstech.jpg') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 15px; left: 20px;
}

#banner h2 {
	width: 485px; height: 86px; 
	background: url('../images/core/slogan.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 45px; left: 47px;
}

#flash {
	float: right;
	margin: 20px 240px 0px 0px;
}


/*-------------------------------*/
/* Content
/*-------------------------------*/

#home #content h1 {
	margin-bottom: 0;
	position: relative;
	top: -46px;
}

#content h1 {
	margin-bottom: 0;
	position: relative;
	top: -46px;
}

#content-container {
	width: 960px;
	background: url('../images/core/bg_content_container.gif') top center repeat-y;
	padding: 21px 0 30px 0;
}

#content-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- left bar --- */
#left-bar {
	width: 229px;
	float: left;
	display: block; 
}

#left-bar h2 {
	width: 229px; height: 65px; 
	background: url('../images/titles/freecall.gif') no-repeat;
	text-indent: -9999px;
}

#related-links {
	width: 209px;
	margin: 35px 20px 0 10px;
}

#related-links h3 {
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
}

.contact_freecall {
	text-align: center;
} 

/* --- left nav ---*/
#left-nav {
	width: 190px; height: 188px;
	padding: 15px 12px 50px 7px;
}

#left-nav ul { 	
	list-style-type: none;
	margin: 0;
}

#left-nav ul li {
	display: block;
	float: left;
	color: #ffffff;
	border-bottom: 1px solid #514b46;
	width: 190px;
	margin-bottom: 15px;
}

#left-nav ul li a {
	float: left;
	overflow: hidden;
	width: 176px;
	padding: 5px 8px 5px 6px;
	_padding: 3px 6px 3px 4px; /* for IE6 */
	_width: 180px; /* for IE6 */
	background: url('../images/core/icon_arrow.gif') 170px 10px no-repeat;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.2em;
	display: block;
}

#left-nav ul li a:hover {
	background-color: #51453a;
	color: #ffffff;
	display: block;
}

#left-nav ul li a span.link { color: #ffffff; font-weight: bold; display: block; 	font-size: 1.2em; }
#left-nav ul li a span.description { color: #cabdaa; font-weight: normal; font-size: 1.1em; }

#wflogo {
	height: 40px;
	text-align: center;
	color: #847669;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}

#affiliates{
	float: left;
	padding-left: 25px;
}

#content { 
	width: 719px;
	float: left;
	background: url('../images/core/bg_content.gif') top center repeat-y;
	min-height: 600px;
}

body#thankyou #content { height: 420px; }

#content h1 {
	height: 50px;
	color: #ffffff;
	text-indent: -9999px;
	margin: 20px 0 20px 0;
}

body#home #content h1 { background: url('../images/titles/welcome.gif') no-repeat; }
body#profile #content h1 { background: url('../images/titles/profile.gif') no-repeat;  }
body#services #content h1 { background: url('../images/titles/services.gif') no-repeat;  }
body#office #content h1 { background: url('../images/titles/alcatel.gif') no-repeat;  }
body#enterprise #content h1 { background: url('../images/titles/panasonic.gif') no-repeat;  }
body#headsets #content h1 { background: url('../images/titles/headsets.gif') no-repeat;  }
body#handsets #content h1 { background: url('../images/titles/handsets.gif') no-repeat;  }
body#contact #content h1 { background: url('../images/titles/contact.gif') no-repeat; }
body#thankyou #content h1 { background: url('../images/titles/thankyou.gif') no-repeat; }

#content-box {
	padding: 0 50px 0 28px;
	margin: -50px 0px 0px 0px;
}

#content-box p {	
	font-size: 1.2em;
	line-height: 1.8em;
}

#contact-details {
	border-top: 1px solid #e7e7e6;
	border-bottom: 1px solid #e7e7e6;
	font-size: 1.2em;
	text-align: center;
	margin: 95px 10px 34px 10px;
}

body#thankyou #contact-details { margin: 220px 10px 34px 10px; }

#contact-details p { font-size: 1.1em; margin: 0; padding: 0; }


/*-------------------------------*/
/* 
/*-------------------------------*/
#section ul {
	list-style-type: none;
	margin: 0;
}

#section ul li {}

h3.blue {
	color: #ffffff;
	background-color: #4E58C4;
	height: 20px;
	padding: 5px 10px;
}

ul { 
	list-style-type: disc; 
	margin: 0 0 1.35em 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em; 
}

#section p,
#description p {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.8em;
}


/*-------------------------------*/
/* Contact
/*-------------------------------*/
#contact-box { 
	width: 300px;
	float: left;
}

#enquiry {
	width: 300px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
	margin-bottom: 30px;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer {
	width: 690px; height: 30px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding: 11px 0 0 270px;
	background: url('../images/core/bg_footer.gif') 0 0 no-repeat;
	_background: url('../images/core/bg_footer_ie6.gif') 0 0 no-repeat; /* for IE6 */
}

#footer a { color: #252525; text-decoration: none; }
#footer a:hover { color: #d90606; text-decoration: underline; }



/*-------------------------------*/
/* Form Styles
/*-------------------------------

#services-form ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
#services-form em{
	color: #FF0000;
}
#services-form label{
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 165px;
}
#services-form li{
  padding: 5px;
  margin: 0;
}
#services-form input, select, textarea{
	border: 1px solid #8e857e;
}
#services-form input{
	width: 210px;
	height: 18px;
}

*/

/* UPDATE June 15, 2010 */
#lifesize-passport-img {
	float: left;
	margin: 0px 20px 0px 0px;
}

.list-info {
	list-style: disc!important;
	margin: 0px 0px 0px 30px!important;
	line-height: 20px;
}
