body{
	margin: 0;
	padding: 0;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	background: #346dcc url(../images/bg_outer.jpg) repeat-x fixed;
	font-size: 12px;
	color: #3333;
}
#main-wrapper{
	padding: 0 auto;
	margin: 0 auto;
	width: 958px;
}
#errorpage{
	text-align: center;
	padding: 50px 0 0 0;
}
#errorpage h1{
	color: #930;
	margin: 0;
	font-size: 28px;
}
#errorpage h2{
	color: #FFF;
	font-size: 16px;
	font-stretch: normal;
	font-weight: bold;
	margin: 0;
}
#errorpage a{
	margin: 10px 0 0 0;
	color: #FFF;
	font-size: 11px;
}
#errorpage a:hover{
	color: #000;
}
a{
	text-decoration: none;
	color: #06F;
	outline: none;
}
a:hover{
	color: #900;
}
.textlabel{
	padding: 0 10px 0 2px;
	
}

.textfield{
	background: #f4f6f9;
	border: solid 1px #aea9a9;
	font-size: 11px;
	padding: 2px;
	margin: 1px 5px 1px 0;
}
.checkbox{
	border: solid 1px #aea9a9;
	padding: 2px;
	margin: 1px 5px 1px 0;
}
#content-wrapper{
    width: 100%;
    height: auto;
	min-height: 200px;
    float: left;
}
#main-content-wrapper{
	float: left;
	min-height: 400px;
	width: 930px;
	height: auto;
	margin: 10px;
}
.btn-bg{
	float: left;
	border: 1px #ffcc00 solid;
	background: #ffee8e;
	color: #333;
	font-size: 10px;
	padding: 1px 5px;
	margin: 1px 0 0 0;
}
.btn-bg:hover{
	color: #333;
}
.btn-update{
	float: left;
	background: url(../images/global_images.png) no-repeat -51px -100px;
	border: none;
	width: 54px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-confirm{
	float: right;
	background: url(../images/global_images.png) no-repeat -793px -100px;
	border: none;
	width: 71px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0 0 5px;
}
.btn-register-big{
	background: url(../images/global_images.png) no-repeat 0 -173px;
	border: none;
	width: 122px;
	height: 30px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-purchase{
	background: url(../images/global_images.png) no-repeat -865px -100px;
	border: none;
	width: 71px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-print{
	float: left;
	background: url(../images/global_images.png) no-repeat -514px 0;
	border: none;
	width: 42px;
	height: 17px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-finish{
	background: url(../images/global_images.png) no-repeat -742px -100px;
	border: none;
	width: 50px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-generate{
	background: url(../images/global_images.png) no-repeat -619px -100px;
	border: none;
	width: 71px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-back{
	float: right;
	background: url(../images/global_images.png) no-repeat -568px -100px;
	border: none;
	width: 50px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-confirm-reg{
	background: url(../images/global_images.png) no-repeat -438px -100px;
	border: none;
	width: 129px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-submit{
	float: left;
	background: url(../images/global_images.png) no-repeat -106px -100px;
	border: none;
	width: 54px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-reset-password{
	float: left;
	background: url(../images/global_images.png) no-repeat -263px -100px;
	border: none;
	width: 101px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-reset{
	background: url(../images/global_images.png) no-repeat -691px -100px;
	border: none;
	width: 50px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-edit{
	float: left;
	background: url(../images/global_images.png) no-repeat -161px -100px;
	border: none;
	width: 50px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-save{
	background: url(../images/global_images.png) no-repeat -212px -100px;
	border: none;
	width: 50px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
.btn-checkout{
	float: right;
	background: url(../images/global_images.png) no-repeat -365px -100px;
	border: none;
	width: 71px;
	height: 20px;
	cursor: pointer;
	margin: 10px 0;
}
img{
	border: none;
}
.icon-btn-edit{
	float: left;
	background: url(../images/global_images.png) no-repeat -429px 0px;
	border: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.icon-btn-delete{
	float: left;
	background: url(../images/global_images.png) no-repeat -448px 0px;
	border: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
#pagination{
	float: right;
	padding: 5px 0;
}
#pagination a{
	float: left;
	background: #09F;
	color: #FFF;
	padding: 0 4px;
	margin: 2px 1px;
}
#pagination a:hover{
	background: #930;
}
/******** HEADER
*********************************/

#top-header{
	float: left;
	background: url(../images/global_images.png) no-repeat 0 -81px;
	width: 958px;
}
#main-bg-body{
	float: left;
	background: url(../images/bg_body.png) repeat-y;
	width: 950px;
	padding: 0 4px 4px;
}
#header-bg{
	float: left;
	width: 950px;
	min-height: 115px;
	background: url(../images/bg_header.gif) repeat-x bottom;
}
#bg-logo{
	float: left;
	margin: 16px 0 15px 20px;
	width: 328px;
}
.name-wrap{
	text-align: center;
}
.name-info{
	background: #00377c;
	color: #FFF;
	position: relative;
	font-size: 18px;
    top: -5px;
	font-weight: normal;
}
.name-info span{
    padding: 0 5px;
}
#login-box{
	margin: 10px 10px;
	float: right;
}
.btn-signin{
	background: url(../images/global_images.png) no-repeat 0 -100px;
	width: 50px;
	height: 20px;
	border: none;
	cursor: pointer;
}
.alt1 td{
	border: 1px #e8f1fd solid;
	padding: 2px 4px;
	background: #f3fdff;
}
.alt0 td{
	border: 1px #e8f1fd solid;
	padding: 2px 4px;
	background: #e3fbff;
}
tr.alt1:hover td{
	background: #fff;
	cursor: pointer;
}
tr.alt2:hover td{
	background: #fff;
	cursor: pointer;
}
.tbl-memlist tr:hover
{
	background: #fff;
	padding: 1px 4px;	
	cursor: pointer;
}
.tr-title{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: 1px #000 solid;
	background: #CCC;
}
.tr-title td{
	border: 1px #e8f1fd solid;
	padding: 2px 4px;
	background: #e6e6e6;
	color: #333;
	text-shadow: #FFF 0 1px 1px;
}

/******** MAIN NAVIGATION BAR
*********************************/

#main-navigation-bar{
	float: left;
	width: 100%;
	height: 30px;
	padding: 0;
	background: url(../images/bg_navigation.gif) repeat-x top;
}
/*#main-navigation-bar ul{
	list-style: none;
	padding: 0 1px;
	margin: auto;
}
#main-navigation-bar ul li{
	float: left;
	background: url(../images/bg_navigation.gif) repeat-x;
	height: auto;
	padding: 4px 0;
	cursor: pointer;
*/
/*-Chrome Compatiblity
	font-size: 14px;
	color: #FFF;
	display: block;
	min-width: 91px;
	text-align: center;
}

#main-navigation-bar ul li:hover{
	background: url(../images/bg_navigation_hover.gif) repeat-x;
}

#main-navigation-bar a{
	text-shadow: #fff 0px 1px 1px;
	color: #FFF;
	font-size: 13px;
	display: block;
	padding: 0 14px;
}*/
.main-navigation-style ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 4px 0;
	border-bottom: 3px solid #c70000;
}
.main-navigation-style ul li{
	display: inline;
	white-space: nowrap;
	margin: -2px;
}
.main-navigation-style ul li a{
	color: #fff;
	text-shadow: #000 0 1px 1px;
	padding: 4px 20px;
	font-size: 14px;
	border-left: 1px #2d528f solid;     
	border-right: 1px #2d528f solid;
}
.main-navigation-style ul li a:hover{
	background: url(../images/bg_navigation.gif) repeat-x bottom;
	height: 27px;
}
.divider{
	background: url(../images/global_images.png) no-repeat -426px 0;
	margin: 0 1px;
	width: 2px;
	height: 27px;
}

#nav-divider{
	background: url(../images/global_images.png) no-repeat -426px 0;
	width: 2px;
	height: 26px;
}

/******** INDEX BODY PANEL
*********************************/
#index-wrapper-content{
	float: left;
	width: 950px;
}
#index-content{
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
}
#left-index-content{
	float: left;
	width: 920px;
	margin: 0 15px;
}
#wrapper-content-right, #wrapper-content-whole{
	float: left;
	padding: 10px 10px 0 10px;
/*	background: url(../images/bg_content_grey.gif) repeat-x;*/
	min-height: 160px;
	line-height: 1.6;
}
#wrapper-content-right p{
	padding: 0 0 10px 0;
}
#wrapper-content-left{
	width: 555px;
	float: left;
	min-height: 160px;
	line-height: 1.6;
}
#wrapper-content-right{
	width: 335px;
	margin: 0 0 0 5px;
}
#left-index-content h1{
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
#left-index-content span{
	float: left;
	width: auto;
	text-align: left;
	margin: 10px 0 0 0;
}
#left-index-content img{
	padding: 10px 8px 10px 0;
	float: left;
}
#wrapper-content-whole{
	width: 900px;
	margin: 0 5px 0 0;
}
#wrapper-content-whole ul{
	font-size: 14px;
	padding: 0 0 0 10px;
	margin: 0;
}
#wrapper-content-left ul{
	padding: 0;
	margin: 15px 0 0 50px;
	width: 200px;
	float: left;
}
#wrapper-content-left img{
	padding: 5px 0 0 0;
}
.cont{
	padding: 10px;
	float: left;
}
.cont li{
	padding: 0;
	margin: 0 0 0 15px;
	list-style: url(../images/bullet_blue.gif);
}
#wrapper-content-whole li{
	padding: 0;
	margin: 0 0 0 35px;
	list-style: url(../images/bullet_blue.gif);
}
#wrapper-content-whole{
	padding: 10px;
	margin: 0;
	width: 930px;
	list-style: url(../images/bullet_blue.gif);
}
.title{
	padding: 0;
	margin: 0;
	font-size: 17px;
}

