html, body {
	height: 100%;
	font-family: "Tahoma", Tahoma;
	font-size: 12px;
	color: #636466;
} 

body {
	margin-top: 25px;
}

a {
	color: #001098;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Tahoma", Tahoma;
	font-weight: normal;
}

h1 {
	color: #ffffff;
	font-size: 20px;
	padding: 10px 22px 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bfc3e5;
}

li {
	text-transform: uppercase;
}

/*
	UTILS
*/

.separator-10 {
	height: 10px;
}

.no-spam {
	display: none;
}

/*
	HOME
*/
.welcome-text {
	background-image: url(/images/public/home/welcome-text.png);
	background-repeat: no-repeat;
	background-position: 60px 0px;
	height: 240px;
	bottom: -12px;
	position: absolute;
}

.welcome-text p {
	color: #ffffff;
	padding: 0px 22px 10px;
	margin: 0px;
}

/*
	HEADER
*/
#header {
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 1px solid #bfc3e5;
}

#header ul {
	margin: 0px;
}

#header li {
	display: inline;
	text-transform: uppercase;
}

#header li a {
	font-family: "Tahoma", Tahoma;
	color: #939598;
}

#header li a:hover {
	color: #001098;
}

/*
	PRODUCTS
*/
.products ul {
	margin: 0px;
	padding: 0px;
}

.products li {
	display: block;
	width: 460px;
	height: 50px;
	margin: 0px;
	background-color: #e7e7e7;
	vertical-align: middle;
	line-height: 50px;
	background-image: url(/images/public/products/arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.odd {
	background-color: #ededed !important;
}

.products li a {
	color: #666666;
	font-weight: bold;
	padding: 0px 20px;
}

/*
	BACKGROUNDS
*/

.background1 {
	background: url(/images/public/featured-backgrounds/1.jpg) no-repeat;
	height: 250px;
}

.background2 {
	background: url(/images/public/featured-backgrounds/2.jpg) no-repeat;
	height: 250px;
}

.background3 {
	background: url(/images/public/featured-backgrounds/3.jpg) no-repeat;
	height: 250px;
}

.background4 {
	background: url(/images/public/featured-backgrounds/4.jpg) no-repeat;
	height: 250px;
}

.background5 {
	background: url(/images/public/featured-backgrounds/5.jpg) no-repeat;
	height: 250px;
}

.background6 {
	background: url(/images/public/featured-backgrounds/6.jpg) no-repeat;
	height: 250px;
}

.background7 {
	background: url(/images/public/featured-backgrounds/7.jpg) no-repeat;
	height: 250px;
}

.background8 {
	background: url(/images/public/featured-backgrounds/8.jpg) no-repeat;
	height: 250px;
}

.background9 {
	background: url(/images/public/featured-backgrounds/9.jpg) no-repeat;
	height: 250px;
}

/*
	FORMS
*/
input[type="text"], textarea {
	width: 300px;
	height: 20px;
	margin-right: 140px;
	border: 1px solid gray;
	background: white;
}

textarea {
	height: 50px;
}


/*
	STICKY FOOTER
*/
#wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 105px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -105px; /* negative value of footer height */
	height: 105px;
	border-top: 1px solid #bfc3e5;
	background-color: #e7e8e9;
	clear:both;} 

#footer ul {
	margin: 10px 0px;
}

#footer li {
	display: inline;
	text-transform: uppercase;
}

#footer li a {
	font-family: "Tahoma", Tahoma;
	color: #666666;
}

#footer li a:hover {
	color: #001098;
}

#footer p {
	margin-top: 30px;
	font-size: 11px;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */