@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color:#030307;
}
 
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
	background: url(../images/bg_home.jpg) top center no-repeat;
}
body#what-we-do {
	background: url(../images/bg_whatwedo.jpg) top center no-repeat;
}
body#contact {
	background: url(../images/bg_contact.jpg) top center no-repeat;
}
body#who-we-are {
	background: url(../images/bg_whoweare.jpg) top center no-repeat;
}
body#what-weve-done {
	background: url(../images/bg_whatwevedone.jpg) top center no-repeat;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	background: url(../images/glow.jpg) no-repeat center bottom;
	padding-bottom: 30px;
	min-height: 550px;
}

#construction #wrap {
	background: none;
}

#construction h1 {
	margin-left: 30px;
	float: left;
}

#construction p {
	margin: 30px;
	float: right;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding: 20px 0 14px 0;
	letter-spacing: -1px;
	font-size: 29px;
	margin-bottom: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8ec6c6;
	font-style:italic;
}

h2 {
	padding: 0 0 15px 0;
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	color: #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 16px;
	font-weight: bold;
	padding: 0 0 8px 0;
	background: url(../images/h3_line.gif) left bottom no-repeat;
}

#home h1, #home h2 {
	color:#8ec6c6;
}

#what-we-do h2, #what-we-do h1,#what-we-do h3 {
	color:#9a5e2c;
}

#what-we-do #left h1 {
	font-size:23px;
	letter-spacing: 0;
	font-style:normal;
	padding-top:15px;
	line-height: 28px;
}

#what-we-do #left h3 {
	background: url(../images/h3_linedo.gif) left bottom no-repeat;
	color:#FFFFFF;
}

.surname {
	color: #342729;
}

#what-weve-done h2 {
	color:#FFFFFF;
	font-style:italic;
	font-size:16px;
	text-transform:capitalize;
	margin: 0px;
	padding: 0 0 10px 0;
}

#what-weve-done h1, #what-weve-done h3 {
	color:#fff;
	background-image:none;
	margin: 0 0 6px 0;
	font-weight:normal;
	font-size: 12px;
}

#contact h1,#contact h2,#contact h3 {
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-size:20px;
}

#contact h2 {
	color:#7a3f6d;
	font-style:italic;
	padding: 15px 0 8px 16px;
	font-size:20px;
}

#contact .dobox h2 {
	padding: 0;
}

#who-we-are h1,#who-we-are h2,#who-we-are h3 {
	color:#5a1d24;
}

#who-we-are h3 {
	border: none;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #444;
	margin: 0;
	padding: 0;
}

.title {
	text-align:center;
	color:#FFFFFF;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 300px;
	float:left;
	padding-top: 9px;
}

.homecontent {
	clear: both;
	margin: 69px 0 15px 0;
}
.orange {
	color:#955141;
}
.grey {
	color:#5A322E;
}
.purple {
	color:#6e526b;
}
.rust {
	color:#7b3a2d;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#999;
	padding: 0;
	line-height: 24px;
	font-size:13px;	
}

#home p {
	padding: 0 0 1.25em 0;
	color:#666666;
	font-size: 14px;
	line-height: 25px;
}

ul, ol {
	padding: 0 0 1.25em 2.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:active {
	outline: none;
	text-decoration:none;
	color: #999;
}

#main p a {
	border-bottom: 1px #333 dotted;
}

a:hover {
	color:#FFFFFF;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	clear:both;
	display:block; 
	float:none;
	width: 240px;
	background-color:#000;
	border: 1px solid #1a1a1a;
	padding: 8px 3px;
	margin: 5px 0 2px 0;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	background-color:#190612;
}

#formid {
	display: none;
}

textarea {
	width: 100%;
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 0 16px;
	padding: 0;
	color:#999999;
}
 
table tr td {
	padding: 2px 30px 5px 0;
	color:#664362;
	vertical-align:top;
}