/******** INDEX UPDATE PANEL
*********************************/

#index-updates-box{
	float: left;
	width: 220px;
}
#index-updates-box h1{
	float: left;
	font-size: 11px;
	margin: 0;
}
#index-updates-box span{
	float: left;
	background: #f0f6f7;
	border: 1px solid #cacfd3;
	padding: 5px;
	width: 210px;
}
#index-updates-box ul{
	float: left;
	padding: 0 0 0 10px;
	list-style: none;
}
#index-updates-box ul li{
	padding: 1px 0;
}
#index-phones{
	float: right;
	margin: 0 15px 0 0;
}

/******** INDEX LOWER PANEL
*********************************/

#wrapper-lower{
	float: left;
	width: 920px;
	height: auto;	
	padding: 0;
	margin: 10px 15px;
}
#wrapper-lower-content{
	float: left;
	width: 900px;
	height: auto;	
	padding: 0;
	margin: 5px 8px 0;
}
#wrapper-lower-content td {
	padding: 0 3px 0 0;
}
#wrapper-lower h1{
	margin: 0 0 5px 0;
	font-size: 13px;
	padding: 0;
	color: #000;
}
/*#message-board{
	float: left;
	width: 180px;
	height: 274px;
	background: #fff;
	border: 1px solid #CCC;
}
#message-board h2{
	font-size: 12px;
	color: #09F;
	margin: 0;
}
#message-board ul{
	float: left;
	margin: 10px;
	padding: 0;
	list-style: none;
}
#message-board ul li{
	float: left;
	margin: 5px 1px;
}
*/
/******** WRAPPER FOOTER PANEL
*********************************/

