body {
	background-color: #111;
	background-image: -moz-linear-gradient(0, transparent 50%, rgba(255,255,255,0.01) 50%);
	background-image: -webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,0.01) 50%);
	background-size: 10px;
	margin: 0;
	font-family: Helvetica, Arial sans-serif;
	font-size: 13px;
}

#masterWrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #F9F7F1;
	box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#logoWrapper {
	width: 640px;
	margin-left:auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 20px;
}

#logo {
	float: left;
	display: block;
	margin-left: -8px;
	text-align:left;
}

#phone {
	float: right;
	margin-top: 30px;
	width:200px;
	
	padding: 8px;
	background: rgb(216,44,21);
	background: -moz-linear-gradient(top, rgba(216,44,21,1) 0%, rgba(181,3,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,44,21,1)), color-stop(100%,rgba(181,3,3,1)));
	background: -webkit-linear-gradient(top, rgba(216,44,21,1) 0%,rgba(181,3,3,1) 100%);
	background: -o-linear-gradient(top, rgba(216,44,21,1) 0%,rgba(181,3,3,1) 100%);
	box-shadow: inset 0 0 4px #666, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 0 4px #666, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 0 4px #666, 0 1px 0 #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

#subheader {
	margin-left: -27px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 680px;
	height: 23px;
	padding: 6px;
	background: rgb(63,186,211);
	background: -moz-linear-gradient(top, rgba(63,186,211,1) 0%, rgba(37,141,200,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,186,211,1)), color-stop(100%,rgba(37,141,200,1)));
	background: -webkit-linear-gradient(top, rgba(63,186,211,1) 0%,rgba(37,141,200,1) 100%);
	background: -o-linear-gradient(top, rgba(63,186,211,1) 0%,rgba(37,141,200,1) 100%);
	border-top: 1px solid #006599;
	border-left: 1px solid #006599;
	border-right: 1px solid #006599;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 0 #489BC4, 0 12px 0 #006599;
	-moz-box-shadow: 0 1px 0 #489BC4, 0 12px 0 #006599;
	-webkit-box-shadow: 0 1px 0 #489BC4, 0 12px 0 #006599;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	z-index: 100;
}


#subhead2 {
	margin-left: 79px;
	width: 210px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	background-color: #212426;
	box-shadow: inset 0 2px 6px #000;
	-moz-box-shadow: inset 0 2px 6px #000;
	-webkit-box-shadow: inset 0 2px 6px #000;
	color: #DEDEDE;
}
.subhead3 {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

#copyTop {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 20px;
	display: block;
	background:#DEDEDE;
	padding: 0;
	border: 1px solid #BBBBBB;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
#copyBottom {
	margin-left: auto;
	margin-right: auto;
	margin-top:-9px;
	width: 640px;
	display: block;
	background:#DEDEDE;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border: 1px solid #BBBBBB;
	border-bottom: 4px solid #BBBBBB;
	text-align: left;
}
#copyShadow {
	margin-top: -1px;
	margin-bottom: -20px;
	height: 16px;
	background: #DEDEDE;
	background: -moz-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(222,222,222,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,130,130,1)), color-stop(100%,rgba(222,222,222,0)));
	background: -webkit-linear-gradient(top, rgba(130,130,130,1) 0%,rgba(222,222,222,0) 100%);
	background: -o-linear-gradient(top, rgba(130,130,130,1) 0%,rgba(222,222,222,0) 100%);
}

#copy {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	display: block;
	background:#DEDEDE;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #BBBBBB;
	border-bottom: 4px solid #BBBBBB;
	text-align: left;
}

.desc { 
	font-family: Verdana;
	padding: 12px;
}
.desc2 { 
	font-family: Verdana;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 640px;
	background-color: #DEDEDE;
	padding: 0;
	margin-top: -8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #BBBBBB;
	border-bottom: 4px solid #BBBBBB;
}

.wrapper span {
	display: block;
	padding: 12px;
}

