h1, h2, h3 {
	font-family: Arial;
    font-size: 14px;
    font-style: normal;
    line-height:normal;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px 0px 10px;
    text-decoration: none;
    background: none;
    text-transform: none;
    border: none;
    text-indent: 0;
    width: auto;
    white-space: normal;
    font-variant: normal;
}
p {
	font-family: Arial;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px 0px 10px;
    text-indent: 0px;
}
a {
	font-family: Arial;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
    color: #d2531e;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	padding:0px 0px 10px;
	margin:0;
}
li {
	font-family: Arial;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    padding: 0 0 0 11px;
    margin: 0px;
    text-decoration: none;
    background: url(../images/list.png) no-repeat 0px 7px;
    list-style: none;
    text-align: left;
}
html {
	overflow-y:scroll;
}
/*
================================================================================
|                                    Header                                     |
================================================================================
*/
body {
	background: #ffffff;
	margin:0 auto;
}
#header {
	margin:0 auto;
	background: url(../images/new-head.png) no-repeat;
	width:1000px;
	height:445px;
	position:relative;
}
#nav {
	width:887px;
	height:34px;
	overflow:hidden;
	position:absolute;
	left:56px;
	top:139px;
	border-right:1px solid #cacaca;
}
#title {
	position:absolute;
	width:888px;
	height:92px;
	left:56px;
	top: 46px;
}
#call {
	position:absolute;
	width:348px;
	height:105px;
	left:617px;
	top:279px;
}
/*
================================================================================
|                                Navigation                                     |
================================================================================
*/
#nav ul {
	margin:0px 0px 0px 2px;
	padding:0;
	border:none;
	background:none;
	height:34px;
	width:895px;
	overflow:hidden;
	padding:0px;
}
#nav ul li {
	min-width:120px;
	height:34px;
	background:none;
	text-align:center;
	list-style:none;
	margin:0px 1px 0px 0px;
	padding:0px 25px 0px 24px;
	float:left;
	border-left:1px solid #cacaca;
}
#nav a {
	font-family:Arial;
	font-size:15px;
	color:#636363;
	font-style:normal;
	font-weight:normal;
	line-height:32px;
	cursor:pointer;
	text-transform:none;
	text-decoration:none;
	display:block;
}
#nav ul li:hover, .current {
	background: none;
}
#nav a:hover, .current {
	color:#d2531e !important;
}
.sub_current {
	text-decoration:underline !important;
	color:#333333 !important;
}
/*
================================================================================
|                                 MAIN                                          |
================================================================================
*/
#main {
	width:1000px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
#main_wrapper {
	width:890px;
	background:none;
	margin:20px 0px 25px;
	overflow:hidden;
	padding:0 55px 0px;
	background: url(../images/main-repeat.png) repeat-y;
}
#left_side {
	margin:0 40px 0px 0px;
	width:650px;
	float:left;
	padding:0px 0 0;
	position:relative;
}
#sidebar {
	padding:3px 0px 0px;
	width:200px;
}
#right_side {
	margin: 0 0 0 0px;
	width:200px;
	float:left;
	background: none;
	padding:0;
}
#content {
	width:650px;
	margin:0 0 0px;
	padding:0 0 0px;
}
/*
================================================================================
|                               FOOTER                                          |
================================================================================
*/
#footer {
	width:1000px;
	margin:0 auto;
	background:none;
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px;
}
#footer_wrapper {
	margin:0px 55px;
	background:none;
	min-height:30px;
	width:890px;
	padding:15px 0 10px;
	overflow:hidden;
	border-top:3px solid #e5e5e5;
}
#footer p {
	text-align:left;
	color:#333333;
}
#subnav {
	width:100%;
	min-height:30px;
}
#subnav p {
	text-align:center;
}
#subnav a {
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}
#subnav a:hover {
	text-decoration:underline;
	color:#333333;
}
#copy {
	padding:0 0px;
	width:530px;
	float:left;
}
#likebutton {
	width:300px;
	padding:0 0px;
	float:right;
	margin-right:-56px;
}
/*
================================================================================
|                              CONTENT                                          |
================================================================================
*/
#content h1, #content h2, #content h3, #global_sidebar h1, #global_sidebar h2, #global_sidebar h3, #local_sidebar h1, #local_sidebar h2, #local_sidebar h3, #content p, #global_sidebar p, #local_sidebar p, #content ul, #global_sidebar ul, #local_sidebar ul {
	padding:0px 0px 10px; 
}

h1, h2, h3 {
    font-family: Georgia, "Liberation Serif", "Times New Roman", serif;
	
}

h1, #content h1 {
	font-size:24px;
	color:#d2531e;
	font-weight:bold;
}
h2, #content h2 {
	font-size:18px;
	color:#636363;
}
h3, #content h3 {
	font-size:16px;
	color:#d2531e;
	font-weight:bold;
}
#content img {
	float:right;
	border:1px solid #d2531e;
	margin:3px 0px 10px 10px;
}
.clearfix {
	clear:both;
}
.list_first li {margin-bottom: 10px;} 
/*
================================================================================
|                              SIDEBARS                                         |
================================================================================
*/
#sidebar h1 {
	font-size:20px;
	font-weight:normal;
}
#sidebar h2 {
	font-size:16px;
	font-weight:bold;
}
#sidebar img {
	float:right;
	border:1px solid #d2531e;
	margin:3px 0px 10px 10px;
}
#two-2 {
	position:fixed;
	left:5px;
	bottom:2px;
	color:#333333;
	font-size:10px;
	font-family:Arial;
}
/*
================================================================================
|                              SIDEBARS                                         |
================================================================================
*/
.t-f {
	font-size:14px;
	font-family:Arial;
	line-height:19px;
	color:#333333;
}
#contacts > div.i-f > input {
	border:1px solid #a0a0a0;
	width:250px;
	height:20px;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	margin:0;
	padding:0;
}
#error {
	font-family:Arial;
	font-size:13px;
	line-height:17px;
	color:#333333;
}
#contacts > div.b-f > input {
  width: 73px;
  height: 20px;
  margin: 0 0px 0 0px;
  padding: 0;
  line-height: 18px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-family:Arial;
  font-size:14px;
  text-transform: none;
  background: url(../images/button.png) no-repeat;
}
.b-f {
	margin-top:5px;
}
.i-f {
	margin:0 0 3px;
}
#contacts > div.i-f > textarea {
	width:250px;
	margin:0;
	padding:0;
	border:1px solid #a0a0a0;
	font-family:Arial;
	font-size:14px;
	color:#333333;
}
