@import url("fonts.css");
@import url("jquery.upgradebrowsers.min.css");
/****************** General Styles ******************/
body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #444549;
}

.fl { float: left; }
.fr { float: right; }

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

h1{
	font-size: 24px;
}

h3{
	font-size: 14px;
	text-transform: uppercase;
}

h6{
	font-size: 11px;
}

h1, h2, h3, h6{
	font-family: Aller!important;
}

a{
	color: #0070ba;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

P{
	margin: 5px 0;
	line-height: 1.5em;
}

a.readMoreLink{
	background: transparent url('../img/listArrowDarkBlue.png') no-repeat right center;
	padding-right: 15px;
}

div.smallSepContainer{
    background: url("../img/smallSeporatorBG.png") repeat-x scroll center center transparent;
    float: left;
    height: 28px;
    padding-bottom: 10px;
    margin:15px 0 20px 0;
    width: 100%;
}

div.bigSepContainer{
	height: 9;
	background: transparent url('../img/bigSeporatorBG.png') repeat-x center ;
	display: block;
	margin: 10px;
}

div.offerSepContainer{
	background: transparent url('../img/offerSeprator.png') no-repeat center;
	height: 21px;
	margin: 15px 10px 15px 10px;
}

.noBG{
	background: transparent !important; 
}

.lastCol{
	margin-right: 0 !important;
}

li.noBorder{
	border: none !important;
}

div.heading{
    background: white none repeat 0 0 scroll;
    display: inline;
    float: left;
    padding-right: 5px;
    padding-top: 6px;
    width: auto;
}
	div.heading h3{
		color: #0070ba;
		text-transform: capitalize;
		font-family: PetitaLight;
		text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	}

/****************** Structure Styles ******************/

div#wrap{
	min-width: 960px;
	width: 100%;
	margin: 0 auto;
}
div.centerContainer{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 10px;
}


/****************** Top Section ******************/
div#topContainer{
	background: transparent url('../img/topBG.png') 0 0 repeat;
	height: 130px;
	width: 100%;
}
a.logo{
	margin-top: 40px;
	padding: 0 0 14px 0;
}
div#liveChat{
	width: 158px;
	height: 63px;
	display: block;
	float: right;
	padding: 28px 60px 0 0;
}
/****************** Menu Section ******************/

div#menuContainer{
	background: transparent url('../img/menuBG.png') 0 0 repeat-x;
	height: 81px;
	position: relative;
}
/*
ul#nav li{
	display: inline;
	float: left;
	background: transparent url('../img/menuSep.png') no-repeat center right;
	margin: 25px 27px 0 0;
	padding: 0 0 3px 0;
}
	ul#nav li.noMenSep{
		background: transparent;
	}
	
	ul#nav li a{
		color: white;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	ul#nav li a:hover{
		text-decoration: none;
		color: #92979d;
	}
	
	ul#nav li a span{
		font-size: 12px;
		text-transform: lowercase;
		display: block;
		color: #606168;
		padding-right: 29px;
	}
*/	
/****************** Nav Section ******************/
nav#horizontal {
	position: absolute;
	width: auto;
	margin: -1px 0;
}

#nav {
	margin: 2px 5px;
	padding: 0;
}

#nav li {
	float:left;
	display: inline;
	background: transparent url('../img/menuSep.png') no-repeat center right;
	position:relative;
}


#nav li a {
	font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	display:block;
	padding:0;
	height: 80px;
	line-height:85px;
	text-decoration:none;
	color:#fff;
	padding:0 30px;
	margin: 0 5px;
	position: relative;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a.hov, #nav li a.active {
		border: 0;
		color:#92979d !important;
		background: #444;
  		background: rgba(255, 255, 255, 0.05);
}

#nav li a span{
		position: absolute;
		bottom: -9px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 10px;
		background: url(../img/mnarr.png) no-repeat 0 0;
		display: none;
}
#nav li a:hover span, #nav li a.hov span, #nav li a.active span{
	display: block;
}

