@charset "utf-8";
/* CSS Document */

/*
		colors:  green color: #86c500;
*/

*  {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #a9a9a9;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #242424;
	
}

img {
	border: none;
}
.imgleft {
	float: left;
	margin: 0 15px 0 0;
}
.pageportfolio .imgleft {
	margin: 0 20px 0 0;
}
.imgright {
	float: right;
	margin: 0 0 5px 5px;
}
.clear {
	clear: both;
}

a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #86c500;
}
a:visited {
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #1A55A2;
}

h2 {
	font-size: 24px;
	line-height: 1.125em;
	margin-bottom: 1em;
	color: #1A55A2;
	
}
h3 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 18px;
	color: #88BC40;
}


ul {
	list-style: none;
}
p {
	font-size:1em;
	line-height: 130%;
	margin-bottom:1.5em;
}
p.bold {
	font-weight: bold;
}
p.lastparagraf {
	margin: 0;
}

table{ border-collapse:collapse; border-spacing:0; }
/* ============== LAYOUT =============== */
#wrapper {
	background: #fff;
	width: 960px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}
#wrap_padding {
	padding: 0 20px;
}
#top {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
#logo {
	float: left;
	width: 229px;
}
#phonetop {
	position: relative;
	float: right;
	width: 367px;
	height: 67px;
}
#phonetop img {
	position: absolute;
	bottom: 0;
	left: 0;
}
#phonetop a {
	background: url(../images/contactus_top.gif) no-repeat;
	width: 118px;
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
	display: block;
}
#navigation {
	background: url(../images/navi_bg.gif) no-repeat;
	width: 920px;
	height: 34px;
	margin-bottom: 20px;
}
#navigation ul.main li {
	float: left;
	margin: 0 10px;
}
#navigation ul.main li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 34px;
}
#navigation ul.main li a:hover {
	color: #86c500;
} 
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	width: 920px;
	height: 239px;
	position: relative;
	margin-bottom: 20px;
}
#header_content {
	position: absolute;
	right: 30px;
	top: 30px;
}
#header_content h1.bestproduct {
	background: url(../images/titles/h1_bestproducts.png) no-repeat;
	width: 560px;
	height: 42px;
	text-indent: -9999px;
}
#header_products_list {
	position: relative;
	width: 560px;
}
#header_products_list ul.list1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	
}
#header_products_list ul.list2 {
	position: absolute;
	top: 0;
	left: 224px;
	width: 230px;
	
}
#header_products_list ul li {
	background: url(../images/bullet_red.png) no-repeat;
	background-position: 0 4px;
	margin-left: 20px;
	padding-left: 25px;
	font-size: 15px;
	font-style: italic;
	color: #444444;
	line-height: 24px;
}

#product_table {
	float: left;
	width: 689px;
}
#tablehead table {
	background: url(../images/tablehead_bg.gif) repeat-x;
	width: 689px;
	height: 36px;
}
#tablehead table tr {
	height: 36px;
	color: #fff;
	font-size: 16px;
}
#tablehead table td.producthead {
	color: #fff;
	width: 38%;
	padding-left: 8px;
}
#tablehead table td.discounthead {
	color: #fff;
	width: 12%;
	padding-left: 8px;
}

table#services {
	width: 689px;
}

