@charset "utf-8";

/*------- GENERAL -----------*/

@font-face
{
font-family:"Resagincto";
src: url(Resagincto.ttf);

}

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%
}
html {
	min-width:1000px;
}
body {
	background-color: #f2f9ff;
	font-family:'Resagincto';
	font-size:12px;
	line-height:20px;
	color:#3c3c3c;
	
}

img {
	border:none;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
	background:none;
}
a:link, a:visited, a:active {
 color: #8e544f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clear {
	clear:both
}
h1 {
	color:#333;

	

}

/*h2 {
	color:#ad3060;
	font-size:16px;
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #ad3060;
}
h3 {
	color:#ad3060;
	font-size:14px;
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #ad3060;
}*/

h2 {
	color:#333;

	width:100%;
	
	
}
h3 {
	color:#333;

	width:100%;
	
	
}
h4{
	background:url(../images/ques.jpg) top left no-repeat;
	padding-left:29px;
	margin-bottom:8px;
	color:#000;

}
h4 a:link, h4 a:visited, h4 a:active {
	font-weight:normal;
}
.mar_top {
	margin-top:10px;
}
.mar_r {
	margin-right:10px;
}
.mar_btm {
	margin-bottom:10px;
}
.mar_l {
	margin-left:10px;
}
/* GLOBAL */
.wrapper {
	width:100%;
	overflow:hidden;
}
.wrapper-bg { background: #1c1c1c url(../images/heading-bg.jpg) repeat-x; width:100%; }
.content-mid{ margin-top:23px; text-align:justify; color:#757575; width:1000px; border:0px solid blue; overflow:hidden;}


.content-mid-left { width:760px; float:left;  border:0px solid green; color:#757575; margin:0px; padding:0px; margin-bottom:15px;}
.content-mid-right { width:232px; float:right; border:0px solid red; color:#757575; margin:0px; padding:0px; margin-bottom:10px;}
.content-mid p{ padding-bottom:5px; padding-top:5px;}

.content-mid img { padding-left:0px; padding-bottom:0px; padding-top:0px;}

.container {
	width:1000px;
	height:100%;/*border:1px solid #06F;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width:100%;
	height:169px;
	background:url(../images/header-bg.jpg) repeat-x;
}
#nav {
	width:100%;
	height:39px;
	background:url(../images/nav-bg.jpg) 0 0 repeat-x;
}
#flash-area {
	width:100%;
	margin:0px; padding:0px;
	overflow:hidden;
		
}
#flash-area1 {
	width:100%;
	margin:0px; padding:0px;
	background:#000;
	/*background:url(../images/slider_bg.jpg) repeat;*/
		
}
#content {
	width:100%;
	height:auto;
	background:url(../images/content-bg.jpg) repeat-x;
}
#footer {
	width:100%;
	height:122px;
	background:url(../images/footer-bg.jpg);
	margin-top:0px;

}
/*Header*/
.logo1 {
	float:left;
	margin:10px 0 0 0px;
	width:auto;
	width:396px;
	border:0px solid yellow;
	
}


.years {
	float:right;
	margin:37px 0px 0 0;
	width:auto;
	border:0px solid red;
	width:449px;
}
/
/*Content*/

.col1 {
	float:left;
	width:228px;
	height:auto;
}
.col-inside {
	float:left;
	width:980px;
	height:auto;
}
.headingDiv {
	float:left;
	width:100%;
	background:url(../images/bor_btm.jpg) bottom left repeat-x;
	padding-bottom:0px;
	margin-bottom:10px;
	_margin-bottom:0;
}
.headingDiv .icon {
	margin-left:2px;
	float:left;
}
.text {
    float: left;
    padding-left: 0px;
	margin-bottom:20px;
}
.text p  { margin-top:5px;}
.text p img {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    float: right;
    margin-left: 20px;
    padding: 6px;
}
.headingDiv h1 {
	float:left;
	line-height:70px;
	color:#333333;
	
}
.col2 {
	float:left;
	width:749px;
	height:auto;
	border:0px solid red;
}
.col3 {
	float:left;
	width:241px;
	height:auto;
	border:0px solid yellow;
	background:url(../images/welcome-text-bg.jpg) repeat-x;
}
.col3 p { color:#fff; padding:15px; text-align:justify; padding-top:0px; padding-bottom:0px;}
.col12 {
	float:left;
	width:761px;
	height:auto;
}
.right_menu {
	float:left;
	width:228px;
	height:auto;
}
.right_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.right_menu ul li {
	background:url(../images/r_nav_img.jpg) 0 0 no-repeat;
	line-height:31px;
	height:31px;
}
.right_menu ul li a, .right_menu ul li a:link, .right_menu ul li a:visited {
	background:url(../images/nav_but_on.jpg) 15px center no-repeat;
	padding-left:30px;
	color:#6a6a6a;
	font-weight:bold;
}
.right_menu ul li a:hover, .right_menu ul li a.act {
	background:url(../images/nav_but_over.jpg) 15px center no-repeat;
	color:#9d2b57;
	text-decoration:none;
}
.follow {
	float:left;
	width:521px;
	border:1px solid #ebccd8;
	height:auto;
	margin-top:10px;
	padding:3px 0;
}
.follow img {
	margin-left:10px;
}
.wri_txt {
	float:left;
	border:1px solid #ebccd8;
	height:auto;
}
.wri_txt .fst {
	float:left;
	margin:7px;
	_margin:7px 3px;
	height:33px;
	width:197px;
	_width:199px;
	padding-left:15px;
	line-height:33px;
	background-color:#ad3060;
}
.wri_txt .snd {
	float:left;
	margin:7px;
	_margin:7px 3px;
	height:33px;
	width:492px;
	padding-left:15px;
	line-height:33px;
	background-color:#ad3060;
}
.wri_txt .thrd {
	float:left;
	margin:7px;
	_margin:7px 4px;
	height:33px;
	width:969px;
	_width:967px;
	padding-left:15px;
	line-height:33px;
	background-color:#ad3060;
}
.wri_txt .fourth {
	float:left;
	height:33px;
	width:734px;
	padding-left:15px;
	line-height:33px;
	background-color:#ad3060;
}
.col1 table, .col2 table, .col3 table {
	border-top:1px solid #ebccd8;
	border-left:1px solid #ebccd8;
}
.col1 td, .col2 td, .col3 td {
	border-bottom:1px solid #ebccd8;
	border-right:1px solid #ebccd8;
	padding:3px;
}

.quick {
	line-height:23px;
	padding-bottom:7px;
	float:left;
	width:212px;
	font-weight:bold;
	color:#ad3060;
}
.quick a {
	color:#ad3060;
}
.quick .logo {
	width:80px;
	float:left;
}
/*------- Footer -------*/
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#fff; text-decoration:underline; }
.part1 {
	float:left;
	width:1000px;
	height:auto;
	display:block;
	color:#e0b0c2;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;

}
.part1 .hr {
	float:left;
	background:url(../images/line.png) center bottom no-repeat;
	padding-bottom:10px;
	padding-left:20px;
	width:300px;
}
.part1 .hr1 {
	float:left;
	background:url(../images/line.png) center bottom no-repeat;
	padding-bottom:10px;
	padding-left:20px;
	width:280px;
}
.part1 strong {
	color:#f6e5eb;
}
.part1 ul {
	list-style:none;
}
.part1 ul li {
	padding-left:40px;
	background:url(../images/bullet.png) 15px center no-repeat;
	line-height:30px;

	font-weight:bold;
}
.part1 ul li a{
	color:#e0b0c2;
}
.part1 a, .part1 a:link, .part1 a:visited {
	color:#e0b0c2;
	border-bottom:1px dashed #e0b0c2;
}
.part1 a:hover {
	text-decoration:none;
	color:#f6e5eb;
	border-bottom:none;
}
.part2 {
	float:left;
	margin:8px 10px;
	width:1000px;
	height:auto;
	display:block;
	color:#FFFFFF;
	padding-top:10px;
	margin-left:0px;
}
.part2 .line1 {
	float:left;
	margin:0 25px;
	width:1px;
	height:76px;
}
.part2 ul {
	list-style:none;
}
.part2 ul li {
	display:inline;
	padding-left:0px;
	
}
.part2 ul li a, .part2 ul li a:link, .part2 ul li a:visited{
	color:#0f3a88;
}
.part2 .copy {
	float:left;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:11px;
	_margin-left:8px;
	color:#939393;
	padding-top:15px;

	
}
.part2 .powered {
	float:right;
	margin-top:110px;

	color:#939393;
	width:auto;
}

.powered img { padding-left:5px;}

/*------- contacts-form -------*/


.pd { padding:0px 15px 10px 10px;}
.pd1 { padding:0px 15px 0px 10px;}
.mar-r1 { margin-right:10px; text-align:justify;}
/*------- enquiry-form -------*/

/* front page slider styles */
div#jFlowSlide {
	margin:0 auto;
}
div#slides-static {
	padding: 40px 55px 0;
	width: 850px;
}
div.slides-container {
	height:307px;
	overflow: hidden;
	width: 960px;
}
div.slides-container div#jFlowSlide {
	height: 315px;
}
div.slides-container div.jFlowSlideContainer img {
	margin:auto;
}
div.slides-container div.jFlowSlideContainer div {
}
div.slides-container div.jFlowSlideContainer div.slide-image {
	float:right;
	/*width:499px;*/
	padding-top: 0px;
}
span.jFlowPrev, span.jFlowNext {
	background-image:url(../images/slide-prev.jpg);
	background-repeat:no-repeat;
	display:block;
	height:49px;
	width:30px;
	float:left;
	margin:0;
	cursor:pointer;
}
span.jFlowPrev span, span.jFlowNext span {
	display:none;
}
span.jFlowNext {
	background-image:url(../images/slide-next.jpg);
	float:right;
}
div.slides-container div.controls {
	position:relative;
	top:-220px;
	width:960px;
	margin:0 auto;
}
div.slides-container p {
	padding-top: 8px;
	color: #333;
}
div.slides-container a {
	color: #333;
}
div.slides-container h2, div#sub-header h2 {

	color: #333;
	font-weight: normal;
}
div.slide-text {
	padding-top: 0px;
}
p.frontpage-button a {

	font-weight: bold;
	
	text-decoration: none;
	color:#fff;
	background-color:#41acd3;
	padding:10px 14px;
}
p.frontpage-button a:hover {
	background-color: #333;
}
.hidden {
	display:none;
}