/* @group subnav */
#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0;
	padding:5px;
	list-style:none;
	background-color: #333333;
	z-index: 99999;
	/*border: 1px solid #fff;*/
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#nav ul li {
	width:200px;
	float:left;
	text-align:left;
	z-index: 99999;
	background: #333333 !important;
}

#nav ul a {
	display:block;
	height:36px;
	line-height:36px;
	color:#999;
	text-transform: none;
	margin: 0 !important;
}

#nav ul a:hover {
	text-decoration:none;
	color:#FFF !important;

	background-color: #191919;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
	background-image: -moz-linear-gradient(top, #292929, #191919);
	background-image: -ms-linear-gradient(top, #292929, #191919);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
	background-image: -webkit-linear-gradient(top, #292929, #191919);
	background-image: -o-linear-gradient(top, #292929, #191919);
	background-image: linear-gradient(top, #292929, #191919);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
}

a.cufontext{
	font-family: Aller!important;
}

/****************** Slider Section ******************/
div#sliderContainer{
	background: transparent url('../img/sliderBG.png') 0 0 repeat-x;
	height: 300px;
}

div.leftSide{
	background: transparent url('../img/serverSlide.png') no-repeat 0 0;
	width: 276px;
	height: 278px;
	margin: 25px 0 0;
}

div.rightSide{
	position: relative;
}

div.rightSide h1{
	font-size: 30px;
	text-transform: capitalize !important;
	margin: 10px 0 0 25px;
	color: #606168;
	font-family: TrebuchetMS;
	text-shadow:1px 1px 1px #323233;
}

div.priceBox{
	background: transparent url('../img/priceBox.png') no-repeat 0 0;
	width: 254px;
	height: 153px;
	margin: 45px 0 0 40px;
	position: relative;
	float: left;
	
}

div.priceText{
	margin: 25px 0 0 35px;
	position: absolute;
	font-family: Aller;

}
	div.priceText span{
		font-size: 40px;
		color: #FFFFFF;
	}
	div.priceText span.prefix{
		font-size: 20px;
		color: #FFFFFF;
	}
	div.priceText span.oneSt{
		font-size: 15px;
		color: #FFFFFF;
		margin: -7px 0 0 15px;
		position: absolute;
		text-transform: uppercase;
	}
div.orderNow{
	width: 175px;
	height: 135px;
	position: relative;
	float: left;
	margin: 71px 0 0 10px;
	font-family: Aller;
}
	div.orderNow ul{
		margin: 0;
	}
	div.orderNow ul li{
		margin: 0 0 5px 0;
		position: relative;
		
	}
	div.orderNow ul li span{
		font-size: 14px;
	}
	div.orderNow ul li.OrderN{
		width: 175px;
		height: 52px;
		position: absolute;
		margin: 15px 0 0;
	}
	
a.orderNowButon{
		background: transparent url('../img/OrderNowButon.png') 0 0 no-repeat;
		width: 175px;
		height: 52px;
		margin: 0 ; 
		position: absolute;
	}
	
		a.orderNowButon:hover{
			width: 175px;
			height: 52px;
			margin: 0;
			position: absolute;
			background-position: 0 -52px;
		}
div.packageDetails{
	float: left;
	margin: 40px 0 0 10px;
}
	div.packageDetails h1{
		font-size: 20px;
		color: #00aeef;
		margin: 0 0 10px;
		font-family: TrebuchetMS;
		text-shadow: 1px 1px 1px #323233;
	}
	div.packageDetails ul li{
		margin: 3px 0 0 0;
		list-style: disc url('../img/bulletBG.png') inside;
	}
	div.packageDetails ul li span{
		font-size: 12px;
		margin: 0;
		position: absolute;
	}
	
div.promoCode{
	font-family: Aller;
	margin: 0 0 0 45px;
    position: absolute;
    top: 249px;
    float: left;
}
	
div.promoCode p b{
	background: none repeat scroll 0 0 #FCB116;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    margin: 2px 3px;
    padding: 3px 3px 2px;
    behavior:url(https://www.hostuzo.com/css/border-radius.htc);
}	
/****************** Middle Section ******************/
div#specialOfferContainer{
	width: 305px;
	display: block;
}

div#MostPouplerPackagesContainer{
	width: 630px;
	display: block;
	overflow: hidden;
}

div#latestNewsContainer{
	width: 350px;
	display: block;
}

div#middRightSide{
	display: block;
    margin: -4px 0 0 20px;
    width: 580px;
}

