@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	height: 100%;	
}

html, body {
	height: 100%;	
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.clearBoth {
	clear: both;
}

table {
	margin: 20px 0 0 0;
}

td {
	height: 23px;
}

a {
	color: #069;
	text-decoration: none;
}

p {
	line-height: 150%;
	margin-bottom: 10px;
}

h3 {
	margin: 15px 0 5px 0;
}

ul {
	margin: 10px 40px 0 40px;
}

li {
	line-height: 125%;
}

#wrapOuter {
	min-height: 100%;
	height: 100%;
	background-image: url(/_img/backgroundBody.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto;
	display: table;
}

#wrapInner {
	min-height: 100%;
	height: 100%;
	width: 770px;
	margin: 0 auto;
	display: table;
	border-left: 1px solid #069;
	border-right: 1px solid #069;
}

#head {
	width: 187px;
	height: 136px;
	background-image: url(/_img/backgroundHead.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 19px 449px 15px 134px;
}

#head > h1 {
	padding: 0;
	width: 187px;
	height: 73px;
	background: url(/_img/textReplaceLogo.png) no-repeat;
	font-size: 1px;
	color: white;
}

#head > h2 {
	padding: 0;
	width: 187px;
	font-size: 1px;
	color: white;
}

#head > h2.motto {
	height: 17px;
	background: url(/_img/textReplaceMotto.png) no-repeat;
}

#head > h2.phone {
	height: 26px;
	background: url(/_img/textReplacePhone.png) no-repeat;
}

#navi {
	height: 20px;
	border-top: 1px solid #069;
	border-bottom: 1px solid #069;
	padding: 0 25px 0 25px;
}

#navi > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi > ul > li {
	float: left;
	padding: 2px 31px 0 31px;
	text-align: center;
}

#navi > ul > li.listF {
	float: left;
	padding: 2px 32px 0 0;
	text-align: left;
}

#navi > ul > li.listL {
	float: left;
	padding: 2px 0 0 32px;
	text-align: right;
}

#navi > ul > li > a {
	color: #069;
	text-decoration: none;
}

#main {
	padding: 35px 25px 15px 25px;
}

#main > h2 {
	margin: 0;
	padding: 0;
	color: #F90;
	font-weight: normal;
	font-size: 1.50em;
	margin: 0 0 15px 0;
}

#main > #packageOverview {
	margin: 20px 0 20px 0;
}

#main > #packageOverview > .packageInfo {
	float: left;
	width: 141px;
	height: 85px;
	border: 2px solid #666;
	margin: 0 20px 0 0;
	padding: 80px 10px 0 10px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	cursor: pointer;
}

#main > #packageOverview > .last {
	margin: 0;
}

#main > #packageOverview > .packageInfo > .packageFeature {
	clear: both;
	line-height: 20px;
}

#main > #formInfo {
	float: left;
	width: 430px;
	margin: 20px 20px 0 0;
}

#main > #addressInfo {
	float: left;
	width: 250px;
	margin: 20px 0 0 20px;
}

#main > #orderForm {
	float: left;
	width: 500px;
	margin: 20px 110px 20px 110px;
}

form > fieldset {
	border: none;
	padding: 0;
}

form > fieldset > label {
	float: left;
	display: block;
	margin-bottom: 5px;
	width: 150px;
}

form > fieldset > input, select, textarea {
	margin-bottom: 5px;
	padding: 1px 0 1px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
}

#main > #footPadding {
	clear: both;
	height: 60px;
}
 
#foot {
	height: 40px;
	width: 720px;
	padding: 10px 25px 0 25px;
	position: fixed;
	bottom: 0px;
	background-color: #069;
	color: #FFF;
	font-size: 0.75em;
	line-height: 150%;
	background-image: url(/_img/backgroundFooter.png);
	background-position: right;
	background-repeat: no-repeat;
}
