@charset "utf-8";

/* ///////////////////////////////////////////
   Carbon Insight - Master Style Sheet
   
   Created By:      Intelligent Pathways
   Author:          Ben Demeyere
   Date Created:    05/03/2010
   Last Updated:    10/06/2010
   
   Copyright 2010 - All Rights Reserved
/////////////////////////////////////////// */


/* --------------------- GLOBAL --------------------- */
* {
	margin: 0;
	border: 0;
}

html, body {
	height: 100%;					/* sticky footer */
	background-image: url(../images/background-2.gif);
	background-position: top;
}

#top-bar {
	background-image: url(../images/top-bar.gif);
	height: 17px;
	width: 100%;
	background-repeat: repeat-x;
}

#wrapper {
	min-height: 100%;				/* sticky footer */
	height: auto !important;		/* sticky footer */
	height: 100%;					/* sticky footer */
	margin: -23px auto;				/* sticky footer */
	width: 960px;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* --------------------- TYPEOGRAPHY --------------------- */

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353f39;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 15px;

}

h6 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-weight: 100;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	padding-bottom: 15px;
	text-align: left;
}


a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #20b24c;
}



.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.checkbox {
	margin-right: 10px;
	margin-left: 15px;
}

.checkbox-area {
	padding-top: 10px;
}


#content-area ul {
	margin-top: -10px;
	margin-bottom: 15px;
}

#content-area li {
	font-family: Geneva, sans-serif;
	font-size: 12px;
}



/* --------------------- HEADER --------------------- */
#header {
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;	
}

#header-top {
	margin-top: 6px;
}

#header-logo {
	float: left;
	padding-left: 2px;
}

#header-login {
	margin-top: 3px;
	height: 20px;
	width: 248px;
	float: right;
	clear: right;
}

#header-login-btn {
	height: 20px;
	width: 70px;
	background-image: url(../images/login-back.gif);
	margin-left: 163px;
	padding-left: 15px;
}

#header-login-btn p {
	font-size: 11px;
}

#header-login-btn a:link {
	color: #595f5c;	
}

#header-login-btn a:active {
	color: #595f5c;		
}

#header-login-btn a:visited {
	color: #000;	
}

#header-login-btn a:hover {
	color: #000;	
}





#ip-logo {
	float: right;
	margin-top: 22px;
	padding-right: 5px;
}

#image-bar2 {
	width: 930px;
	height: 120px;
	background-image: url(../images/img-bar-new.png);
	background-repeat: no-repeat;
	clear: both;
}

#image-bar-sol {
	width: 930px;
	height: 120px;
	background-image: url(../images/img-bar-solution.png);
	background-repeat: no-repeat;
	clear: both;
}

#image-bar-feat {
	width: 930px;
	height: 120px;
	background-image: url(../images/img-bar-features.png);
	background-repeat: no-repeat;
	clear: both;
}

#image-bar-hos {
	width: 930px;
	height: 120px;
	background-image: url(../images/img-bar-hosting.png);
	background-repeat: no-repeat;
	clear: both;
}

#image-bar-faq {
	width: 930px;
	height: 120px;
	background-image: url(../images/img-bar-faq.png);
	background-repeat: no-repeat;
	clear: both;
}

#image-bar-about {
	width: 930px;
	height: 147px;
	background-image: url(../images/img-bar-about.png);
	background-repeat: no-repeat;
	clear: both;
}

#image-bar-cont {
	width: 930px;
	height: 124px;
	background-image: url(../images/img-bar-cont.png);
	background-repeat: no-repeat;
	clear: both;
}


/* --------------------- BODY --------------------- */
#body-wrap {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/content-background-large2.png);
	background-repeat: no-repeat;
}

#body-wrap-email {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/content-background-large2.png);
	background-repeat: no-repeat;
}

.button {
	margin-top: 15px;
}


#content-area {
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 16px;
	min-height: 300px;
}

#body-top {
	width: 930px;
	height: 270px;
}

.body-top-text {
	float: left;
	width: 690px;
	margin-top: 16px;
	margin-left: 20px;
}

#body-mid {
	margin-left: 20px;
	margin-top: 35px;
	width: 890px;
	height: 130px;
}

#body-mid-left {
	float: left;
	height: 129px;
}

#body-mid-left p a.ml-btn {
	display: block;
	width: 274px;
	height: 129px;
	margin: 0 0 0 0;	
	background-image: url(../images/video-btn.jpg);
	background-position: top;
	text-indent: -9999px;
}

#body-mid-left p a.ml-btn:hover {
	background-position: bottom;
}

#body-mid-centre {
	float: left;
	padding-left: 35px;
	height: 129px;	
}

