/*######################
 RESETTING
 #######################*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body, html {
	height: 100%;
	text-align: center;
}

body
{
	background-color: #333333;
	
	font-family: Calibri;	
	font-size: 1.0em;
}

a {
	color: #000000;
}

h1 {
  padding: 4px 0 12px 0;
}


/*######################
 GENERAL
 #######################*/

div.clear {
  clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*######################
 MAIN CENTERED CONTAINER
 #######################*/

div#wraper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow {
	position: relative;
	float: left;
	width: 5px;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow.left {
	background: url(../images/shadow_left.png) repeat-y;
}

div.shadow.right {
  background: url(../images/shadow_right.png) repeat-y;
}

div#content_container {
  position: relative;
	float: left;
  display: table; /*** For non-IE browsers ***/
	width: 930px;
  height: 100%;  
	padding: 0 10px 0 10px;
  background-color: #FFFFFF;
	//height: auto; /*** For IE7  ***/
  //min-height: 100%; /*** For IE7  ***/
}

/*######################
 HEADER
 #######################*/

div#header div#logo {
	float: left;
  width: 200px;
  height: 200px;
	background-color: #666666;	
	margin: 10px 10px 0 0;
}

div#header div#banner {
	position: relative;
	float: left;
  width: 720px;
  height: 200px;
	background-color: #000000;
	margin-top: 10px;
}

div#header div#banner div#telephone {
	position: absolute;
	color: #FFFFFF;
  width: 720px;
	height: 39px;
	bottom: 0px;
	background: url(../images/telephone_bg.png) repeat-x;
}

div#header div#banner div#telephone span {
	float: right;
	margin: 10px 10px 0 0;
	font-weight: bold;
}

/*######################
 MENU
 #######################*/

div#menu {
	float: left;
  width: 200px;
	margin: 10px 10px 0 0;
	background-color: #666666;
}

div#menu ul {
	list-style: none;
}

div#menu li a
{
  display: block;
  background: #666666 url(../images/shine_small.png) 0 1px repeat-x;
  height:39px;
  border-bottom: 1px solid #00A59D;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  font-weight: bold;
}

div#menu li a:hover, div.menu li.selected a
{
  background-color: #00A59D;
}

div#menu li.sub_menu_option a {
  display: block;
  background: #666666 url(../images/shine_small.png) 0 1px repeat-x;
  height:39px;
  border-bottom: 1px solid #00A59D;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;  
}

div#menu li.sub_menu_option a:hover, div.menu li.selected a {
  background-color: #00A59D;
}

/*######################
 PAGE CONTENT
 #######################*/

div#page_content {
	float: left;
	width: 700px;
	padding: 10px;
	margin-top: 10px;
	background-color: #F1F1F1;
}

/*######################
 FOOTER
 #######################*/

div#footer {
	float: left;
	clear: both;
  width: 930px;
	margin-top: 10px;
	background-color: #666666;
}

div#footer a
{
  color: #ffffff;
}

div#footer h2 {
	display: block;
	clear: both;
	color: #ffffff;
	padding: 10px 0 0 20px;
	height: 40px;
	background: #666666 url(../images/shine_big.png) 0 1px repeat-x;
}

div#footer div.footer_content {
	float: left;
	padding: 10px;
	width: 898px;
}

div#footer ul {
  list-style: none;
  float: left;
  margin-right: 40px;
}

div#footer ul li.top {
	color: #666666;
  font-weight: bold;
  font-size: 0.9em;
}

div#footer ul li a {
  text-decoration: none;
  font-size: 0.8em;
}

div#footer ul li a:hover {
  text-decoration: underline;
}

div#footer div.copyright {
  float: left;
  margin-top: 40px;
  font-size: 0.8em;
}

div#footer a.footer_logo {
  float: right;
  width: 67px;
  height: 60px;
  margin-top: 20px;
  background: url(../images/logo_search_you_footer.png) 0 0 no-repeat;  
}

div#footer a.footer_logo:hover {
  background-position: 0 -60px ;
}
