* {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

body,select {
	background: url('images/background_main.gif') top repeat-x;
	color: #585858;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
}

form {
	background: url('images/submit_background.jpg') bottom left no-repeat;
	display: block;
}

fieldset {
	border: 0px;
	display: block;
	width: 300px;
}

fieldset input, fieldset label {
	height: auto;
	padding-top: 3px;
}

fieldset input, fieldset textarea {
	display: block;
	margin-left: 150px;
}

fieldset textarea {
	display: block;
	margin-left: 5px;
}

fieldset label {
	float: left;
	width: 145px;
}

fieldset.checkboxes label, fieldset.checkboxes input {
	display: inline;
	float: none;
	margin: 0px;
}

fieldset.submit {
	height: 120px;
}

fieldset.submit input {
	margin: 0px;
	margin-left: auto;
}

table#home_table {
	background: url('images/main_boxes.gif');
	border: 0px;
	border-collapse: collapse;
	height: 320px;
	width: 726px;
}

table#home_table td {
	padding: 0px;
	padding-top: 36px;
	vertical-align: top;
}

table#home_table #swf2, table#home_table #swf4 {
	margin-left: 14px;
}



table#clients_table {	
	border: 0px;
	border-collapse: collapse;
	height: 320px;
	width: 709px;
}

table#clients_table td {
	padding: 0px;
	padding-top: 0px;
	vertical-align: top;
}



.hidden {
	height: 0px;
	overflow: hidden;
}

div#header {
	height: 155px;
	margin: auto;
	width: 772px;
}

div#header {
	background: url('images/header_home.jpg');
}

div#header a {
	display: block;
	height: 34px;
	margin-top: 40px;
	position: absolute;
	width: 101px;
}

a#nav_clients {
	margin-left: 254px;
}

a#nav_about {
	margin-left: 355px;
}

a#nav_services {
	margin-left: 456px;
}

a#nav_contact {
	margin-left: 557px;
}

a#nav_home {
	margin-left: 658px;
}

div#container {
	background: url('images/background_box.gif') center repeat-y;
	margin: auto;
	width: 772px;
}

div#container div {
	overflow: hidden;
}

img.box {
	margin: auto;
}

div.content {
	border: 1px solid #e8e8e8;
	margin: 25px;
	margin-top: 10px;
	text-align: justify;
}

.box {

	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #e8e8e8;
	border-right-color: #e8e8e8;
	border-left-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	padding: 10px;		
	
	background: url('images/submit_background.jpg') bottom left no-repeat;
	display: block;
}

div.content > div {
	padding: 30px;
}

div.content div img.bar {
	margin-bottom: 30px;
	margin-left: -30px;
	margin-top: -30px;
}

div#footer img {
	margin: auto;
}