/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 114%;
	color: #003366;
	border: thin dotted #339900;
}

h3{
	font-size: 100%;
	color: #000066;
	background-image: url(images/bg.gif);
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 75%;
	padding: 0px;
	background-color: #D9ECFF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature2{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature2 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature2 img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************** .feature styles ***************/

.feature1{
	font-size: 80%;
	border: thin dashed #CC3300;
	list-style-type: none;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature1 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature1 img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p{
  padding: 0px 0px 10px 0px;
}

/************** .story1 styles *****************/

.story1{
	clear: both;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin dashed #FFCC00;
	margin: 5px;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DFE8FF;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 15px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.t_rojo {
	color: #990000;
	font-size: large;
	font-weight: bold;
}

.loca2 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #FF6699;
	background-color: #00CC00;
}
.encabezado2 {
	color: #990000;
	font-size: large;
	font-weight: bold;
}

.encabezado3 {
	font-size: medium;
	color: #990000;
}
.estilo_h2 {

	font-size: 114%;
	color: #003366;
	background-image: url(img/fondo_titulo.jpg);
}
#modules #mod1 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : left;
margin-top : 5px;
}
#modules .padding {
padding : 13px 20px 10px 20px;
}

/*========================
 * Estilos Portada
 * =======================*/
