/* @Custom Fonts Import */
@import url("table.css");
@font-face{ font-family: OpenSans; src: url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);}
@font-face{ font-family: DroidSerif; src: url(../fonts/DroidSerif-Bold.ttf);}

/* @group ResetClasses */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


ol, ul {
	list-style: none;
	font-size:13px;
	line-height:21px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* @Body Style */

body {
	background-image: url(../graphics/bg_global.png);
	background-repeat: repeat-x;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 12px;
}

div {
	display: block;
}

/* @Typography */

p {
	font-size: 13px;
	line-height: 22px;
	color: #464647;
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: OpenSans, Arial, sans-serif;
}

h1 {
	color: #000000;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 15px;
	font-weight: 500;
}

h2 {
	color: #0b0b0b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: 400;
}

h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: 300;
}

h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: 300;
}

h5{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: 200;
}

h6{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: 200;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 131px;
	width: 1000px;
}
.logoContainer {
	width: auto;
	float: left;
	height: 87px;
}
.loginBoxContainer {
	float: right;
	height: 87px;
}
.fieldContainer {
	width: 480px;
	padding-top: 15px;
	float: left;
}
.loginField {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #181818;
	width: 120px;
	margin-right: 5px;
	color: #000;
}

#BTNJoinNow{
	margin-left:20px;
}

/* ----- Stretchable button  -------- */
input.button {
	border: 0;
	background: #fff url(../graphics/btn_left.png) no-repeat;
	background-color: transparent;
	color: #000;
	height: 29px;
	cursor: pointer;
	font-weight: bold;
	padding-right: 0px;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;

}
.signupLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}


.buttonEnding {
	position: absolute;
	display: inline;
	width: 12px;
	height: 29px;
	background: url(../graphics/btn_right.png) no-repeat;
	background-position: right;
	margin: 0px;
	padding-right: 0px;
	margin-top: 5px;
	
}
/* ----- Stretchable button end  -------- */



/* @group NAV */

.navContainer {
	background-image: url(../graphics/nav_bg.png);
	background-repeat: repeat-x;
	height: 39px;
	float: left;
}

#nav {
	float:left;
	font-size:93%;
	line-height:normal;
	float:left;
	width: 1000px;
	padding-top: 6px;
	height: 38px;
  }
#nav ul {
  margin:0;
  padding: 0px;
  list-style:none;
  }
#nav li {
  float:left;
  background:url(../graphics/left.gif) no-repeat left top;
  height: 38px;
  border: none;
  display: inline;
  }
#nav a {
	float:left;
	display:block;
	background:url(../graphics/right.gif) no-repeat right top;
	text-decoration:none;
	margin-right: 30px;
	padding-top:  9px;
	padding-left: 5px;
	padding-right: 14px;
	padding-bottom: 13px;
	float:none;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#nav a:hover {
  color:#FFFFF;
  }
  
#nav #current {
  background-image:url("../graphics/tab_left_on.png");
  padding-left: 8px;
 

  }
  
#nav #current a {
  background-image:url("../graphics/tab_right_on.png");
  color:#54636c;

  }


.bannerContainer {
	margin-bottom: 16px;
}
.bannerContainerSub {
	margin-bottom: 16px;
}

/* Column Sizes */


.col1 {
	width: 1000px;
	float: left;
	margin-top: 15px;
}

.col2 {
	width: 322px;
	float: left;
	margin-right: 17px;
}

.col3 {
	width: 317px;
	float: left;
	margin-right: 16px;
}

.col4 {
	width: 225px;
	float: left;
	padding: 15px;
	padding-top: 25px;
}
.col5 {
	width: 680px;
	float: left;
	padding: 25px;
}
.col6 {
	width: 1000px;
	float: left;
	margin-top: 15px;
}

.row {
	width:100%;
	clear:both;
}
	
/* @Main Column Sizes */

