/* Design by Carlos Duque */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*================= Layout ================*/
html, #wrap {
    background: none repeat scroll 0 0 #000;
    /*background: none repeat scroll 0 0 #F4F4F4;*/
    font-family: Verdana, Arial, Helvetica;
}
.pages p { padding: 5px 0;}
strong { font-weight: bold;}
body {
	font: 100% Arial, Helvetica, sans-serif;
}

a, a:visited {
color: #069; 
text-decoration: none;
}

a:hover {	
color: #6CF;
}
.subtitle, p.subtitle { 
	font-variant: small-caps;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	background: #F4F2F2;
	background: -moz-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F2F2), color-stop(100%, #9BCEDB));
	background: -webkit-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	background: -o-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	background: -ms-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F2F2', endColorstr='#9BCEDB',GradientType=0 ); /* pure evil I tell you IE6-9 */
	background: linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%); 
}
#header-wrap {
	width: 100%;
	height: 85px;
    /*background: none repeat scroll 0 0 #EDEBE1;*/
	background: #F4F2F2;
	background: -moz-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F2F2), color-stop(100%, #9BCEDB));
	background: -webkit-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	background: -o-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	background: -ms-linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F2F2', endColorstr='#9BCEDB',GradientType=0 ); /* pure evil I tell you IE6-9 */
	background: linear-gradient(top, #F4F2F2 0%, #9BCEDB 100%); 
}
#mainHeader {
	height: 85px ;
	padding: 0px;
}
#logo {
	position: relative;
	display: block;
	width: 300px;
	height: 68px;
    background: url(images/uglass-sprite2.png) no-repeat -0px -0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/uglass-sprite2.png', sizingMethod="crop");
 	overflow: hidden;
}
#mainNav{
	position: absolute;
	margin-left: 0px;
	left: 300px;
	top: 49px;
	z-index:1;
}
#mainNav a {
	padding: 10px 15px 10px 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
    background: none repeat scroll 0 0 transparent;
}
#mainNav a:hover {
	padding: 10px 15px 10px 15px;
	color: #666;
	text-decoration: none;
	/*background: transparent url(images/menuArrow.png) no-repeat bottom;*/
    /*background: none repeat scroll 0 0 #94D3CF;*/
	border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}
#mainNav .highLight {
	color: #333;
	/*background: none repeat scroll 0 0 #FFF;;*/
	background: url(images/menuArrow.png) no-repeat no-repeat center 25px;
	padding: 10px 15px 10px 15px;
	width:30px;
	/*border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;*/

/*#nav li a {background-image:url('../img/image_nav.gif')}
#nav li a.item1 {background-position:0px 0px}
#nav li a:hover.item1 {background-position:0px -72px}
#nav li a.item2 {background-position:0px -143px;}
#nav li a:hover.item2 {background-position:0px -215px;} */
}
#mainNav .highLight:hover {
	/*background: none repeat scroll 0 0 #333333;*/
	color: #333;
}
#content-wrap {
	position: relative;
	width: 100%;
	min-height: 380px;
	background-color: #000;
	/*background: #F4F4F4 url(images/bodyBackground.gif) repeat-y center;*/
	z-index:200;
}
#content-wrap .container {
	position: relative;
	height: 395px;
	margin: auto;
	padding: 0 10px;
    background: none repeat scroll 0 0 #FFF;
}
#content-wrap .main {
	position: relative;
	min-height: 380px;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 0px 10px 15px;
    background: none repeat scroll 0 0 #FFF;
    font-size:12px;
    border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
#content {
	position: relative;
	top: -70px;
}

.pages #content {
	position: relative;
	top: 0px;
}
.pages .content {
	margin: 15px 20px;
	
}
.pages ul li  {
	display: list-item;
	list-style: square inside;
	padding-bottom:8px;
	margin-left: 10px;
}
.pages ol li  {
	display: list-item;
	list-style: decimal outside;
	padding-bottom:8px;
	margin-left: 40px;
}
.pages .noBulet li, .noBulet ul {
	list-style: none;
	padding-bottom:0;
}
#mkting-wrap {
	position: relative;
	top: 0px;
	left: -1px;
	margin: auto;
	width: 979px;
	padding: 10px 0;
    background: none repeat scroll 0 0 #FFF;
    border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 5px 25px 0px #CCC;
    -moz-box-shadow: 0px 5px 25px 0px #CCC;
    -o-box-shadow: 0px 5px 25px 0px #CCC;
    box-shadow: 0px 5px 25px 0px #CCC;
    z-index: 100;
}