#mainmenuinf {
	height: 179px;
	border: 1px solid #d8dade;
	border-left-width: 0;
	border-right-width: 0;
	margin: 10px 0 0 0;
	background: #fff;
}
#mainmenuinf div {
	float: left;
	width: 189px;
	height: 137px;
	padding: 21px 20px;
	background: url(//dominos/images/mainsepara.gif) no-repeat right 21px;
	font-size: 11px;
	line-height: 1.5em;
	position: relative;
}
#mainmenuinf div small {
	color: #666;
	line-height: 1.1em;
}
#mainmenuinf div.last {
	background: transparent;
}
#mainventajas {
	background: url(/dominos/images/ventajas_fnd.jpg) no-repeat right bottom;
	height: 115px;
	list-style-image: url(/dominos/images/ico_v.gif);
	margin: 0 0 0 17px;
}
#mainventajas li {
	height: 20px;
	padding-bottom: 0;
}
div.blog {
	width: 189px;
}
div.blog b.maintit, div.blog b.maintit a, div.blog b.maintit a:link, div.blog b.maintit a:visited, div.blog b.maintit a:hover, div.blog b.maintit a:active {
	margin-bottom: 0;
}
div.blog small {
	display: block;
	margin-bottom: 1em;
	font-family: Arial;
}
div.blog ul {
	list-style-type: circle;
	list-style-image: url(/dominos/images/cuad.gif);
	list-style-position: outside;
	margin: 0 0 0 17px;
}
div.blog li {
	padding-bottom: 4px;
}
div.blog ul a, div.blog ul a:link, div.blog ul a:visited, div.blog ul a:hover, div.blog ul a:active {
	color: #000;
}
div.blog p {
	text-align: center;
}
#maindominios {
	background: url(/dominos/images/maindom_ie.gif) no-repeat 0 0;
	height: 340px;
	position: relative;
	width: 229px;
}
li.index_dom {
	width: 229px;
	height: 160px;
	background: url(/dominos/images/maindom_mid.gif) no-repeat 0 bottom;
	padding-top: 15px;
	margin-top: -15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
li.index_dom_first {
	padding-top: 0;
}
li.index_dom_last {
	background: url(/dominos/images/maindom_last.gif) no-repeat 0 bottom;
	margin-top: -20px;
	position: absolute;
	bottom: 0;
}
li.index_dom div a,
li.index_dom div a:link,
li.index_dom div a:visited,
li.index_dom div a:hover,
li.index_dom div a:active {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 5px 0 15px 0;
	text-decoration: none;
}
li.index_dom div {
	width: 203px;
	margin: 0 auto;
}
li.index_dom div div.index_dom_tit {
	color: #353535;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	line-height: 27px;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}
li.index_dom div div.index_dom_tit span {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #ff8a00;
	font-weight: bold;
	/*position: absolute;
	right: 0;*/
	float: right;
}
li.index_dom div div.index_dom_tit span.promo {
	color: #ff4200;
	font-weight: normal;
	margin-right: .7em;
	text-decoration: line-through;
}
li.index_dom em {
	font-family: Arial;
}
li.index_dom.index_dom_first .index_dom_tit {
	line-height: 17px;
	margin-bottom: 20px;
}
li.index_dom.index_dom_last .index_dom_tit {
	line-height: 37px;
	margin-bottom: 5px;
}
.index_dom_img {
	height: 105px;
	position: relative;
	width: 100%;
}
.index_dom_img span {
	color: #ff8a00;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}
.index_dom_es {	background: url(/dominos/images/main_es.png); }
.index_dom_3es { background: url(/dominos/images/main_3es.png); }
.index_dom_com { background: url(/dominos/images/main_com.png); }
.index_dom_cctld{ background: url(/dominos/images/main_cctld.png); }
.index_dom_mobi { background: url(/dominos/images/main_mobi.png); }
.index_dom_tv { background: url(/dominos/images/main_tv.png); }

.index_dom_img p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 55px 0 0 0;
	text-align: right;
}
#main_host {
	background: url(/dominos/images/mainhostfnd.gif) no-repeat;
	float: left;
	height: 165px;
	margin-top: 10px;
	position: relative;
	width: 679px;
}
#main_hostcarousel {
	height: 113px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 36px;
	width: 673px;
}
#main_hostscroll {
	height: 113px;
	position: absolute;
	top: 0;
	left: 0;
}
#main_host_nums {
	position: absolute;
	top: 8px;
	right: 15px;
}
#main_host_nums li {
	float: left;
	margin-left: 3px;
}
#main_host_nums li a,
#main_host_nums li a:link,
#main_host_nums li a:visited,
#main_host_nums li a:hover,
#main_host_nums li a:active {
	border: 1px solid #999;
	color: #777;
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding: 0 4px;
	text-decoration: none;
}
#main_host_nums li a:hover {
	background: #ededed;
}
#main_host_nums li a.num_act {
	border: 1px solid #ff8a00;
	color: #ff5a00;
}
.main_hostlist {
	float: left;
	padding: 0 15px;
	position: relative;
	height: 113px;
	width: 643px;
}
.main_hostlist img {
	float: left;
	margin-right: 17px;
}
.main_hostlist p {
	font-size: 11px;
	margin: 0;
	padding-right: 270px;
}
.main_hostlist a {
	bottom: 0;
	right: 0;
	position: absolute;
}
.main_hostlist div {
	color: #ff8a00;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: .8em;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 110px;
}
.main_hostlist div span {
	font-size: 15px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
.main_hostlist ul {
	font-size: 11px;
	position: absolute;
	right: 110px;
	top: 20px;
	width: 165px;
}
.main_hostlist ul img {
	margin-right: 8px;
}
.main_hostlist ul li {
	clear: left;
	padding: 0 0 4px 0;
}
#maintransfer a, #maintransfer a:link, #maintransfer a:visited, #maintransfer a:hover, #maintransfer a:active {
	background: url(/dominos/images/main_transfer.gif) no-repeat;
	color: #353535;
	display: block;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	height: 160px;
	margin-left: 10px;
	padding: 10px;
	text-decoration: none;
	width: 189px;
}
#maintransfer em {
	font-family: Arial, verdana, sans-serif;
}
b.maintit, .main_hostlist b, b.maintit a, b.maintit a:link, b.maintit a:visited, b.maintit a:hover, b.maintit a:active {
	display: block;
	font-size: 15px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	margin-bottom: 7px;
	color: #353535;
	font-weight: bold;
}

#topmenu {
	LEFT: 276px; WIDTH: 700px; POSITION: absolute; TOP: 0px; HEIGHT: 22px
}
#topmenu FORM {
	LEFT: 334px; WIDTH: auto; POSITION: absolute; TOP: 0px; HEIGHT: 32px
}
#topmenu FORM INPUT {
	MARGIN: 14px 0px 0px 5px
}
	
/*      V1        */
	
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	
	
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	  	height: 27px;
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 15px;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;

}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