#wrapper-footer{
	float: left;
	padding: 15px 20px 25px;
	background: url(../images/bg_footer.gif) repeat-x;
	height: 70px;
	width: 910px;
}
.left-footer{
	width: 400px;
	float: left;
}

.right-footer {
	float: right;
	margin: 46px 0 0;
	width: 243px;
}

#footer-bottom{
	float: left;
	background: url(../images/bg_footer.png) no-repeat bottom;
	height: 9px;
	width: 958px;
}
	
/******** LEFT COLUMN
*********************************/

#left-column-wrapper{
	float: left;
	width: 200px;
	height: auto;
}

	/******** LEFT COLUMN NAVIGATION
	*********************************/
	#left-nav{
		float: left;
		padding: 0;
		margin: 0 0 1px 0;
	}
	#left-nav ul{
		float: left;
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		border-bottom: 1px solid #666;
	}
	#left-nav li{
		float: left;
	}
	#left-nav h1{
		text-align: left;
		color: #fff;
		background: url(../images/bg_tab_panel.gif) repeat-x;
		text-shadow: #666 0 1px 1px;
		height: 18px;
		width: 190px;
		font-size: 12px;
		margin: 0;
		padding: 6px 0 0 10px;
	}
	#left-nav ul li a{
		color: #fff;
		padding: 2px 0 2px 25px;
		width: 172px;
		float: left;
		font-weight: normal;
		background: #787878;
		border-top: #878787 1px solid;
		border-bottom: #656565 1px solid;
		border-left: #666 3px solid;
	}
	#left-nav ul li a:hover{
/*		font-weight: bold;*/
		color: #000;
		background: #fff;
		border-left: #333 3px solid;
		border-bottom: #fff 1px solid;
		border-top: #fff 1px solid;

	}
		

