@charset "utf-8";

BODY, A, INPUT, FONT, TEXTAREA, SELECT, UL, LI
{
	font-weight:normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff
}

BODY
{
	background-color: #333333;
	background-image: url(../images/bg_body_new.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

INPUT, TEXTAREA, SELECT
{
	color: #000000;
	padding: 5px;;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#ffffff;
}

TEXTAREA
{
	height: 70px;
}

LABEL
{
	display: block;
	font-weight: bold;
}

LABEL.cols
{
	float: left;
	padding-top:4px;
	width: 150px;
}

BUTTON.button
{
	margin-left: 150px;
}

INPUT.cols, TEXTAREA.cols
{
	width: 390px;
}

SELECT.cols
{
	width: 400px;
}

P.form-row
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

A
{
	color: #fff;
	text-decoration:none;
}

UL
{
	margin: 0px;
	padding: 0px;
}

LI
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

IMG
{
	border: none;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
}

.blue
{
	color: #007EFF;
}

/* POSITIONING */
DIV#header
{
	height: 30px;
	width: 1140px;
}

DIV#holder
{
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -565px;
	overflow: hidden;
	width: 1140px;
}

DIV#header-image
{
	min-height: 150px;
	overflow: hidden;
	width: 1140px;
	text-align:center;
}

DIV#content
{

}

DIV.box-big
{
	background-image: url(../images/bg_box_big.png);
	background-repeat: repeat-y;
	width: 1140px;
}

DIV#content A
{
	text-decoration: underline;
}

DIV#left
{
	float: left;
	overflow: hidden;
	width: 566px;
}

DIV#right
{
	float: right;
	overflow: hidden;
	width: 566px;
}

DIV.box-holder
{
	background-image:url(../images/bg_box_shadow.png);
	background-repeat: repeat-y;
	width: 566px;
}

DIV#left DIV.content, DIV#right DIV.content, DIV.box-big DIV.content
{
	margin: 0px 24px 0px 24px;
	padding: 10px 0px 0px 0px;
	overflow:hidden;
}

DIV#left DIV.content DIV.img, DIV#right DIV.content DIV.img
{
	float: left;
	margin-right: 12px;
	overflow: hidden;
	width: 140px;
}
DIV.NoImg
{
	float: left;
	margin-right: 12px;
	overflow: hidden;
	width: 6px;
}

DIV.content DIV.description
{
	float: left;
	width: 365px;
}

DIV#left DIV.content DIV.small, DIV#right DIV.content DIV.small
{
	float: left;
	width: 370px;
}

DIV#left DIV.content DIV.big, DIV#right DIV.content DIV.big
{
	float: left;
	width: 520px;
	margin-bottom: 10px;
}

DIV.content H1
{
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

DIV.content DIV.big H3
{
	color: #FFDE00;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


DIV.content P.teaser
{
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

DIV.content P.text
{
	margin: 20px 0px 10px 0px;
}

DIV.content DIV.teaser-box
{
	float: left;
	margin-top: 20px;
	width: 251px;
}

DIV.content DIV.teaser-box H2
{
	color: #ff;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

DIV.content DIV.teaser-box IMG.spacer
{
	padding: 0px;
	margin: 4px 0px 3px 0px;
}

DIV.content DIV.teaser-box P.teaser
{
	color: #fff;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

DIV.content DIV.teaser-box P.text
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

DIV.content DIV.teaser-box DIV.link
{
	margin: 10px 0px 10px 0px;
}

DIV.button
{
	background-image:url(../images/bg_button.png);
	background-repeat: repeat-x;
	float: left;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

DIV.button A
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

DIV.contact
{
	color: #FFFFFF;
	background-image: url(../images/bg_contact.png);
	height: 110px;
	overflow: hidden;
}

DIV.contact DIV.padding
{
	margin: 0px;
	padding: 8px 8px 8px 8px;
}

DIV.contact DIV.img
{
	float: left;
	text-align:center;
	overflow: hidden;
	width: 105px;
}

DIV.contact P
{
	float: left;
	width: 444px;
}

DIV#footer
{
	color: #686868;
	width: 1140px;
}

DIV#footer A
{
	color: #686868;
}

DIV#footer DIV#links
{
	background-image: url(../images/bg_links.png);
	color: #FFFFFF;
	height: 221px;
	margin: 10px 0px 0px 0px;
	width: 1140px;
}

DIV#footer DIV#links DIV.col_1 UL
{
	margin-top: 24px;
}

DIV#footer DIV#links DIV.col_1 LI A
{
	color: #007EFF;
}


DIV#footer DIV#links DIV.col_1
{
	float: left;
	overflow: hidden;
	width: 200px;
}

DIV#footer DIV#links .col
{
	float: left;
	overflow: hidden;
	width: 187px;
}

DIV#footer DIV#links DIV.padding
{
	padding: 20px 0px 0px 25px;
}

DIV#footer P.left
{
	float: left;
	margin: 10px 0px 10px 15px;
}

DIV#footer P.right
{
	float: right;
	margin: 10px 0px 10px 15px;
}

ul#menu-top
{
	float: left;
	font-size: 10px;
	padding: 10px 0px 0px 10px;
	text-align: center;
}

ul#menu-top li
{
	display: inline;
    margin: 0px 10px 0px 0px;
	padding: 0px;
}


DIV#form
{
	margin: 15px 0px 0px 0px;
}

DIV#message
{
	color: #000000;
	background-color:#FFFFFF;
	border: #FFFFFF solid 2px;
	font-weight: bold;
	padding: 5px;
	margin: 15px 0px 0px 0px;
	margin-bottom: 10px;
	display: none;
}



div.solutionbarTicketLine {
	padding: 3px 5px 3px 5px;
}

DIV#loading
{
	position: fixed;
	width: 100px;
	height: 100px;
	top: 60%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	display: none;
	text-align: center;
	z-index: 1000;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearSpace {
	clear:both;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
