body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	float: left;
	font: 12px arial, sans-serif;
	background: #000 url("../images/bg_bottom.jpg") repeat-x bottom;
}

body {
	float: left;
	width: 100%;
	background: url("../images/bg_top.jpg") repeat-x top;
}

h1 {
	font: bold 18px arial;
	text-decoration: none;
	padding: 0 0 10px 0;
	color: #e95801;
	line-height: normal;
}

h2 {
	font: bold 14px arial;
	text-decoration: none;
	padding: 0 0 10px 0;
	color: #e95801;
	line-height: normal;
}

h3 {
	font: normal 14px arial;
	text-decoration: none;
	padding: 0 0 5px 0;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #0368f3; text-decoration: underline}
a:visited {color: #0368f3; text-decoration: underline}
a:active {color: #0368f3; text-decoration: underline}
a:hover {color: #0368f3; text-decoration: none}

#container {
	margin: 0 auto;
	width: 981px;
}

.mechanism {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 297px;
	overflow: hidden;
	background: url("../images/mechanism.jpg") no-repeat 128px 0;
}

#head {
	float: left;
	position: relative;
	width: 981px;
	height: 206px;
	background: url("../images/head_bg.png") no-repeat bottom;
}

.logo {
	position: absolute;
	left: 12px;
	top: 19px;
}

.slogan {
	position: absolute;
	left: 274px;
	top: 21px;
}
.phone{
	position: absolute;
	right: 24px;
	top: 21px;
}


.address {
	position: absolute;
	left: 274px;
	top: 100px;
	font-size: 20px;
	color: #ee772a;
}

.menu {
	position: absolute;
	left: 31px;
	top: 154px;
	list-style: none;
}

.menu li {
	float: left;
	display: inline;
	width: 102px;
	height: 46px;
	margin-right: 10px;
	overflow: hidden;
}

.menu a {
	float: left;
	width: 102px;
	height: 92px;
	overflow: hidden;
}

.menu a:hover {
	margin-top: -46px;
}

.menu .active a {
	margin-top: -46px !important;
}

.search {
	position: absolute;
	right: 21px;
	top: 160px;
	width: 219px;
}

.search_input {
	float: left;
	width: 136px;
	height: 22px;
	padding: 6px 5px 0px 5px;
	background: url("../images/search_input.gif") no-repeat;
}

.search_input input {
	float: left;
	font: 14px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 136px;
	color: #fff;
}

.search_button {
	position: absolute;
	right: 0;
	top: 1px;
}

#content {
	float: left;
	position: relative;
	width: 941px;
	min-height: 950px;
	height: expression(this.offsetHeight < 950?"950":"this.offsetHeight");
	padding: 30px 20px 56px 20px;
	background: url("../images/content_bg.gif") repeat-y;
}

.left_column {
	float: left;
	width: 220px;
}

.banner {
	text-align: center;
	padding-bottom: 35px;
}

.banner img {
	vertical-align: top;
}

.center_column {
	float: left;
	padding-left: 20px;
	width: 460px;
}

.support {
	position: relative;
	margin: -29px -1px 16px 0;
}

.slideshow2 {
	position: relative;
	width: 458px;
	height: 250px;
	list-style: none;
	margin-bottom: 20px;
	
}

.slideshow2 li {
	position: absolute;
	left: 0;
	top: 0;
	width: 458px;
	height: 250px;
}



.slideshow1 {
	position: relative;
	width: 220px;
	height: 250px;
	list-style: none;
	margin-bottom: 20px;
	border: 1px solid #e2e2e2;
}

.slideshow1 li {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 250px;
}

.gray_block_top {
	margin-top: 30px;
	height: 4px;
	overflow: hidden;
	background: url("../images/gray_border.png") no-repeat;
}

.gray_block {
	padding: 10px 15px;
	background: url("../images/gray_bg.gif") repeat-y;
}

.gray_block_bottom {
	margin-bottom: 30px;
	height: 4px;
	overflow: hidden;
	background: url("../images/gray_border.png") no-repeat 0 -4px;
}

.striped_block_top {
	float: left;
	position: relative;
	width: 100%;
	height: 8px;
	font-size: 0;
	overflow: hidden;
	background: url("../images/striped_border.gif") no-repeat;
}

.striped_block {
	float: left;
	width: 430px;
	margin: -8px 0;
	padding: 10px 14px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: url("../images/stripes.gif");
}

.striped_block_bottom {
	float: left;
	position: relative;
	width: 100%;
	height: 8px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 30px;
	background: url("../images/striped_border.gif") no-repeat 0 -8px;
}

.title {
	font-size: 18px;
	padding-bottom: 11px;
}

.gray_block2_top {
	position: relative;
	margin: -6px -11px 0 -11px;
	height: 6px;
	overflow: hidden;
	font-size: 0;
	background: url("../images/gray_border2.png") no-repeat;
}

.gray_block2 {
	float: left;
	display: inline;
	position: relative;
	width: 430px;
	margin: 0 -11px;
	padding: 5px 10px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #f0f0f0;
}

.gray_block2_bottom {
	clear: both;
	position: relative;
	margin: 0 -11px -6px -11px;
	height: 6px;
	font-size: 0;
	overflow: hidden;
	background: url("../images/gray_border2.png") no-repeat 0 -6px;
}

.right_column {
	float: right;
	width: 220px;
}

.offers {
	list-style: none;
	font-size: 14px;
}

.offers li {
	float: left;
	padding: 5px 20px 5px 0;
	white-space: nowrap;
}

.black a:link {color: #000}
.black a:visited {color: #000}
.black a:active {color: #000}
.black a:hover {color: #000}

.subscription {
	float: left;
	width: 179px;
	height: 202px;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 30px;
	background: url("../images/subscription_bg.png") no-repeat;
}

.subscription table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
}

.subscription td {
	padding: 11px 0 0 0;
}

.subscription p {
	padding-bottom: 5px;
}

.input {
	float: left;
	width: 168px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	background: url("../images/input.png") no-repeat;
}

.input input {
	float: left;
	font: 14px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 168px;
	color: #000;
}

.rest {
	line-height: 18px;
	padding-bottom: 30px;
}

#footer {
	float: left;
	position: relative;
	width: 100%;
	height: 99px;
	background: url("../images/footer_bg.png") no-repeat;
}

.copyrights {
	position: absolute;
	left: 23px;
	top: 28px;
	color: #fff;
	font-size: 11px;
}
.copyrights a{
	color:#fff;
	text-decoration:none;
}
.footerLinks{
	position:absolute;
	top:28px;
	right:30px;
}
.footerLinks a{
	color:#f4e40e;
	text-decoration:none;
}
.footerLinks a:active{
	color:#f4e40e;
	text-decoration:underline;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
}

.service {
	list-style: none;
}

.service li {
	position: relative;
	margin-top: 10px;
	padding-left: 17px;
	background: url("../images/bullet.gif") no-repeat 0 2px;
}

.clear {
	clear: both;
}

.add_info {
	padding-top: 10px;
	color: #868686;
}

.available {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -20px;
	padding-bottom: 30px;
}

.orange_text {
	font: bold 14px arial;
	text-decoration: none;
	padding: 0 0 10px 0;
	color: #e95801;
}




.styled_table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	font-size: 14px;
}

.styled_table td {
	padding: 11px 0 0 0;
}

.styled_table p {
	padding-bottom: 5px;
}

.input2 {
	width: 250px;
	font: 12px arial;
}

.textarea {
	font: 12px arial;
	width: 425px;
	height: 125px;
}

.reset {
	display: inline;
	cursor: pointer;
	border: 0;
	width: 80px;
	height: 30px;
	background: url("../images/reset.png") no-repeat;
}

.captcha {
	float: left;
	border: 1px solid #ccc;
}

.captcha img {
	vertical-align: top;
}

.input3 {
	float: left;
	display: inline;
	margin-left: 8px;
	width: 85px;
	font: 12px arial;
}

.comment_top {
	float: left;
	width: 460px;
	height: 9px;
	font-size: 0;
	margin-top: 15px;
	background: url("../images/comment_top.png") no-repeat;
}

.comment_bottom {
	float: left;
	width: 460px;
	height: 32px;
	font-size: 0;
	background: url("../images/comment_bottom.png") no-repeat;
}

.comment_content {
	float: left;
	width: 430px;
	padding: 5px 15px;
	line-height: 17px;
	background: url("../images/comment_bg.gif") repeat-y;
}

.commenter {
	padding: 0 0 5px 5px;
}

.services {
	padding-top: 10px;
}

.service_title p {
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-right: 19px;
	font-size: 18px;
	background: url("../images/arrow.gif") no-repeat right -19px;
}

.service_title span {
	cursor: pointer;
	background: url("../images/dot.gif") repeat-x left bottom;
}

.service_content {
	display: none;
	float: left;
	width: 100%;
	line-height: 17px;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
	background: url("../images/dot.gif") repeat-x left bottom;
}

.services .active {
	background-position: right 7px;	
}

.list {
	padding: 10px 0;
	list-style: none;
}

.list li {
	padding-bottom: 5px;
}