.textcolumn {
	float:left;
	color:#999999;
	padding: 110px 0 0 30px;
	line-height: 20px;
	font-size: 12px;
}

#artificialintellegence .textcolumn, #emailsolutions .textcolumn {
	padding: 110px 0 0 15px;
	width: 254px;
	line-height: 20px;
	font-size: 12px;
	text-align:justify;
}


/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 100%;
	padding: 22px 0 0 0;
	margin-left: -15px;
}

#content {
	clear: both;
}

#left {
	width: 280px;
	float: left;
	padding: 0;
	margin-right: 30px;
}
#main {
	width: 580px;
	float: left;
}
#right {
	width: 280px;
	float: right;
	padding: 10px;
}

.logo {
	margin-top: 15px;
	margin-left: -7px;
}

#bubble {
	margin-top: 25px;
	background:url(../images/bubble_home.jpg) no-repeat top;
	width: 278px;
	padding: 0;
	height: 235px;
	clear: both;
}
#what-we-do #bubble {
	background:url(../images/bubble_do.jpg) no-repeat top;
}
#bubblecontact {
	background: url(../images/bubble_contact.jpg) no-repeat top;
	width: 280px;	
	height:616px;
	margin-top: 25px;
}

#bubble h1 {
	padding: 7px 15px 3px 18px;
	margin: 0;
	letter-spacing: 0.5px;
	font-size: 29px;
}

#bubble h2 {
	padding: 0 15px 0 18px;
	color:#CCCCCC;
	font-size: 14px;
	border-bottom:none;
	line-height: 18pt;
	letter-spacing: 0.01em;
}

.robot1 {
	float:right;
	width: 50px;
	height: 52px;
	margin: 3px 0 0 0;
}

.leftrobot {
	margin-top: -335px;
	float:right;
	margin-right: 50px
}

.dobox {
	background-color:#131416;
	padding: 15px 15px 15px 15px;
	border: #1a1a1a 1px solid;
}

#template .dobox {
	padding: 0 15px 15px 15px;
	width: 96%;
}

.blackborder {
	border:#000000 2px solid;
	margin-top: 25px;
}

.blackbg {
	width: 279px;
	border: 2px solid #000;
	float: left;
	background-color: #131416;
}
#what-weve-done .blackbg {
	width:auto;
	height: 263px;
	margin-top: 30px;
}

.who {
	width: 249px;
	border: #1a1a1a 1px solid;
	border-top: 2px solid #000;
	padding: 14px;
	height: 430px;
}

#contact .who {
	min-height: inherit;
}

.mid {
	margin-left: 25px;
	margin-right: 25px;
}

#who-we-are #content {
	margin-top: 25px;
}

#who-we-are p {
	min-height: 264px;
}

.lex, .studio, .heinrich {
	background: url(../images/lex.jpg) left no-repeat;
	height: 156px;
	width: 249px;
	margin: 15px;
}

.studio {
	background: url(../images/studio.jpg) left no-repeat;
}

.heinrich {
	background: url(../images/heinrich.jpg) left no-repeat;
}

.lex:hover, .studio:hover, .heinrich:hover {
	background-position:right;
}

.whobot {
	float:right;
}

.screen {
	float:right;
	margin: -40px -10px auto 20px;
}

.portfolioitem {
	width: 659px;
	height: 231px;
	border: 1px solid #0d0d0d;
	padding: 15px;
	float:left;
	background: url(../images/spinner.gif) #000 no-repeat center;
}

.portfolioitem:hover {
	background-color:#0A0A0A
}

.portside {
	background:url(../images/portside.jpg) top no-repeat;
	width:175px;
	height: 201px;
	float:right;
	margin: 45px 0 0 0;
	padding: 15px;
}
.portside p {
	font-size:12px;
}

.portside .role {
	font-size: 10px;
	font-style: italic;
	line-height: 17px;
}

#what-weve-done .stripTransmitter {
	clear: both;
}

