/* RESET STYLES */
h1,h2,h3,h4,h5,h6,p,img,div,ul,li,ol,a,hr{
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0px;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
h4{
	font-family: Tahoma, Arial, sans-serif;
	font-size:16px;
	color: #790000;
	font-weight: normal;
	display: block;
}
#content .oneCol p a {
	color: #900;
	text-decoration: none;
}
#content .oneCol p a:hover {
	text-decoration: underline;
}


p{
	line-height: 18px;
	font-size: 12px;
	color: #565656;
	margin-top: 12px;
	margin-bottom: 12px;
}
.clear {
	clear: both;
}

.innerBanners{
	margin-bottom: 30px;	
}
/* Header */
#headbg {
	background-image: url(../images/head-bg.jpg);
	min-width: 900px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#head {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	padding-top: 8px;
	z-index: 20;
	position:relative;
}
#head #logo {
	margin: 0 12px 22px 33px; /* top=1em, right=2em, bottom=3em, left=2em */
	display: block;
	float: left;
	clear:left;
}

#sMedia{
	float:right;
	margin-top: 23px;
	margin-right:3px;
}
#sMedia ul{
	display: inline;
	list-style: none;
	float:left;
}
#sMedia li{
	display: inline;
	float:left;
	margin-left: 5px;
}
#dDriveWay{
	position: absolute;
	bottom: 0px;
	right: 0px;

}
/* Content */
#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear:both;
}
#content p {
	display: block;
}


/* Home Page */
.homepage h4{
	border-bottom: solid #790000 1px;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.homepage .highlight{
	color: #790000;
}
#contactForm{
	background-color: #dbdbdb;
	border: solid #CCC 1px;
	width: 377px;
}
#contactForm input,textarea,select{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
#contactForm label{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	float: left;
	clear: both;
}
#contactForm input, select{
	float: left;
	clear:both;
	width: 160px;
}
#contactForm textarea{
	float: left;
	clear:left;
	width: 290px;
	height: 75px;
}
#contactForm .send{
	background-image: url(../images/home-contactForm-Send-up.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:52px;
	height: 44px;
	border: 0;
	float: right;
	clear:none;
	margin-top: 37px;
	margin-left: 5px;
	cursor: pointer;
}
#contactForm .send:hover{
	background-image: url(../images/home-contactForm-Send-over.jpg);
}
.bannerBullets{
	width: 289px;
	height: 356px;
	float: left;
	margin-left: 10px;
	margin-right:0;
	position:relative;
}
.bannerBullets ul{
	z-index: 5000;
	position: absolute;
	top: 260px;
	left: 38px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
}
.slideshow, slideshow2, slideshow3{
	position:absolute;
	left: -2px;
}

/* About Us */
.aboutus-title{
	margin-top: 15px;	
}
.aboutus-Facts{
	border: solid #dcdcdc 1px;
	background-color: #f4f4f4;
}
.aboutus-Facts p{
	margin: 0;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.aboutus-Facts span{
	color: #790000;
	clear:both;
}
.aboutus-Facts strong{
	color: #000;
	font-weight: normal;
}
.factsDarkbg{
	background-color: #ececec;
}

/* Two Column Content (EVEN SIZE) */
.oneCol{
	margin-left: 15px;
	margin-right: 15px;
	width: 870px;
}
/* Two Column Content (EVEN SIZE) */
.oneColsmall{
	width: 700px;
	margin: 0 100px;
}
.twoCol-leftColumn{
	width: 425px;
	margin-left:15px;
	margin-right: 10px;
	float: left;
}
.twoCol-rightColumn{
	width: 425px;
	margin-left:10px;
	margin-right:15px;
	float: right;
}
.innertwocols {
	width: 180px;
	float: left;
}
.innertwocols strong {
	font-size: 15px;
	font-weight: normal;
	color: #333;
}


.homeContactForm{
	width: 377px;

!important
;
}
.twoCol-leftColumn.homeParagraphs img {
	margin-top: 7px;
}

.twoCol-leftColumn.homeParagraphs p {
	line-height: 22px;
}
.twoCol-leftColumn.homeParagraphs h4  {
	margin-top: 30px;
}


.processpic {
	width: 150px;
	padding: 7px;
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	float: left;
	margin: 23px;
	margin-top: 2px;
}
.processpic:hover {
	border: 3px solid #900;
	background-color: white;
	margin: 21px;
	margin-top: 0px;
}

.processpic div {
	font-size: 11px;
	text-align: center;
	display: block;
	width: 150px;
	border-top: 1px solid #E2E2E2;
	margin-top: 7px;
}
.processpic div strong {
	color: #900;
}



/* Two Column Content (EVEN SIZE) */
#gallery{
	margin: 0 auto;
	width: 783px;
	padding: 0 0 0 5px;
}
#gallery img {
	display: block;
	/*width: 100px;
	height: 75px;*/
	float: left;
	padding: 7px;
	border: 1px solid;
	border-color: #E2E2E2;
	margin: 30px 19px 15px 20px;
	background-color: #F3F3F3;
}
#gallery  img:hover {
	background-color: #FFF;
	padding: 8px;
	border: 3px solid #900;
	margin: 27px 16px 12px 17px;
}

#gallery a {
}
#gallery a:hover {
}


