
*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #09785c;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #ededed;
}

h2 {
	font-size: 20px;
	color: #008e8c;
	font-family: Calibri, 'Times New Roman', serif;
}
h2 a{
	color: #008e8c;
}
h3{
	font-size: 16px;
	//font-weight: bold;
	color: #008e8c;
	clear: both;
	text-align:left;
	text-transform:uppercase;
	font-family: Calibri, 'Times New Roman', serif;
	margin-bottom:-15px;
}
/*
h3{
	font-size: 18px;
	font-weight: bold;
	color: #515151;
	background: url(images/h3_bg_line.jpg) repeat-x center;
	clear: both;
}
*/
h4{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	padding-bottom: 25px;

}


.clear{
	clear: both;	
}

#wrap{
	width: 1000px;
	margin: 0 auto;
}

.wid_center{
	width: 1000px;
	margin: 0 auto;
}

#header{
	position: absolute;
	left: 0;
	width: 100%;
	height: 145px;
	background: #ffffff;
	//border-bottom: 2px solid #09785c;
}

/*logo*/

#logo{
	//border-bottom: 2px solid #09785c;
	width: 100%;
	height: 85px;
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-top:10px;
	color: #09785c;
}

#logo .wid_center a{
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

	
}

#logo .wid_center h1 a{
	font-size: 20px;

}

/*
 navigation
*/


#menu{
	width: 100%;
	background-color: #008e8c;

}
#submenu{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	text-transform:uppercase;


}

#menu ul{
    list-style: none;
	padding: 0px;

}

#menu ul li{
	display: inline;

}

#menu ul li a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#menu ul li a:hover{
	//background: url(images/menu_bg_active.png) no-repeat center bottom;
	background-color: #09785c;
	color: #ffffff;
}

#menu ul li .select{
	//background: url(images/menu_bg_active.png) no-repeat center bottom;
	background-color: #09785c;
	color: #ffffff;
	
}

/*
	introduce
*/

#intro{
	clear: both;
	padding-top: 155px;
	text-align: center;
	padding-bottom: 5px;
}

#intro h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.razd_bor{
	border-top: 1px solid #515151;
	padding-bottom: 20px;
}

/*
	prewiev
*/

.prew_box{
	height: 330px;
}

.prew_bg1{
	background: url(images/prev_bg_1.jpg) no-repeat top left;
}

.prew_bg2{
	background: url(images/prev_bg_2.jpg) no-repeat top left;
}

.prew_bg3{
	background: url(images/prev_bg_3.jpg) no-repeat top left;
}

.prew_bg4{
	background: url(images/prev_bg_4.jpg) no-repeat top left;
}

.prew_bg5{
	background: url(images/prev_bg_5.jpg) no-repeat top left;
}

.prew_but_left{
	float: left;
	width: 15px;
	padding-left: 30px;
	padding-top: 152px;
}

.prew_but_middle{
	float: left;
	width: 910px;
	text-align: center;
}

.prew_but_middle ul{
	list-style: none;
	width: 110px;
	margin: 0 auto;
	padding-top: 300px;
}

.prew_but_middle ul li{
	float: left;
	padding-left: 5px;
}

.prew_but_middle ul li a{
	display: block;
	background: url(images/prev_but_bg.png) no-repeat top right;
	width: 16px;
	height: 15px;
}

.prew_but_middle ul li a:hover{
	background: url(images/prev_but_select.png) no-repeat;
}

.prew_but_middle ul li .select{
	background: url(images/prev_but_select.png) no-repeat;
}

.prew_but_right{
	float: left;
	width: 45px;
	padding-top: 152px;
}

.prew_bot
{
margin-top: 15px;
}

.prew_bot p{
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding: 5px;
}

/*
	content
*/

#content{
	padding-bottom: 20px;
}

h3 a{
	color: #008e8c;
	//background: #e6e6e6;
	padding-right: 10px;
}

h3 a:hover{
	color: #09785c;
}

/*
	3 column box
*/

.box_3col{
	padding: 15px 0px 0px 0px;
	color:#ffffff;
}
.box_3col a{
	color:#ffffff;
}

.col1, .col2, .col3{
	float: left;
	width: 300px;
	padding: 0px 15px 0px 15px;
}