.float {
	position:fixed;
	bottom:19px;
	width: 700px;
	height: 70px;
	margin-left: 49px;
	margin-top: -8px;
	padding: 0;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #777;
	border-bottom: 4px solid #777;
	box-shadow: 0 16px 30px rgba(0,0,0,0.5), inset 0 6px 0 rgba(255,255,255,0.9);
	-moz-box-shadow: 0 16px 30px rgba(0,0,0,0.5), inset 0 6px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 16px 30px rgba(0,0,0,0.5), inset 0 6px 0 rgba(255,255,255,0.9);
}
.float span {
	display: block;
	padding: 12px 105px 12px 105px;
	font-weight: bold;
}

.content1 {
	width: 500px;
	font-size: 12px;
	text-align: left;
	padding: 8px;
	margin-top: -12px;
	margin-left: 40px;
	background: #AEB299;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-top: 1px solid #E4E8C7;
	border-bottom: 4px solid #959681;
}
.content2 {
	width: 500px;
	font-size: 12px;
	text-align: left;
	padding: 8px;
	margin-top: -12px;
	margin-left: 80px;
	background: #E3D19E;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-top: 1px solid #F7EAC5;
	border-bottom: 4px solid #B7A580;
}

.price {
	display: block;
	width: 60px;
	height: 60px;
	float: right;
	margin-left: 6px;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	border-left: 3px solid #660000;
	border-bottom: 3px solid #330000;
	border-radius: 10px 10px 10px 0;
	-moz-border-radius: 10px 10px 10px 0;
	-webkit-border-radius: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	text-shadow: 0 1px 1px #111;
}
.price2 {
	display: block;
	float: right;
	margin-left: 6px;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	border-left: 3px solid #660000;
	border-bottom: 3px solid #330000;
	border-radius: 10px 10px 10px 0;
	-moz-border-radius: 10px 10px 10px 0;
	-webkit-border-radius: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	padding-left: 8px; padding-right: 8px;
	text-shadow: 0 1px 1px #111;
}

.input {
	width:320px;
	margin: 2px 0 0 6px;
	font-size: 14pt;
	font-weight: bold;
	background: transparent;
	border: 0;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
}

.inputWrapper {
	float: left;
	height: 30px;
	margin: 4px;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 4px 10px #999, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 4px 10px #999, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 4px 10px #999, 0 1px 0 #FFF;
}

.button {
	display: block;
	float: right;
	margin: 4px;
	background: #3196D6;
	background: -moz-linear-gradient(top, #34BFE5  0%, #1780C1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34BFE5 ), color-stop(100%,#1780C1));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #126D9E;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), inset 0 0 10px rgba(100,100,100,0.6), 0 2px 0 #126D9E, 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), inset 0 0 10px rgba(100,100,100,0.6), 0 2px 0 #126D9E, 0 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), inset 0 0 10px rgba(100,100,100,0.6), 0 2px 0 #126D9E, 0 2px 3px rgba(0,0,0,0.4);
	height: 30px;
	padding: 0 24px 0 24px;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	text-shadow: 0 1px 1px #222;
	font-family: Arial, Helvetica, sans serif;
}
.button:hover {
	background: #FF3A3A;
	background: -moz-linear-gradient(top, #FF3A3A 0%, #A00000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3A3A), color-stop(100%,#A00000));
	border: 1px solid #990000;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), inset 0 0 10px rgba(100,100,100,0.6), 0 2px 0 #990000, 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), inset 0 0 10px rgba(100,100,100,0.6), 0 2px 0 #BA2E00, 0 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), inset 0 0 10px rgba(100,100,100,0.6), 0 2px 0 #BA2E00, 0 2px 3px rgba(0,0,0,0.4);
	color: #DDDDDD;
	text-shadow: 0 0 2px #333;
}
.button:active {
	background: #A00000;
	background: -moz-linear-gradient(top, #A00000 0%, #FF3A3A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A00000), color-stop(100%,#FF3A3A));
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), 0 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.6), 0 2px 3px rgba(0,0,0,0.4);
}