/******** RIGHT COLUMN
*********************************/

#right-column-wrapper{
	float: right;
	width: 720px;
	height: auto;
}
#wrapper-column{
	width: 100%;
	float: left;
	background: #e8f1fd;
	padding: 0 0 10px 0;
	min-height: 123px;
}

#wrapper-column2 {
	
	width: 100%;
	float: left;
	background: #e8f1fd;
	padding: 0 0 10px 0;
	min-height: 123px;
}

#wrapper-column2 li {
	list-style-type:none;
	padding: 0 20px 0 0;
}
#wrapper-column2 h2{
	text-align: left;
	color: #333;
	background: #cde3ff;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-shadow: #fff 0 1px 1px;
	padding: 2px 0 2px 15px;
}

#right-column-wrapper h1{
	text-align: left;
	color: #fff;
	background: url(../images/bg_tab_main.gif) repeat-x;
	height: 18px;
	width: 710px;
	font-size: 12px;
	margin: 0;
	padding: 6px 0 0 10px;
}

#wrapper-column h2{
	text-align: left;
	color: #0B3087;
	background: #cde3ff;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 15px;
}
#wrapper-column h3{
	margin: 0;
}
#wrapper-column h4{
	margin: 0;
	font-size: 14px;
	color: #666;
}
#wrapper-column h5{
	margin: 0;
	font-size: 14px;
	color: #900;
}
#wrapper-column .title{
	color: #f45600;
	font-size: 14px;
	font-weight: bold;
}
#row-divider{
	background: #0b3087;
	width: 100%;
	height: 2px;
}
.textlabel2nd{
	padding: 0 10px 0 2px;
	font-size: 12px;
    color: #0B3087;
	margin: 4px 5px 0 0;
}
.textlabel3rd{
	text-align: right;
	padding: 0 10px 0 0;
	font-style: italic;
	font-size: 11px;
	color: #fff;
}
.textarea3rd{
	background: #fff;
	float: right;
	border: solid 1px #006;
	font-size: 11px;
	padding: 3px;
	margin: 1px 5px 1px 0;
	float: right;
}

.textfield2nd{
	background: #fff;
	float: left;
	border: solid 1px #aea9a9;
	font-size: 11px;
	padding: 2px;
	margin: 1px 5px 1px 0;
}
textarea, input, select{
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.textarea{
	background: #fff;
	float: left;
	border: solid 1px #aea9a9;
	padding: 2px;
	margin: 1px 5px 1px 0;
    font-family: Tahoma, Arial;
}
.textarea2nd{
	background: #fff;
	float: left;
	border: solid 1px #006;
	font-size: 11px;
	padding: 3px;
	margin: 1px 5px 1px 0;
}
.textoption{
	background: #fff;
	border: solid 1px #aea9a9;
	font-size: 11px;
	padding: 0;
	margin: 1px 5px 1px 0;
}
.btn-register{
	background: url(../images/global_images.png) no-repeat 0 -121px;
	width: 103px;
	height: 21px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
#error-message{
	background: #ffebeb;
	padding: 10px;      
}
#error-message ul{
	margin: 0;
}
#error-message h2{
	padding: 0;
	margin: 5px 0 5px 5px;
	font-size: 14px;
	color: #930;
	text-shadow: #fff 0px 1px 1px;
}
#confirmation-message{
	background: #CEFF9D;
	padding: 10px;
}
#confirmation-message h3{
	padding: 0;
	margin: 5px 0 5px 5px;
	font-size: 12px;
	color: #333;
	text-shadow: #fff 0px 1px 1px;
}
.right-update{
	float: right;
	padding: 3px 15px 0 0;
}
#word-of-the-day{
	float: left;
	background-image: url(../images/img_wordoftheday.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 198px;
	height: auto;
	border: 1px #a7a7a7 solid;
}
#word-of-the-day h2{
	text-align: left;
	color: #666;
	margin: 0;
	font-size: 11px;
	padding: 10px;
}
#word-of-the-day h3{
	text-align: right;
	color: #930;
	margin: 0;
	font-size: 12px;
	font-style: italic;
	padding: 5px 10px;
}
#about-allimax{
	float: left;
	background-image: url(../images/img_garlic.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 198px;
	height: auto;
	border: 1px #a7a7a7 solid;
}
#about-allimax h2{
	text-align: left;
	color: #333;
	margin: 0;
	font-weight:normal;
	font-size: 11px;
	padding: 10px;
}

/****** MARK C'S CSS
******************************/

