/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
   
   Updated the 5 May 2008 by Sebastien Grosjean (http://zencocoon.com)
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close { float: right; overflow: hidden; }
.lv_Close .lv_Button {
	float: right;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	border-left: 1px solid #efefef;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*
**  Theme    : TiareHQ
**  Author   : Sébastien Grosjean
**  Web      : http://zencocoon.com/
**  Created  : 27-Sep-2007 by Sébastien Grosjean
**  Modified : 11-Feb-2008 by Sébastien Grosjean
*/

/* Reset default browser style */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
strong{font-weight: bold;}
em{font-style:italic;}
strong em {font-weight: bold;}
em strong {font-style: italic;}

/* Setup a minimal style */
body{font:13px verdana,sans-serif;*font-size:small;*font:x-small;}
table{font-size:inherit;font:100%;}
select,input,textarea{font:99% verdana,sans-serif;}
pre,code{font:115% monospace;*font-size:100%;}
body*{line-height:1.22em;}
hr { display: none; }
h1 { font-size: 220% }
h2 { font-size: 200% }
h3 { font-size: 180% }
h4 { font-size: 160% }
h5 { font-size: 140% }
h6 { font-size: 120% }
h1,h2,h3,h4,h5,h6 { padding: 0.5em 0; }

body {
	background: #0079c5 url('/images/bg.png') repeat-x;
	text-align: center;
  border-top: 5px solid #1772ab;
  color: #171717;
}

a {
	color: #1772ab;
	text-decoration: none;
	border-bottom: 1px solid #1772ab;
}

a:hover {
  color: #cc5c19;
	border-bottom: 1px solid #cc5c19;
}

#container {
  width: 910px;
  position: relative;
	text-align: justify;
	margin: 0 auto;
}

#header {
  width: 464px;
  height: 142px;
  margin-bottom: 2em;
}

#header a,
#header a:hover {
	border: none;
}

#menu {
  position: absolute;
  top: 0px;
  right: 5px;
  background: url('/images/menu_bg_left.png') left bottom no-repeat;
}

#menu ul {
  background: url('/images/menu_bg_right.png') right bottom no-repeat;
  margin-left: 10px;
  padding: 5px 10px 10px 0;
}

#menu li {
  display: inline;
  margin: 0.8em;
}

#menu a {
  color: #fff;
  font-weight: normal;
  padding-bottom: 7px;
}

#menu a:hover,
#menu li.selected a {
  border-bottom: 3px solid #f3f3f3;
}

#menu li.language a {
  color: #fc0;
}

#container h2 {
  display: block;
  width: 910px;
  height: 255px;
  padding: 0;
}

#container h2 span {
  display: none;
}

#get-informed {
  height: 56px;
  background: url('/images/opening_bg.png') no-repeat;
  text-align: center;
  color: #f3f3f3;
  font-size: 1.2em;
}

#get-informed form {
  padding-top: 0.6em;
}

#get-informed-notice {
  padding-top: 1.2em;
}

#get-informed input {
  vertical-align: middle;
  padding: 0.4em;
  color: #f3f3f3;
}

#get-informed label {
  display: none;
}

#get-informed #opening_email {
  border: 1px solid #f3f3f3;
  background-color: #1772ab;
  margin: 0 0.5em;
}

#get-informed #opening_email:focus {
  background-color: #f3f3f3;
  color: #171717;
}

#content {
  background: url('/images/content-bg.png') repeat-y;
  padding: 20px;
}

#content-bottom {
  background: url('/images/content-bottom.png') top left no-repeat;
  height: 20px;
}

#footer {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 0.8em;
}

#footer a {
  color: #b0ddf8;
  border-bottom: 1px solid #b0ddf8;
}

#footer a:hover {
  border-top: 1px solid #b0ddf8;
}

div.new-plans {
  text-align: center;
  padding: 1em 2em;
  font-size: larger;
  background-color: #AFD9F3;
  margin: 0 -15px 1em;
}

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 590px;
  height: 180px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 520px;
  height: 180px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 180px;
}                      

#horizontal_carousel ul li {
  width: 250px;
  padding: 0 5px;
  height: 180px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  margin-right: 3px;
  height: 180px;
  background: url(/themes/carousel/tiarehq/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/themes/carousel/tiarehq/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(/themes/carousel/tiarehq/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  margin-left: 3px;
  height: 180px;
  background: url(/themes/carousel/tiarehq/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/themes/carousel/tiarehq/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(/themes/carousel/tiarehq/horizontal/right_disabled.png);
  cursor: default;
}