#body-mid-centre p a.mc-btn {
	display: block;
	width: 274px;
	height: 129px;
	margin: 0 0 0 0;	
	background-image: url(../images/brochure-btn.jpg);
	background-position: top;
	text-indent: -9999px;
}

#body-mid-centre p a.mc-btn:hover {
	background-position: bottom;
}

#body-mid-right {
	float: right;
	padding-right: 2px;
	height: 129px;	
}

#body-mid-right p a.mr-btn {
	display: block;
	width: 274px;
	height: 129px;
	margin: 0 0 0 0;	
	background-image: url(../images/quote-btn.jpg);
	background-position: top;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#body-mid-right p a.mr-btn:hover {
	background-position: bottom;
}

.divider {
	clear: both;
	height: 10px;
	background-image: url(../images/divider-3.png);
	background-repeat: no-repeat;
	margin-top: 140px;
	margin-left: 8px;
	width: 913px;
}


/* --------------------- SOLUTION PAGE --------------------- */

#sol-table-top {
	margin-top: 50px;
	height: 90px;
	padding-left: 321px;
	width: 572px;
	background-image: url(../images/compare-etd.png);
	background-repeat: no-repeat;
}

.sol-table-top-col {
	height: 90px;
	width: 190px;
	float: right;
}

#sol-table-top-esse {
	width: 171px;
	height: 42px;
	background-image: url(../images/essentials.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#sol-table-top-exec {
	width: 170px;
	height: 42px;
	background-image: url(../images/executive.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#sol-table-top-utli {
	width: 170px;
	height: 42px;
	background-image: url(../images/ultimate.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.soltuion-subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	color: #545c56;
}

.solution-subheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}


#sol-table {
	width: 892px;
	height: 555px;
	background-image: url(../images/solution-table-img.png);
	background-repeat: no-repeat;
	padding-top: 2px;
}

.sol-table-row {
	width: 880px;
	height: 61px;
	margin-left: 5px;
}

.sol-table-row2 {
	width: 880px;
	height: 62px;
	margin-left: 5px;
}

.sol-table-text-sl {
	float: left;
	width: 307px;
	margin-top: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}

.sol-table-text-ml {
	float: left;
	width: 307px;;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}

.sol-tick-esse {
	float: left;
	margin-left: 82px;
	margin-top: 18px;
	height: 26px;
	width: 26px;
}

.sol-tick-exec {
	float: left;
	margin-left: 164px;
	margin-top: 18px;
	height: 26px;
	width: 26px;
}

.sol-tick-ulti {
	float: left;
	margin-left: 164px;
	margin-top: 18px;
	height: 26px;
	width: 26px;
}



/* --------------------- FEATURES PAGE --------------------- */

#feat-wrap {
	width: 890px;
}

#feat-top {
	width: 890px;
	height: 250px;
}

#feat-bot {
	width: 890px;
	margin-top: 50px;
}

#feat-top-left {
	float: left;
	width: 435px;
	height: 250px;
}

#feat-top-right {
	float: right;
	width: 435px;
	height: 250px;
}

#feat-bot-left {
	float: left;
	width: 435px;
}

#feat-bot-right {
	float: right;
	width: 435px;
}

.feat-img {
	float: left;
	width: 105px;
	height: 210px;
}

.feat-info {
	float: right;
	width: 320px;
	height: 210px;
	padding-right: 10px;	
}

.feat-info p {
	margin-top: 5px;
}

.feat-bot-group {
	width: 435px;
	height: 220px;
	margin-bottom: 25px;
}

.feat-title {
	width: 435px;
	height: 25px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	border-bottom-width: 1px;
}




/* --------------------- FAQ --------------------- */

.faq-a {
	display: none;
	padding-left: 22px;
	margin-top: -10px;
}

.faq-a p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.faq-title {
	margin-top: 10px;
	width: 100%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 0px;	
	margin-bottom: 15px;
}

.faq-button {
	float: left; 
	width: 20px; 
	padding-top: 2px;
}





#table-wrap {
	width: 890px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#table-title-wrap {
	background-color: #f8f8f8;	
}

.table-clear-wrap {
	background-color: #FFF;
	border-top: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
}

.table-grey-wrap {
	border-top: #CCC;
	border-top-style: solid;
	border-top-width: 1px;	
	clear: both;
}

.table-left-info {
	float: left;
	width: 200px;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 65px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;	
	padding-left: 5px;
	padding-top: 10px;
}

.table-right-info {
	float: right;
	width: 664px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	height: 65px;	
}

.table-left-info-g {
	float: left;
	width: 200px;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f8f8f8;	
	height: 60px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;		
	padding-left: 5px;
	padding-top: 10px;	
}

