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

body {
	background-color: #dddddd;
	margin: 0px;
}


.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 25px 5px 25px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 25px 5px 25px;
  text-decoration: none;
}
.Surname {
	display: none;
}

.main_window_box {
	width: 978px;
	overflow: auto;
	top: 0px;
	right: 0px;
	position: relative;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-left:20px;
	padding-right:20px;
	background-color: #FFF;
}
	
	
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #43474c;
}
.content_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #43474c;
}
.content_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
}
.content_text_white_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
}
.header_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #004D6D;
}
.content_text_GST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #43474c;
}
.content_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #43474c;
}
.content_text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #F00;
}
.navigation_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #43474c;
}
.navigation_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #004c6c;
}
.pricing_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #075170;
}
.pricing_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #FFF;
}

a {  

	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	font-size: 13px;
	font-style: normal;
    line-height: 19px;
	text-transform: none;
	color: #43474c;  
	text-decoration: none; 
	font-weight : normal; 
	font-smooth: always;
   }	
   
a:visited {  

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #43474c;  
	text-decoration: none; 
	font-weight : normal; 
	font-smooth: always;
   }	
   
a:hover {  

	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #529cba;  
	font-weight : normal; 
	font-smooth: always;
   }	

a:active { 

	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #43474c;  
	text-decoration: none; 
	font-weight : normal; 
	font-smooth: always;
   }	

.split {
	border-top: 1px solid  rgba(0,0,0,0.1);	
	border-bottom: 1px solid #FFF;
	margin: 5px 0 5px 0;
}

.email_format_box {
	visibility:hidden;
}

.subscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #075170;
}

.subscribe_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #075170;
}