#contactcard {
	background:url(../images/contact.jpg) top center no-repeat;
	width: 475px;
	height: 160px;
	margin: -30px 0 0 -10px;
	padding: 147px 0 0 130px;
}

.centercell {
	margin: 0 auto;
}

#twitter {
	background:url(../images/twitter.jpg) left no-repeat;
	height: 40px;
	float:left;
	color: #fff;
	margin: -5px 15px 0 0;
	padding: 32px 0 0 80px;
}


/*-------------------------------------------------------------- CUSTOM BUTTONS*/
a.btn:link, a.btn:visited, a.btn:active {
	background:url(../images/btn.jpg) left no-repeat;
	width: 97px;
	height: 24px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	text-align: center;
	margin: 14px -4px auto auto;
	padding: 12px 0 0 20px;
	text-decoration: none;
	border:none;
}
a.btn:hover {
	background-position:right;
}

#what-we-do a.btn:link, #what-we-do a.btn:visited, #what-we-do a.btn:active {
	float:left;
	background:url(../images/btn_do.jpg) left no-repeat;
	margin: 10px 0 0 30px;
}

#what-we-do a.btn:hover {
	background-position:right;
}

#who-we-are a.btn:link, #who-we-are a.btn:visited, #who-we-are a.btn:active {
	float: left;
	background:url(../images/btn_who.jpg) left no-repeat;
}

#who-we-are a.btn:hover {
	background-position:right;
}

a.btn_dl:link, a.btn_dl:visited, a.btn_dl:active {
	background:url(../images/btn_download.jpg) left no-repeat;
	width: 97px;
	height: 28px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	text-align: center;
	margin: 8px -4px auto auto;
	padding: 8px 0 0 20px;
	text-decoration: none;
	border:none;
}

a.btn_dl:hover {
	background-position:right;
}

#home a.btn_dl:link, #home a.btn_dl:visited,#home a.btn_dl:active {
	background:url(../images/btn_downloadhome.jpg) left no-repeat;
}

#home a.btn_dl:hover {
	background-position:right;
}


#what-we-do a.btn_dl {
	float:left;
	padding: 13px 0 0 20px;
	height: 25px;
}

a.btn_visit:link, a.btn_visit:visited, a.btn_visit:active {
	background:url(../images/visitsite.jpg) left no-repeat;
	width: 97px;
	height: 24px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	margin: 14px -4px auto auto;
	text-align: center;
	padding: 12px 0 0 20px;
	text-decoration: none;
}

a.btn_visit:hover {
	background-position:right;
}

#what-weve-done a.btn_visit:link, #what-weve-done a.btn_visit:visited, #what-weve-done a.btn_visit:active {
	float:left;
	margin: 8px 0 8px 0;
}

#what-weve-done a.btn_visit:hover {
	background-position:right;
}

#btn_xhtml, #btn_css {
	background:url(../images/xhtml.gif) left no-repeat;
	height: 15px;
	width: 80px;
	float:left;
}

#footer #footer_mid a#btn_xhtml, #footer #footer_mid a#btn_css {
	margin: 15px 10px 0 0;
}

#btn_css {
	background:url(../images/css.gif) left no-repeat;
}

#btn_xhtml:hover, #btn_css:hover {
	background-position:right;
}


/*-------------------------------------------------------------- CALL TO ACTIONS*/
#getintouch {
	background:url(../images/getintouch.jpg) left no-repeat;
	height: 220px;
	width:280px;
	float: left;
	margin-right: 30px;
}

#getintouch:hover, #artificialintellegence:hover, #emailsolutions:hover {
	background-position: right;
}

#artificialintellegence {
	background:url(../images/aicalltoaction.jpg) left no-repeat;
	height: 220px;
	width:279px;
	float:left;
}

#emailsolutions {
	background:url(../images/email.jpg) left no-repeat;
	height: 220px;
	width: 280px;
	float:right;
}


