@charset "utf-8";
/* Browser Body */
html
	{height:100%;}
body {
	margin:0;
	padding:0;
	height:100%;
	background:url(images/bg.gif) repeat #eeeeee;
	}
#wrap {
	min-height:100%;	
}
input, a {outline:none;}
* html #wrap {height: 100%;}
.invalid {border:1px solid red;}
label.invalid {font-weight:bold;color:red;border:none;}
/* Breadcrumb */
#breadcrumb
	{
	height:39px;
	background:url(images/breadcrumb.png) repeat-x;
	}
.breadcrumb-helper {
	margin: 0 auto;
	text-align:center;
	width: 895px;
}
/* Footer */
#footer {
	background:url(images/footer.gif) repeat-x;height:77px;
	text-align:center;
	color:#fff;
	font:12px/77px arial,sans-serif;
	clear: both;
	}
#footer a {
	color:#fff;
	text-decoration:underline;
	}
#footer a:hover {
	color:#cccccc;
	text-decoration:underline;
	}
/* Navigation */
#nav {
	list-style:none;
	padding:0;
	margin:0 0 0 1em;
	width:56em;
	height:24px;
	}
#wrap {
	width:893px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:0;
	margin:0 auto;
	text-align:center;
	height:auto;
	background-color:#fff;
	}
#content {
    text-align:left;
	clear:left;
	margin-left:11px;
	margin-bottom:1em;
	width:873px;
	}
#content h1 {
	font:30px "Arial Narrow", "Trebuchet MS", Arial;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#465a73;
	}
#content h2 {
	font:24px "Arial Narrow", "Trebuchet MS", Arial;
	margin:0;
	color:#465a73;
	}
#content a	{
	color:#aa0000;
	text-decoration:underline;
	}
#content a:hover {
	color:#000;
	text-decoration:underline;
	}
#content p {
	font:15px/21px arial,verdana;
	}
h3 {
	font-family:arial;
	font-size:18px;
	color:#3c4d5f;
}
#webdesign {
	float:left;
	font:11px/15px arial;
	margin-left:10%;
	padding:10px;
	border:1px solid #cd0000;
	background-color:#fafafa;
	width:18em;
	}
#weblanguages {
	float:left;
	font:11px/15px arial;
	margin-left:10%;
	padding:10px;
	border:1px solid #cd0000;
	background-color:#fafafa;
	width:18em;
	}
.services {
	font:13px/19px arial;
	padding:10px;
	border:1px solid #ccc;
	width: 875px;
	}
.services th {background-color:#e0e0e0; font-weight:bold; text-align: left; padding: 4px; font-size: 15px;}
.services td.color { background-color:#f0f0f0; padding: 4px; text-align: left;}
.services td {text-align: left; padding: 4px;}
.services td a { color:#cd0000; text-decoration: underline; }
.services td a:hover {color:#020202; }
#picture {
	width:54em;
	height:15em;
	background:url(images/hp.jpg) no-repeat;
	border:1px solid #cccccc;
	}
h3
	{
	padding:0;
	margin:0;
	}
.clear
	{
	clear:both;
	padding-top:10px;
	}
.clients {
	font:11px/15px arial;
	color:#000;
	background-color:#fafafa;
	border:1px solid #cccccc;
	padding:10px;
	height:180px;
	}
.clients h1 {
	font:15px/22px "Arial Narrow", "Trebuchet MS", arial !important;
	font-weight:bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color:#465a73;
	}
.clients img {
	float:left !important;
	margin-right:10px;
	}
.contact {
	font:11px/14px arial;
	}
.button {
	font:11px/20px arial;
	color:#ffffff;
	height:20px;
	width:150px;
	background:url(images/submit.gif) no-repeat 0 0 #ffffff;
	border:0;
	margin:0;
	padding:0;
		}
.textbox {
	font:11px/22px arial,sans-serif;
	color:#666666;
	text-indent:3px;
	width:150px;
	border:1px solid #cccccc;
	}
.textbox:focus {
	background-color:#fafafa;
	}
.textarea {
	height:150px;
	width:300px;
	font:11px/15px arial;
	color:#666666;
	border:1px solid #cccccc;
	overflow:auto;
	padding:3px;
	}
.textarea:focus {
	background-color:#fafafa;
	}
#ajax {
	font:11px/15px arial;
	visibility:hidden !important;
	}
.instant
	{
	float: left;
	font:13px/25px arial;
	color:#020202;
	background-color:#fafafa;
	border:1px solid #cccccc;
	padding:10px;
	margin:10px;
	width:220px;
	}
	
form.iq input[type="text"] { width: 170px; font: 13px/25px arial; }
form.iq p.form { width: 250px; text-align: right; }
form.iq input.submit { width: 300px; font: 19px/31px "Trebuchet MS", Arial, Sans-Serif; color:#cd0000; font-weight: bold; background-color:#dedede; border: 1px solid #ccc; margin: 10px; height: 31px;}
form.iq h3 {font: 19px/27px "Arial Narrow", "Trebuchet MS", Arial;color:#465a73;padding-left:10px; }
.disclaimer { font:9px/13px "Tahoma", Arial, Sans-Serif !important;}

.display { display: none; }