body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	color: #333333;
	text-align: justify;
	height: 100%;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9933;
	text-decoration: none;
	text-align: left;
}
h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF9933;
	text-decoration: none;
	text-transform: uppercase;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF6600;
	text-align: left;
	text-decoration: underline;
}
.togl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.CurrentSelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}

#container {
	border-style: solid;
	border-width: 0px;
	border-color: #FF9933;
	border-left-width: 50px;
	border-right-width: 50px;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	height: 100%;
	position: relative;
	text-align: center;
	}
#header{
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
	}
#content{
	width: 80%;
	margin-bottom: 50px;
	}

#content .price{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #ff9933;
	}
	
#content li{
	list-style-type: none;
	}

	
#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 90%;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	}

div.testimonial	{
	display: block;
	border-style: solid;
	border-width: 0px 2px 6px 0px;
	border-color: #ff9933;
	padding-left: 1.9em;
	padding-right: 1.9em;
	margin-bottom: 4.0em;
	}

.text{
	text-align: left;
	}

.aname{
	text-align: right;
	font-style: italic;
	line-height: 4px;
	}

.amail{
	text-align: right;
	font-style: italic;
	color: #ff9933;
	font-size: smaller;
	line-height: 0px;
	}

.ajob{
	text-align: right;
	font-style: italic;
	font-size: smaller;
	line-height: 0px;
	}
#orderpage {
	width: 70%;
}

#orderpage ul li{
	position: relative;
}

#orderpage .text{
	background-color: none !important;
	border: 1px dotted #ccc;
	width: 100%;
	z-index: 5;
}

#orderpage .label {
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
	font-size: 100%;
	font-style: italic;
}

#orderpage div.label2 {
	position: absolute;
	top: .7em;
	right: 5px;
	z-index: 2;
	color: #aaa;
	font-size: 75%;
	font-style: normal !important;
	text-align: right;
}

#orderpage div.order-part-title {
	width: 150px;
	float: left;
	background: orange;
	margin: 0 15px 0 0;
	position: absolute;
	height: 95%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	-moz-box-shadow: #333 0 0 3px;
	-webkit-box-shadow: #333 0 0 3px;
	-khtml-box-shadow: #333 0 0 3px;
	box-shadow: #333 0 0 3px;
	
}

#orderpage div.order-part-title h2 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bolder;
	letter-spacing: 2px;
	margin: 5px 0; padding: 0;
}

#orderpage div.order-part-title h3.partnumber {
	font-size: 123px;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 100px;
}

#orderpage div.order-part-detail {
	width:auto;	
	padding-right: 7px;
	margin-left: 165px;
}

#orderpage div.part {
	margin: 20px 0 40px 0;
	overflow: hidden;
	position: relative;
	height: auto;
	min-height: 200px;
}

#orderpage ul#plan-list li {
	list-style: none;
	display: block;
	overflow: hidden;
	height: auto;
	position: relative;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.drop-shadow {
	-moz-box-shadow: #333 0 0 3px;
	-webkit-box-shadow: #333 0 0 3px;
	-khtml-box-shadow: #333 0 0 3px;
	box-shadow: #333 0 0 3px;
}

.aligncenter { display: block; margin-left: auto; margin-right: auto; }
#orderpage ul, #orderpage ol {list-style: none; display: block;}

#placeOrder {
	border: none;
	width: 167px;
	height: 56px;
	background: url("images/place-order.png") no-repeat top left;
	cursor: pointer;
	cursor: hand;
}

#placeOrder:hover {
	background-position: 0 -56px;
}

#placeOrder:active {
	background-position: 0 -112px;
}

#order-image {
	float: left;
	width: 150px;
	margin: 0 15px 0 0;	
}

#order-desc {
	width:auto;	
	padding-left: 40px;
	padding-right: 7px;
	margin-left: 165px;	
}

#orderpage .textarea{
	background-color: none !important;
	border: 1px dotted #ccc;
	width: 80%;
	padding-right: 20%;
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	color: #333333;
	font-size: 100%;	
	z-index: 5;	
}

#requestQuote {
	border: none;
	width: 167px;
	height: 56px;
	background: url("images/request-quote.png") no-repeat top left;
	cursor: pointer;
	cursor: hand;
}

#requestQuote:hover {
	background-position: 0 -57px;
}

#requestQuote:active {
	background-position: 0 -113px;
}
