html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	margin: 0px;
   padding:0;
   border:0;	    /* This removes the border around the viewport in old versions of IE */
	text-align: left;
	font-family: arial;
	font-size: 10pt;
}

a {
	outline: none;
}

#wrapper {
	width: 955px;
	position: relative;
	overflow: visible;
	margin: auto;
}

#topper {
	width: 100%;
	height: 175px;
	display: block;
	position: absolute;
	top: 14px;
	background: #82b4c9;
	text-align: right;
	overflow: hidden;
	padding: 1px 1px 1px 0;
}

#testimonials {
	width: 380px;
	height: 156px;
	position: absolute;
	top: 10px;
	left: 240px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}

#topper img.main_pic {
	height: 175px;
}

#header {
	width: 208px;
	position: relative;
	float: left;
	left: 14px;
	background: #f1cf8d;
	border-left: 1px solid #f5deb4;
	border-bottom: 1px solid #f5deb4;
	z-index: 999;
}

#logo {
	width: 100%;
	height:	204px;
	position: relative;
	background: url('../img/logo.gif') no-repeat 13px 12px;
}

#bar {
	width: 100%;
	height: 7px;
	position: relative;
	float: left;
	background: #e8b45a;
}

#buttonbar {
	width: 100%;
	clear:both;
	position: relative;
	float: left;
	padding: 14px 0 20px 0;
	text-align: left;
	font-size: 15px;
	font-family: arial;
}

#buttonbar a {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	color: #a60905;
	line-height: 1.4em;
}

#buttonbar a:hover,
#buttonbar a.actual {
	text-decoration: underline;
}

#buttonbar ul {
	list-style: none;
	margin-left: -30px;
}

#buttonbar li a {
	font-size: 12px;
	color: #222;
}

#buttons {
	width: 120px;
	height: 24px;
	position: relative;
	float: left;
	left: 60px;
	padding: 0 0 10px 0;
}

#buttons a.skype,
#buttons a.twitter,
#buttons a.facebook,
#buttons a.intematica {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	background: url('../img/icon_skype.gif') 0 0 no-repeat;
	margin: 0 0 0 5px;
}

#buttons a.twitter {
	background: url('../img/icon_twitter.gif') 0 0 no-repeat;
}

#buttons a.facebook {
	background: url('../img/icon_facebook.gif') 0 0 no-repeat;
}

#buttons a.intematica {
	background: url('../img/icon_intematica.gif') 0 0 no-repeat;
}

#buttons a.skype:hover,
#buttons a.twitter:hover,
#buttons a.facebook:hover,
#buttons a.intematica:hover {
	background-position: 0 -24px;
}

#content {
	width: 730px;
	position: absolute;
	top: 204px;
	left: 210px;
	padding: 0 0 20px 0;
	border-top: 7px solid #f0d09b;
	z-index: 100;
}

#content #section {
	width: 184px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 477px;
	padding: 5px 0 0 0;
	background: #7fb7e7;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: times new roman;
}

#content #block {
	width:  215px;
	height: 86px;
	position: relative;
	float: left;
	background: #7fb7e7;
}	

#content #section_1 {
	width: 215px;
	height: 115px;
	position: absolute;
	top: 100px;
	left: 0;
}

#content #section_2 {
	width: 144px;
	height: 200px;
	position: relative;
	float: left;
	left: 79px;
	z-index: 100;
}

#content #section_3 {
	width: 215px;
	height: 105px;
	position: absolute;
	top: 180px;
	left: 8px;
}

#content #left {
	width: 216px;
	position: relative;
	float: left;
}

#content #text {
	width: 700px;
	position: relative;
	left: 20px;
	float: left;
	padding: 0;
	background: #fff;
	color: #000;
}

#content #text h3,h4,p,form,input,submit,span {
	margin: 20px 20px 0px 30px;
	overflow: hidden;
}

#content li {
	margin: 20px 20px 0 80px;
}

#content textarea {
	overflow: hidden;
}

#content #text p {
	text-align: left;
}

p.referee {
	margin-top: 4px;
	font-size: 11px;
	font-style: italic;
}

form.contact {
	text-align: center;
}

textarea.form_message {
	width: 377px;
	height: 79px;
	padding: 10px;
	background: url('../img/form_message.gif') no-repeat 0 0;	
	border: 0;
}

input.form_name {
	width: 254px;
	height: 22px;
	padding: 4px;
	margin: 0;
	background: url('../img/form_email.gif') no-repeat 0 0;
	border: 0;
}

input.form_code {
	width: 51px;
	height: 20px;
	padding: 2px 0 0 6px;
	margin: 0;
	background: url('../img/form_code.gif') no-repeat 0 0;
	border: 0;
}	

#col1 h3{
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

#col1 h2{
	margin: 0px 0px 0px 0px;
}

#col1 p{
	text-align: justify;
}

table{
	font-family: arial;
	font-size: 10pt;
	margin-left: 10px;
}

div.separator{
	height: 20px;
	width: 100%;
	position: relative;
}

hr{
	width: 80%;
	color: #ac130a;
	border: 1px double #ac130a;
}

img.image_code {
	position: relative;
	top: 20px;
	left: 324px;
	margin: 0;
	border: 1px solid #aaa;	
}

img.imagelink,
img.imagelink_flamenca {
	position: relative;
	margin: 4px;
	border: 1px solid #aaa;	
}

img.imagelink_flamenca {
	width: 200px;
}

img.imageleft,
img.imageright {
	height: 100px;
	margin: 0px;
	padding: 10px;
}

img.imageleft {
	float: left;
	margin-right: 15px;
}

img.imageright {
	float: right;
	margin-left: 15px;
}	

input.form_send {
	width: 46px;
	height: 24px;
	margin-left: 18px;
	background: url('../img/button_send.gif') no-repeat 0 0;
	border: 0;
}

p.links {
	margin: 20px 0 0 280px;
}

.center{
	text-align: center;
}

.italic{
	padding: 5px;
	font-style: italic;
}

a{
    text-decoration: none;
    color: #000000;
}

a:hover{
    text-decoration: underline;
}


