﻿html {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body {
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:black;
}

td {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
	position:relative;
	margin:auto;
	width:95%;
	height:100%;
}

#top {
	margin:auto;
	margin-top:30px;
	background-image:url('../images/top_bg.jpg');
	background-repeat:repeat-x;
	width:80%;
	height:194px;

} 

#sub_profile {
	margin:auto;
	margin-top:5px;
	width:80%;
	height:55px;
	background-image:url('../images/bg_profile.jpg');
	background-repeat:repeat-x;
	}

#sub_service {
	margin:auto;
	margin-top:5px;
	width:80%;
	height:55px;
	background-image:url('../images/bg_service.jpg');
	background-repeat:repeat-x;
	}
	
#sub_quote {
	margin:auto;
	margin-top:5px;
	width:80%;
	height:55px;
	background-image:url('../images/bg_quote.jpg');
	background-repeat:repeat-x;
	}
#sub_customers {
	margin:auto;
	margin-top:5px;
	width:80%;
	height:55px;
	background-image:url('../images/bg_customers.jpg');
	background-repeat:repeat-x;
	}
#sub_title {
	margin:auto;
	margin-top:5px;
	width:80%;
	height:55px;
	background-image:url('../images/title_BG.jpg');
	background-repeat:repeat-x;
	}


img {
	border:0px;
}

.img_right {
	border:0px;
	float:right;
}

.img_left {
	border:0px;
	float:left;
}

#main {
	margin:auto;
	margin-top:5px;
	width:100%;
}

#text_zone {
	margin-top:36px;
	float:right;
	width:80%;
}

#text {
	float:left;
	width:80%;
}

#footer_links {
	margin-top:30px;
	width:80%;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#a05858;

	}

a.footer_links {
	color:#a05858;
	text-decoration:none;
}

a.footer_links:hover {
	color:black;
	text-decoration:none;
}

#credits {
	margin-top:30px;
	width:80%;
	height:55px;
	font-size:11px;
	color:green;
	}
	
#credits_home {
	margin:auto;
	margin-top:30px;
	width:80%;
	height:55px;
	font-size:11px;
	color:green;
	}

#footer_links_home {
	margin:auto;
	margin-top:30px;
	width:80%;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#a05858;

	}
	
a.credits {
	color:green;
	text-decoration:none;
}
a.credits:hover {
	color:black;
	text-decoration:none;
}

#SendButton {
	border:0px;
	background-image:url('../images/btn_send.jpg');
	background-repeat:no-repeat;
	
}

input {
	border:0px;
}

