/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
}

.Main
{
  position: absolute;
  width: 99%;
  left: 0;
  top: 0;
}


.PageBackgroundSimpleGradient
{
  background-image: url('images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 1px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */



/* begin Header */
div.pHeader
{
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  z-index:0;
  width: 100%;
  height: 116px;
  background-image: url('images/bg_header.gif');
}

div.Header-left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 116px;
	background-image: url('images/bg_header_left.gif');
}

div.subHeader_line
{
	position: relative;
	z-index:0;
	margin-left: 10px;
	width: 100%;
	height: 24px;
	background-image: url('images/subHeaderLine.gif');
}

div.subHeader_line_left
{
	position: relative;
	top: 0;
	left: 0;
	width: 11px;
	height: 24px;
	background-image: url('images/subHeaderLine_left.gif');
}

div.clear_submenu
{
	position: relative;
	z-index:0;
	width: 99%;
	height: 1px;
	background-color: #FFFFFF;
}

div.logged_user
{
	position: absolute;
	padding-top: 3px;
	width: 99%;
	color: #6b6868;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
/* end Header */

/* begin Slogan */
.slogan
{
  position: absolute;
  left: 220px;
  top: 49px;
  z-index: 200;
}
/* end Slogan*/


/* begin Logo */
.logo
{
  position: absolute;
  left: 35px;
  top: 25px;
  z-index: 200;
}

h1.logo-name
{
  display: block;
  text-align: left;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #ECF4F8 !important;
}

.logo-text
{
  display: block;
  text-align: left;
}

.logo-text, .logo-text a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  padding:0;
  margin:0;
  color: #0F1F29 !important;
}

/* end Logo */



/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 5px;
/*  width: 980px;*/
  position: relative;
}
/* end ContentLayout */



/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 7px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 6px;
}


.BlockHeader .r
{
  right: 0;
  width: 6px;
}


.BlockHeader .r div
{
  width: 1000px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 21px;
  background-repeat: no-repeat;
  min-height: 14px;
  margin: 0 0 0 5px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}


.BlockContent-body
{
  color:#3D5266;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.BlockContent-body a:link
{
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #7691AD;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #3E81A8;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #3D5266;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 13px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */



/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 1px;
  border-color: #B2C2D1;
  margin: 1em;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #8099B3;
  vertical-align: top;
  text-align:left;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */
/* end Box, Post */


/* begin PostHeader */
.PostHeader 
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  color: #1484c1;
}

.PostHeader a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  color: #1484c1;
}

.PostHeader a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: underline;
  text-align: left;
  color: #1484c1;
}

/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #0D1216;
}

.PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #0D1216;
}



.divimage
{
	border: 1px solid #a5d7f6;
	padding: 4px 4px 4px 4px;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #2D5E7B;
}

/* Adds special style to an unvisited link. */
/*a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #2D5E7B;
}
*/
/* Adds special style to a visited link. */
/*
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #54708C;
}
*/
/* :hover - adds special style to an element when you mouse over it. */
/*
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #3D7EA4;
}
*/
/* Finish Content link style */


.itemHeader{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #1484c1;
}

.itemHeader a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #1484c1;
	text-decoration: none;
 }
 
 .itemHeader a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #1484c1;
	text-decoration: underline;
 }
 
 .itemHeaderLogin{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #209a0c;
}

.itemHeaderLogin a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #209a0c;
	text-decoration: none;
 }

.itemHeaderLogin a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #209a0c;
	text-decoration: underline;
 } 
.itemDescBlue{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #1484c1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.itemDescBlue a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #1484c1;
	text-decoration: none;
}

.itemDescBlue a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #1484c1;
	border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	text-decoration: none;
}

.itemDescYellow{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #c59401;
	margin-top: 5px;
	margin-bottom: 5px;
}

.itemDescYellow a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #c59401;
	text-decoration: none;
}

.itemDescYellow a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #c59401;
	border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	text-decoration: none;
}

.itemDescBlack{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
.itemPostHeader
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #1484c1;
} 
 
.sidebarHeader 
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  color: #3e3e3e;
}

.sidebarHeader a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  color: #3e3e3e;
}

.sidebarHeader a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: underline;
  text-align: left;
  color: #3e3e3e;
}
 
.itemSidebarHeader{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #1484c1;
}

.itemSidebarHeader a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #1484c1;
}

.itemSidebarHeader a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #1484c1;
}

.itemSidebarHeader2{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #3e3e3e;
}

.itemSidebarHeader2 a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #3e3e3e;
}