.nav {
	Z-INDEX: 100; POSITION: relative; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; FONT-FAMILY: arial, verdana, sans-serif; BACKGROUND: url(images/bg.gif) repeat-x; HEIGHT: 35px; FONT-SIZE: 11px; PADDING-TOP: 0px
}
.nav .table {
	MARGIN: 0px auto; DISPLAY: table
}
.nav .select {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: table-cell; WHITE-SPACE: nowrap; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.nav .current {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: table-cell; WHITE-SPACE: nowrap; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.nav LI {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: auto; PADDING-TOP: 0px
}
.nav .select A {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 35px; PADDING-LEFT: 30px; PADDING-RIGHT: 30px; DISPLAY: block; WHITE-SPACE: nowrap; BACKGROUND: url(images/bg.gif); FLOAT: left; HEIGHT: 35px; COLOR: #2b3238; FONT-WEIGHT: bold; TEXT-DECORATION: none; PADDING-TOP: 0px
}
.nav .select A:hover {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 15px; PADDING-RIGHT: 0px; BACKGROUND: url(images/hover.gif); COLOR: #2b3238; CURSOR: pointer; PADDING-TOP: 0px
}
.nav .select LI:hover A {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 15px; PADDING-RIGHT: 0px; BACKGROUND: url(images/hover.gif); COLOR: #2b3238; CURSOR: pointer; PADDING-TOP: 0px
}
.nav .select A B {
	FONT-WEIGHT: bold
}
.nav .select A:hover B {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 15px; PADDING-RIGHT: 30px; DISPLAY: block; BACKGROUND: url(images/hover.gif) right top; FLOAT: left; CURSOR: pointer; PADDING-TOP: 0px
}
.nav .select LI:hover A B {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 15px; PADDING-RIGHT: 30px; DISPLAY: block; BACKGROUND: url(images/hover.gif) right top; FLOAT: left; CURSOR: pointer; PADDING-TOP: 0px
}
.nav .select_sub {
	DISPLAY: none
}
.nav TABLE {
	MARGIN: -1px; WIDTH: 0px; BORDER-COLLAPSE: collapse; HEIGHT: 0px; FONT-SIZE: 1em
}
.nav .sub {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px auto; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: table; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.nav .sub_active .current_sub A {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #2b3238
}
.nav .sub_active A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #2b3238
}
.nav .select :hover .select_sub {
	Z-INDEX: 100; POSITION: absolute; TEXT-ALIGN: center; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; DISPLAY: block; BACKGROUND: url(images/back.gif); TOP: 35px; PADDING-TOP: 0px; LEFT: 0px
}
.nav .current .show {
	Z-INDEX: 100; POSITION: absolute; TEXT-ALIGN: center; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; DISPLAY: block; BACKGROUND: url(images/back.gif); TOP: 35px; PADDING-TOP: 0px; LEFT: 0px
}
.nav .current .show {
	Z-INDEX: 10
}
.nav .select :hover .sub LI A {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: block; WHITE-SPACE: nowrap; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; COLOR: #2b3238; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}
.nav .current .show .sub LI A {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: block; WHITE-SPACE: nowrap; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; COLOR: #2b3238; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}
.nav .current .sub LI.sub_show A {
	COLOR: #2b3238; CURSOR: default
}
.nav .select .sub LI A {
	FONT-WEIGHT: normal
}
.nav .select :hover .sub LI A:hover {
	VISIBILITY: visible; COLOR: #73a0d2
}
.nav .current .sub LI A:hover {
	VISIBILITY: visible; COLOR: #73a0d2
}
	
a.button {
background: transparent url(images/bg_button_a.gif) no-repeat scroll top right;
color: #444;
display: block;
float: left;
font: normal 12px arial, sans-serif;
height: 24px;
margin-right: 6px;
padding-right: 18px; /* sliding doors padding */
text-decoration: none;
}

a.button span {
background: transparent url(images/bg_button_span.gif) no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
}
a.button:active {
background-position: bottom right;
color: #000;
outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
background-position: bottom left;
padding: 6px 0 4px 18px; /* push text down 1px */
}