div#aboutUsContainer{
	width: 580px;
	display: block;
}

/* PARTNERS */

div#partnerlist
{
	height: 66px;
	margin: 47px 0 0;
	width: 580px;
}
div#partnerlist ul.partnerlist
{
	position: absolute;
	width: 616px;
}
div#partnerlist ul.partnerlist li
{
    position:relative;
	margin:10px 0;
	padding:0 20px 0 0;
	height:60px;
	float:left;
	background:none;
	display:block;
	vertical-align:middle;
}
div#partnerlist ul.partnerlist li.last
{
	border-right:none;
}
div#partnerlist ul.partnerlist li.active
{
	display:none;
}
div#partnerlist ul.partnerlist li div
{
	margin:10px 0 10px 0;
}

/****************** Packages Section ******************/
div.threeTables{
	background: none repeat scroll 0 0 #E9E9E9;
    border: 1px solid #C8C8C8;
    padding: 3px;
    position: relative;
    width: 620px;
    margin: 80px 0 30px;
}

div.base {
    background: #fbfbfb url('../img/pricePat.png') 0 0 repeat scroll;
}

div.baseBig {
    background: #fcfaf2 url("../img/pricePat.png") 0 0 repeat scroll;
}

div.priceRow, div.priceRowBig {
    background: none repeat scroll 0 0 #FDFCF3;
    border-bottom: 1px solid #E5E5E5;
    color: #006bb6;
    font-family: Arial,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
}

div.oneTableLeft ul li, div.oneTableBig ul li, div.oneTableRight ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    text-align: center;
}

div.orderRow, div.orderRowBig {
    background: none repeat scroll 0 0 #FDFCF3;
    padding: 15px 0;
    text-align: center;
}

div.orderRow a, div.orderRowD a {
    background: url("../img/sprite.png") no-repeat scroll 100% -57px transparent;
    display: block;
    float: right;
    height: 28px;
    margin-right: 50px;
}

div.orderRow a span, div.orderRowD a span {
    background: url("../img/sprite.png") no-repeat scroll 0 -57px transparent;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    margin: 0 1px 0 -5px;
    padding: 0 12px 0 30px;
    position: relative;
    text-transform: uppercase;
}

div.orderRow a span:hover, div.orderRowD a span:hover {
	background-position: 0 -85px; 
}

div.orderRowBig a:hover, div.orderRowBigD a:hover, div.orderRow a:hover{
	text-decoration: none;
}

div.oneTableLeft h3, div.oneTableRight h3 {
    border-bottom: 1px solid #E5E5E5;
    color: #006bb6;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    text-shadow: 0px 1px 1px #000000;
}

div.oneTableLeft ul li, div.oneTableBig ul li, div.oneTableRight ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    text-align: left;
}

div.oneTableLeft ul li span, div.oneTableBig ul li span, div.oneTableRight ul li span {
    background: url("../img/listArrowDarkBlue.png") no-repeat scroll 0 4px transparent;
    padding-left: 10px;
    margin-left: 30px;
}


.per {
    font-size: 11px;
    font-weight: normal;
}

div.oneTableLeft {
    display: block;
    float: left;
    width: 206px;
}

div.oneTableRight {
    display: block;
    float: right;
    width: 206px;
}

div.oneTableBig {
    margin: -10px 0;
    width: 204px;
}