/****************** Business Opportunity ****************/


#main-feature {
	float: left;
	padding: 0;
	width: 950px;
	height: 240px;
}
#main-feature:hover{
	cursor: pointer;
}

#BO-1-liner {
	height: 30px;
	width: 300px;
	margin: 15px 0 10px 20px ;
	float: left;
}
.grey-heading {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
.blue-subhead {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #153D75;
	padding:0;
	border:0;
}
.grey-h1 {
	font-family: Tahoma, Arial;   
	font-size:14px;
	font-weight: bold;
	display: block;
	color: #666666; 
}
.art-title{
	
}
#BO-menu-wrapper {
	position:relative;
	padding: 0 100px 0 107px;
	float: left;
	height: 173px;
	width: 739px;  
}
#BO-silver-menu {
	margin-right: 20px;
	width:233px;
	height:173px;
	float:left;
}
#BO-gold-menu {
	margin-right: 20px;
	width:233px;
	height:173px;
	float:left;
}
#BO-platinum-menu {
	width:233px;
	height:173px;
	float:left;
}
/*********ONLINE SHOPPING MENU***********/

#online-shopping-main {
padding: 15px 0 0 15px;
float: right;
width: 705px;
height:231px;
background:url(../images/blue_online_shop_bg.jpg);
}

.white-heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFF;
}
/****** PRODUCT PAGE PROPERTIES
********************************/

/*#left-grey-box-top {
	float:left;
	height:12px;
	width: 200px;
	background: url(../images/bg_leftbox_top.png);
}*/
#left-grey-box-bg {
	float:left;
	padding: 20px 0 20px 0;
	height: auto;
	width: 200px;
	background: #d2d5e1;
}
/*#left-grey-box-bottom {
	float:left;
	height: 13px;
	width: 200px;
	background:url(../images/bg_leftbox_bottom.png);
}*/
#left-ad-box {
	float: left;
	margin-top: 20px;
	width:200px;
	height: auto;
}
#product-main-page-wrapper {
	float: right;
	width: 690px;
	height: auto;
	background: url(../images/img_main_product2_bg.gif);
}
.art-title{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:18px;
	font-weight: bold;
	color: #00377c;
}
.sub-title{
	margin: 0;
}
.blue-title {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:14px;
	font-weight: bold;
	color: #00377c;
}
.red-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #900;
}

.blue-title2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:14px;
	font-weight: bold;
	color: #00377c;
}

#benefit-list{
	float: left;
	width: 220px;
	padding: 0 15px;
}
#benefit-list h1{
	float: left;
	font-size: 14px;
	margin: 0;
}
#benefit-list span{
	color: #eb262e;
	padding: 5px;
}
#benefit-list ul{
	float: left;
	padding: 0 0 0 10px;
	list-style: none;
}
#benefit-list ul li{
	padding: 1px 0;
	font-size: 12px;
	color: #000000;
}

/******** END OF PRODUCT PAGE PROPERTIES **********/

#product-purchase-nav {
	width: 690px;
	height: auto;
	float: left;
}
#product-purchase-nav2 {
	width: 720px;
	height: 248px;
	float: left;
	background:  url(../images/blue-post-click.jpg);  
}

.clear {
	clear: both;
}

.product-top{
	float: left;
	background: url(../images/global_images.png) no-repeat 0 -143px;
	border: none;
	width: 720px;
	height: 14px;
}
.product-bottom{
	float: left;
	background: url(../images/global_images.png) no-repeat 0 -158px;
	border: none;
	width: 720px;
	height: 14px;
}
.product-main-bg{
	float: left;
	background-color: #E8F1FD;
	background-image: url(../images/bg_products_cell.png);
	background-position: right top;
	background-repeat: repeat-y;
	width: 700px;
	padding: 0 10px;
	height: auto;
	line-height: 1.6;
}
#bom-background{
	float: left;
	padding: 10px 0 0 0;
}

/*****CONTACT US PROPERTIES*****/

#blue-background{
	float: left;
	padding: 26px 0 0 0;
	background: url(../images/blue_bg.jpg) no-repeat;
	width: 950px;
	height:	217px;
}
#blue-background h1 {
	color: #fff;
	text-shadow: #666 0 1px 1px;
	margin: 0;
	font-size: 16px;
}
#blue-background p {
	color: #fff;
}
.first-col {
	float:left;
	padding:10px 0 0 55px;
	width:242px;
}