.galmenu {
	width: 900px;
	font-size: 13px;
	display: block;
	padding: 0 0 0 81px;
	list-style: none;
	height: 30px;
	margin-bottom: 15px;
}
.galmenu li  {
	display: block;
	height: 31px;
	float: left;
}
.galmenu li h4 {
	display: block;
	height: 31px;
	line-height: 31px;
	font-size: 13px;
	background-image: url(../images/gallnav_01.png);
	color: white;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.galmenu li h4 span {
	display: block;
	height: 31px;
	padding: 0 10px 0 0;
	background-image: url(../images/gallnav_02.png);
	background-position: right top;
}



.galmenu a {
	text-decoration: underline;
	color: #333;
	display: block;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	padding: 0 10px;
	background-image: url(../images/gallnav_03.png);
}
.galmenu a:hover {
	color: #900;
}
.galmenu .ending  {
	background-image: url(../images/gallnav_06.png);
	width: 8px;
	margin: 0 20px 0 0;
}
.galmenu .linkdivide {
	background-image: url(../images/gallnav_04.png);
	width: 2px;
}
#updateArea #exp2 {
	overflow: hidden;
	width: 700px;
	height: 350px;
	margin: 0 auto;
	padding: 15px;
	border: 2px solid #dedede;
	background-color: #F4F4F4;
	position: relative;
}
#updateArea #exp2 #experiment {
	height: 350px;
	overflow: hidden;
	position: relative;
}

#updateArea #exp2 #experiment img {
	width: 696px;
}
#updateArea #exp2 #experiment .imgloader  {
	border: 2px solid #999;
	width: 696px;
	height: 346px;
	overflow: hidden;
	display: block;
	background-position: center center;
	float: left;
	margin: 0 30px 0 0;
}
#updateArea a.toleft {
	position: absolute;
	height: 380px;
	width: 54px;
	display: block;
	line-height: 380px;
	text-align: center;
	text-decoration: none;
	font-size: 65px;
	top: 265px;
	left: 15px;
	z-index: 0;
	color: #666;
	background-image: url(../images/slidenav.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#updateArea a.toright {
	position: absolute;
	height: 380px;
	width: 54px;
	display: block;
	line-height: 380px;
	text-align: center;
	text-decoration: none;
	font-size: 65px;
	top: 265px;
	z-index: 0;
	right: 17px;
	color: #666;
	background-image: url(../images/slidenav.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#updateArea a:hover.toright {
	color: #900;
	right: 15px;
	top: 265px;
}
#updateArea a:hover.toleft {
	color: #900;
	top: 265px;
	left: 13px;
}
/* Footer */
#footer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding-top: 20px;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c5c5c5;
	text-align:center;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c5c5c5;
	text-decoration: none;
}
#footer a:hover{
	color: #600;
	text-decoration:underline;
}
#footer img{
	vertical-align:baseline;
}
.footerHR{
	width: 900px;
	border-top: solid #c5c5c5 1px;
	margin-top: 25px;
	margin-bottom: 11px;
}
.twoCol-leftColumn.homeParagraphs {
	overflow: hidden;
}
.phone {
	position:absolute;
	right:175px;
	bottom:3px;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:17px;
	color:#900;
}
#title{
	border-bottom: 1px dotted #A50A01;
    color: #A50A01;
    margin: 0 auto 7px;
    padding-bottom: 3px;
    width: 734px;
	
}
	


#captcha-wrap{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:100px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:140px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}
 
#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
	float:right; width:117px; 
	background:url(../images/logos.jpg) top right no-repeat; 
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

.msjinfo, .msjsuccess, .msjalert, .msjerror {  
    font-family:Arial, Helvetica, sans-serif;   
    font-size:13px;  
	border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
    position:relative;  
}  
.msjinfo {  
    color: #00529B;  
    background-color: #BDE5F8; 
	display:block;
	clear:both;
    background-image: url('../images/info.png');  
}  
.msjsuccess {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
	display:block;
	clear:both;	
    background-image:url('../images/success.png');  
}  
.msjalert {  
    color: #9F6000;  
    background-color: #FEEFB3;  
	display:block;
	clear:both;	
    background-image: url('../images/alert.png');  
}  
.msjerror {  
    color: #D8000C;  
    background-color: #FFBABA;  
	display:block;
	clear:both;	
    background-image: url('../images/error.png');  
} 




#homeBanner{
	margin-bottom:25px;
}



/*********************************slider**********************************/
.slider {
	overflow:hidden;
	width:890px;
	height:370px;
	position:relative;
	z-index:1;
	background:#000;
	float:right;
	margin-bottom:25px;
}
.items {
	display:none;
}

.pagination {
	position:absolute;
	right:15px;
	top:15px;
	z-index:999;
}
.pagination li {
	float:left;
	margin-left:3px;
	list-style:none;
}

.pagination li:first-child {margin-left:0;}

.pagination li a {
	display:block;
	width:11px;
	height:11px;
	text-indent:-5000px;
	background:url(../images/pagination.png) right bottom no-repeat;
}
.pagination li.current a, 
.pagination li a:hover {background-position:left bottom;}

.pagination li.current a {cursor:default;}

.slider-aside {
	width:283px;
	float:left;
	padding:15px 10px 0 15px;
	background: url(../images/title-form.png) no-repeat 20px 15px;
}