/*-------------------------------------------------------------- MY DIVS*/
#footer {
	background: url(../images/footertile.jpg) repeat-x;
	width: 100%;
	height: 297px;
	clear: both;
	font-size: 11px;
	border-top: #0f0f0f 1px solid;
}

.center {
	margin: 0 auto;
	width: 900px;
	padding: 15px;
}

#footer_left {
	float: left;
	text-align: right;
	background: url(../images/footerdiagram.jpg) no-repeat left;
	width: 276px;
	height: 283px;
	display: block;
	margin: 0 0 0 0px;
}

#footer_left:hover {
	background-position:right;
}

#footer_mid {
	width: 275px;
	height: 200px;
	float:left;
	margin-left: 35px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#3a6f6f;
	font-weight:bold;
	font-size: 16px;
}

#footer_right {
	float: left;
	width: 275px;
	margin-left: 30px;
	color:#7a3f6d;
	font-weight:bold;
	font-size: 16px;
	text-align:left;
}

#footer ul {
	margin: 10px  0 0 4px;
	padding: 0px;
	font-size: 12px;
}

#footer li {
	background:url(../images/li_footer.gif) no-repeat left;
	display: block;
	padding-left: 15px;
	height: 15px;
	border-bottom:#333 1px dashed;
	font-weight: bold;
	font-size: 11px;
	clear: both;
	padding-bottom: 6px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999;
	padding: 0px;
	margin: 0px;
	border:none;
	text-decoration: none;
	float: left;
}

#footer a:hover {
	color: #CCC;
	border:none;

}

#footer img {
	float:right;
	display: block;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 86px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

ul#nav {
	padding-left: 4px;
}

#nav a.home:link, #nav a.home:visited, #nav a.home:active {
	width: 119px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_home.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
	border:none;
	text-decoration:none;
}

#nav a.home:hover {
	background-position: right;
}

#home #nav a.home {
	background-position:center;
}

#nav a.what-we-do:link, #nav a.what-we-do:visited, #nav a.what-we-do:active {
	width: 156px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_whatwedo.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.what-we-do:hover {
	background-position: right;
}
#what-we-do #nav a.what-we-do {
	background-position:center;
}
#nav a.what-weve-done, #nav a.what-weve-done:visited, #nav a.what-weve-done:active {
	width: 204px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_whatwevedone.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.what-weve-done:hover {
	background-position: right;
}
#what-weve-done #nav a.what-weve-done {
	background-position:center;
}
#nav a.who-we-are, #nav a.who-we-are:visited, #nav a.who-we-are:active {
	width: 164px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_whoweare.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.who-we-are:hover {
	background-position: right;
}
#who-we-are #nav a.who-we-are {
	background-position:center;
}
#nav a.contact, #nav a.contact:visited, #nav a.contact:active {
	width: 143px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_contact.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.contact:hover {
	background-position: right;
}
#contact #nav a.contact {
	background-position:center;
}
#nav a.blog, #nav a.blog:visited, #nav a.blog:active {
	width: 110px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_blog.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.blog:hover {
	background-position: right;
}
#nav a {
	display: block;
	padding: 10px;
	height: 25px;
	color: #fff;
	text-decoration: none;
}
#nav a:hover,
#home .home, #about .about, #contact .contact, #gallery .gallery {
	color: #333;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 110px;
	top: 45px;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	width: 100px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/

.valid {
	color: #ccc;
}

#button:hover {
	cursor: pointer;
}

#result {
	border: 1px solid #222;
	margin: 15px 20px 0 15px;
	padding: 15px;
	display: none;
	background-color: #000000;
}

#result ul {
	padding: 10px 0;
}

#result li {
	display: block;
	list-style: none;
	background: url(../images/error.gif) no-repeat left;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	color: #664362;
}

#result p {
	margin: 0px;
	padding: 0px;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#result h2 {
	padding: 0;
}

