html, body {
	height:100%;
	padding:0;
	margin:0;
}
body {
	color:#565656;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#959595 url(../images/body_bg.jpg) repeat-x 0 0;
}
input, textarea, select {
	color:#474747;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
td {
	vertical-align:top;
}
a {
	color:#d70922;
	text-decoration:none;
}
.clear {
	font-size:0px;
	height:0px;
	clear:both;
}
img, div, input, h1, h2, table, tr, th, td, a {
	behavior: url("iepngfix.htc")
}
div.wrapper {
	height:auto !important;
	min-height:100%;
	height:100%;
	position:relative;
	background:url(../images/bottom_bg.jpg) repeat-x 0 100%;
}
.inner_wrapper {
	min-height:800px;
}
.left_bg {
	background:url(../images/left_bg.jpg) no-repeat 100% 0;
	width:50%;
}
.right_bg {
	background:url(../images/right_bg.jpg) no-repeat 0 0;
	width:50%;
}
.content {
	width:994px;
}
td.content div.content {
	background:url(../images/page_bg.jpg) repeat-y 0 0;
}
.content_padding {
	padding:15px 35px 40px 35px;
	text-align:justify;
	line-height:130%;
}
.top_header {
	background-image:url(../images/top_header_bg.gif);
	height:109px;
	position:relative;
}
h1 {
	position:absolute;
	width:267px;
	height:107px;
	left:0;
	top:0;
	padding:0;
	margin:0;
}
h1 a {
	display:block;
	width:267px;
	height:107px;
	text-indent:-999px;
	overflow:hidden;
}
/* Top navigation */
.top_navigation {
	position:absolute;
	top:8px;
	left:840px;
	color:#fff;
	font-size:11px;
}
.top_navigation a {
	color:#fff;
	margin:0 3px;
}
.top_navigation a:hover {
	color:#f7cdd2;
}
.top_navigation a.blog_link {
	display:inline-block;
	background:url(../images/blog_icon.gif) no-repeat 0 5px;
	height:15px;
	padding-left:10px;
}
.top_navigation a.help_link {
	display:inline-block;
	background:url(../images/help_icon1.gif) no-repeat 0 4px;
	height:15px;
	padding-left:8px;
	margin-left:5px;
}
/* Main navigation */
.main_navigation {
	position:relative;
	height:52px;
	margin-left:322px;
	margin-right:17px;
	padding:0 0 0 12px;
	top:57px;
	display:block;
}
.main_navigation ul {
	list-style:none;
	padding:0;
	margin:0;
	height:52px;
	float:right;
}
.main_navigation ul li {
	float:left;
	list-style:none;
}
.main_navigation ul li.first {
	background:url(../images/main_nav_left.gif) no-repeat 0 0;
	height:52px;
	width:13px;
}
.main_navigation ul li.last {
	background-image:url(../images/main_nav_right.gif);
	height:52px;
	width:13px;
}
.main_navigation ul li a {
	display:block;
	float:left;
	padding:0;
	height:52px;
	font-weight:bold;
	font-size:13px;
	color:#6e6e6e;
	background:url(../images/main_nav_bg.gif);
}
.main_navigation ul li a.first_link span {
	background:url(../images/first_link_bg.gif) no-repeat 0 0;
}
.main_navigation ul li a span {
	background:url(../images/main_nav_link_bg.gif) no-repeat 0 0;
	display:block;
	height:43px;
	padding: 19px 30px 0px 30px;
	cursor:pointer;
	float:left;
}
.main_navigation ul li.current a, .main_navigation ul li a:hover {
	background:url(../images/hover_bg.gif) repeat-x 0 0;
	color:#000;
}
.main_navigation ul li.current a span, .main_navigation ul li a:hover span {
	background:url(../images/hover_bg1.gif) no-repeat 0 0;
}
.main_navigation ul li.current a.first_link span, .main_navigation ul li a.first_link:hover span {
	background:url(../images/hover_bg_first.gif) no-repeat 0 0;
}
/* Headers */
.header1 {
	position:relative;
	background:url(../images/head1_bg.jpg);
	height:305px;
}
.header2 {
	position:relative;
	background:url(../images/head2_bg.jpg);
	height:169px;
}
.slogan {
	font-size:26px;
	color:#525151;
	position:absolute;
	width:502px;
	left:455px;
}
.header1 .slogan {
	top:76px;
}
.header2 .slogan {
	top:20px;
}
/* Login panel */
.login_panel {
	background-image:url(../images/btns_bg.gif);
	width:501px;
	height:46px;
	position:absolute;
	top:162px;
	left:455px;
}
.login_panel ul {
	list-style:none;
	padding:10px 0 0 11px;
	margin:0;
}
.login_panel ul li {
	list-style:none;
	float:left;
}
.login_panel a {
	display:inline-block;
	float:left;
	text-indent:-999px;
	height:26px;
	overflow:hidden;
	margin-right:9px;
}
li.btn1 a {
	background:url(../images/new_reg_btn.gif);
	width:163px;
}
li.btn2 a {
	background:url(../images/forgotten_pass_btn.gif);
	width:158px;
}
li.btn3 a {
	background:url(../images/login_btn.gif);
	width:141px;
}
/* Breadcrumb */
.breadcrumb {
	position:absolute;
	font-size:11px;
	height:40px;
	line-height:36px;
	color:#9f9f9f;
	padding:0 30px;
	width:934px;
}
.breadcrumb a {
	color:#9f9f9f;
}
.breadcrumb a.current_page {
	color:#d70922;
}
.header1 .breadcrumb {
	top:251px;
}
.header2 .breadcrumb {
	top:119px;
}
.contact_info {
	float:right;
	color:#050505;
	font-size:17px;
	width:233px;
}
.contact_info span {
	float:right;
	background:url(../images/gsm_icon.gif) no-repeat 0 5px;
	padding:0 0 0 30px;
	margin-left:2px;
	font-size:19px;
}
/* Footer */
.footer {
	height:41px;
	line-height:39px;
	background:url(../images/footer_bg.gif);
	color:#fff;
	padding:0 30px 0 20px;
	width:944px;
	font-size:12px;
}
.footer span {
	float:right;
	color:#f1b9c0;
}
.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
.footer ul li {
	list-style:none;
	float:left;
}
.footer ul li a {
	color:#fff;
	margin:0 7px;
}
.footer ul li a:hover {
	text-decoration:underline;
}
.bottom {
	background-image:url(../images/bottom_bg.png);
	height:51px;
}
/* Content columns */
.left_column1 {
	width:535px;
	float:left;
	text-align:justify;
}
h2.info {
	color:#d61a30;
	margin:0;
	padding:13px 0 5px 55px;
	font-size:23px;
	font-weight:normal;
	background:url(../images/info_icon.jpg) no-repeat 0 0;
	height:40px;
	line-height:normal;
}

h2.info_small {
	color:#d61a30;
	margin:0;
	padding:13px 0 0px 0px;
	font-size:18px;
	font-weight:normal;
	height:30px;
	line-height:normal;
}

.check_big {
	font-size: 16px;
	line-height: 26px;	
}

h2 {
	color:#d61a30;
	margin:0;
	padding:0 0 13px 0;
	font-size:23px;
	font-weight:normal;
	line-height:normal;
}
.right_column1 {
	width:353px;
	float:left;
	text-align:justify;
	padding-left:35px;
	position:relative;
}
h3.right_column1_top {
	background:url(../images/right_column1_top.jpg) no-repeat 0 0;
	color:#fff;
	font-size:14px;
	padding:0 0 0 22px;
	line-height:50px;
	margin:0;
	height:53px;
}
h3.right_container_top {
	background-image:url(../images/right_container_header.jpg);
	height:53px;
	line-height:53px;
	color:#fff;
	margin:5px 0 0 0;
	padding:0;
	padding:0 0 0 22px;
}
.right_container {
	background:url(../images/right_column1_bg.gif) repeat-y 0 0;
}
.right_container_bottom {
	background-image:url(../images/right_column1_bottom.gif);
	height:13px;
	font-size:0px;
	line-height:0px;
}
.right_container_bg {
	background:url(../images/right_container_bg.jpg) no-repeat 0 0;
	padding:10px 20px 5px 20px;
	height:1%;
	text-align:left;
	font-size:12px;
}
.right_container_bg p {
	margin:0;
	padding:0;
	padding-bottom: 6px;
	font-size: 11px;
	text-align: justify;
	color: #454545;
}
/* Blog items */
.latest_post {
	background-color:#f2f2f2;
	border:#d7d7d7 1px solid;
	background:#f2f2f2 url(../images/blog_item_bg.gif) no-repeat 0 0;
	height:1%;
	margin-top:2px;
	text-align:left;
}
.separator {
	background:url(../images/dot.gif) repeat-y 53px 0;
}
.date {
	color:#858585;
	font-size:9px;
	width:55px;
	float:left;
	text-align:center;
	padding:3px 0 5px 0;
}
.date span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	display:block;
}
.latest_post a {
	display:block;
	color:#000;
	font-weight:bold;
	line-height:100%;
	margin-left:60px;
	padding: 13px 13px 13px 0;
}
.latest_post a:hover {
	color:#5b5b5b;
}
.more_from_blog {
	display:block;
	background:url(../images/more_from_blog.gif);
	width:99px;
	height:24px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	margin-top:10px;
}
.sms_blog {
	position:absolute;
	background:url(../images/sms_blog_icon.png);
	width:79px;
	height:58px;
	top:6px;
	right:5px;
}
td.left_content {
	padding-right:30px;
	border-right:#dcdcdc 1px solid;
}
td.right_content {
	padding-left:30px;
}
/* Help center */
.help_left {
	float:left;
	width:287px;
}
.help_right {
	margin-left:312px;
	padding-top:10px;
}
.left_menu {
	background:url(../images/left_menu_bg.jpg) repeat-y;
	width:287px;
}
.left_menu_top {
	background:url(../images/left_menu_top.jpg) no-repeat 0 0;
	width:287px;
}
.left_menu_bottom {
	background:url(../images/left_menu_bottom.jpg) no-repeat 0 100%;
	width:237px;
	padding:25px;
}
.left_menu_bottom ul {
	padding:0;
	margin:0;
	list-style:none;
}
.left_menu_bottom ul li a {
	display:block;
	background:url(../images/level_closed.jpg) no-repeat 0 0;
	color:#383838;
	padding: 5px 0 5px 28px;
	margin-bottom:3px;
	text-align: left;
}
.left_menu_bottom ul li ul li a {
	display:block;
	background:url(../images/level_closed.jpg) no-repeat 0 0;
	color:#383838;
	padding: 5px 0 5px 28px;
	margin-bottom:3px;
	text-align: left;
}
.left_menu_bottom ul li ul li {
	background:url(../images/tree_sign.gif) no-repeat 7px 2px;
	padding-left:19px;
}
.left_menu_bottom a.parent {
	background:url(../images/level1.jpg) no-repeat 0 0;
}
.left_menu_bottom a.current {
	font-weight:bold;
	background:url(../images/level2.jpg) no-repeat 0 0;
}
.help_padding {
	padding:15px 25px 40px 25px;
	text-align:justify;
	line-height:130%;
}
h3.help_center {
	background:url(../images/help_icon.gif) no-repeat 0 0;
	height:35px;
	padding:12px 0 0 39px;
	font-size:16px;
	color:#D61A30;
	margin:0 0 0 10px;
}
/* Code */
.code_head {
	background:#d60a23 url(../images/code_sigh.gif) no-repeat 98% 50%;
	color:#fff;
	padding-left:15px;
	line-height:30px;
	height:30px;
	margin-top:25px;
	width:609px;
	border:#d60a23 1px solid;
}
.code {
	margin-top:1px;
	padding:20px 30px;
	background-color:#f8f8f8;
	color:#183d87;
	border:#c1c1c1 1px solid;
	width:564px;
	font-family:"Courier New", Courier, monospace;
}
pre {
	padding:0;
	margin:0;
}
/* Warning */
.warning {
	margin-top:15px;
	background:url(../images/warning_bg.gif);
	width:624px;
}
.warning_top {
	background:url(../images/warning_top.gif) no-repeat 0 0;
}
.warning_bottom {
	background:url(../images/warning_bottom.gif) no-repeat 0 100%;
	padding:15px 15px 15px 85px;
	min-height:25px;
	font-weight:bold;
}
a.resource {
	font-size:14px;
	font-weight:bold;
	display:block;
	background:url(../images/link_icon.gif) no-repeat 0 0;
	padding:11px 0 0 40px;
	height:31px;
	margin-top:15px;
}
a.resource2 {
	font-size:14px;
	font-weight:bold;
	display:block;
	background:url(../images/link_icon.gif) no-repeat 0 0;
	padding:11px 0 0 40px;
	height:21px;
	margin-top:5px;
}