div.priceRowBig {
    color: #c30505;
}

div.blockHighlight {
    background: none repeat scroll 0 0 #EFE8D0;
    border: 1px solid #C8C8C8;
    left: 207px;
    padding: 3px 3px 13px;
    position: absolute;
    top: -12px;
    width: 204px;
}

div.blockHighlight h1 {
    border-bottom: 1px solid #E5E5E5;
    color: #c30505;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0;
    padding: 20px 0 19px;
    position: relative;
    text-align: center;
    text-shadow: 0px 1px 1px #000000;
}

div.oneTableBig div.orderRowBig {
    padding: 18px 0 !important;
}

div.orderRow, div.orderRowBig {
    background: #fdfcf3 none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
}

div.orderRowBig a, div.orderRowBigD a {
    background: transparent url("../img/sprite.png") no-repeat scroll 100% 0 ;
    display: block;
    float: right;
    height: 28px;
    margin-right: 50px;
}

div.orderRowBig a span, div.orderRowBigD a span {
    background: transparent url("../img/sprite.png") 0 0 no-repeat scroll;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    margin: 0 1px 0 -5px;
    padding: 0 12px 0 30px;
    position: relative;
    text-transform: uppercase;
}

div.orderRowBig a span:hover, div.orderRowBigD a span:hover{ 
	background-position: 0 -28px; 
}

/****************** Special Offers Section ******************/

div#specialOfferContainer p{
	color: #444549;
	font-size: 10px;
	width: 150px;
	float: right;
}

div#specialOfferContainer h2{
	font-size: 14px;
	color: #0070ba;
}

div#specialOfferContainer img{
	margin-right: 5px;
}

div.offerTitle {
    background: white none repeat 0 0 scroll;
    display: inline;
    float: left;
    margin: 0 0 5px 0;
    width: auto;
    position: relative;
}

/****************** Latest News Section ******************/
ul#newsList{
	
}

	ul#newsList li{
		border-bottom: 1px solid #e1e5ed;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}


		ul#newsList li h6 {
			color: #92979d;
			font-size: 12px;
			margin-bottom: 3px;
		}

		ul#newsList li h3{
			font-size: 12px;
			text-transform: capitalize;
		}

				ul#newsList p{
					color: #444549;
					font-size: 12px;
					margin: 10px 0px 10px 0px;
				}

/****************** About Us Section ******************/
div#aboutUsContainer p{
	font-size: 12px;
	color: #444549;
	line-height: 135%;
}

div#aboutUsContainer img{
	float: left;
	margin: 0 10px 5px 0px;
	border: 1px solid #e0e0e0;
}



/****************** TOS Section ******************/
div.tosContainer{
	margin: 20px 0 ;
}	
	div.tosContainer h1{
		font-family: TrebuchetMS!important;
		text-shadow: 1px 1px 1px #323233;
		margin: 0 0 15px 0;
	}
	div.tosContainer h1.mainTitle{
		color: #00AEEF;
		font-size: 30px;
	}
	
	div.tosContainer h3{
		margin: 5px 0;
		color: #1f1f21;
		text-shadow: 0px 0px 2px #323233;
	}
	div.tosContainer p{
		font-size: 13px;
		margin: 10px 0;
	}
	div.tosContainer ul{
		margin: 10px 0;
	}
	div.tosContainer ul li{
		font-size: 13px;
		list-style: disc inside none;
		margin: 10px 0 0 15px;
	}
	
	div.tosContainer ul.dicemal li{
		list-style: decimal inside none!important;
	}

/****************** footer Section ******************/
div#footerContainer{
	background: transparent url('../img/footerBG.png') 0 0 repeat;
	padding: 30px 0 0;
	position: relative;
}
	div#footerContainer a{
		color: #0070ba;
		text-decoration: none;
	}
		div#footerContainer a:hover{
			text-decoration: underline;
		}
	div#footerContainer h3{
		color: #e1e5e9;
		margin-bottom: 5px;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	div#footerContainer p{
		color: #e1e5e9;
		font-size: 12px;
	}

