/**
 * Tall Poppy Solutions
 * Created By: Jeremy Manoto
 * Created On: 2009-08-11
 */



/** HTML ELEMENTS **/
html {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
	margin: 0 0 50px;
	padding: 0px;
	color: #777;
}

/** LINKS/ANCHORS **/
a, a:link, a:visited {
	
}

a:hover {
	
}

/** FORMS **/
label {
	width: 170px;
	font-weight: bold;
	color: #A21219;
	/*color: #AAA;*/
	font-family: Verdana, "Lucida Grande";
	padding: 4px 10px 0 0;
	text-align: right;
}
input,  textarea {
	width: 350px;
	border: 3px solid #EAEAEA;
	padding: 3px;
	font-size: 1em;
	color: #777;
	font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
input:focus, textarea:focus {
        border-top: 3px solid transparent;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 3px dotted #A21219;
        color: #b21d23;
        background: #FFFF9C;

	
}
input:focus {
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px dotted #A21219;
	color: #b21d23;
	background: #FFFF9C;
}

select {
	
}
button {
	cursor: pointer;
}

.field {
	display: block;
	clear: both;
	margin: 2px 0;
}
.field input, .field label, .field textarea {
	float: left;
	display: block;
	font-size: 1.2em;
}
.field .options {
	float: left;
	padding: 7px;
}
.field .options input, .field .options label {
	text-align: left;
	padding: 0;
	font-weight: normal;
	float: none;
	display: inline;
	color: #666;
	font-size: .9em;
	cursor: pointer;
}
.field .options input {
	display: inline;
	width: auto;
	margin: 0 15px 0 2px;
}
.field .options .option {
	display: block;
	margin: 0 0 2px;
}
.field .invalid {
	border-color: #C80815 !important;
	color: #C80815 !important;
}
.field .valid {
	
}
.send {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid transparent;
	padding: 3px;
	color: #b21d23;
	font-weight: bold;
	background: transparent;
	display: block;
	text-align: center;
	width: 361px;
}
.send:hover {
	border-color: #A21219;
	color: #FFF;
	background: #A21219;
}

/** HEADINGS **/
h1 {
	color: transparent;
	background: transparent url('../images/tpg-banner.gif') no-repeat top left;
	display: block;
	width: 448px;
	height: 478px;
	/*margin: 20px 0 30px 138px;*/
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 46px;
}
h1 span {
	display: block;
	position: absolute;
	top: -4000px;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


/** LAYOUT **/
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}

/** PROFILE **/
.profile {
	position: absolute;
	width: 270px;
	top: 188px;
	font-size: 1.3em;
	left: 46px;
}

/** CONTACT US **/
.contact-us {
	width: 550px;
	left: 388px;
	position: relative;
	top: 109px;
}

#frmContactUsErrors {
	display: none;
	list-style: none;
	color: #C80815;
	position: absolute;
	text-align: right;
	top: -90px;
	width: 100%;
	padding: 0px;
}
#frmContactUsErrors label {
	color: #C80815;
	font-weight: normal;
	width: 90%;
}
#frmContactUsSuccess {
	display: none;
}

/** STATUS BAR **/
.status-bar {
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 0px;
}
.status-bar .logo {
	background: transparent url('../images/status-bar-poppy.gif') no-repeat top left;
	width: 135px;
	height: 74px;
	position: absolute;
	top: -27px;
	right: 0px;
}
.status-bar .wrapper {
/*	padding: 0 0 0 102px;
	width: 858px;*/
}
.status-bar a, .status-bar a:link, .status-bar a:visited {
	color: #FFF;
}
.status-bar .bar {
	margin: 20px 0 0;
	height: 30px;
	background: #A21219;
	color: #FFF;
}
.status-bar .bar ul { list-style: none; }
.status-bar .bar ul li {
	float: left;
	margin: 7px;
}
.status-bar .bar ul li em {
	font-weight: bold;
	font-style: normal;
}
.facebook{left:570px;
padding:0 0 150px;
position:relative;
top:130px;
width:350px;}
