body {
	background: #f3f0eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #6f6f6f;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ff0000;
}
.alert {
	color: #00b7dc;
}
#wrap {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
#wrap-left-border {
	zoom: 1;
	position: relative;
	background: url('images/left-border.gif') left top repeat-y;
}
#wrap-right-border {
	zoom: 1;
	position: relative;
	background: url('images/right-border.gif') right top repeat-y;
}
#wrap-main {
	position: relative;
	margin: 0 5px 0 5px;
}

/* Header */

#header {
	position: relative;
	background: url('images/header-bg.jpg') repeat-x #3dd4e1;
	height: 129px;
}
#header a {
	text-decoration: none;
	border: none;
}
#logo {
	position: relative;
	display: block;
	left: 23px;
	top: 14px;
}
#main-menu {
	position: absolute;
	left: 294px;
	bottom: 0;
}
#ext-top-menu {
	position: absolute;
	right: 20px;
	top: 20px;
}

/* Footer */

#footer {
	position: relative;
	font-size: 0.85em;
}
#footer a {
	text-decoration: none;
	border: none;
}
#ext-bottom-menu {
	position: absolute;
	right: 26px;
	top: 20px;
}
a#a2logo {
	display: block;
	position: absolute;
	left: 25px;
	top: 12px;
	width: 56px;
	height: 29px;
	background: url('images/a2logo.gif') left top no-repeat;
	text-decoration: none;
}
a#a2logo:hover {
	background-position: right top;
}
a#a2logo span {
	display: none;
}
a#sftlogo {
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 85px;
	height: 29px;
	background: url('images/site_seal.gif') left top no-repeat;
	text-decoration: none;
}
a#sftlogo:hover {
	background-position: right top;
}
a#sftlogo span {
	display: none;
}
#copyright {
	position: relative;
	margin-right: -0.4em;
	text-align: right;
}

#feedback-tab {
    position: absolute;
    right: -5px;
    top: 20px;
    width: 26px;
    height: 77px;
}
#feedback-tab a {
    display: block;
    width: 26px;
    height: 77px;
    border: none;
    text-decoration: none;
    background: url('images/feedback.gif') left top no-repeat;
}

/* Content */

#main-content {
	position: relative;
	background: url('images/left-side-bg.gif') left top repeat-y #ffffff;
	zoom: 1;
}
#side-bar {
	position: relative;
	width: 294px;
	float: left;
	padding: 6px 0;
}
#content {
	position: relative;
	float: right;
}
.short {
	width: 720px;
}
.full {
	width: 1004px;
	background: #ffffff;
	padding-left: 10px;
}
#bottom-border {
	position: relative;
	width: 100%;
	height: 5px;
	background: url('images/bottom-border.gif') left top repeat-x;
}
div.corner {
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	background: url('images/corners.gif') no-repeat;
}
* html div.corner {
	line-height: 3px;
	font-size: 3px;
}
div.left-bottom {
	left: -5px;
	background-position: left bottom;
}
div.left-bottom-grey {
	left: -5px;
	line-height: 3px;
	font-size: 3px;
	background-position: left top;
}

div.right-bottom {
	right: -5px;
	background-position: right bottom;
}
#sub-menu {
	position: relative;
	left: 13px;
	top: 12px;
	float: left;
	margin-bottom: 25px;
}

/* Main text */

#content-text {
	position: relative;
	padding: 10px 30px 1.8em 30px;
}
h1 {
	color: #006d91;
	font-size: 1.9em;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}