#legal h1 {
	padding-top: 0px;
}

#legal h2 {
	margin-top: 20px;
	color: #FFF;
}

#legal p {
	margin-top: 10px;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

#left ul {
	padding-left: 25px;
	margin: 0px;
	text-indent: 0;
}

#left li {
	list-style-image: url(../images/li_home.jpg);
	list-style-type: none;
	color:#999999;
	font-size:14px;
	margin: 0;
	padding: 4px 0px 7px 2px;
	margin-left: 10px;
	line-height: 22px;
	height: 26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#left #bubblecontact ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
#left #bubblecontact li {
	list-style-type: none;
	list-style-image: none;
	padding: 10px 10px 10px 10px;
	line-height: 22px;
	height: auto;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border-top: dotted 1px #333;
	width: 240px;
	margin: 0 auto 0 auto;
}

#left #bubblecontact li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #7a3f6d;
	padding: 0 0 0 2px;
	display:block;
	border:none;
}

#what-we-do #left li {
	list-style-image: url(../images/li_whatwedo.gif);
}


/*-------------------------------------------------------------- SHOWCASE*/

#showcase {
	background:url(../images/showcasebg.jpg) bottom no-repeat;
	width: 586px;
	height: 189px;
	margin: 0;
}

#slider {
	top: -30px;
}

.svw ul {
	position: relative; left: -999em;
} 
 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	margin: 0 0 1px 0; 
} 

.stripViewer ul {
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 

.stripViewer ul li {  
	float:left; 
} 

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
	margin-top: -10px;
} 

.stripTransmitter ul { 
	margin: 0; 
	padding: 0;
	position: relative; 
	list-style-type: none;
} 

.stripTransmitter ul li, .portbuttons ul li { 
	width: 35px;
	height: 35px;
	float: left; 
	margin: 0 4px 0 0px;
} 

.stripTransmitter a, .portbuttons a { 
	background:url(../images/btn_numbers.jpg) left no-repeat;
	width: 31px;
	height: 27px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-style:italic;
	font-size:12px;
	text-align: center;
	padding: 4px 1px 4px 3px;
	text-decoration: none;
} 

ul.portbuttons {
	margin: 0px;
	padding: 0px;
}

.portbuttons a:hover {
	cursor: pointer;
}

#what-weve-done ul.portbuttons li {
	list-style: none;
	list-style-type: none;
	float: left;
}

#what-weve-done ul.portbuttons li a {
	float: none;
	display: block;
	margin: 0px 5px 8px 0px;
}

#home .stripTransmitter a:hover, #home .stripTransmitter a.current{ 
	background-position:right;
	color: #8ec6c6;
}

#what-weve-done .portbuttons a:hover, #what-weve-done .portbuttons a.current{ 
	color: #7b3a2d;
} 

#tooltip { 
	background: #111111; 
	color: #FFF; 
	border: 2px solid #000;
	position: absolute;
	z-index: 3000;
	display: none;
} 

#tooltip h3 {  
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;  
	padding: 10px 8px 6px 8px;  
	background: none;
	border: 1px solid #2a2a2a; 
}

.hide {
	display: none;	
}

.addinv {
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	margin: 15px 0px;
	display: block;
	width: 200px;
	height: 23px;
}

.pay {
	background-color: #8ec6c6;
	color: #000;
	border: 1px solid #146e78;
}

.pay:hover, .pay:active, .pay:focus {
	background-color: #146e78;
	cursor: pointer;
	color: #FFF;
}

.pay-online th {
	background-color: #444;
	text-align: left;
}

.pay-online td {
	color: #CCC;
	vertical-align: middle;
	padding: 0px;
}

.pay-online td a {
	padding-top: 10px;
	padding-right: 10px;
}

.pay-online td input {
	clear: none;
	margin: 1px;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

input.invtotal, input.totalam {
	clear:none;
	display:inline; 
	float:none;
	width: 60px;
}