@charset "utf-8";
/* CSS Document */

body,td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	width: 100%;
}
p {
	margin: 0px;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	color: #ff2e00;
}
a {
	color: #000000;
	text-decoration: none;
	outline: 0px;
}
a:hover {
	text-decoration: none;
	color: #ff2e00;
}
#cont-left {
	position: absolute;
	z-index: 2;
	width: 200px;
	left: 20px;
	top: 405px;
}
#cont-right {
	position: absolute;
	z-index: 2;
	width: 200px;
	right: 16px;
	bottom: 11px;
}
#what {
	position: absolute;
	z-index: 2;
	width: 35%;
	left: 400px;
	top: 50px;
}
.what-title {
	font-size: 15px;
	color: #ff2e00;
	font-family: "Segoe UI", "Trebuchet MS", "Times New Roman", sans-serif;
	padding-top: 6px;
}
.what-text {
	padding-left: 10px;
}
.what-nav {
	padding-top: 6px;
	padding-left: 10px;
	color: #ff2e00;
}
.what-nav a {
	padding-left: 10px;
	color: #ff2e00;
}
.what-nav a:hover {
	color: #ff2e00;
	text-decoration: underline;
}
.what-nav a:visited {
	color: #999;
	text-decoration: none;
}
.what-nav a:visited:hover {
	color: #ff2e00;
	text-decoration: underline;
}
#portfolio {
	position: absolute;
	z-index: 2;
	height: 405px;
	width: 385px;
	left: 0px;
	top: 0px;
}
#logo {
	text-align: right;
	position: absolute;
	z-index: 2;
	height: 146px;
	width: 272px;
	top: 0px;
	right: 0px;
}
#logo800 {
	position: absolute;
	z-index: 2;
	width: 275px;
	top: 0px;
	right: 0px;
}
#grungebk {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#newsletter {
	position: absolute;
	z-index: 2;
	bottom: 14px;
	left: 433px;
}
.bredpspace {
	padding-top: 6px;
}
.bred a {
	color: #FF0000;
	font-weight: bold;
}
.bred a:hover {
	color: #000000;
	text-decoration: underline;
}
.address {
	font-size: 10px;
	color: #000000;
	padding-left: 7px;
}
#copyright {
	position: absolute;
	z-index: 2;
	left: 45px;
	bottom: 12px;
}
#flags {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 425px;
}
/* ----------------- others ----------------- 
.pbm {
	color: #fc9f4c;
}
.pbm a {
	color: #000000;
	text-decoration: none;
}
.pbm a:hover {
	color: #ff2e00;
}*/
/* ----------------- contact form ----------------- */
form {
	color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form a {
	outline:0px;
}
form td {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #000000;
}
.fbuttons {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFA40D;
	border: 1px solid #CA7E00;
}
.ffields {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CA7E00;
	background-color: #F9DD89;
	border: 1px solid #CA7E00;
	padding-left: 3px;
}
.required {
	color: #4F1000;
	font-size: 10px;
}
/* ----------------- newsletter form ----------------- */
.news-form {
	color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-form td {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CA7E00;
}
.news-form h1 {
	font-family: "Segoe UI", "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #CA7E00;
}
.news-fbuttons {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFA40D;
	border: 1px solid #CA7E00;
	padding-bottom: 1px;
}
.news-ffields {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CA7E00;
	background-color: #F9DD89;
	border: 1px solid #CA7E00;
	padding-left: 3px;
	padding-bottom: 2px;
}
/* ----------------- copyright ----------------- */
.copyright {
	font-size: 10px;
	color: #666;
	padding-top: 2px;
}