.table-right-info-g {
	float: right;
	width: 669px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	height: 60px;	
}



.table-left-info-sm {
	float: left;
	width: 200px;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 45px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;	
	padding-left: 5px;
	padding-top: 10px;
}

.table-right-info-sm {
	float: right;
	width: 664px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	height: 45px;	
}

.table-left-info-g-sm {
	float: left;
	width: 200px;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f8f8f8;	
	height: 40px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;		
	padding-left: 5px;
	padding-top: 10px;	
}

.table-right-info-g-sm {
	float: right;
	width: 669px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	height: 40px;	
}





















.table-left-info-h {
	float: left;
	width: 200px;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;	
	padding-left: 5px;
	padding-top: 5px;
	background-color: #f8f8f8;
}

.table-right-info-h {
	float: right;
	width: 674px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 5px;	
	background-color: #f8f8f8;	
	height: 25px;
}












#table-left {
	float: left;
	width: 205px;
	margin-bottom: 30px;
}

#table-right {
	float: right;
	width: 685px;
}






/* --------------------- PRICING PAGE --------------------- */

#pricing-left {
	width: 420px;
	padding-top: 15px;
	float: left;
}

#pricing-right {
	width: 420px;
	padding-top: 15px;	
	float: right;
}

.pricing-top {
	height: 75px;
}

.pricing-top-img-left {
	float: left;
	width: 70px;
	height: 70px;
}

.pricing-top-img {
	float: left;
	width: 85px;
	height: 70px;
}

.pricing-top-title-left {
	float: right;
	width: 340px;
	height: 20px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	border-bottom-width: 1px;		
}

.pricing-top-title {
	float: right;
	width: 330px;
	height: 20px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	border-bottom-width: 1px;		
}

.pricing-top-subtitle-left p{
	width: 340px;
	height: 40px;
	clear: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.pricing-top-subtitle p{
	width: 330px;
	height: 40px;
	clear: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

#pricing-left-header {
	border-bottom: 2px solid #135d96;
	height: 14px;
	width: 340px;
	background-image: url(../images/online.png);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
}

.pricing-text {
	clear: both;
	padding-left: 2px;
	width: 410px;
	height: 280px;	
}

.pricing-text-r {
	clear: both;
	padding-left: 2px;
	width: 410px;
	height: 280px;	
}

.table-header {
	padding-top: 8px;
	width: 195px;
	padding-left: 10px;
	background-color: #f8f8f8;
}

.table-header-r {
	padding-top: 8px;
	width: 665px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f8f8f8;	
	border-left: 1px solid #e2e2e2;
}

.table-item-clear {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 195px;
	padding-left: 10px;		
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #e2e2e2;
	height: 20px;
}

.table-item-clear-r {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 665px;
	padding-left: 10px;	
	padding-right: 10px;
	border-left: 1px solid #e2e2e2;	
	border-top: 1px solid #e2e2e2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}

.table-item-grey {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 195px;
	background-color: #f8f8f8;
	padding-left: 10px;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	border-top: 1px solid #e2e2e2;	
	height: 20px;
}

.table-item-grey-r {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #f8f8f8;
	padding-left: 10px;	
	padding-right: 10px;
	border-left: 1px solid #e2e2e2;	
	border-top: 1px solid #e2e2e2;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	height: 20px;
}

#table-left2 {
	float: left;
	width: 205px;
	margin-bottom: 30px;
}

#table-right2 {
	float: right;
	width: 685px;
}

.table-header2 {
	padding-top: 4px;
	width: 195px;
	padding-left: 10px;
	background-color: #f8f8f8;
}

.table-header-r2 {
	padding-top: 4px;
	width: 675px;
	padding-left: 10px;	
	background-color: #f8f8f8;	
	border-left: 1px solid #e2e2e2;
}

.table-item-clear2 {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 195px;
	padding-left: 10px;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #e2e2e2;	
}

.table-item-clear-r2 {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 665px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #e2e2e2;	
	border-top: 1px solid #e2e2e2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
}

.table-item-grey2 {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 195px;
	background-color: #f8f8f8;
	padding-left: 10px;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 	
	border-top: 1px solid #e2e2e2;	
}

.table-item-grey-r2 {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 665px;
	background-color: #f8f8f8;
	padding-left: 10px;	
	padding-right: 10px;
	border-left: 1px solid #e2e2e2;	
	border-top: 1px solid #e2e2e2;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 	
}

.table-item-clear2 a:link {
	color: #3c3c3c;	
}

.table-item-clear2 a:active {
	color: #3c3c3c;	
}

