/*Links*/
.a:link {
	color: #75cb1f;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.a:visited {
	color: #75cb1f;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.a:hover {
	color: #808080;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
}

.footer_link:link {
	color: #5ea318;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.footer_link:visited {
	color: #5ea318;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.footer_link:hover {
	color: #808080;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.featured_title_link:link {
	color: #18ff00;
	text-decoration: none;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
}

.featured_title_link:visited {
	color: #18ff00;
	text-decoration: none;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
}

.featured_title_link:hover {
	color: #808080;
	text-decoration: none;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
}

.locText_link:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.locText_link:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.locText_link:hover {
	color: #61c723;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.locText2_link:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.locText2_link:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.locText2_link:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.locText3_link:link {
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.locText3_link:visited {
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.locText3_link:hover {
	color: #ff0000;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.normal_txt {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.normal_txt2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.para {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	vertical-align:top;
}

.field_title_txt {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align:top;
}

.err_txt {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;	
	font-style: italic;
}

.replies {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align:top;
	background: #96c58d;
}

/* Buttons */

.btn01 {
	color: #000000;
	background: #bcf744;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #808080;
	height: 23px;
}

.btn01:hover {
	color: #ffffff;
	background: #94d60a;;
	cursor: pointer;
}

.btn02 {
	color: #ffffff;
	background: #6fbb22;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #808080;
	height: 23px;
}

.btn02:hover {
	color: #ffffff;
	background: #548e1a;;
	cursor: pointer;
}

/* Body */

body{
	margin:5px;
	margin-top: 0px;
	padding:0;
	line-height: normal;
	text-align: left;
	background-image : url("../_i/bg.png");
	margin-bottom:5px;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	min-height: 100%;

	
}

#company_name {
	font-family: "Script MT Bold";
	font-weight: bold;
	font-size:40px;
	color:#ffffff;
}

#featured_title {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#71d01a;
}
	
h1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
}

h2 {
	font-family:Verdana;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}



/*Package Details*/
#locTitle { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#83cf1b; 
	font-weight:bold;
}

#locTitle2 { 
	FONT-FAMILY: Verdana;
	font-size:13px; 
	color:#ffffff; 
	font-weight:bold;
}

#locTitle4 { 
	FONT-FAMILY: Verdana;
	font-size:13px; 
	color:#000000; 
	font-weight:bold;
}

#locTitle3 { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#83cf1b; 
	font-weight:bold;
}

#content { 
	FONT-FAMILY: Verdana;
	font-size:12px; 
	color:#ffffff; 
	font-weight: normal;
	text-align: justify;
}

#locText { 
	FONT-FAMILY: Verdana;
	font-size:12px; 
	color:#ffffff; 
	font-weight: normal;
	text-align: justify;
}

#locText2 { 
	FONT-FAMILY: Verdana;
	font-size:12px; 
	color:#FFF; 
	font-weight: normal;
	text-align: justify;
}

#locText3 { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#000000; 
	font-weight: normal;
	text-align: justify;
}

#locText4 { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px; 
	color:#ffffff; 
	font-weight: normal;
	text-align: justify;
}

#locText5 { 
	FONT-FAMILY: Verdana;
	font-size:11px; 
	color:#ffffff; 
	font-weight: normal;
	text-align: justify;
}

#locText6 { 
	FONT-FAMILY: Verdana;
	font-size:11px; 
	color:#ffffff; 
	font-weight: bold;
	text-align: justify;
}

#locFrom { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#70c001;
}

#locRM { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px; 
	color:#70c001; 
	font-weight:bold;
}

#locPrice { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:28px; 
	color:#70c001; 
	font-weight:bold;
}

#locMore a:link,a:visited,a:hover { 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#386a9c;
}

#sub_title {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#67b114
}



/*Table*/
table.table_theme_1 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.table_theme_1 th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #66a02c;
	color: #fff;
}

table.table_theme_1 td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #ffffff;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}

/*Navi*/

#naviText a:link{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;width:auto;
	text-align:justify;
	text-transform:uppercase;
}

#naviText a:visited{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
}

#naviText a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #18ff00;
	text-transform:uppercase;
}


#naviText_4 a:link{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;width:auto;
	text-transform:uppercase;
	text-align:justify;
}

#naviText_4 a:visited{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c24e08;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
}

#naviText_footer a:link{
	font-family: Arial;
	font-size: 14px;
	color: #848484;
	text-decoration:none;
	text-align:justify;
}

#naviText_footer a:visited{
	font-family: Arial;
	font-size: 14px;
	color: #848484;
	text-decoration:none;
}

#naviText_footer a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #C0C0C0;
}

#naviText_login a:link{
	font-family: Arial;
	font-size: 12px;
	color: #00fffa;
	text-decoration:none;
	font-weight: bold;width:auto;
	text-align:justify;
}

#naviText_login a:visited{
	font-family: Arial;
	font-size: 12px;
	color: #00fffa;
	text-decoration:none;
	font-weight: bold;
}

#naviText_login a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #ff9933;
}

#allText {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

/*footer*/

#footer, .push {
		position:absolute;
		bottom:auto;
		width:856px;
		height:10%;
}

#footer_text {
	font-family: Arial;
	font-size:14px;
	color:#848484;
	text-align:center;
}

li {
	list-style-position: inside;
}