.col4 {
    float: left;
    height: auto;
    padding-right: 20px;
    width: 250px;
}
.lt_menu ul {
    list-style: none outside none;
    width: auto;
}
.lt_menu ul li {
}
.lt_menu ul li a, .lt_menu ul li a:link, .lt_menu ul li a:visited {
    background: url("../images/menu_hover.jpg") no-repeat scroll left top transparent;
    border-bottom: 1px solid #1F1A17;
    border-right: 1px solid #1F1A17;
    color: #1F1A17;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 0 7px 14px;  text-decoration: none;
    width: 234px;
}
.lt_menu ul li a:hover, .lt_menu ul li a.act {
    background: url("../images/menu_hover.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    text-decoration: none;
}
.head_title {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.colinside {
    float: left;
    height: auto;
    width: 660px!important;
}
.colinside1 {
    float: left;
    height: auto;
    width: 930px!important;
	padding-left:10px;
}
#content .indent {
    float: left;
    height: auto;
    padding: 20px 0;
    width: 980px;
	text-align:justify;
}







#menu {
   
   
    float: right;


    list-style-type: none;
	
    width: 508px;
	  font-family: "Resagincto";
	  margin-top:15px;
	
}
#menu li {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#menu li a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #FFFFFF;
    display: block;
    line-height: 55px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