.itemSidebarHeader2 a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #3e3e3e;
}

.itemSidebar{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: òùòó;
	text-align: left;
	color: #3e3e3e;
}


/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #2C3B49;
  margin:0;
  padding:0;
}

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}



.Post ul li
{
  padding:0px 0 0px 13px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#1E1300;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#FEC262;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 41px;

  background-color:#FFE0AE;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */


/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 980px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 980px;
  height: 100px;
  bottom:0;
  left:0;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#131A20;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #28536C;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #374A5C;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #1A3647;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#5096BE;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#6987A5;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
}
/* end LayoutCell */

.line
{
	border: none; 
    color: #c9c9c9; 
    background-color: #c9c9c9; 
    height: 1px;
	/*width: 600px;*/
}

.inputdiv{ margin:0; height:26px; width:237px; background:url(images/input_bg.gif) no-repeat bottom; }

.roundinput{ background:none; border:none; width:228px; height:20px; margin:0; padding: 4px 7px 0px 7px; font-family: Arial; font-size:12px; }

.inputpricediv{ margin:0; height:26px; width:80px; background:url(images/inputprice_bg.gif) no-repeat bottom; }

.roundpriceinput{ background:none; border:none; width:78px; height:20px; margin:0; padding: 4px 7px 0px 7px; font-family: Arial; font-size:12px; }

.inputtextareadiv{ margin:0; height:132px; width:403px; background:url(images/textarea_bg.gif) no-repeat bottom; }
.roundtextarea{ background:none; border:none; width:390px; height:125px; margin:0; padding: 4px 7px 0px 7px; font-family: Arial; font-size:12px; }

.labelBlue{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #1484c1;
}

.labelGreen{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #209a0c;
}
/* begin Box, Sheet */

.Sheet
{
  overflow: hidden;
  /*min-width:21px;
  min-height:21px;*/
  margin: 10px auto 10px auto;
  position: relative;
  z-index: 0;
  width: 996px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 10px;
  bottom: 10px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  right: 0;
  width: 10px;
  bottom: 10px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: 10px !important;
}
/* end Box, Sheet *//* begin Box, Block */
.BlockLoginTop
{
	overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0 4px 14px;
  position:relative;
  padding-left: 15px;
  left: 268px;
  z-index: 0;
  width: 460px;
  float: left;
}

.BlockHIWTop
{
	overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0 4px 14px;
  position:relative;
  padding-left: 15px;
  -padding-right: 20px;
  
  -left: 4px;
  z-index: 0;
  width: 950px;
  float: left;
}

.Block_itemsCenter
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 14px 0 14px 14px;
  position:inherit;
  z-index: 0;
  width: 380px;
  height: 146px;
  float: left;
}

/*.Block_itemsCenter
{
	margin: 14px;
}*/

.Block_itemsLeft
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 14px 0 14px 14px;
  position:inherit;
  z-index: 0;
  width: 310px;
  height: 146px;
  float: left;
}

/*.Block_itemsLeft
{
 margin: 14px;
}*/

.Block_itemsRight
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 14px 0 14px 14px;
  position:inherit;
  z-index: 0;
  width: 250px;
  height: 146px;
  float: left;
}

/*.Block_itemsRight
{
 margin: 14px;
}*/

.Block
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0px 14px 0px;
  position: relative;
  z-index: 0;
}

.Block_left
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0 14px 14px;
  position: relative;
  z-index: 0;
}

.Block_right
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 14px 14px 0px;
  position: relative;
  z-index: 0;
}

.Block_footer
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0 14px 14px;
  position: relative;
  z-index: 0;
  height: 160px;
}


/*.Block
{
  margin: 14px;
}*/

.Block-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}

.Block-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background-image: url('images/Block-s.png');
}

.Block-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.Block-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url('images/Block-s.png');
}

.Block-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

.Block-bl div
{
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url('images/Block-s.png');
}

.Block-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.Block-br div
{
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url('images/Block-s.png');
}

.Block-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 6px;
  right: 6px;
  height: 6px;
}

.Block-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url('images/Block-h.png');
}

.Block-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 6px;
}

.Block-bc div
{
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url('images/Block-h.png');
}

.Block-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 6px;
  left: 0;
  width: 6px;
  bottom: 6px;
}

.Block-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 6px;
  right: 0;
  width: 6px;
  bottom: 6px;
}

.Block-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  width: 12px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-image: url('images/Block-c.png');
}



/* end Box, Block *//* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
  
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
  
}

.artmenu ul
{
  /*background-image: url(images/spacer.gif);*/
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* menu structure */

