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 {
	font: 13px arial, sans-serif;
	color: #006cb3;
	background: #383838 url("../images/bg.gif");
}

body {
	float: left;
	width: 100%;
	background: url("../images/gradient.gif") repeat-x 0 0;
}

h1 {
	font: normal 20px arial;
	text-decoration: none;
	padding: 0px 0px 15px 0px;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #006cb3; text-decoration: underline}
a:visited {color: #006cb3; text-decoration: underline}
a:active {color: #006cb3; text-decoration: underline}
a:hover {color: #006cb3; text-decoration: none}

#container {
	margin: 0 auto;
	max-width: 1280px;
}

#head {
	float: left;
	width: 100%;
	height: 365px;
	background: url("../images/head_bg.jpg") no-repeat center top;
}

.head {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.logo {
	position: absolute;
	left: 40px;
	top: 92px;
}

.search {
	position: absolute;
	left: 650px;
	top: 21px;
}

.search_input {
	float: left;
	width: 173px;
	height: 20px;
	padding: 6px 10px 0px 10px;
	background: url("../images/search_input.png") no-repeat;
}

.search_input input {
	float: left;
	font: bold 11px tahoma;
	background-color: transparent;
	border-width: 0;
	text-align: right;
	cursor: text;
	width: 173px;
	color: #fff;
}

.menu {
	position: absolute;
	right: 371px;
	top: 25px;
	font: bold 12px arial;
	text-transform: uppercase;
	list-style: none;
}

.menu li {
	float: left;
	padding-left: 21px;
}

.menu p {
	float: left;
	height: 20px;
	padding-right: 2px;
}

.menu .hover p {
	background: url("../images/orange_right.gif") no-repeat right top;
}

.menu span {
	float: left;
	height: 20px;
	padding-left: 2px;
}

.menu .hover span {
	background: url("../images/orange_left.gif") no-repeat 0 0;
}

.menu span a {
	float: left;
	height: 18px;
	padding: 2px 3px 0 3px;
}

.menu .hover a {
	background: url("../images/orange_bg.gif") repeat-x 0 0;
}

.menu a:link {color: #fff; text-decoration: none}
.menu a:visited {color: #fff; text-decoration: none}
.menu a:active {color: #fff; text-decoration: none}
.menu a:hover {color: #fff; text-decoration: none}

#content {
	float: left;
	width: 100%;
	padding-bottom: 70px;
	background: url("../images/content_bg.png") repeat-y center top;
}

.content {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#tabs {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -148px;
	padding-bottom: 6px;
	background: url("../images/tabs_bottom.png") no-repeat left bottom;
}

.top_tabs {
	width: 860px;
	height: 35px;
	padding: 0 25px 0 35px;
	list-style: none;
	background: url("../images/top_tabs.gif") no-repeat left bottom;
}

.top_tabs li {
	float: left;
	display: inline;
	padding-left: 6px;
	height: 31px;
	margin-right: 5px;
}

.active_tab {
	background: url("../images/tab_left.gif") no-repeat 0 0;
}

.top_tabs p {
	float: left;
	padding-right: 6px;
	height: 31px;
}

.active_tab p {
	background: url("../images/tab_right.gif") no-repeat right top;
}

.top_tabs span {
	float: left;
	padding: 8px 5px 0 5px;
	height: 23px;
	font-size: 13px;
	color: #393939;
	cursor: pointer;
}

.active_tab span {
	cursor: default;
	background: url("../images/tab_bg.gif") repeat-x 0 0;
}

hr {
	color: #ececec;
	height: 1px;
	border: 0;
	font-size: 0;
	overflow: hidden;
	background: #ececec;
	margin: 20px 0;
}

#footer {
	float: left;
	width: 100%;
	height: 55px;
	background: url("../images/footer_bg.png") no-repeat center top;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.sparky {
	position: absolute;
	left: 6px;
	top: -80px;
}

.contacts {
	position: absolute;
	left: 90px;
	top: -50px;
	font-size: 13px;
	color: #000080;
	border-collapse: collapse;
	border-spacing: 0;
}

.contacts td {
	padding: 0 25px 3px 0;
}

#tabs_content {
	float: left;
	width: 860px;
	padding: 20px 25px 10px 35px;
	background: url("../images/tabs_content.gif") repeat-y 0 0;
}

.tabs_content {
	float: left;
	width: 860px;
	overflow: hidden;
}

#tabs_content ul {
	float: left;
	width: 860px;
	list-style: none;
	overflow: hidden;
}

#tabs_content ul li {
	float: left;
	width: 860px;
	height: auto !important;
}

.prev {
	position: absolute;
	z-index: 3;
	left: -17px;
	top: 160px;
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.next {
	position: absolute;
	z-index: 3;
	right: -17px;
	top: 160px;
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.styled_table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	border: 2px solid #fff;
}

.styled_table td {
	border: 1px solid #eaeaea;
}

.transparent img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.styled_table2 {
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #fff;
	font-size: 9px;
	color: #383838;
}

.styled_table2 td {
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
}

.styled_table2 span {
	color: #006cb3;
}

.input {
	width: 275px;
	padding: 1px 5px;
	font: 11px arial;
	color: #595959;
}

.styled_table3 {
	border-collapse: collapse;
	border-spacing: 0;
}

.styled_table3 td {
	padding: 0 0 10px 0;
}

.textarea {
	width: 275px;
	height: 100px;
	padding: 1px 5px;
	font: 11px arial;
	color: #595959;
}