.col-md-3{
	width: 32%;
	float: left;
	position: relative;
	min-height: 1px;
	margin-bottom: 30px;
}

.col-md-3b{
	width: 32%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 30px;
}

.service-content{
	padding-left: 20px;
	padding-top:10px;
	padding-bottom: 40px;
}

.service-center {
	text-align: left;
}

.service-icon{
	margin-top:-90px;
}

.service-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	border-bottom: 1px #ffb80c solid;
}

.service-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.service-center {
	margin-bottom: 14px;
}

.service-center .service-icon i {
	display: inline-block;
}

.service-center .service-content h3 {
	margin-bottom: 10px;
}

.service-boxed p {
 	margin-bottom: 0;
}

.service-box:hover {
	color: #ffa319;
}

.textHolder h2, .textHolder p{
	text-align:left;
}

.textHolder h2{
	margin-top:30px;
	}


/* Button */

.sc_button_green, a.sc_button_green {
	background-color: #71be3c;
	color: #ffffff;
}

.sc_button_large, a.sc_button_large {
	font-size: 13px;
	padding: 8px 16px 8px 16px;
	margin: 0 1px 4px 0;
}

.sc_button_round, a.sc_button_round {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.sc_button, a.sc_button {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.sc_button_green, a.sc_button_green {
	background-color: #71be3c;
	color: #ffffff;
}

.sc_button:hover, a.sc_button:hover {
	background-color: #303436;
	color: #ffffff;
}
.sc_button:hover, a.sc_button:hover {
	background-color: #303436;
	color: #ffffff;
}

	
.mainContent {
	width: 1000px;
	float: left;
	margin-bottom: 17px;
}
.subContent {
	width: 1000px;
	float: left;
	margin-bottom: 17px;
	background-repeat: no-repeat;
	min-height: 465px;
}
.subContentSignup {
	width: 950px;
	float: left;
	margin-bottom: 17px;
	background-image: url(../graphics/bg_subcontent_signup.png);
	background-repeat: no-repeat;
	min-height: 465px;
	padding: 25px;
}
.boxOpen {
	width: 322px;
	float: left;
	background-image: url(../graphics/box_open.png);
	background-repeat: no-repeat;
	height: 7px;
}
.boxContent {
	float: left;
	width: 290px;
	background-image: url(../graphics/box_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f7f9f9;
	border-right: 1px solid #cad3d8;
	border-left: 1px solid #cad3d8;
	min-height: 125px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}


.gradientBox {
	float: left;
	margin-bottom: 15px;
}

.boxContent h1 {
	font-size: 24px;
	padding-left: 45px;
	min-height: 35px;
}
.iconRegister {
	background-image: url(../graphics/icon_register.png);
	background-repeat: no-repeat;
}
.iconGetApproved {
	background-image: url(../graphics/icon_getapproved.png);
	background-repeat: no-repeat;
}
.iconEarnMoney {
	background-image: url(../graphics/icon_earnmoney.png);
	background-repeat: no-repeat;
}
.boxClose {
	float: left;
	width: 322px;
	background-image: url(../graphics/box_close.png);
	background-repeat: no-repeat;
	height: 8px;
}
.box2 {
	width: 322px;
	float: left;
}
.box3 {
	width: 322px;
	float: left;
}
.textHolder {
	float: left;
	width: 322px;
}
.bannerHolder {
	float: left;
	width: 322px;
}
.bannerHolderSub {
	float: left;
	width: 220px;
	margin-top: 20px;
}
.footerContainer {
	background-image: url(../graphics/footer_bg.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 20px;
	float: left;
	margin-bottom: 20px;
	font-size: 13px;
	padding: 10px;
}
.footerContainer li {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	margin-bottom: 15px;
}

.footerContainer ul li a{
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
}

.footerContainer a:hover {
	text-decoration: underline;
}

.tabularA {
	background-image: url(../graphics/bg_tabulara.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	padding: 6px;
	font-size:14px;
}

.tabularB {
	border-bottom: 1px solid #cad3d8;
	padding: 6px;
}

.tabularC {
	border-bottom: 1px solid #cad3d8;
	padding: 6px;
}

.rememberMe {
	width: 350px;
	color: #FFFFFF;
	font-size: 11px;
}

.rememberMe a {
	color: #000000;
	text-decoration: underline;
}

h1 .boxstyle {
	font-family: Helvetica, Arial, Sans Serif;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 15px 8px 15px;
	background-color: #d6e1ed;
	margin: 0 0 15px 0;
	line-height: 1.5em;
	border-bottom-color: #b4c5d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

/* Tab in Products Page */

#tab-container{
    line-height:14px;
    width: 650px;
    overflow: hidden;
}
#tab-container ul{
    list-style: none;
    list-style-position: outside;
    width: 100%;
}
#tab-container ul.tab-menu li{
    display: block;
    float: left;
    position: relative;
    padding: 10px 10px 10px 10px;
    cursor: default;
    margin-bottom: -1px;
    margin-right: 5px;
    font-size:16px;
}

#tab-container ul.tab-menu li.active{
    background: #fff;
    color: #ffb80c;
    height: 15px;
    border-bottom: 1px solid;
    font-size: 16px;
    
}
.tab-top-border {
    
}
.tab-content{
    margin: 0 auto;
    margin-top:50px;
    background: #efefef;
    background: #fff;
    border-top-style: none;
    text-align: left;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 11px;
    display: none;
    height: 400px;
}
#tab-container div.active{
    display: block;
}
.tab-content h1{
    line-height: 1em;
    height: 28px;
    font-size: 22px;
}



/* A couple of Shortcodes to use*/

/* Dividers or Seperators*/

.col5 .hr {
	clear: both;
	display: block !important;
	line-height: 30px;
	width: 100%;
	height:15px;
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hr.d-1 {
background: url(../graphics/d-1.png) repeat-x center 3px;
margin-top: 10px;
margin-bottom: 10px;
}

.hr.d-2 {
background: url(../graphics/d-2.png) repeat-x center 3px;
margin-top: 20px;
margin-bottom: 20px;
}

.hr.d-3 {
background: url(../graphics/d-3.png) repeat-x center 3px;
margin-top: 35px;
margin-bottom: 35px;
}

.hr.d-4 {
border-bottom: 1px solid #ebebeb;
margin-top: 35px;
margin-bottom: 35px;
height: 0px;
position: relative;
clear:both;
}

.hr.d-4:after {
position: absolute;
width: 65px;
height: 13px;
left: 50%;
top: -5px;
margin: 0 0 0 -33px;
content: "";
background: url(../graphics/star_small.jpg) repeat;
}

/* Gaps or Spacing */
.gap {
	clear: both;
	line-height: 10px;
	height: 10px;
	overflow: hidden;
}

.gap-2 {
	clear: both;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.gap-3 {
	clear: both;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

/* Lists */
.list-1 {
	margin: 20px 0 20px 20px;
}

ul.list-1 li{
	list-style: none;
	background-image: url(../graphics/bullet-1_b.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 17px;
}

.list-2 {
	margin: 20px 0 20px 20px;
}

ul.list-2 li{
	list-style: none;
	background-image: url(../graphics/bullet-2_b.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 17px;
}



/* Icons */
.cont-inf {
	float: left;
	margin: 5px 0 0 0;
	font-size: 13px;
line-height: 21px;	
}

.cont-inf a {
	display: block;
	padding: 5px 0 5px 30px;
	text-decoration: none;
	color: #000000;
}

.cont-inf a.home {
	background: url(../graphics/home.png) no-repeat 0 4px;
}

.cont-inf a.flag {
	background: url(../graphics/flag.png) no-repeat 0 4px;
}

.cont-inf a.phone {
	background: url(../graphics/phone.png) no-repeat 0 4px;
}

.cont-inf a.mail {
	background: url(../graphics/mail.png) no-repeat 0 4px;
}

.cont-inf a.skype {
	background: url(../graphics/skype.png) no-repeat 0 4px;
}

.cont-inf a.time {
	background: url(../graphics/time.png) no-repeat 0 4px;
}

/* Alert Boxes */

div.message-box-wrapper {
	margin: 4px 0 26px 0;
	padding: 14px 20px 14px 18px;
	-moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.18);
	text-shadow: none;
	float: left;
}

div.message-box-wrapper.red {
	background-color: rgba(225, 38, 38, 0.9);
	border: 1px solid #c82626;
	color: #fff;
}

div.message-box-wrapper.green {
	background-color: rgba(8, 175, 83, 0.9);
	border: 1px solid #079b4d;
	color: #fff;
}

div.message-box-wrapper.white {
	background: url(../graphics/text-bg.png) repeat 0 0;
	border: 1px solid #fff;
	color: #2f2f2f;
}

div.message-box-wrapper.blue {
	background-color: rgba(19, 140, 203, 0.9);
	border: 1px solid #1f80c3;
	color: #fff;
}

.message-box-title {
	font-size: 14px;
	font-weight: bold;
}

div.message-box-content {
	margin-top: 10px;
	font-size: 13px;
	line-height: 21px;
}

/* Products */

.post.first {
	background: none;
	padding: 0px 0 15px 0;
}

.post {
	display: table;
}

img.product {
	vertical-align: middle;
	display: table-cell;
}

img.product {
	float: left;
	margin-right:10px
}

.post span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 21px;
}

/* Accordian */

/*  Basic stucture
=====================*/

#accordion ul{list-style:none;margin:0;padding:0;}
.accordion{display:none;}
.accordion:target{display:block;}
#accordion ul li a{text-decoration:none;display:block;padding:10px;}
.accordion{padding:4px;}

/*  Colors 
====================*/
#accordion ul{
/*box-shadow*/
-webkit-box-shadow:0 1px 5px #BDBDBD;
   -moz-box-shadow:0 1px 5px #BDBDBD;
        box-shadow:0 1px 5px #BDBDBD;
/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
}
#accordion ul li a{
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	color:#000;
	font-size:13px;
}
.accordion{
	background:#fdfdfd;
	color:#666;
}
.accordion:target{
	border-top:3px solid #8FCDDD;
	padding: 10px;
}

/* Tables */
.table {
	width: 100%;
	margin-bottom: 20px;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border-spacing: 2px;
	border-color: gray;
}

thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.table thead th {
	vertical-align: bottom;
}

.table th {
	font-weight: bold;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
background-color: #f5f5f5;
}

.headerTable{
	background-color:#D0D6DD;
}

/* Form */

.span4 {
	width: 270px;
	float: left;
	margin-right:60px;
}

.span8 {
	width: 600px;
}

#contact_form label {
	color: #666;
	margin: 8px 0;
	font-size: 13px;
}

#contact_form input, #contact_form textarea {
	padding: 12px 8px;
	font-size: 12px;
	color: #333;
	border-radius: 0;
	border: none;
	margin-bottom: 5px;
	background: #FFF;
	color: #666666;
	border: 1px solid #e3e3e3;
}

#contact_form .send-btn{
	background-color: #999999;
}

#contact_form .send-btn, #contact_form .send-btn i {
	position: relative;
}

#contact_form .send-btn, #contact_form .send-btn:hover {
	color: #FFF;
}

#contact_form .send-btn:hover {
	background: #303030;
}

#contact_form .send-btn {
	padding: 10px 25px;
	text-transform: uppercase;
	background-image: none;
	text-shadow: none;
	margin-top: 15px;
	box-shadow: none;
	border: none;
	border-radius: 3px;
}