.col2, .col3{
	background: url(images/bor_3col.gif) repeat-y left;
}

/*
	white last box
*/

.white_box{
	background: #ffffff;
	overflow: hidden;
	padding: 15px;
	color:#595959;


	



}
.white_left{
	float: left;
	width: 480px;
	//padding-left: 10px;
	//padding-top: 10px;
	background: inherit;
	border-right: 2px solid #008e8c;
	//position: relative;
}

.white_right{
	float: right;
	width: 480px;
	padding-left: 5px;
	//padding-top: 10px;
	//text-align: center;
	background: inherit;
	//position: relative;
}

.center{
	margin: 0 auto;

}


#subfooter{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: #ffffff;
	font-size: 14px;
}

#prefooter{
	width: 100%;
	background-color: #008e8c;
	position: absolute;
	padding-top: 8px;
}


/*
	footer
*/
#footer{
	position: absolute;
	left: 0;
	width: 100%;
	background: #008e8c url(images/footer_bg.jpg) repeat-x top;
	color: #ffffff;
	font-size: 14px;
}

#footer a{
	color: #ffffff;
}

#footer .foot_bg{
	background: url(images/bor_4col.gif) repeat-y left;
}

.foot_column4{
	padding: 0px 20px 0px 20px;
}

.foot_col1, .foot_col2, .foot_col3, .foot_col4{
    float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-transform:uppercase;
	font-family: Calibri, 'Times New Roman', serif;

}

.foot_col1, .foot_col2, .foot_col3{


}

.foot_col1{
    width: 110px;
}

.foot_col2{
    width: 201px;
}

.foot_col2 p{
	padding-bottom: 4px;
}

.foot_col3{
    width: 238px;
}

.foot_col4{
    width: 171px;
}

.foot_col4 a{
	font-weight: normal;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    margin-bottom: 4px;
}

.ls li a{
    background: url(images/ls.gif) no-repeat 0px 6px;
    display: block;
    padding-left: 15px;
    padding-bottom: 4px;
    color: #ffffff;
    font-weight: normal;
}

.link1{
    background: url(images/link1.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link2{
    background: url(images/link2.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link3{
    background: url(images/link3.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link4{
    background: url(images/link4.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

/*
	footer bottom
*/

#footer_bot{
	position: absolute;
	left: 0;
	width: 100%;
	background: #e6e6e6;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#footer_bot a, #footer_bot p{
	color: #ffffff;
	font-weight: normal;
}


#bx-02 {
	display:block; padding:0 20px 0 20px;
}
.fr {
	font-family: Arial; font-size:12px; color:#7d7d7d; border:1px solid #cfcfcf; background:#fafafa; margin:0 0 5px 0; padding:0 0px 0 2px; width:350px; height:25px; line-height:25px;
}
.fr-error {
	font-family: Arial; font-size:12px; color:#ff0000; border:1px solid #ff0000; background:#ffb8b8; margin:0 0 5px 0; padding:0 0px 0 2px; width:350px; height:25px; line-height:25px;
}
.fr:focus{
  border: 1px solid #ff1301;
  background: #F3F3F3;
}
.bt  				{font-size:15px; width:127px; height:30px; margin:0px; padding:0px; cursor:pointer; background:#008e8c; border:0px; text-align:center; line-height:30px; font-family:'Avian'; color:#fff}
.bt-info 			{width:98px; height:28px; background: url(imagenes/bt-info.png) no-repeat 0px top; cursor:pointer;}
.bt-info:hover 		{background: url(imagenes/bt-info.png) no-repeat 0px -28px;}
.mainbdtable { background:#dddddd; border:0px; text-align:left;}
.bdtable { background:#09785c; border:0px; text-align:left; line-height:35px; font-family:'Avian'; font-weight:bold; color:#fff; padding-left: 6px;}



/*=================================*/
/* Nivo Slider
/*=================================*/


#slider-wrapper {
    width: 1000px;
    height: 330px;
    margin:0 auto;

}

#slider {
	position:relative;
    width: 1000px;
    height: 330px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 430px;
	bottom: 12px;

}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/prev_but_bg.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
		background:url(images/prev_but_select.png) no-repeat;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

