/*
Theme Name: SEM Australia
Theme URI: http://www.semoz.com.au/
Author: WebCredo.net
Author URI: http://webcredo.net/
*/

@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFF url(images/bg.png) repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
    height: 100%;
}
A{
    color: #00B6BD;
    text-decoration: none;
    cursor: pointer;
}
A:hover{
    text-decoration: underline;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}
INPUT{
    vertical-align: middle;
}
#wrapper{
  width: 1000px;
  margin: 0 auto;
}
EM{
  font-style: italic;
}

/* Header
------------------------------------ */

#header{
    background: url(images/header.png) no-repeat;
    width: 1000px;
    height: 90px;
    position: relative;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 400px;
    height: 75px;
    position: absolute;
    top:0;
    left: 0;
}
.top-search{
  position: absolute;
  top:20px;
  left: 700px;
}
.top-search INPUT#s{
  border: 1px solid #CAE9E9;
  width: 150px;
    color: #666;  
}
.top-search INPUT.submit{
  width: 89px;
  height: 36px;
  background: url(images/search-btn.gif) no-repeat;
  border: none;
  line-height: 0;
  font-size: 0;
  text-indent: -999999px;
}

/* Main
------------------------------------ */

#content{
  float: left;
  background: url(images/content.png) no-repeat top left;
  width: 760px;
  position: relative;
  border-left: 1px solid #CBEAEA;
  padding: 17px 0 10px 15px;
  min-height: 600px;
}
#sidebar{
  float: left;
  width: 199px;
  padding: 0 0 20px 0;
}
.menu{
  margin: 10px 0 0 0;
  margin: 0 0 30px 0;
}
.menu LI{
  background: url(images/menu-li.png) repeat-x;
  height: 30px;
  position: relative;
  z-index: 1001;
}
.menu LI:hover, .menu LI.current_page_ancestor, .menu LI.current_page_item{
  background: url(images/menu-li-h.png) repeat-x;
}
.menu LI A{
  background: url(images/menu-li-a.png) no-repeat right;
  line-height: 30px;
  display: block;
  width: 170px;
  color: #149B9E;
  padding: 0 0 0 14px;
  text-decoration: none;
  font-size: 13px;
}
.menu LI.page-item-3 A{
  background: none;
}
.menu LI UL{
  display: none;
}
.menu LI:hover UL{
  background: url(images/menu-li.png) repeat-x;
  display: block;
  border: 3px solid #CBEAEA;
  position: absolute;
  top:0;
  left:199px;
  width: 270px
}
.menu LI LI{
  background: #FFF;
  height: auto;
}
.menu LI LI:hover{
  background: #CBEAEA;
}
.menu LI LI.current_page_item{
  background: #FFF;
}
.menu LI LI:hover A{
  color:#149B9E;
}
.menu LI LI.current_page_item A:hover{
  color: #3AB6D4;
  cursor: text;
}
.menu LI LI A{
  background: none;
  line-height: normal;
  color: #3AB6D4;
  padding: 0 0 0 14px;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 5px 3px 5px;
  width: auto;
}
.entry H2{
  color: #00B6BD;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.entry H3{
  color: #00B6BD;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 3px 0;
}
.entry H3.line{
  background: #DBF5F6;
  display: block;
  width: 100%;
  margin: 5px 0 5px 0;
  line-height: 20px;
  padding: 0 0 0 2px;
}
.entry H4{
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 3px 0;
}
.entry P{
  margin: 0 0 10px 0;
}
.entry UL, .entry OL{
  margin: 15px 0 10px 0;
}
.entry UL LI{
  margin: 0 0 5px 20px;
  list-style: disc
}
.entry OL LI{
  margin: 0 0 5px 30px;
  list-style: decimal;
}
.entry LI LI{
  margin: 0 0 5px 20px;
  list-style: circle
}
.entry LI UL{
  margin: 10px 0 10px 0;
}
.wp-caption{
  text-align: center;
  font-weight: bold;
}
.alignright{
  float: right;
  margin: 0 0 10px 10px;
}
.entry blockquote{
  float: right;
  margin: 0 0 10px 10px;
  width: 200px;
  background: #EFFAFB;
  border: 1px solid #00B6C9;
  padding: 10px 10px 0 10px;
}
.glas-t{
  width: 500px;
  margin: 0 auto;
}
.entry TABLE H2{
  font-weight: normal;
}
.entry TD{
  padding: 0 0 5px 0;
}
.entry TABLE H2 A{
  text-decoration: none;
}
.entry FORM LABEL{
    width: 150px;
    float: left;
    margin-right: 10px;
    display: block;
    line-height: 22px;
    text-align: right;
}
.entry FORM INPUT.field{
    border: 1px solid #D8D3C0;
    width: 232px;
    background: #FFFFA0;
    font-size: 14px;
}
.entry FORM INPUT.field-c{
    border: 1px solid #D8D3C0;
    width: 100px;
    font-size: 14px;
    position: relative;
    top: -7px;
}
.entry FORM TEXTAREA{
    border: 1px solid #D8D3C0;
    width: 362px;
}
.entry FORM fieldset P{
  margin: 0 0 10px 0;
  display: block;
  clear: both;
}
.entry FORM fieldset{
  background: #EFFAFB;
  border: 1px solid #00B6C9;
  padding: 10px;
  width: 600px;
}
.entry FORM fieldset STRONG{
  font-weight: bold;
  color: #00B6BD;
  font-size: 12px;
  line-height: 20px;
}
.widget-module{
  background: #E2F7F7;
  width: 179px;
  padding: 20px 10px 10px 10px;
  margin: 0 0 20px 0;
}
.widget-module LABEL{
  display: block;
}
.widget-module INPUT.wpsb_form_txt{
  width: 150px;
  border: 1px solid #D8D3C0;
}
.widget-module H3{
  color: #00B6BD;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}
.widget-module P{
  margin: 0 0 10px 0;
}
.radio{
  display: none;
}
.link-a{
  background: url(images/ask-an-expert-btn.gif) no-repeat;
  width: 176px;
  height: 36px;
  display: block;
  margin: 0 auto 15px auto;
  text-indent: -999999px;
  outline: none;
}
.link-b{
  background: url(images/contact-sem-btn.gif) no-repeat;
  width: 176px;
  height: 36px;
  display: block;
  text-indent: -999999px;
  outline: none;
  margin: 0 auto;
}
H2.home-h{
  font-size: 18px;
  font-weight: bold;
  color: #00B6BD;
  margin: 0 0 15px 0;
  text-align: center;
}
H3.home-h{
  font-size: 18px;
  margin: 0 0 15px 0;
  text-align: center;
}
.home-box{
  width: 355px;
  height: 207px;
  background: url(images/home-column-bg.gif) no-repeat bottom;
  margin: 0 5px 5px 0;
  float: left;
  padding: 0 10px 0 10px;
}
.home-box H4{
  width: 375px;
  height: 53px;
  line-height: 40px;
  color: #00B6BD;
  display: block;
  position: relative;
  left:-10px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.home-box H4 SPAN{
  padding: 0 0 0 10px;
}
.home-box P{
  padding: 0 0 10px 0;
}
SPAN.blue, .home-box H4 SPAN SPAN{
  padding: 0;
  color: #3D69C3;
}
.box-a H4{
  background: url(images/home-column-title2.gif) no-repeat;
}
.box-b H4{
  background: url(images/home-column-title3.gif) no-repeat;
}
.box-c H4{
  background: url(images/home-column-title1.gif) no-repeat;
}
.box-d H4{
  background: url(images/home-column-title4.gif) no-repeat;
}

/* Footer
------------------------------------ */

#footer{
  background: #DBF5F6;
  padding: 10px;
  clear: both;
  margin: 0 0 30px 0;
  height: 60px;
}
#footer UL{
    margin: 10px 0 0 10px;
    clear: both;
    display: block;
}
#footer LI{
  float: left;
    font-size: 13px;
    margin: 0 5px 10px 0;
}
#footer LI A{
  float: left;
    margin: 0 5px 0 5px;
}