h2 {
	color: #006d91;
	font-size: 1.1em;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h3 {
	color: #006d91;
	font-size: 1em;
	font-weight: normal;

}
a {
	color: #00b7dc;
	border-bottom: 1px solid;
	text-decoration: none;
}
p {
	margin-bottom: 1.8em;
}
ul {
	padding-left: 3em;
	margin-bottom: 1.8em;
	list-style-type: disc;
}
ol {
	padding-left: 3em;
	margin-bottom: 1.8em;
	list-style-type: decimal;
}

ul.markerless {
	padding-left: 0;
	list-style-type: none;
}
a.download {
	border: none;
	text-decoration: none;
}
a.download span.text {
	border-bottom: 1px solid;
}
a.download span.icon {
	vertical-align: middle;
	height: 21px;
	width: 21px;
	display: inline-block;
	margin-right: 5px;
	background: url('images/download.gif') left top no-repeat;
}
a.download:hover span.icon {
	background: url('images/download.gif') left bottom no-repeat;
}

table.data-table {
	margin-bottom: 1.8em;
}
table.data-table td {
	border: 1px solid #c5c5c5;
	padding: 5px;
	font-size: 0.85em;
}
table.data-table thead td {
	background: url('images/data-tab/header-bg.gif') left top repeat-x  #00b8dc;
	color: #ffffff;
	border-color: #C5C5C5;
}
table.data-table thead td a {
	color: #ffffff;
	border-color: #ffffff;
}
table.data-table td.number {
	text-align: right;
}
table.data-table td.action {
	text-align: center;
}
table.data-table tr:hover {
	background: #f0ebdf;
}


/* Big button */

a.big-button {
	display: block;
	float: right;
	position: relative;
	background: url('images/big-button/bg.gif') repeat-x left top #7ad1e9;
	text-decoration: none;
	border: none;
	color: #ffffff;
	cursor: hand;
}
a.big-button:hover {
	background-position: left bottom;
}
span.big-button {
	display: block;
	float: left;
	position: relative;
	background: url('images/big-button/shadow.gif') repeat-x left bottom;
	font-size: 1.2em;
	padding: 6px 35px 9px 35px;
}
span.big-button span.corner {
	position: absolute;
	display: block;
	font-size: 6px;
	line-height: 6px;
	overflow: hidden;
	width: 13px;
	background-image: url('images/big-button/corners.gif');
	background-repeat: no-repeat;
}
span.big-button span.left-top {
	background-position: left top;
	left: 0;
	top: 0;
	height: 13px;
}
span.big-button span.right-top {
	background-position: right top;
	right: 0;
	top: 0;
	height: 13px;
}
span.big-button span.left-bottom {
	background-position: left bottom;
	left: 0;
	bottom: 0;
	height: 16px;
}
span.big-button span.right-bottom {
	background-position: right bottom;
	right: 0;
	bottom: 0;
	height: 16px;
}

/* Big button  grey */

a.big-button-grey {
	display: block;
	float: right;
	position: relative;
	background: url('images/big-button/bg.gif') repeat-x left top #7ad1e9;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
a.big-button-grey:hover {
	background-position: left bottom;
}
span.big-button-grey {
	display: block;
	float: left;
	position: relative;
	background: url('images/big-button/shadow_grey.gif') repeat-x left bottom;
	font-size: 1.2em;
	padding: 6px 35px 9px 35px;
}
span.big-button-grey span.corner {
	position: absolute;
	display: block;
	font-size: 6px;
	line-height: 6px;
	overflow: hidden;
	width: 13px;
	background-image: url('images/big-button/corners_grey.gif');
	background-repeat: no-repeat;
}

span.big-button-grey span.left-top {
	background-position: left top;
	left: 0;
	top: 0;
	height: 13px;
}
span.big-button-grey span.right-top {
	background-position: right top;
	right: 0;
	top: 0;
	height: 13px;
}
span.big-button-grey span.left-bottom {
	background-position: left bottom;
	left: 0;
	bottom: 0;
	height: 16px;
}
span.big-button-grey span.right-bottom {
	background-position: right bottom;
	right: 0;
	bottom: 0;
	height: 16px;
}

/* Big button blue */

a.big-button-blue {
	display: block;
	float: right;
	position: relative;
	background: url('images/big-button/bg.gif') repeat-x left top #7ad1e9;
	text-decoration: none;
	border: none;
	color: #ffffff;
}
a.big-button-blue:hover {
	background-position: left bottom;
}
span.big-button-blue {
	display: block;
	float: left;
	position: relative;
	background: url('images/big-button/shadow_blue.gif') repeat-x left bottom;
	font-size: 1.2em;
	padding: 6px 35px 9px 35px;
}
span.big-button-blue span.corner {
	position: absolute;
	display: block;
	font-size: 6px;
	line-height: 6px;
	overflow: hidden;
	width: 13px;
	background-image: url('images/big-button/corners_blue.gif');
	background-repeat: no-repeat;
}

span.big-button-blue span.left-top {
	background-position: left top;
	left: 0;
	top: 0;
	height: 13px;
}
span.big-button-blue span.right-top {
	background-position: right top;
	right: 0;
	top: 0;
	height: 13px;
}
span.big-button-blue span.left-bottom {
	background-position: left bottom;
	left: 0;
	bottom: 0;
	height: 16px;
}
span.big-button-blue span.right-bottom {
	background-position: right bottom;
	right: 0;
	bottom: 0;
	height: 16px;
}

/* Grey panel */

div.grey-panel {
	position: relative;
	zoom: 1;
	background: #eeede9;
	padding: 20px;
}
div.grey-panel div.corner {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 6px;
	line-height: 6px;
	overflow: hidden;
	background-image: url('images/grey-panel/corners.gif');
	background-repeat: no-repeat;
}
div.grey-panel div.left-top {
	background-position: left top;
	left: 0;
	top: 0;
}
div.grey-panel div.right-top {
	background-position: right top;
	right: 0;
	top: 0;
}
div.grey-panel div.left-bottom {
	background-position: left bottom;
	left: 0;
	bottom: 0;
}
div.grey-panel div.right-bottom {
	background-position: right bottom;
	right: 0;
	bottom: 0;
}
/* Hacks for IE 6 or older */
* html div.grey-panel div.right-bottom,
* html div.grey-panel div.left-bottom {
	bottom: expression((this.offsetParent.clientHeight % 2) ? '-1px' : 0);
}
* html div.grey-panel div.right-bottom,
* html div.grey-panel div.right-top {
	left: -10px;
	margin-left: 100%;
}

/* Forms */

.form-layout {
	margin-bottom: 1.8em;
}
.form-label {
	font-size: 0.85em;
	vertical-align: top;
	padding: 0 10px 5px 0;
}
.form-input {
	vertical-align: top;
	padding: 0 0 5px 0;
}
.form-comment {
	font-size: 0.85em;
	padding: 0 0 5px 10px;
}
input.form-field:focus {
	outline: 1px solid #a6ecf2;
}
input.submit-button {
	padding: 0 20px;
}
input.select-button {
	vertical-align: text-bottom;
}
input.tiny-data {
	width: 150px;
}
select.tiny-data {
	width: 153px;
}
input.medium-data {
	width: 220px;
}
input.long-data {
	width: 400px;
}
textarea.long-data {
	width: 400px;
	height: 200px;
}
select.long-data {
	width: 403px;
}
input.add-file-field,
input.remove-file-field {
	width: 2em;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.form_wrap {
	position: relative;
	display: inline;
	margin-left: -25px;
    margin-bottom: 1.8em;
}
.form_wrap .form-layout {
    margin-bottom: 0;
}
.form_left_shadow {
	background: url(images/form_conners_shadows/tleft_shadow.jpg) left top repeat-y;
}
.form_top_shadow {
	background: url(images/form_conners_shadows/top_shadow.jpg) top  repeat-x;
}
.form_right_shadow {
	background: url(images/form_conners_shadows/right_shadow.jpg) right repeat-y;
}
.form_bottom_shadow {
	background: url(images/form_conners_shadows/bottom_shadow.jpg) bottom repeat-x;
}
.form_left_top_corner {
	background: url(images/form_conners_shadows/left_top_corner.jpg) left top no-repeat;
}
.form_right_top_corner {
	background: url(images/form_conners_shadows/right_top_corner.jpg) right top no-repeat;
}
.form_right_bottom_corner {
	background: url(images/form_conners_shadows/right_bottom_corner.jpg) right bottom no-repeat;
}
.form_left_bottom_corner {
	background: url(images/form_conners_shadows/left_bottom_corner.jpg) left bottom no-repeat;
}

.form_in_wrap {
	padding: 30px 25px;
}
.form_wrap,
.form_left_shadow,
.form_top_shadow,
.form_right_shadow,
.form_bottom_shadow,
.form_left_top_corner,
.form_right_top_corner,
.form_right_bottom_corner,
.form_left_bottom_corner,
.form_in_wrap {
	zoom: 1;
	float: left;
}

/* PAGES */

	/* How We Work */

		.three_boxes .with_content {
			float: left;
			width: 155px;
			margin-bottom: 10px;
		}
		.three_boxes .one_box {
			background: url(images/pages/how_we_work1.jpg) 0 3px  no-repeat;
			padding-left: 40px;
		}
		.three_boxes .two_box {
			background: url(images/pages/how_we_work2.jpg) 0 3px  no-repeat;
			padding-left: 47px;
			margin: 0 10px;
			display: inline;
		}
		.three_boxes .three_box {
			background: url(images/pages/how_we_work3.jpg) 0 3px  no-repeat;
			padding-left: 64px;
		}

.contact_us .left_column {
	float: left;
	width: 285px;
}
	.contact_us .right_column {
		margin-left: 325px;
	}
	.contact_us  h2 {
		margin-top: 0px;
		font-weight: bold;
	}
	.contact_us .email_us {
		background: url(images/pages/email_us.jpg) no-repeat 0 5px;
		padding-left: 50px;
		zoom: 1;
	}
	.contact_us .fax_us {
		background: url(images/pages/fax_us.jpg) no-repeat;
		padding-left: 50px;
		zoom: 1;
	}
	.contact_us .call_us  {
		background: url(images/pages/call_us.jpg) no-repeat;
		padding-left: 50px;
		zoom: 1;
	}
	.contact_us .write_to_us  {
		background: url(images/pages/write_us.jpg) 6px 0 no-repeat;
		padding-left: 50px;
		zoom: 1;
	}

.us_in_detail {
	background-color: #f8f8f8;
	padding: 10px 10px 15px;
	border: 1px solid #DED9EC;
	margin: 0 -10px 1.8em -10px;
}
	.us_in_detail .left_column {
		float: left;
		width: 312px;
		padding-right: 40px;
	}
	.us_in_detail .right_column {
		margin-left: 352px;
	}
	.us_in_detail .mission {
		background: url(images/pages/about_us_list.jpg) 0 7px no-repeat;
		padding-left: 20px;
		zoom: 1;
	}
	.us_in_detail   h2 {
		margin-top: 10px;
		margin-bottom: 6px;
		font-weight: bold;
	}
	.us_in_detail p {
		padding: 0px;
		margin: 0px;
	}

.checkout_left {
	background: url(images/pages/checkout.jpg) no-repeat 0 20px;
	width: 313px;
	height: 234px;
	position: relative;
	float: left;
	margin-left: 10px;
	padding-top:96px;
	text-align: center;
	display: inline;
}
.checkout_left a.big-button-grey  {
	display: inline;
	margin-right: 90px;
	zoom:1;
}
 .checkout_right form  {
	padding-left: 45px;
}
*html .checkout_right form  {
	padding-left: 0;
}
.checkout_left h2 {
	font-size: 1.45em;
	color: #2a8ab0;
	font-weight: normal;
	margin-bottom:65px;
}
.checkout_right h2 {
	font-size: 1.45em;
	color: #2a8ab0;
	font-weight: normal;
	margin-bottom:34px;
}
.checkout_right {
	background: url(images/pages/checkout.jpg) no-repeat 0px 20px;
	width: 313px;
	height: 234px;
	position: relative;
	float: right;
	margin-right: 10px;
	padding-top:55px;
	text-align: center;
	display: inline;
	zoom:1;
}


.main_page {
}
.main_page .right_column {
	float: right;
	text-align: left;
	position: relative;
	zoom: 1;
		width: 250px;
}
.main_page .book {
	width: 250px;
	background: url(images/pages/home_page.jpg) no-repeat;
	height: 160px;
	display: block;
	border: none;
	text-decoration: none;
	outline: none;
margin: 60px 0 0 10px;

}
.main_page .left_column {
	margin-right: 300px;
	text-align: justify;
}
.main_page .right_column  .button-wrap {
	margin-right: 50px;
	position: relative;
	zoom: 1;
}