body{
	background-color:#ADAAA3;
	margin:0px;
	padding:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:14px;
	line-height:140%;
    color:#000000;
}

strong{
	color:#34322E;
}

#container {	
	width: 900px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#header {
	background:url(../graphics/header.png);
	height:89px;
	margin:auto;
	width:900px;
}

#content {
	background:transparent url(../graphics/bg.png) repeat-y scroll 50% 0;
	padding-left:55px;
	padding-right:55px;
	margin:auto;
	width:790px;
}

#footer {
	background:url(../graphics/footer.png);
	height: 37px;
	margin:auto;
	width:900px;
}

.footer-txt {
	font-size:12px;
	padding-left:20px;
	color:#FFFFFF;
}
	
	
.image-left img {
	float:left;
	margin-right:5px;

}

.check {
	background:url(../graphics/blue-tick.jpg) no-repeat 0% 50%;
	min-height:50px;

}
.countriesbox {
	background-color:#FFFFFF;
	margin-bottom: 5px;
	margin-left:98px;
	margin-right:98px;
	padding: 6px;
	border: 1px solid #D5DBDD;
	min-height:50px;	
}
.bigtickbox {
	background-color:#EFFBFF;
	margin-bottom: 5px;
	margin-left:50px;
	padding: 5px;
	border: 1px solid #95A5AA;
	min-height:50px;	
}

.box-container {
	border: 1px solid #B3B38F;
	padding:5px;
	background-color:#ffffff;
}

.box {
	border: 1px solid #B3B38F;
	padding:10px;
	background-color:#FFFFCC;
}

.testimonial-container {
	border: 1px solid #B3B38F;
	padding:5px;
	background-color:#ffffff;
}

.testimonial-box {
	border: 1px solid #B3B38F;
	padding:10px;
	background-color:#EDEBDE;
}

.testimonial-box img {
	float:left;
	margin-right:15px;
}

.testimonial_header {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.red {
	color:#FF0000;
}

.tick li {
	padding-left: 25px;
	background:url(../graphics/blue-tick.png) no-repeat 0 5px;
	line-height:140%;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

*{
	padding: 0; 
	margin: 0 auto;
}




/************************************************************/
/*						  Font Styles						*/
/************************************************************/


h1	{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 90%;
	color: #34322E;
	font-style:italic;
	font-weight: bold;
	}

h2 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 20pt;
	line-height: 120%;
	font-weight: bold;
	color: #2C4972;
}
h3 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 15pt;
	line-height: 120%;
	font-weight: bold;
	color: #3F69A3;
}

h4 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 16pt;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}	

h6 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #2579DA;
}


.order1 {
	border: 1px solid #d3d3d3;
	margin:auto; 
}

.small_text	 {font-family: verdana, arial, helvetica, sans-serif;
				font-size: 10px;
				color: #666;
				line-height: 130%;}





.order1 td {padding: 5px; text-align: left; vertical-align: top;}
.order1 td.table_head {background-color: #f2f2f2; font-weight: bold; border-bottom: 1px dotted #d3d3d3;}
.order1 td.table_head2 {background-color: #f2f2f2; border-bottom: 1px dotted #d3d3d3;}
.order1 td.border_right {border-right: 1px dotted #d3d3d3;}
.order1 td.border_bottom {border-bottom: 1px dotted #d3d3d3;}
.order1 td.border_top {border-top: 1px dotted #d3d3d3;}
.order11 {border: 1px solid #d3d3d3; }

.red {	color: #FF0000;
	font-weight: bold;
}

.here {
	border-bottom: 2px solid red;
}	
