/*-------------
plantsales.ws holding page
Created: 18/02/2011
Last revision: 18/02/2011
------------ */
html, body {
	height: 100%
}
body{
	background:#f2f2f2;
	color: #505050;
    font: normal 100% 'PTSansRegular', Arial, sans-serif;
	line-height: 1.3;
	text-align:center
}
/* ----------
Font
---------- */
@font-face {
	font-family: 'PTSansBold';
	src: url('../font/PTS75F-webfont.eot');
	src: local('☺'), url('../font/PTS75F-webfont.woff') format('woff'), url('../font/PTS75F-webfont.ttf') format('truetype'), url('../font/PTS75F-webfont.svg#webfontz3LIz0Nv') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSansRegular';
	src: url('../font/PTS55F-webfont.eot');
	src: local('☺'), url('../font/PTS55F-webfont.woff') format('woff'), url('../font/PTS55F-webfont.ttf') format('truetype'), url('../font/PTS55F-webfont.svg#webfontWLRKsWfR') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HandelGothic';
	src: url('../font/handelgothicbold-webfont.eot');
	src: local('☺'), url('../font/handelgothicbold-webfont.woff') format('woff'), url('../font/handelgothicbold-webfont.ttf') format('truetype'), url('../font/handelgothicbold-webfont.svg#webfontWLRKsWfR') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ----------
Links
-----------*/
a {
	color: #143d8d;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.awesome {
	background: #2b4e96 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font: normal 90% 'PTSansBold', Arial, sans-serif;
	line-height: 1;
	margin: 4px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	position: relative;
}
.awesome:hover {
	background: #153d8c url(../images/alert-overlay.png) repeat-x;
	text-decoration: none
}

/* ----------
Headings
-----------*/
h1 {
	font: 245% 'HandelGothic',Arial,sans-serif;
    margin-top: 5px;
    padding-bottom: 50px;
}

h2 {
	font: 180% 'PTSansBold',Arial,sans-serif;
    letter-spacing: -1px;
}

/* ---------
Content
----------*/
p {
	font: normal 150% 'PTSansRegular', Arial, sans-serif
}
strong {
	font: normal 100% 'PTSansBold', Arial, sans-serif
}
#container {
	min-height: 100%;
}
#content {
	position:absolute;
	top: 25%;
	width: 100%;
	overflow: auto;
	padding-bottom: 88px; /* Must be the same height as the height of the footer */
	z-index: 10;
}

/* ----------
Footer
---------- */
#footer {
	background: #505050;
	position: relative;
	margin-top: -88px; /* negative value of footer height */
	height: 88px;
	clear:both
}
.vcard {
	color: #fff;
	float: left;
	padding: 1.2% 0 0 1.8%;
	text-align: left
}
.links {
	color: #FFFFFF;
    float: right;
    padding: 17px 40px 0 0;
    text-align: center;
}