div#copyrightContainer{
	background: transparent url('../img/copyrightBG.png') 0 0 repeat;
	padding: 10px 0;
}
/*
div.oneThirdCol{
	width: 285px;
	margin-right: 50px;
	float: left;
	position: relative;
}*/


div.balloon {
	cursor: pointer;
    display: block;
    left: 786px;
    position: absolute;
    top: 150px;
    width: 200px;
    z-index: 5000;
}

div.balloon div.balloonContent {
	width: 100%;
	background: #333;
	position:relative;
	z-index:5001;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.balloon .balloonArrow {
	width: 15px;
	margin: -8px 0 0 13px;
  	position:absolute;
  	z-index: 5006;
}


.balloon .balloonArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	/*box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;*/
	font-size: 0px;
	height: 1px;
	background: #333;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.balloon .balloonArrow .linex10 {
	width: 15px;
	border: none;
}

.balloon .balloonArrow .linex9 {
	width: 13px;
	border: none;
}

.balloon .balloonArrow .linex8 {
	width: 11px;
}

.balloon .balloonArrow .linex7 {
	width: 9px;
}

.balloon .balloonArrow .linex6 {
	width: 7px;
}

.balloon .balloonArrow .linex5 {
	width: 5px;
}

.balloon .balloonArrow .linex4 {
	width: 3px;
}

.balloon .balloonArrow .linex3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.balloon .balloonArrow .linex2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.balloon .balloonArrow .linex1 {
	width: 1px;
	border: none;
	background: #ddd;
}


/****************** Tweets Section ******************/
ul#tweetsList{
	margin: 0;
}
	ul#tweetsList li{
		color: #e1e5e9;
		font-style: normal;
	}
	ul#tweetsList li span{
		color: #78797C;
		font-style: italic;
		margin: 0;
		padding: 0;
	}
	div#tweetIcon {
		display: block;
		float: left;
		height: 16px;
		margin: 1px 4px 0 0;
		padding: 0;
		width: 16px;
	}

/****************** Subscribe Section ******************/
form#subscribeForm{
}	
	form#subscribeForm fieldset{
		margin: 0;
		padding: 0;
	}
	form#subscribeForm input[type="text"]{
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
			height: 45px;
			width: 305px;
			border: none;
			font-size: 15px;
			border-left: 5px solid #FFF;
			font-family: Aller;
			behavior:url(https://www.hostuzo.com/css/border-radius.htc);
	}
	
	form#subscribeForm div{
		position: relative;
	}
	
/*	form#subscribeForm p{
		float: left;
		font-size: 12px;
		margin: 10px 0;
	}	*/
	
	/*   */
		input.blueButton{
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
			background: url("../img/blueButonII.png") repeat-x scroll 0 0 transparent;
		    position: absolute;
		    color: #FFF;
		    right: 36px;
		    border: none;
		    width: 55px;
		    height: 41px;
		    margin: 2px -9px 0 0;
		    cursor: pointer;
		    behavior:url(https://www.hostuzo.com/css/border-radius.htc);
		}
		
			input.blueButton:hover{
				width: 55px;
				height: 41px;
				background-position: 0 -41px;
				cursor: pointer;
				behavior:url(https://www.hostuzo.com/css/border-radius.htc);
			}
			
			img.submitArrow{
				margin: 16px 0 0 -34px;
				position: absolute;
				cursor: pointer;
			}
	/*	*/
	
	#form_box {
		width: 580px;
		background: #f8f8f8;
		border: 1px solid #d6d6d6;
		border-left-color: #e4e4e4;
		border-top-color: #e4e4e4;
		font:0.8em Arial, Helvetica, Sans-serif;
		padding: 0.5em;
		margin-top: 10px;
		margin-bottom: 2px;
	}
	 
	#form_box div {
		padding: 0.2em 0.5em;
	}
	 
	#form_box div.hr {
		border-bottom: 2px solid #e2e2e1;
		height: 0px;
		margin-top: 0pt;
		margin-bottom: 7px;
	}
	 
	#form_box p {
		float: left;
		margin: 4px 0pt;
		width: 120px;
	}
	 
	#log {
		width: 590px;
		margin-top: 10px;
	}
	 
	#log_res {
		overflow: auto;
	}
	
