html, body{
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	line-height: 140%;
	height: 100%;
	min-height: 100%;
	behavior:url("../scripts/csshover3.htc");
}


* {
padding: 0;
margin: 0;
}

img{
border:0;
}


.header{
	color: #006BAD;
	font-weight:bold;
}

.head_breadcrumb {
padding: 15px 0 15px 15px;
}

#header_product {
display:block;
padding: 15px;
}


.headerWhite{
	color: #FFFFFF;
	font-weight:bold;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:20px;
	display: block;
}

a:link {
	text-decoration: none;
	color: #006BAD;
}
a:visited {
	text-decoration: none;
	color: #006BAD;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #006BAD;
}

a:focus {
outline:none;
}


hr {
height: 1px;
border: 0;
border-top: 1px dotted #999999;
}


ul, li {
list-style: none;
}








#wrap {
    
    margin:0 auto;
    width:100%;
    }

#head{
	width: 100%;
	height: 80px;
	margin-top: 15px;
}
#headContent{
	width: 970px;
	margin: 0 auto;
	height: 80px;
}
#logo{
	background-image:url(../images/logocentra.gif);
	background-repeat:no-repeat;
	width: 180px;
	height: 80px;
	float: left;
	
}
#nav{
	width: 780px;
	float: right;
	text-align:right;
	color: #999999;
	padding-top: 57px;
	font-size: 11px;
}


div.hr { 
	border: 0;
	width: 100%;
	color: #006BAD;
	background-color: #006BAD;
	height: 5px;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}

#center{
	width: 100%;
	color:#666666;
	vertical-align:middle;
	background: url(../images/bggradient.png) repeat-y;
}



#centerContent{
	width: 970px;
	margin: 0 auto;
	text-align:left;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}

#centerProduct{
	width: 100%;
	background: url(../images/bggradient.png) repeat-y 50%;
	color:#666666;
	padding-bottom: 10px;
}
#centerContentProduct{
	width: 970px;
	margin: 0 auto;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#text{
	margin: 0 15px 0 15px;
}

iframe {
z-index: 1;
}


/*
.gallery{
	width: 300px;
	height: 300px;
	background:url(../images/box_300x300.png) no-repeat;
	text-align: center;
	margin-left:10px;
	padding-top: 20px;

}*/

.gallery{
	width: 300px;
	height: 300px;
	position: absolute;
	left: 15px;	
	background:url(../images/box_300x300.png) no-repeat;
	text-align: center;

}


.gallery img {
width: 260px;
height: 260px;
margin-top: 20px;
}



table.thumbs img {
width: 110px;
height: 110px;
}

/*
.description{
	width: 300px;
	margin-left:10px;
	text-align: left;
	margin-bottom:20px;
}*/

.description{
	width: 300px;
	position: absolute;
	left:10px;
	top: 320px;
	text-align: left;
	margin-bottom:20px;
}

.description ul{
list-style:disc;
margin: 0;
padding-left: 14px;
text-indent: 0;
}
.description li{
margin-bottom: 10px;
}


.pageNumber{
	padding: 25px 0 0 0;
	font-size: 10px;
}

#footer{
	clear:both;
	width: 100%;
}
#footerContent{
	width: 970px;
	margin: 0 auto;
	text-align:left;
	font-size: 10px;
}
.smallText{
	font-size: 10px;
}

.textBlue {
	color: #006BAD;
}


a.LAA {
color: #CCCCCC;
font-weight: bold;
}

a:hover.LAA {
color: #999999;
}












/* CONTACT PAGE */



#left_col {
width: 400px;
float: left;
background: url(../images/box_contact.png) no-repeat;
min-height:520px; 
height:auto !important; 
height:520px;
}

#left_col .padding{
padding: 25px 35px 0 35px;
}


input.inputtxt, textarea.inputtxt, select.selecttxt{
width: 150px;
margin-bottom: 10px;
}
input.inputtxt_long, textarea.inputtxt_long {
width: 315px;
margin-bottom: 10px;
}

#right_col {
width: 550px;
float: right;
}





