@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FBC01B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FBC01B;
}
.oneColFixCtr #container {
	width: 1024px;
	/*height: 2400px;*/
	background: #FFFFFF;
	background-image: url(img/page.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #flaContent {
	height: 745px;
	padding: 0;
}
.oneColFixCtr #mainContent {
	/*height: 600px;*/
	padding: 0px 300px 0px 117px;
}
.oneColFixCtr #listContent {
	/*height: 300px;*/
	padding: 0px 100px 0px 530px;
}
.oneColFixCtr #linkContent {
	/*height: 505px;*/
	padding: 0px 0px 0px 342px;
}
.oneColFixCtr #demoContent {
	/*height: 150px;*/
	padding: 230px 0px 0px 200px;
}
.oneColFixCtr #footContent {
	/*height: 175px;*/
	padding: 0px 0px 0px 30px;
}

/* TEXT STYLES
---------------------------------------------------------------------------------------------------------- */
a:link {
	color: #189AD7;
}
a:visited {
	color: #189AD7;
}
a:hover {
	color: #333;
}
a:active {
	color: #189AD7;
}
p {
	font-size:14px;
}
h1 {
	color: #000000;
	font-size:18px;
	text-transform: uppercase;
}
h2 {
	padding-top: 10px;
	color: #124389;
	font-size:20px;
	text-transform: uppercase;
}
h3 {
	color: #124389;
	font-size:26px;
	text-transform: uppercase;
}
.black {
	color: #000000;
}
.blue {
	color: #124389;
}
.listing {
	font-size: 14px;
}
.european {
	line-height: 30px;
	text-transform: uppercase;
}
.callto {
	color: #124389;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
}
.convince {
	color: #124389;
	font-size: 22px;
	font-weight: bold;
}
.demo {
	color: #124389;
	font-size: 24px;
	text-transform: uppercase;
}
.footer {
	font-size: 12px;
}
.copy {
	font-size: 9px;
	color: #999;
}