/****************** Need Help? Section ******************/
/*div#contactInfo{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #fefefe;
}
	div#contactInfo ul{
		padding: 5px 20px 5px 20px ;	
		margin: 0;
	}
	
	div#contactInfo ul li{
		border-bottom: 1px solid #e5e4e4;
		padding: 5px;
	}
	
	div#contactInfo ul li a:hover{
		text-decoration: none;
	}
	
	div#contactInfo ul li a img {
		vertical-align: middle;
		margin-right: 5px;
	}
	
	div#contactInfo ul li a span{
		font-size: 13px;
		color: #78797a;
		line-height: 130%;
		margin: 6px;
	}
	
	div#contactInfo ul li p{
		margin: 0 0 0 5px;
	}
	
	div#contactInfo ul li p img{
		vertical-align: middle;
		margin: -1px 0 2px -4px;
	}
	
	div#contactInfo ul li p span{
		font-size: 13px;
		color: #78797a;
		line-height: 130%;
		margin: 6px 0 0 11px;
	}*/
	
	
/****************** Footer Section ******************/

#footerNav {
    float: left;
    width: 565px;
}
#footerNav>ul>li{
	list-style:none;
	float:left;
	width:180px;
	margin-bottom:17px;
}

#footerNav ul li a{
	font-size: 12px;
	line-height: 20px;
	font-family: Aller;
}

#footerCta {
    border-left: 1px solid #CCCCCC;
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 40px;
    position: relative;
    width: 335px;
    z-index: 1;
}
.socialButtons{
	height: 43px;
    padding-top: 15px;
    position: static;
    width: 317px;
}
#footerCta ul{
	font-family: Aller;
}
 #footer-tw-container{
	background: url("../img/nc.png") no-repeat scroll 0 7px transparent;
	float: left;
    height: 45px;
    margin-right: 15px;
    padding-left: 40px;
    width: 111px;
}

 #footer-tw-container .twitter-follow-button{
	padding-top: 2px!important;
}
 #footer-fb-container {
    background: url("../img/nc.png") no-repeat scroll 0 -43px transparent;
    float: left;
    height: 45px;
    padding-left: 40px;
    width: 111px;
}
 #footer-fb-container .fb-like {
    padding-top: 2px!important;
}
.fb_edge_comment_widget{
	position: fixed!important;
}
		
/****************** Copyright Section ******************/
p#bottomCopyright{
	background: transparent url('../img/logogrey.png') no-repeat left center;
	height: 25px;
    line-height: 29px;
    margin: 16px 0 0;
    padding-left: 160px;
	
}

ul.socialIcons{
	margin-top: 13px;
}

ul.socialIcons li{
	display: inline;
}
	ul.socialIcons li img{
		margin-right: 5px;
	}
	
div#paymentContainer{
	margin: 18px 0 0;
    overflow: hidden;
    position: relative;
    width: 290px;
}

	ul.paymentIcons{
	margin: 0 23px 0 0;
	}
	
	ul.paymentIcons li{
		display: inline;
	}
	
	ul.paymentIcons li img{
		margin-right: 2px;
	}
		div#paymentContainer span{
			font-size: 9px;
			color: #fff;
			float: left;
			margin-top: 21px;
			position: absolute;
		}
		
/****************** Upgrade Browsers Section ******************/		
		
/*#upgradebrowsers  {
                border: 1px solid #0000e6;
                background-color: #ccccff;
                font-size: 13pt;
            }             
            #upgradebrowsers a:hover {
                background-color: #6666ff;
            }*/