/*.nav
{
  position: absolute;
  width: 99%;
  min-width: 950px;
  height: 38px;
  z-index: 100;
  bottom: 0;
  left: 0;
}
*/
.my_nav
{
  position: absolute;
  width: 99%;
  min-width: 950px;
  height: 38px;
  z-index: 100;
  bottom: 0;
  left: 0;
}

.artmenu
{
  padding: 12px 14px 0px 14px;
}
/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 26px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;

}
.artmenu a
{
  background-image: url('images/item-left.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.artmenu a span
{
  background-image: url('images/item-right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.artmenu a span span
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FBFDFE;
  padding: 0 19px;
  margin: 0 6px;
  line-height: 26px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}


.artmenu a:hover
{
  background-position: left -26px;
}

.artmenu li:hover>a
{
  background-position: left -26px;
}
.artmenu li:hover a span
{
  background-position: right -26px;
}

.artmenu a:hover span
{
  background-position: right -26px;
}


.artmenu a:hover span span
{
  color: #F9FAFB;
  background-position: left -26px;
}

.artmenu li:hover a span span
{
  color: #F9FAFB;
  background-position: left -26px;
}


.artmenu a.active
{
  background-position: left -52px;
}

.artmenu a.active span
{
  background-position: right -52px;
}

.artmenu a.active span span
{
  color: #F9FAFB;
  background-position: left -52px;
}

/* end MenuItem *//* begin Box, Post */

.Post_footer
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0 14px 14px;
  position: relative;
  z-index: 0;
  height: 160px;
}

.Post
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 14px 14px 14px;
  position: relative;
  z-index: 0;
}

.Post_left
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 0px 14px 14px;
  position: relative;
  z-index: 0;
}

.Post_right
{
  overflow: hidden;
  min-width:13px;
  min-height:13px;
  margin: 10px 14px 14px 0px;
  position: relative;
  z-index: 0;
}

.Post-body
{
  position: relative;
  z-index: 0;
  margin: 14px;
}

.Post-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background-image: url('images/Post-s.png');
}

.Post-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.Post-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url('images/Post-s.png');
}

.Post-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

.Post-bl div
{
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url('images/Post-s.png');
}

.Post-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.Post-br div
{
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url('images/Post-s.png');
}

.Post-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 6px;
  right: 6px;
  height: 6px;
}

.Post-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url('images/Post-h.png');
}

.Post-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 6px;
}

.Post-bc div
{
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url('images/Post-h.png');
}

.Post-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 6px;
  left: 0;
  width: 6px;
  bottom: 6px;
}

.Post-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 6px;
  right: 0;
  width: 6px;
  bottom: 6px;
}

.Post-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  width: 12px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-image: url('images/Post-c.png');
}

/*
.Post
{
  margin: 14px;
}*/
/* buttons */

.button_icon{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}


