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


body {
	background:url(image/bg.jpg) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#252525;
	font-size:12px;
	}
	
h1 {
	font-size:17px;
	color:#FFFFFF;
	margin:0 0 5px 0;
	}
	
h2 {
	font-size:14px;
	color:#252525;
	margin:0 0 3px 0;
	}

ul {
	list-style-type:square;
	line-height:20px;
	}
	
.ul-package {
	list-style-type:square;
	line-height:15px;
	margin:0 0 0 0;
	}

img {
	border:0px;
	}
	
p img {
	padding:0 5px 0 0;
	}
	
a {
	text-decoration:none;
	color:#003399;
	}
	
.logo {
	margin:0 0 0 0;
	}
	
.header {
	background:url(image/header.png) no-repeat;
	margin:25px auto auto auto;
	width:868px;
	height:112px;
	}
	
.bt-table {
	margin: -50px 25px auto auto;
	}

.bt-home {
	background:url(image/home.png) no-repeat;
	width:94px;
	height:28px;
	}
	
.bt-home:hover {
	background: url(image/home-hover.png) no-repeat;
	}
	
.bt-context {
	background:url(image/context.png) no-repeat;
	width:175px;
	height:28px;
	}
	
.bt-context:hover {
	background:url(image/context-hover.png) no-repeat;
	}
	
.bt-contact {
	background:url(image/contact.png) no-repeat;
	width:94px;
	height:28px;
	}
	
.bt-contact:hover {
	background:url(image/contact-hover.png) no-repeat;
	}
	
.green-bg {
	background: #82ab39;
	width:828px;
	margin:auto;
	padding:0 20px 0 20px;
	}	

.index-text-style {
	float:left; 
	width:36%; 
	padding:5px 5px 5px 5px;
	border-right:1px solid #bfd991;
	}

.index-text-style1 {
	float:left; 
	width:36%; 
	padding:5px 5px 5px 5px;
	}
	
.index-text-style2 {
	float:left; 
	width:24%; 
	padding:5px 5px 5px 5px;
	background:#a0c55c;
	}
	
.contex-text-style {
	float:left; 
	width:32%; 
	padding:5px 5px 5px 5px;
	background:#a0c55c;
	border-right:5px solid #bfd991;
	}

.contex-text-style1 {
	float:left; 
	width:63%; 
	padding:0px 5px 5px 5px;
	}
	
.context-package-head {
	background:#bfd991; 
	padding:3px 3px 3px 3px; 
	font-weight:bold; 
	}
	
.context-package-details {
	background:#a0c55c; 
	padding:3px 3px 3px 3px;
	margin:0 0 5px 0;
	}
	
.context-paybutton {
	margin:-30px 10px 0 0; 
	float:right;
	}
	
.context-bestvalue {
	margin:-65px 100px 0 0; 
	float:right;
	}

	
.footer {
	background:url(image/footer.png) no-repeat;
	width:868px;
	height:54px;
	margin:auto;
	}
	
.footer-link {
	font-size:10px;
	margin:15px auto 0 auto;
	}
	
.footer-link a:hover {
	color:#999999;
	}
	
.footer-line {
	background:url(image/footer-line.png) no-repeat;
	width:428px;
	height:3px;
	margin:5px auto;
	padding:5px 0 10px 0;
	}
	
.input-contact {
	background:#86af3b;
	border:1px solid #789c36;
	color:#252525;
	}

.input-contact:hover {
	background:#a0c55c;
	border:1px solid #789c36;
	}

textarea {
	background:#86af3b;
	border:1px solid #789c36;
	color:#252525;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	}

textarea:hover {
	background:#a0c55c;
	border:1px solid #789c36;
	}
