/* CSS Document */

* {
	margin:0;
	padding:0
} 

body
{
	background: url(../images/bg.jpg) repeat-x;
	background-color: #E8EAD5;
	margin:0px;
	font-family: 'Helvetica', Arial, Verdana;
	color: #725c3e;
}

#container
{
	width:960px;
	margin:0px auto;
}

#header
{
	float:left;
	width:960px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background: url(../images/header_bg.png) no-repeat right bottom;
	background-color: #FFFFFF;
}

#phones
{
	float:left;
	padding:50px 0px 0px 40px;
}

#phones h1
{
	font-family: Georgia, Helvetica, sans-serif;
	font-size:21px;
	color:#005699;
	margin:0px;
	text-align: left;
}

#logo
{
	float: right;
	padding: 30px 300px 20px 0px;
}

#logo h1
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	color:#abbd26;
	margin:0px;
	padding:32px 0px 0px 20px;
}

#logo h4
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #005699;
	padding:0px 0px 32px 20px;
}

#tabs
{
	float: left;
	width: 960px;
	height: 50px;
}

#tabs ul
{
	list-style: none; 
	display: block;
}

#tabs li
{
	list-style: none; 
	display: inline; 
}

#tabs li a
{
	display: block;
	float: left;
	height: 50px;
	padding: 15px 9px 0px 10px;
	vertical-align:top;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 400;
	border-right: 1px solid #fff;
	background: url(../images/tabs_bg.png);
}

#tabs li a:hover
{
	background: url(../images/tabs_hover_bg.png);
	text-decoration:none;
	padding: 15px 9px 0px 10px;   
	border-right: 1px solid #fff;
}

#top
{
	float:left;
	width:930px;
	height: 270px;
	background: #f4efd8;
	margin:0px;
	padding:15px 15px 15px 15px;
}

#rotator
{
	height: 270px; 
	width: 620px; 
	margin: auto;
	float: left;
}

#rotator img
{
}

#banner
{
	background: url(../images/button_bg.gif) no-repeat;
	width: 300px;
	height: 70px; 
	margin: auto;
	float: left;
	margin-left: 10px;
	padding-top: 200px;
}

#banner p
{
	vertical-align: middle;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
}

#box
{
	float:left;
	width:960px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	margin:0px;
	padding-bottom: 5px;
}

#menu
{
	float:left;
	width:225px;
	margin:0px;
	margin: 25px 0px 4px 25px;
}

#menu ul li
{
	list-style-type:none;
	padding: 5px 0px 5px 0px;
}

#menu ul li a
{
	font-family:verdana,arial,sans-serif;
	text-decoration:none;
	color: #005699;
}

#menu ul li a:hover
{
	color: #FF9933;
}

#menu ul li ul li
{
	border:0;
	list-style-position: inside;
	list-style-image: url(../images/menu.gif);
	color: #005699;	
}

#menu ul li ul
{
	margin-left:-7px;
	padding-left:25px
}

#content
{
	float:left;
	width:660px;
	height: auto;
	margin:25px 25px 0px 0px;
	padding: 0px 0px 0px 24px;
	border-left: 1px #cccccc dotted;
}

#content h1
{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:17px;
	color: #8da31f;
	font-weight:bold;
	font-family:'Helvetica', Arial, Verdana;
	line-height:18px;
	letter-spacing: 1px;
}

#content p
{
	text-indent: 20px;
	line-height:24px;
}

#content ul
{
	list-style-type: square;
	padding: 0px 0px 0px 40px;
}



#consultation
{
	float:left;
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	height: auto;
	border-bottom: 1px #cccccc dotted;
}

#consultation_add
{
	float:left;
	width:150px;
	margin: 0px 10px 0px 0px;
	height: auto;
}

#consultation_text
{
	float:left;
	width:490px;
	height: auto;
}

#bottom
{
	float:left;
	width:960px;
	height: 15px;
	background: url(../images/bottom_bg.gif) no-repeat;
}

#footer
{
	float:left;
	width:960px;
	height: 70px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#footertabs
{
	width:940px;
	padding:20px 0px 0px 20px;
	float:left;
}

#footertabs ul
{
	list-style: none; 
	display: block;
}

#footertabs li
{
	list-style: none; 
	display: inline; 
}

#footertabs li a
{
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
	color: #005699;
	font-size: 14px;
}

#footertabs li a:hover
{
	text-decoration: underline;
	color: #FF9933;
}



/* ALL INPUTS */

input[type="text"],
input[type="search"],
input[type="password"],
input[type~="text"],
input[type~="search"],
input[type~="password"] {
  padding: 3px;
  font-size: 14px;
  font-family: verdana, arial, sans-serif, Lucida Sans;
}

textarea {
  padding: 3px;
  font-size: 14px;
  font-family: verdana, arial, sans-serif, Lucida Sans;
}

input[type="submit"],
input[type="button"],
input[type~="submit"],
input[type~="button"],
input[type~="reset"] {
  font-size: 14px;
  padding:6px;
  font-family: verdana, arial, sans-serif, Lucida Sans;
}

* html .inputButton,
* html .inputSubmit {
  font-size: 14px;
  padding: 3px;
  font-family: verdana, arial, sans-serif, Lucida Sans;
}

.button {
  font-size: 11px;
  padding: 4px 7px;
  text-align: center;
  font-family: verdana, arial, sans-serif, Lucida Sans;
  border:0px;
  cursor: pointer;
  cursor: hand;}

input[type~="radio"] {
  border: 0px; }

.inputcheckbox {
  border: 0px; }