a.button1 {
    /* Sliding right image */
    background: transparent url('images/button-R.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 33px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button1 span {
	/* Background left image */ 
	background: transparent url('images/button_span.gif') no-repeat; 
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	color: #FFFFFF;
	}
	
a.button1:hover span {
	background: url('images/button_span.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button1:hover {
	background-position: bottom right;
		text-decoration: none;
	color: #FFFFFF;
	outline: none; 
}


 
/* button 2 */
a.button2 {
    /* Sliding right image */
    background: transparent url('images/button-R.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 33px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button2 span {
	/* Background left image */ 
	background: transparent url('images/button_span2.gif') no-repeat; 
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	}
	
a.button2:hover span {
	background: url('images/button_span2.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button2:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; 
}

/* button 3 */
a.button3 {
    /* Sliding right image */
    background: transparent url('images/button-R3.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 29px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button3 span {
	/* Background left image */ 
	background: transparent url('images/button_span3.gif') no-repeat; 
	display: block;
	line-height: 29px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	}
	
a.button3:hover span {
	background: url('images/button_span3.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button3:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; 
}

/* button 4 */
a.button4 {
    /* Sliding right image */
    background: transparent url('images/button-R4.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 29px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button4 span {
	/* Background left image */ 
	background: transparent url('images/button_span4.gif') no-repeat; 
	display: block;
	line-height: 29px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	}
	
a.button4:hover span {
	background: url('images/button_span4.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button4:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; 
}


/* button 5 */

a.button5 {
    /* Sliding right image */
    background: transparent url('images/button-R.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 33px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button5 span {
	/* Background left image */ 
	background: transparent url('images/button_span5.gif') no-repeat; 
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	}
	
a.button5:hover span {
	background: url('images/button_span5.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button5:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; 
}


/* button 6 */

a.button6 {
    /* Sliding right image */
    background: transparent url('images/button-R.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 33px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button6 span {
	/* Background left image */ 
	background: transparent url('images/button_span6.gif') no-repeat; 
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	}
	
a.button6:hover span {
	background: url('images/button_span6.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button6:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; 
}  

/* button 7 */

a.button7 {
    /* Sliding right image */
    background: transparent url('images/button-R-green.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 33px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

a.button7 span {
	/* Background left image */ 
	background: transparent url('images/button_span_green.gif') no-repeat; 
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 33px;
	}
	
a.button7:hover span {
	background: url('images/button_span_green.gif') left bottom;
	padding: 0 0 0 33px;
}

a.button7:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; 
}  #tooltip {
    padding: 5px 10px;
    background: #cad7e0;
    border: 1px solid #b2bdc3;
    opacity: 0.90;
}
.myMain {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #666666;
	line-height: 18px;
	}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0078C2;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0078C2;
}	

p.reasons {
	color: #6a747c;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0;
	margin-top:0;
	text-align:left;
	margin-left:20px;
}
p.reasons span {
	font-size: 116%;
	color: #007dc3;
	font-weight: bold;
	padding-left: 2px;
}

/* Picture Gallery */
div.pic-gallery div.item {
	width: 115px;
	margin: 0 8px 5px 0;
	float: left;
	display: inline;
}
div.pic-gallery div.item div.pic {
	width: 107px;
	height: 108px;
	background: url(images/pic-bkg-shadow.png) no-repeat 0 0;
	padding: 1px 0 0 2px;
}
div.pic-gallery div.item p {
	font-size: 100%;
	text-align: left;
	padding: 0 0 0 5px;
	margin-top:0px;
	margin-bottom:0px;
}
div.pic-gallery div.item p a {
	display: block;
}
div.pic-gallery div.item a:link, div.pic-gallery div.item a:visited {
	color: #007dc3;
	text-decoration: underline;
}
div.pic-gallery div.item a:hover {
	text-decoration: none;
}

/* Blog */
div.news div.video {
	padding-top:4px;
	width: 380px;
	float: left;
	display: inline;
}
div.blog {
	width: 250px;
	padding: 0 10px 0 0;
	color: #6a747c;
	float: right;
	display: inline;
}
div.blog h3,p {
/*margin-bottom:0px;
margin-top:0px;*/
}
div.news div.blog h3 a:link, div.news div.blog h3 a:visited {
	color: #007dc3;
	text-decoration: underline;

}
div.news div.blog h3 a:hover {
	text-decoration: none;
}
.blue-link {
	color: #007dc3!important;
}

ol.item-list {
	color: #007dc3;
	margin-top: 0;
	/*margin-left: 30px;
	*/
}
ol.item-list li {
	
	margin: 0 0 3px 0;
	padding: 0 0 0 0px;
	color: #007dc3;
}
ol.item-list a {
	
	margin: 0 0 3px 0;

	color: #007dc3;
}

p.more {
	padding: 0 0 0 5px;
	color: #007dc3;
}
.Titles{
	font-size: 22px;
	font-family: arial, verdana, sans-serif;
	color: #2B91CD;
}
.BlueText{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	text-align: left;
	color: #1484c1;

}

.SRImage {
	background: #EEEEEE;
	padding: 3px;
	border: 1px solid #ACACAC;
	margin: 0px;
}
.maptext{
	color: #aaa;
	font-size: 10px;
	text-align: left;
	font-family: arial, verdana, sans-serif;
	padding-right: 8px;
	margin: 0;
}

.carousel {
	float:left;
	margin:0 auto;
	padding:0;
	overflow:scroll;
	border:2px solid #999;
}
.carousel1 {
	float:left;
	margin:0 auto;
	padding:0;
	overflow:scroll;
	border:2px solid #999;
}
.carousel_ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
.carousel_li {
	display:inline;
	float:left;
	
}

.mylabelBlue{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #1484c1;
}#facebox .b {
  background:url(http://localhost/rentoid_v2/js/facebox/b.png);
}

#facebox .tl {
  background:url(http://localhost/rentoid_v2/js/facebox/tl.png);
}

#facebox .tr {
  background:url(http://localhost/rentoid_v2/js/facebox/tr.png);
}

#facebox .bl {
  background:url(http://localhost/rentoid_v2/js/facebox/bl.png);
}

#facebox .br {
  background:url(http://localhost/rentoid_v2/js/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .header {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #999999;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

