@charset "utf-8";
/* CSS Document */

body { 
	background:url(bg-body.png) repeat-x #FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#010101;	
}

a{
	color:#3A61A3;
}

h1#pagetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	font-size:32px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	font-size:20px;
	margin:8px 0 16px 0;
}
h3{
	font-weight:normal;
	font-size:16px;
}

#container {
	width:768px;
	margin:0 auto;
	text-align:left;
}
#content {
	padding:32px;
}
#header {
	background-color: #000066;
	background-image: url(header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
}

#footer{
	margin-top:64px;
	padding:0 32px;
	font-size:11px;
	color:#666;
}

#footer a{
	text-decoration:none;
	font-size:11px;
	color:#666;
}

#footer a:hover{
	text-decoration:underline;
}

p#msg{
	border:1px solid #FF9900;
	padding: 8px;
	font-weight:bold;
	color:#FF9900;
}

/* index */

#featured-list{
	padding:0;
	margin:0;
}

#featured-list li{
	list-style:none;
	list-style-type:none;
	float:left;
	width:224px;
	height:152px;
	margin:0 16px 16px 0;
}

#featured-list li a{
	display:block;
	width:224px;
	text-decoration:none;
}

#featured-list li a img{
	border:0;
}

#header h1 {
	display:none
}

#login label, #login input {
	display: block;
	margin:4px;
}


#login label{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

#login .client-id {
	font-size:18px;
	padding:4px;
	border:1px solid #666666;
	width:8em;
	background-color:#FDFFD7;
	margin-bottom:8px;
}
#login #form-login {
	float:right;
	width:431px;
	height:120px;
	padding:32px 0 64px 32px;
	border-left:1px solid #ccc;
}
#login #company-logo {
	float:left;
	width:160px;
}

/* invoice */


p#barcode-value{
	margin: 8px 0 16px 0;
}

#btn-print{
	display:block;
	width:104px;
	height:71px;
	text-indent:-5000px;
	float:right;
	margin:0;
	padding:0;
	background:url(bg-btn-print.jpg) no-repeat top left;
}

#invoice {
	width:576px;
	border:1px solid #666666;
}
#invoice-body {
	float:right;
	width:288px;
	padding:32px;
	
}
#invoice-extra{
	float:left;
	width:191px;
	border-right:1px solid #999999;
	padding:32px 16px;
	text-align:center;
}
#invoice-talon {
	text-align:center;
}

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}