.second-col{
	float: left;
	width: 284px;
	padding: 10px 0 0 40px;
}
.third-col{
	float: left;
	width: 284px;
	padding: 8px 0 0 45px;
}
.first-col ul, .second-col ul, .third-col ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.first-col p{
	height: 40px;
	margin: 0;
}
.second-col p{
	height: auto;
	margin: 0;
}
.error-contact{
	color: #900;
    float: right;
}
#contact-div {
	float: left;
	padding: 0 0 0 24px;
	width: 100%;
}
#contact-div h1
{
    float: left;
}
#hotline {
	float: left;
	height: auto;
	width: 200px;
}

#hotline p  {
	color: #fff;
	font-size: 12px;
}

#contact-submit {
	background: url(../images/btnSend.gif) no-repeat;
	width: 60px;
	height: 25px;
	border: none;
	cursor: pointer;
}

/****************** NEWS NAV
*******************************/

#art-nav{
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}
#art-nav ul{
	float: left;
	margin: 0;
	padding: 5px 0 5px 5px;
	float: left;
	list-style: none;
	background: #f3f3f3;
}
#art-nav li{
	float: left;
}
#art-nav h1{
	text-align: left;
	color: #fff;
	background: url(../images/bg_tab_panel.gif) repeat-x;
	text-shadow: #666 0 1px 1px;
	height: 21px;
	width: 190px;
	font-size: 14px;
	margin: 0;
	padding: 3px 0 0 10px;
}
#art-nav ul li a{
	float: left;
	color: #00377c;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	width: 187px;
	background-color: #f3f3f3;
	background-image: url(../images/bullet_blue.gif);
	background-position: left;
	background-repeat: no-repeat;
	outline: none;
}
#art-nav ul li a:hover{
	font-weight: bold;
	color: #cb0000;
	background-color: #f3f3f3;
	background-image: url(../images/bullet_red.gif);
	background-position: left;
	background-repeat: no-repeat;

}
#top-marketer-wrapper{
	float: left;
}
#top-marketer-wrapper img{
	border: none;
	float: left;
}
#top-marketer-wrapper span p{
	margin: 0;
	color: #900;
	font-size: 11px;
	font-weight: bold;
}
#top-marketer-wrapper span{
	float: right;
	width: 100px;
	padding: 0 0 0 7px;
	font-size: 10px;
}
.btn-more{
	float: right;
	background: url(../images/global_images.png) no-repeat -467px 0;
	border: none;
	width: 47px;
	height: 20px;
	cursor: pointer;
	margin: 5px;
}
#art-wrapper{
	background: #f3f3f3;
}

/******** INDEX JQUERY SLIDESHOW
*********************************/

#index-slideshow{
	position: relative;
	float: left;
	padding: 0;
	width: 950px;
	height:	240px;
}
.slideshow {
	margin: auto; 
	background:#333;
    height: 240px;
    overflow: hidden;
}
.slideshow img {
	border: none;
	background: #666;
}
.slide-next{
	position: absolute;
	top: 0;
	right: 0;
	width: 149px;
	height: 240px;
	z-index: 999;
}
.slide-next:hover{
	background: url(../images/arrow_next.png) no-repeat;
	cursor: pointer;
}
.slide-previous{
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	height: 240px;

	z-index: 999;
}
.slide-previous:hover{
	background: url(../images/arrow_previous.png) no-repeat;
	cursor: pointer;
}

#with_ref{
	background: url(../images/with_ref.png) no-repeat;
	width: 176px;
	height: 162px;
	border: none;
	bottom: 0;
	margin: 60px 0 0 0;
}
#with_ref:hover{
	background: url(../images/with_ref_hover.png) no-repeat;
}
#without_ref{
	background: url(../images/without_ref.png) no-repeat;
	width: 176px;
	height: 162px;
	border: none;
	bottom: 0;
	margin: 60px 0 0 0;

}
#without_ref:hover{
	background: url(../images/without_ref_hover.png) no-repeat;
}

#error-message,.error-message {
	background: #ffebeb;
	padding: 10px;
}
#error-message ul,.error-message ul{
	margin: 0;
}
#error-message h2,.error-message h2{
	padding: 0;
	margin: 5px 0 5px 5px;
	font-size: 14px;
	color: #930;
	text-shadow: #fff 0px 1px 1px;
}
#preLoader
{
    width: 100%;
    height: 20px;
    background: url(../images/ajax-loader.gif) no-repeat center;
    float: left;
}
/********************GALLERY MAIN CONTENT
*********************************************/