#menu li a:hover, #menu li.active a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);

    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF;
}
#menu.black {
}
#menu.black a {
}
#menu.black li a:hover, #menu.black li.active a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
   
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #ff8b82;
}

.footer-link  { margin-bottom:5px; margin-top:5px; color:#ffffff; width:500px;}
.footer-link a {  text-decoration:none;}
.footer-link li { padding-left:10px; padding-right:10px; display:inline;}
.footer-link a:hover {  text-decoration:none;}

.heading-title { padding-top:10px; border:0px solid red; width:1000px; margin:auto;}
.range_head {
    
    background-image: url("../images/texture_bar.jpg");
   
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #FFFFFF;
    float: left;
    
    font-size: 19px;
    height: 32px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 12px;
    text-shadow: 1px 1px 1px #000000;
    width: 210px;
	margin-top:10px;
}
.range_text {
   
      background:url(../images/barremain_fond.png) no-repeat;
   
    float: left;
	border:0px solid red;
  
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
   
    padding-right: 0;
    padding-top: 10px;
    width: 230px;
	 color: #fff!important;
	
}
.range_text ul {
list-style:none;
   
}
.range_text_main { margin-left:3px; margin-top:5px; margin-bottom:5px; width:190px; padding-bottom:4px; font-weight:bold; font-size:18px;}
.range_text ul li {
background:url(../images/li.png) no-repeat 10px 8px;

	
    margin-left: 10px;
	border-bottom:1px dashed #835444;
	padding-left:25px;
	    width: 175px;
		 color: #fff!important;
	
 
}
.range_text ul li a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
	 color: #fff!important;
	   width: 239px;
   
}
.range_text ul li a:hover{
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #e09565!important;
	
	
}
.range_text ul li a.active1{
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #e09565!important;
	
	
}

/*------------photo gallery css-------------*/
#show_content {
	float: left;
	width: 100%;
	border:0px solid #000;
	margin-top:3px;
}
#show_content ul {
}
#show_content li {
	display: inline;
	float: left;
	margin:5px 18px 5px 5px;
	_margin:5px 8px 5px 0px;
	padding: 2px;
	width: 226px;
}
#show_content img { padding:3px;}

.bor{
	border:2px dashed #3d3d3b;
	padding:5px;
	padding-right:0px;
}

.breadcrumb-title { width:300px; float:left; border:0px solid #fff; }
.breadcrumb { width:696px; height:50px; border:0px solid #e7e8e6;  float:left; color:#fff;text-align:right; padding-top:10px; }
.breadcrumb a { color:#cd7437; text-decoration:none; padding-top:20px; padding-left:3px; padding-right:3px;}

.breadcrumb a:hover { color:#fff; text-decoration:underline;}
.selected { color:#fff!important; text-decoration:none;}
.article{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#cfcece;
	margin-top:5px;
	
}
.ac{
	color:#fc5151;
}
.ssc{
	width:100px;
	height:100px;
	visibility:hidden;
}
.cont{
	float:left;
	width:400px;
	margin-left:20px;
}
.space{
	padding-top:5px;
}
.acti{
	color:#feb6b2;
}


