body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
	background: #fcfdf7;
	font: normal normal normal 14px "Trebuchet MS", Arial, Times;
	color: #000000;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div.top {
	background: url("topbg.png") repeat-x;
}

div.light {
	background: url("light.jpg") no-repeat center top;
}

div.logo {
	text-align: center;
	padding-bottom: 10px;
}

div.line {
	background: #a4c92d;
	width: 100%;
	height: 6px;
}

div.menu {
	width: 90%;
	height: 40px;
	text-align: left;
	background: url("over.png") no-repeat;
	padding-left: 10px;
}

div.menu a.link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 140px;
	margin-top: 15px;
	text-align: center;
}

div.menu a.link:hover {
	margin-top: 12px;
	padding-bottom: 3px;
}

div.menu a.olink {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 140px;
	margin-top: 15px;
	text-align: center;
}

div.menu a.olink:hover {
	margin-top: 12px;
	padding-bottom: 3px;
}

div.copy {
	color: #849B12;
	text-decoration: none;
	height: 30px;
	text-align: right;
	margin: 30px;
	padding: 10px;
	border-top: silver solid 1px;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS", Arial, Times;
	color: #65921B;
	text-align: left;
	margin: 0px 0 5px 0;
}

h1 { 
	font-size: 25px;
}

h2 { 
	font-size: 25px;
}

h3 { 
	font-size: 20px;
}

h4 { 
	font-size: 15px;
}

b {
	font-weight: normal;
	font-size: 16px;
}

a {
	color: #848816;
	text-decoration: underline;
}

a:hover {
	color: #A4C92D;
}

#ahah div.p {
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	width: 950px;
	margin: 0 auto;
}

ul.tick {
	margin-left: 0px;
}

ul.tick li {
	padding-left: 2em;
	list-style: none;
	background: url("tick.gif") no-repeat 2px 0.25em;
}

.features ul li {
	padding-left: 5px;
	padding-top: 5px;
	list-style: none;
}

.help .title {
	display: none;
}

div.trip_top {
	position: absolute;
	display: none;
	margin-left: -18px;
	margin-top: 5px;
	width: 320px;
	background: url("trip_top.png") no-repeat top;
}

div.trip_bottom {
	width: 320px;
	margin-top: 22px;
	padding-bottom: 6px;
	background: url("trip_bottom.png") no-repeat bottom;
}

div.trip_middle {
	width: 310px;
	padding-left: 5px;
	padding-right: 5px;
	background: url("trip_middle.png") repeat;
}

div.trip_text {
	padding: 5px;
	background: #F1F9E4;
	border: solid #F1F9E4 1px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* MINI */
.mini td {
	padding: 10px;
	width: 300px;
	vertical-align: top;
}

.mini img {
	border: solid #D8D8D8 1px;
}

/* MINI END */ /* BOTTON */
a.button {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 20px;
}

div.button {
	margin: 5px;
	width: 100px;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Times;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

div.left {
	background: url("left.png") left no-repeat;
	width: 100px;
	height: 20px;
}

div.right {
	background: url("right.png") right no-repeat;
	width: 100px;
	height: 20px;
}

/* BUY BOTTON END */ /* BOX START */
div.printscreen {
	padding: 3px;
	background: #FFFFFF;
	border: solid #EBDDEC 1px;
}

div.printscreen img {
	border: solid #EBDDEC 1px;
}

/* BOX END */
table.tabinfo {
	margin: 5px;
}

table.tabinfo td {
	width: 200px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #736c9b;
}

table.tabinfo tr.header {
	border: #A4C92D solid 1px;
}

div.select_buy {
	margin: 10px;
	padding: 10px;
	border: #A4C92D solid 1px;
}

/* CSS3 */
textarea,input[type=text] {
	font: normal normal normal 14px "Trebuchet MS", Arial, Times;
	border: solid #C0C0C0 1px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.r4 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}