#gallery-menu-wrapper{
	background: url(../images/bg_gallery.png) no-repeat;
	height: 336px;
	width: 659px;
	margin: 10px;
}
.gallery{
	float: right;
	margin: 18px 21px 0 0;
	width: 490px;
}
.gallery-wrapper{
	float: right;
	width: 500px;
	padding: 0 5px 0 20px;
}
.gallery-wrapper ul{
	float: left;
	padding: 0;
	margin: 5px 0 0 5px;
}
.gallery-wrapper li{
	float: left;
	list-style: none;
	margin: 0 5px 3px 5px;
}
.gallery-wrapper a{
	border: 1px solid #666;
	float: left;
	display: block;
	width: auto;
}
.gallery-wrapper a:hover{
	cursor: pointer;
}
.gallery-wrapper a.activeSlide{
	border: #fff 1px solid;
}
.thumb{
	float: left;
}
.thumb ul{
	list-style: none;
	margin: 20px 0 20px 15px;
	padding: 0;
}
.thumb li{
	width: 117px;
	height: 81px;
	margin: 20px 0;
	border: #FFF 1px solid;
}
.thumb li:hover{
	cursor: pointer;
}
.img1, .img2, .img3{
	position: relative;
	width: 117px;
	height: 81px;
	display: block;
}
.img1{
	background: url(../gallery/images/gallery1/main.jpg) no-repeat;
}
.img2{
	background: url(../gallery/images/gallery2/main.jpg) no-repeat;
}
.img3{
	background: url(../gallery/images/gallery3/main.jpg) no-repeat;
}
.btn{
	background: url(../gallery/images/playBtn.png) no-repeat bottom;
	position: absolute;
	top: 25px;
	left: 40px;
	width: 42px;
	height: 41px;
}
.current .btn{
	background: none;
}
#error-message,.error-message {
	background: #ff4242;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 10px;
    display: none;
}
#error-message ul,.error-message ul{
	margin: 0;
}
#error-message h2,.error-message h2{
	padding: 0;
	margin: 5px 0 5px 5px;
	font-size: 14px;
	color: #930;
	text-shadow: #fff 0px 1px 1px;
}
#preLoader
{
    width: 100%;
    height: 20px;
    background: url(../images/ajax-loader.gif) no-repeat center;
    float: left;
}

/*Form Registration*/
#confirmation-message{
    background: #CEFF9D;
    padding: 10px;
}
#confirmation-message h2{
    padding: 0;
    margin: 5px 0 5px 5px;
    font-size: 14px;
    color: #333;
}
.error
{
    color: red;
}
.error p
{
    margin: 0; padding: 0;
}
#ajaxLoader
{
    width: 100%;
    height: 200px;
    margin: 15px 0 10px 0;
    float: left;
    background: url(../images/ajaxloader.gif) no-repeat center;
}
/*.sponsor{
    display: none;
}
*/
.ref{
	font-style: italic;
	color: #666;
}
.top{
	width: 34px;
	height: 11px;
	float: right;
	padding: 0 10px 0 0;
}
.account-div
{
    width: 698px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
}
.error{
    color: #DD3C10;
}
.account-div{
    width: 698px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
}

#demotip { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}
.error-login
{
    width: auto;
    height: auto;
    padding: 2px 40px;
    background: #FFEBE8;
    float: left;
    border: 1px solid #DD3C10;
	color: #900;
    margin: 0 0 5px 50px;
}

/*--Graphical Unilivel--*/

.gtree-wrapper
{
    width: 100%;
    height: auto;
    min-height: 470px;
    float: left;
    margin: 10px 0 10px 0;
    position: relative;
}

.mem-tree
{
    width: 262px;
    height: 102px;
    position: absolute;
/*    border: 1px solid orange;*/
    text-align: center;
    overflow: hidden;
}

.mem-tree
{
                   
}

.gtree-name
{
    position: absolute;
    bottom: 0;
    display: block;
    width: 94%;
    text-align: center;
}
.gold-icon
{
    background: url(../images/gold_icon_big.png) no-repeat center top;     
}
.platinum-icon
{
    background: url(../images/platinum_icon_big.png) no-repeat center top;     
}
.silver-icon
{
    background: url(../images/silver_icon_big.png) no-repeat center top;     
}
.empty-icon
{
    background: url(../images/empty_icon.png) no-repeat center top;     
}
#you
{
    left: 239px;  
}
#lvl1-1
{
    left: 70px;
    top: 171px;
}
#lvl1-2
{
    left: 402px;
    top: 170px;
}
#lvl2-1
{
    left: -42px;
    top: 340px;
}
#lvl2-2
{
    left: 170px;
    top: 340px;
}
#lvl2-3
{
    left: 291px;
    top: 340px;
}
#lvl2-4
{
    left: 503px;
    top: 340px;
}