.table-item-clear2 a:visited {
	color: #3c3c3c;	
}

.table-item-clear2 a:hover {
	color: #50b948;	
}


.table-item-grey2 a:link {
	color: #3c3c3c;	
}

.table-item-grey2 a:active {
	color: #3c3c3c;	
}

.table-item-grey2 a:visited {
	color: #3c3c3c;	
}

.table-item-grey2 a:hover {
	color: #50b948;	
}


/* ----------- CONTACT US PAGES ----------------- */



.cont-name {
	background-image: url(../images/contact-name.gif);
	height: 19px;
	width: 37px;
	background-repeat: no-repeat;
}

.cont-organisation {
	background-image: url(../images/contact-org.gif);
	height: 19px;
	width: 100px;
	background-repeat: no-repeat;
}


.cont-phone {
	background-image: url(../images/contact-phone.gif);
	height: 19px;
	width: 100px;
	background-repeat: no-repeat;	
}


.cont-email {
	background-image: url(../images/contact-email.gif);
	height: 19px;
	width: 100px;
	background-repeat: no-repeat;
}


.cont-method {
	background-image: url(../images/contact-preferred.gif);
	height: 19px;
	width: 160px;
	background-repeat: no-repeat;
}


.cont-interest {
	background-image: url(../images/contact-interest.gif);
	height: 19px;
	width: 160px;
	background-repeat:  no-repeat;
}


.cont-enquiry {
	background-image: url(../images/contact-enquiry.gif);
	height: 19px;
	width: 51px;
	background-repeat: no-repeat;
}

.security-enquiry {
	background-image: url(../images/contact-security.gif);
	height: 15px;
	width: 89px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#security-subtext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}


input, select, textarea {
	border: 1px solid #CCC;
}

#email-wrap {
	height: 900px;
}

#email-side {
	width: 300px;
	float: left;
	width: 150px;
	height: 220px;
	margin-top: 15px;
	background-image: url(../images/contact-photo.jpg);
	background-repeat: no-repeat;
}

#email-side2 {
	float: left;
	width: 150px;
	height: 220px;
	background-image: url(../images/contact-photo.jpg);
	background-repeat: no-repeat;
}

#email-form {
	float: right;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-right: 100px;
}

#email-form2 {
	float: right;
	margin-right: 125px;
}


.email-texta {
	width: 450px;
	margin: 0px;
	padding: 2px;
}


#email-button {
	border: 0px;
	margin-left: -3px;
}

#form-left p, #form-right p {
	padding-bottom: 0px;	
}

#req-field p {
	margin-top: 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.fields-check {
	width: 560px;
	margin-bottom: 20px;
	clear: both;
}

.fields {
	width: 560px;
	height: 40px;
	clear: both;
}

.cont-field {
	width: 450px;
	float: left;
}

.cont-field input {
	width: 450px;
}

.cont-field-req {
	background-image: url(../images/contact-email-req.png);
	background-repeat: no-repeat;
	margin-right: 35px;
	margin-top: 2px;
	width: 60px;
	height: 17px;
	float: right;
}

#email-submit {
	margin-left: 0px;
}


/* --------------------- SITEMAP --------------------- */
#sitemap-wrap {
	height: 250px;
	width: 890px;
}

.sitemap-col {
	height: 225px;
	width: 122px;
	float: left;
	margin-right: 5px;
}

.sitemap-col-title {

}

.sitemap-col-links {
	padding-top: 5px;
	padding-left: 3px;
}

.sitemap-col-links p {
	margin: 0;
	padding: 0;
}



/* --------------------- FOOTER --------------------- */
#footer-clear {
	margin-top: 25px;
	clear: both;
}

#footer-clear-email {
	margin-top: 25px;
	clear: both;
}

#footer, #push {  					 /* sticky footer */
	height: 30px;					 /* sticky footer */
}

#footer-back {
	background: url(../images/footer-bot-bar.gif) repeat-x;
	height: 30px;
}

#footer-wrap {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#footer-wrap a:link {
	color: #fff;
}

#footer-wrap a:active {
	color: #fff;
}

#footer-wrap a:visited {
	color: #fff;
}

#footer-wrap a:hover {
	color: #041503;
}


#footer-wrap ul {
	padding: 4px 0px 0 15px;	
}

#footer-wrap li {
	line-height: normal;
	float: left;
	padding: 5px 7px 0 0;	
	list-style: none;
	display: block; 	
	position: relative;	
}

#footer-ip {
	float: right;
	width: 140px;
	padding: 0 0 0 0;
}

#footer-ip a{
	text-decoration: none;
	color: #fff;
}

#footer-ip a:hover {
	color: #041503;
}