a.resource:hover {
	color:#222;
}

a.resource2:hover {
	color:#222;
}

a.download {
	font-size:14px;
	font-weight:bold;
	display:block;
	background:url(../images/download_icon.gif) no-repeat 0 0;
	padding:11px 0 0 40px;
	height:31px;
	margin-top:15px;
}

a.download:hover {
	color:#222;
}

.table {
	margin-top:15px;
}
.table tr th {
	background:#b8b8b8 url(../images/th_bg.gif) repeat-x 0 0;
	color:#fff;
	font-weight:bold;
}
.table tr td {
	background:#f2f2f2 url(../images/td_bg.gif) repeat-x 0 0;
}
.table tr th, .table tr td {
	text-align:left;
	padding:5px 8px;
}

.table_demo td {
    border-bottom: 1px solid #CCCCCC;
}

.btn4 {
    height:35px;
    width:107px;
    background:url(../images/btn_bg.gif);
    color:#fff;
    font-weight:bold;
    text-align:center;
    border:none;
    cursor:pointer;
}

.block {
	background:url(../images/block.png) no-repeat;
	height:70px;
	padding:30px;
	margin-bottom:10px;
}
.block h2 {
	margin:0;
	padding:0 0 7px 0;
	font-size:23px;
}
.block p {
	margin:0;
	padding:0;
}
.block p a {
	color:#666666;
}
.block a {
	display:block;
}
