/* Global Styles */
	
/* Global Styles */
	
/* ===================================================================== */

/* Screen 1 Styles */

#purchasescreen1 {
	
	position: relative;
	overflow: hidden;
	
	height: 410vh;
	
	background-color: #ddd;
}

#purchaseMaincontainer {

	position: absolute;
	
	left: 50%;
	top: 8%;
	
	width: 800px;
	height: 2350px;
	
	padding: 0;
	margin-left: -400px;
	border: 0;
	
	background-color: #fff;
	
	box-shadow: 3px 3px 10px #aaa;
	-webkit-box-shadow: 3px 3px 10px #aaa;
	-moz-box-shadow: 3px 3px 10px #aaa;
	-o-box-shadow: 3px 3px 10px #aaa;
	
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

#purchaseFormwrapper {
	
	position: absolute;
	left: 20px;
	top: 20px;
	
	width: 750px;
	height: 300px;
	
	padding: 5px;
	margin: 0;
}

#purchaseFormwrapper  > h1 {

	font-family: 'Lato', sans-serif;
	color: #333;
	
	margin: 0;
	text-align: left;
}

#purchaseFormwrapper > p {

	font-family: 'open sans', sans-serif;
	color: #333;
	font-size: 85%;
	
	margin: 3px 0;
	text-align: left;
}

#purchaseFormwrapper > ul {

	font-family: 'open sans', sans-serif;
	color: #333;
	font-size: 85%;
	
	text-align: left;
}

#purchaseForm {
	position: absolute;
	
	width: 750px;
	height: 200px;
	
	padding: 0;
	margin: 0;
	border: 0;
}

#purchaseForm > p {
	
	font-family: 'open sans', sans-serif;
	color: #444;
	font-size: 80%;
	
	margin: 5px 0;
	text-align: left;
}

#purchaseForm > label {
	
	position: absolute;
	left: 125px;
	
	margin-top: 15px;
	
	font-family: 'open sans', sans-serif;
	color: #444;
	font-size: 80%;
}

#purchaseForm > input {
	
	position: absolute;
	left: 240px;

	margin-top: 15px;
	
	width: 400px;
	height: 20px;
	
	border: 1pt solid #aaa;
	
	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-o-box-shadow: inset 1px 1px 3px #ccc;
}

/* Order Inquiry Styles */

#orderInquiryContainer {
	position: absolute;
	left: 20px;
	top: 350px;
	
	width: 750px;
	height: 400px;
	
	padding: 5px;
	margin: 0;
	border-bottom: 1pt solid #ccc;
}

#orderInquiryContainer > p {
	
	font-family: 'open sans', sans-serif;
	color: #333;
	font-size: 85%;
	
	margin: 3px 0;
	text-align: left;
}

#orderInquiryform {

	position: absolute;
	
	width: 750px;
	height: 320px;
	
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
}

#orderInquiryform > label {
	
	position: absolute;
	left: 125px;
	
	margin-top: 15px;
	
	font-family: 'open sans', sans-serif;
	color: #444;
	font-size: 80%;
}

#orderInquiryform > input {
	
	position: absolute;
	left: 240px;

	margin-top: 15px;
	
	width: 400px;
	height: 20px;
	
	border: 1pt solid #aaa;
	
	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-o-box-shadow: inset 1px 1px 3px #ccc;
}

#orderInquiryform > select {
	
	position: absolute;
	left: 240px;

	margin-top: 15px;
	
	width: 400px;
	height: 20px;
	
	border: 1pt solid #aaa;
	
	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-o-box-shadow: inset 1px 1px 3px #ccc;
}

#orderInquiryform > input.short {

	width: 100px;
}

#orderInquiryform > select.medium {

	width: 250px;
}

#prodQuestionformContainer {

	position: absolute;
	left: 20px;
	top: 780px;
	
	width: 750px;
	height: 400px;
	
	padding: 5px;
	margin: 0;
	border: 0;
}

#prodQuestionformContainer > p {

	font-family: 'open sans', sans-serif;
	color: #333;
	font-size: 85%;
	
	margin: 3px 0;
	text-align: left;
}

#prodQuestionformContainer > select {
	
	position: absolute;
	left: 180px;

	margin-top: 15px;
	
	
	width: 400px;
	height: 30px;
	
	border: 1pt solid #aaa;
	
	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-o-box-shadow: inset 1px 1px 3px #ccc;
}

#prodQuestionformContainer > textarea {

	position: absolute;
	left: 180px;
	top: 120px;
	
	width: 400px;
	height: 150px;
	
	border: 1pt solid #aaa;
	
	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-o-box-shadow: inset 1px 1px 3px #ccc;

	resize: none;
}

#contactSubmitBTN {
	position: absolute;
	
	top: 300px;
	left: 320px;
	
	width: 120px;
	height: 40px;
	
	padding: 0;
	margin: 0;
	border: 0;
	
	background: url(../images/contact_Submit_BTN.png) center center no-repeat;
}

#purchaseSubmitBTN > a {
	
	position: absolute;
	top: 5px;
	left: 25px;
	color: transparent;
}

#emailUSwrapper {
	position: absolute;
	top: 360px;
	left: 0;
	
	width: 300px;
	height: 30px;
	
	
	padding: 0;
	margin: 0;
	border: 0;
}

#emailUSwrapper > p {

	font-family: 'open sans', sans-serif;
	color: #333;
	font-size: 75%;

	margin: 3px 0;
	text-align: left;
}