/* Format Browser Default Styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	font-weight: normal;
}

/* Basic Styles */

a {
	text-decoration: underline;
	color: #FAA635;
}

a:link, a:visited, a:active {
	color: #FAA635;
}

a:hover {
	color: #A0CF67;
}

hr {
	border-top: 1px #999 solid;
	height: 0;
}

ul {
	list-style: disc inside;
}

li {
	margin-left: 10px;
}

th {
	font-weight: bold;
}

address {
	margin-left: 10px;
}

html, body {
	width: 100%;
	text-align: center;
	overflow: auto;
}

body {
	background-color: #fff;
	font-size: 0.8em;
    font-family: Verdana, Arial, sans-serif;
    color: #999;
    overflow: auto;
}

/* Defined Styles */
.green {
	color: #A0CF67;
}

.orange {
	color: #FAA635;
}

.bigger {
	font-weight: 900;
	font-size: 1.4em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: oblique;
}

.indent {
	margin-left: 10px;
}

div.container {
	width: 750px;
	margin: 50px auto;
}

/* header */

div.header {
	width: 750px;
	height: 200px;
}

div.menu {
	width: 750px;
	height: 14px;
	background: #fff url("../images/menu_back.gif") no-repeat;
	font-size: 14px;
	color: #A0CF67;
	line-height: 14px;
}

div.menu a, div.menu a:link, div.menu a:visited, div.menu a:active {
	text-decoration: none;
	color: #999;
}

div.menu a:hover {
	text-decoration: underline;
	color: #A0CF67;
}

div.logo_cnt {
	height: 166px;
	width: 750px;
	background: #fff url("../images/sidelines_back.gif") no-repeat center top;
}

div.headline {
	width: 750px;
	height: 20px;
}

div.headline h3 {
	float: left;
	width: 120px;
	height: 17px;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	text-align: right;
	margin-top: 3px;
}

div.headline h2 {
	float: left;
	width: 510px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 3px;
}

div.headline h2 img {
	vertical-align: middle;
}

div.headline div.rightline {
	float: right;
	width: 120px;
	height: 20px;
	line-height: 0;
}

/* footer */
div.footer {
	clear: both;
	width: 750px;
	height: 14px;
}

/* body */
div.body {
	clear: both;
	width: 750px;
	min-height: 300px;
	padding-bottom: 50px;
	background: #fff url("../images/sidelines_back.gif") no-repeat center bottom;
}

/* body lt */
div.body_lt {
	float: left;
	width: 120px;
	min-height: 300px;
	border-top: #999 1px solid;
}

div.body_rt div.rt_cnt {
	width: 110px;
	margin: 5px;
	text-align: left;
}

/* body main */
div.body_center {
	float: left;
	width: 508px;
	min-height: 300px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
}

div.body_center div.main_cnt {
	width: 490px;
	margin: 10px;
	text-align: left;
}

/* body rt */
div.body_rt {
	float: right;
	width: 120px;
	min-height: 300px;
	border-top: #999 1px solid;
}

div.body_rt div.rt_cnt {
	width: 110px;
	margin: 5px;
	text-align: left;
}

div.pdf_title {
	font-size: 0.9em;
}

div.pdf_parag {
	
}

/* index */
div.index div.ltbox {
	float: left;
	width: 240px;
	border: 1px #A0CF67 solid;
}

div.index div.rtbox {
	float: right;
	width: 240px;
	border: 1px #A0CF67 solid;
}

div.index img {
	clear: both;
	margin-bottom: 10px;
}

div.index p {
	width: 230px;
	margin: 5px;
	clear: both;
}

div.index ul {
	width: 210px;
	margin-left: 20px;
}

div.index div.sample_address {
	width: 210px;
	margin-left: 20px;
}

/* price */
div.price div {
	font-size: 0.9em;
}

div.price h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

div.price p {
	font-size: 0.8em;
	margin-bottom: 20px;
}

div.price table {
	font-size: 0.9em;
	margin-bottom: 10px;
}

div.price table th, div.price table td {
	width: 85px;
	padding: 5px 0;
	text-align: left;
}

div.price table th.1st_row, div.price table td.1st_row {
	width: 100px;
	font-weight: bold;
}

div.price table td.colspan3 {
	width: 255px;
}