#footer-wrap {
	position: relative;
	padding: 10px 0;
	width: 100%;
	font-size: 50%;
	color: #F4F4F4;
}
/*.pages #footer-wrap {
	background-color: #000;
	color: #F4F4F4;
}*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.banner {
	visibility: visible;
	position: relative;
	margin: auto;
	top: 394px;
	width: 1008px;
	color: #FFF;
	text-align: center;
	font-weight: bold;;
	background: #666 no-repeat center;
	z-index:200;
	-webkit-box-shadow: 0px 15px 5px -10px #CCC;
    -moz-box-shadow: 0px 15px 5px -10px #CCC;
    -o-box-shadow: 0px 15px 5px -10px #CCC;
    box-shadow: 0px 15px 5px -10px #CCC;
}
.message {
	height: 57px;
	line-height: 63px;
	/*padding: 12px 15px 0 15px;*/
}
.bannerWings {
	position: relative;
	margin: auto;
	top: 13px;
	width: 1008px;
	height: 13px;
	background: transparent url(images/uglass-sprite2.png) no-repeat -0px -70px;
	z-index:200;
}
.mkting-block{
	width: 280px;
	min-height: 180px;
	overflow: hidden;
	float: left;
	text-decoration: none;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    margin: 8px;
    color: #fff;
    display: block;
    font-weight: bold;
    border: 1px solid #333;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow:  inset 1px 1px 5px #cccccc;
    -moz-box-shadow:  inset 1px 1px 5px #cccccc;
    -o-box-shadow:  inset 1px 1px 5px #cccccc;
    box-shadow: inset 1px 1px 5px #cccccc;
    -webkit-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
    -o-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
	background: #F4F2F2;
	background: -moz-linear-gradient(top, #F4F2F2 30%, #9BCEDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #F4F2F2), color-stop(100%, #9BCEDB));
	background: -webkit-linear-gradient(top, #F4F2F2 30%, #9BCEDB 100%);
	background: -o-linear-gradient(top, #F4F2F2 30%, #9BCEDB 100%);
	background: -ms-linear-gradient(top, #F4F2F2 30%, #9BCEDB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F2F2', endColorstr='#9BCEDB',GradientType=0 ); /* pure evil I tell you IE6-9 */
	background: linear-gradient(top, #F4F2F2 30%, #9BCEDB 100%);
	opacity: 0.5;
}

a.mkting-block:first-child {
    margin-left: 2px;
    color: #fff;
}
a.mkting-block:last-child {
    margin-right: 0px;
    color: #fff;
}

a div.mkting-block p {
	position:relative;
	margin-top:22%;
}

.mb1 {
	background: url(../../images/products/VitrolitCross.png) no-repeat -0px -100px;
	filter:alpha(opacity=50);
	}
.mb2 {
	background: url(../../images/products/GrabadoFlor.jpg) no-repeat -0px -100px;
	filter:alpha(opacity=50);
	}
.mb3 {
	background: url(../../images/products/VitroMuro.jpg) no-repeat -0px -10px;
	filter:alpha(opacity=50);
	}
a .mb1:hover, a .mb2:hover, a .mb3:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
		border: 1px solid #ccc;
}

/* presentation CD */

#mainHeader {
 	position:relative;
 	left: 0px;
 	top: 10px;
}
.header-title {
	font-family: 'Times New Roman', sans-serif;
	color: #0D72C0;
	font-size: 28px;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	text-align: right;
}

.breadcrums
{
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0 0 0 0px;
}

.breadcrums a, .breadcrums a:visited
{
	color: #999;
	text-decoration: none;
}

.breadcrums a:hover
{
	color: #06F;
	text-decoration: none;
}
.clear {
	clear: both;
}

.left {
	float: left;
	clear: both;
}
.right {
	float: right;
	overflow: auto;
}
.halfwidth {
	width: 49%;
}

.sendToBottom {
	position: relative;
	bottom: -10px;
	font-size: 10px;
}

/* forms */
form {
	width: 100%;
	float: left;
}
#form-wrap {
    background: none repeat scroll 0 0 #fff; 
}

.errors {
	margin-top: 0px;
	padding: 0px;
}
label {
	display:block;
	margin-top:3px;}

input, textarea {
	display:block;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 5px;
    color: #333;
    text-decoration: none;
    border: 1px solid #0D72C0;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -o-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

input:focus, textarea:focus {
border: 1px solid red;
}

.btn, #submit {
    font-family: Arial;
    font-size: 12px;
    margin-top:5px;
    padding: 5px 7px;
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border: 1px solid #0D72C0;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFE000; /* Old browsers */
    background: -moz-linear-gradient(top, #FFE000 0%, #FFC000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE000), color-stop(100%,#FFC000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFE000 0%,#FFC000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFE000 0%,#FFC000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFE000 0%,#FFC000 100%); /* IE10+ */
    background: linear-gradient(top, #FFE000 0%,#FFC000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE000', endColorstr='#FFC000',GradientType=0 ); /* me no like, pure evil IE6-9 */
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -o-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

.btn:hover, #submit:hover {
    color: #333;
    background: #FFF000; /* Old browsers */
    background: -moz-linear-gradient(top, #FFF000 0%, #FFD000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF000), color-stop(100%,#FFD000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF000 0%,#FFD000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF000 0%,#FFD000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF000 0%,#FFD000 100%); /* IE10+ */
    background: linear-gradient(top, #FFF000 0%,#FFD000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF000', endColorstr='#FFD000',GradientType=0 ); /* me no like, pure evil IE6-9 */
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -o-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

#nombre, #email, #mensaje {
	width: 94%;
}

.small {
	color: #999;
	font-size: 10px;
}

/*-------------> BAROUSEL */
.barousel
{
	position: relative;
	margin: 0px auto;
	background: url(../images/bg_banner.gif) repeat 0 0;
	width: 960px;
	height: 300px;
	border: 1px solid #dedede;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	overflow: hidden;
}

.barousel_image
{
	position: absolute;
	z-index: 10;
	width: 960px;
	height: 300px;
	overflow: hidden;
}

.barousel_image img
{
	position: absolute;
	display: none;
	border: 0px solid transparent;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.barousel_image img.default { display: block; }
.barousel_image img.current { z-index: 10; }
.barousel_image img.previous { z-index: 5; }

div.barousel_content
{
	position: absolute;
	padding: 15px 18px 0px 18px;
	z-index: 50;
	background: url(../../images/barousel/bg_barousel_content.png) repeat 0 0;
	color: #fff;
	width: 325px;
	bottom: 36px;
	left: 614px;
	border: 0px solid transparent;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.barousel_content div { display: none; }
.barousel_content div.default { display: block; }
.barousel_content p
{
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}

.barousel_content p.header
{
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #FC7C4F;
}

.barousel_content a,
.barousel_content a:hover, .barousel_content a:visited
{
	color: #FC7C4F;
	background-color: transparent !important;
}

.barousel_nav
{
	position: absolute;
	padding: 3px 3px 0px 0;
	height: 23px;
	background: #000;
	bottom: 0;
	z-index: 20;
	width: 960px;
}

.barousel_nav .counter
{
	float: right;
	font-size: 0.75em;
	color: #fff;
	margin: 3px 5px 0 0;
}

.barousel_nav ul
{
	float: right;
	padding: 0;
	margin: 0;
}

.barousel_nav li
{
	float: left;
	padding-left: 3px;
	font-size: 0;
	line-height: 0;
	list-style: none;
}

.barousel_nav li a
{
	display: block;
	width: 25px;
	height: 20px;
	background-color: #4d4d4d;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

.barousel_nav li a:hover { background-color: #6e6e6e; }
.barousel_nav li a.current { background-color: #fff55b; }

.barousel_nav li.prev a
{
	background-image: url(../../images/barousel/barousel_link_previous.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.barousel_nav li.next a
{
	background-image: url(../../images/barousel/barousel_link_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.barousel img.ajax_loader
{
	display: none;
	position: absolute;
	z-index: 99;
	top: 70px;
	left: 135px;
}

/*-------------> THSLIDE */
.thslide
{
	background: #dedede;
	width: 960px;
	height: 70px;
	border: 0px solid #dedede;
    border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.thslide_nav_previous { 
	float: left;
	display: none;
	}
.thslide_nav_next { 
	float: right;
	display: none;
	}

.thslide_nav_previous a,
.thslide_nav_next a
{
	/*display: block;*/
	display: none;
	width: 19px;
	height: 70px;
	text-decoration: none;
	background-color: #4d4d4d;
	background-repeat: no-repeat;
}

.thslide_nav_previous a
{
	background-image: url(../../images/barousel/thslide_link_previous.gif);
	background-position: 0 0;
}

.thslide_nav_next a
{
	background-image: url(../../images/barousel/thslide_link_next.gif);
	background-position: 100% 0;
}

.thslide_nav_previous a:hover,

.thslide_nav_next a:hover { background-color: #6e6e6e; }

.thslide_list
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 70px;
}

.thslide_list ul
{
	float: left;
	width: 9000px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.thslide_list li
{
	float: left;
	margin-right: 0px;
}

.thslide_list li a
{
	display: block;
	position: relative;
	width: 160px;
	height: 70px;
	text-decoration: none;
}

.thslide_list li a img { 
	position: absolute;
	opacity: 0.8;
	filter:alpha(opacity= 80); /* For IE8 and earlier */
	border-top: 2px solid transparent;
}
.thslide_list li a:hover img {
	border-top: 2px solid #FFF;
}
.thslide_list li a.current img { 
	position: absolute;
	opacity: 1.0;
	filter:alpha(opacity= 100); /* For IE8 and earlier */
	border-top: 2px solid #FC7C4F;
}

.thslide_list li #first img {
	border: 2px 0 0 0 solid transparent;
    border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    overflow: hidden;
}
.thslide_list li #sixth img {
	width: 160px;
	height: 70px;
	border: 2px 0 0 0 solid transparent;
    border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    overflow: hidden;
}

.thslide_list li a span
{
	position: absolute;
	display: block;
	width: 160px;
	height: 70px;

}

.thslide_list li a:hover span,

.thslide_list li a.current span{
	
}

/* Specific implementation */
#barousel_thslide { height: 370px; }
#barousel_thslide .barousel_content { bottom: 81px; }

#thslide_barousel_nav
{
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}

/* For tabular data */
  td { 
	padding: 2px 10px;
	vertical-align:text-top;
	}
 .tableLeftColumn { 
 font-variant: small-caps;
 }
 .tableNestedLeftColumn { padding: 0px 0px; }
 .center { text-align: center; }
 /*.even { background-color: #dedede; }*/
 tr:nth-of-type(even) { background-color: #dedede; }
 
 /* Gallery Styles */
.galleria, .picturecontainer, .thumbscontainer, .childscontainer
{
	width: 945px;
	margin-left: -15px;	
}

.thumbnail
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}

.thumbscontainer .thumbnail, .childscontainer .thumbnail
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	
}
.thumbs li
{
	width: 32.2%;
	text-align: center;	
}
ul .thumbs {
	margin-bottom:100px;
}

.thumb-title {
	margin-bottom: 5px;
}
.imageview
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	vertical-align: middle;
	text-align: center;
	padding: 4px;
}

.imagedescription { text-align: center; }

.imagedescription p
{
	text-align: left;
	padding: 0 25px 0 25px;
}

#descriptionbox
{
	position: absolute;
	visibility: hidden;
	z-index: 200;
}

.descriptionMessage
{
	width: 130px;
	background-color: #ccddcc;
	color: #666;
	padding: 4px;
	border-color: #99aa99;
	border-width: 1px;
	border-style: solid;
	font-size: smaller;
}

.photocredit
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-size: 10px;
	display: block;
	color: #999;
	margin: 1px;
	text-align: center;
}
/*  End Gallery */

/* Banner Announcement on top of the homepage carousel */
.announceBanner {
	display: none;
    position: absolute;
    top: 40px;
    left: 10px;
    width: 942px;
    padding: 10px;
    text-align: center;
    font-size: smaller;
    color: #fff;
    zoom: 1;
	background-color: #000;
	z-index: 1000;
}
/* End Banner Announcement */

 /*========uggly hack to display white background on tinyMCE============*/
.mceContentBody * { 
	background: #fff;
	}