table#services tr {
	height: 31px;
	line-height: 31px;
}
table#tablehead {
	width: 689px;
}
table#tablehead tr {
	background: #333333;
	
}
table#tablehead td.tableproduct {
	width: 35%
	height: 34px;
}
table#tablehead td.tablediscount {
	width: 15%;
}
/* second table ========================== */
table#services td {
	border-left: 1px solid #e1efc5;
	border-top: 1px solid #e1efc5;
	border-right: 1px solid #e1efc5;
	border-bottom: 1px solid #e1efc5;
}
table#services tr.greencell {
	background: #f9ffeb;
}
table#services tr td.prod_img	{
	width: 15%;
	padding-left: 8px;
	border-right: none;
}
table#services tr td.prod_name	{
	width: 23%;
	text-transform: uppercase;
	border-left: none;
}
table#services tr td.prod_discount	{
	width: 12%;
	text-align: center;
}
table#services tr td.prod_discount span	{
	background: url(../images/bullet_green.png) no-repeat;
	background-position: 0 2px;
	padding-left: 25px;
}
#flex_tech {
	background: url(../images/flexible_technology.gif) no-repeat;
	float: right;
	width: 221px;
	height: 260px;
}
#flex_tech p {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #444444;
	margin: 80px 10px 0 10px;
}
#rates_top {
	background: url(../images/ratesbg_top.gif) no-repeat;
	width: 920px;
	margin: 20px 0;
}
#rates_bottom {
	background: url(../images/ratesbg_bottom.gif) no-repeat;
	background-position: bottom;
	width: 920px;
	padding: 15px 0;
	overflow: hidden;
}
.tabs {
	float: left;
	width: 420px;
}
.tabs p {
	font-size: 14px;
}
ul.tabnavigation li {
	float: left;
	margin: 1px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
ul.tabnavigation li a {
	display: block;
	padding: 3px;
	color: #0071A3;
}
ul.tabnavigation li a.selected {
	background: #444444;
	color: #fff;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6, #tabcontent7, #tabcontent8, #tabcontent9 {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 23px;
	width: 409px;
}
#rate_text {
	float: left;
	width: 160px;
}
#rate_text h2 {
	font-size: 20px;
	color: #86c500;
	text-align: center;
	margin-top: 140px;
}
#extra_profit {
	float: right;
	width: 340px;
}
#extra_profit p {
	color: #000;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
#extra_profit p.data {
	color: #444444;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	margin-top: 4px;
}
#extra_profit p.data a {
	color: #86C500;	
}
#extra_profit p.data a:visited {
	color: #444444;
	text-decoration: underline;	
}
.products_box_one, .products_box_two {
	float: left;
	width: 290px;
	height: 118px;
	margin-right: 25px;
}

.products_box_three {
	float: right;
	width: 290px;
	height: 118px;
}
/*================= opportunites page ================= */
#left {
	float: left;
	width: 567px;
}
#right {
	float: right;
	width: 323px;
}
#introtext {
	margin: 10px 0 40px 0;
}
p.largeintro {
	font-size: 18px;
	font-style: italic;
	color: #707070;
	line-height: 36px;
}
.productbox {
	margin-bottom: 25px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.pbox_content {
	float:left;
	width: 405px;
}
.pbox_content ul {
	list-style: disc inside;
	margin-top: 10px;
}
.pbox_content ul li {
	line-height: 18px;
}
.rightbox {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
}
h3.oursystem {
	background: url(../images/h3_oursystem.gif) no-repeat;
	width: 306px;
	height: 35px;
	text-indent: -9999px;
}

h3.thankyou {
	background: url(../images/h3_thankyou.gif) no-repeat;
	width: 338px;
	height: 35px;
	text-indent: -9999px;
	padding-right: 50px;
}



h3.ongoing {
	background: url(../images/h3_ongoing_annuity.gif) no-repeat;
	width: 306px;
	height: 61px;
	text-indent: -9999px;
}
.rightbox img {
	float: right;
}
/*==================== contact us ================  */
#contactus_form {
	width: 430px;
}
#contactus_form p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#inputs_left {
	float:left;
	width: 202px;
	margin: 0 25px 16px 0;
	
}
#inputs_right {
	float: right;
	width: 202px;
	margin: 0 0 16px 0;
}
#contactus_form form label {
	font-weight: bold;
}
#contactus_form form input {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	width: 200px;
	height: 24px;
	line-height: 24px;
}
#contactus_form form textarea {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	width: 428px;
}
#form_textarea input.button {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	width: 80px;
}

/* ============ footer =============*/
#footer_separator {
	background: #e5e5e5;
	height: 1px;
	width: 920px;
	margin: 20px 0 10px 0;
}

#logo_footer {
	float: left;
	width: 200px;
}
#footer_navi {
	position: relative;
	float: right;
	width: 720px;
}
#footer_navi ul {
	position: absolute;
	top: 0;
	right: 0;
}
#footer_navi ul li {
	float: left;
	
}
#footer_navi ul li a {
	display: block;
	margin: 0 2px;
	color: #444444;	
	font-size: 11px;
}
#footer_navi ul li a:hover {
	color: #000;	
}

.green {
	color:#86c500!important;
}

.green:hover {
	text-decoration:underline;
}