/*---Lines---*/
#line1
{
    position: absolute;
    height: 60px;
    width: 354px;
    background: url(../images/genealogy_line1.png) no-repeat;
    top: 108px;
    left: 183px;
}
#line2
{
    position: absolute;
    height: 60px;
    width: 232px;
    background: url(../images/genealogy_line2.png) no-repeat;
}
.line-lvl2-1
{
    top: 277px;
    left: 72px;
}
.line-lvl2-2
{
    top: 277px;
    left: 405px;
}
#back
{
    position: absolute;
    top: 10px;
    left: 10px;
}

#preLoaderTree { 
	width: 32px;
	height: 32px; 
	background: url(../images/gtree.gif) no-repeat; 
	}
	
#treePreLoader { 
	width: 32px; 
	height: 32px; 
	position: absolute; 
	top: 200px; 
	left: 350px; 
	} 
#userinfo { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;   
    margin: -54px 0 0 0;  
} 

.footer_nav {
	float:left;
	width:900px;
	height: auto;
}
.footer_nav ul {
	border:none;
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
}
.footer_nav ul li {
	display:inline;
	padding: 0 8px;
}

.footer_nav ul li a {
    text-decoration:none;
	color:#3D8BF5;
}

.footer_nav ul li a:hover {
	color:#FF0000;
}
.success
{
    background-color:#DFF2BF;
    border:1px solid #4F8A10;
    color:#4F8A10;
    margin: 2px 228px;
    padding:3px 40px;
    text-align: center;
}
.succes
{
    background-color:#e0ffcf;
    color: #417607;
    padding: 12px 40px;
    text-align: center;
}
#activation_card
{
    width: 637px;
    height: auto;
    padding: 5px;
    background: #F3FDFF;
    float: left;
    margin: 0 0 20px 36px;
    text-align: left;
    display: none;
}
.get{
	color: #900;
	font-size: 16px;
	padding: 10px 0;
}

.small-loader
{
	width: 110px; 
	height: 16px;
	float: left;
	padding: 3px 25px;
	background: #E8F1FD url(../images/small-loader.gif) no-repeat 8px 0px;
}

.suc-check
{
	background-color: #DFF2BF;
	color: #4F8A10;
	border: 1px solid #4F8A10;
	padding: 3px 25px;
}

.err-check
{
	background-color: #FFEBE8;
	color: #DD3C10;
	border: 1px solid #DD3C10;
	padding: 3px 25px;
}

#memError 
{
	width: auto;
	min-width: 130px;
	height: auto;
	float: left;
}
.get{
	color: #900;
	font-size: 16px;
	padding: 10px 0;
}
.how-to{
	padding: 0 0 10px 0;
	float: left;
	width: 100%;
}
.how-to p{
	color: #900;
	margin: 0;
	font-size: 12px;
}
#total-left,#total-right{
	float: left;
	width: 84px;
	height: 46px;
	background: url(../images/total.gif) no-repeat;
	padding: 11px 0 0 0;
}
#total-left p, #total-right p{
	text-align: center;
	margin: 0;
}
#total-left p.count, #total-right p.count{
	font-size: 16px;
}
#total-left
{
	margin: 0 0 0 106px;	
}
#total-right
{
	margin: 0 0 0 338px;	
}
/*#maintenance{
    text-align: center;
    background: #FFC7C7;
    border:1px solid #990000;
    color: #990000;
    padding: 10px 20px;
}
#maintenance h1{
    margin: 0;
    font-size: 14px
}
#maintenance p{
    margin: 0;
}
#wrapper-cards img{
    margin: 0 0 20px 0;   
}*/
#maintenance{
    margin: 150px auto 0 auto;
    width: 476px;
}
.support{
    float: left;
    margin: 1px 0 0 0;
}

.textfieldCont, .textareaCont { padding: 5px; border: 1px solid #999; width: 300px; }
.contactWrap{ margin: 25px; float: left; }
.leftContact{ float: left; width: 280px; margin: 0 20px 0 0; }
.rightContact{ float: left; width: 600px; }
.contactAddress{ border-bottom: 1px dotted #999; padding: 0 0 20px 0; margin: 0 0 20px 0}
