@charset "UTF-8";
/* General Elements */
body  {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	background-image:url(images/index_images/back_gradient_l_d.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#515051;
	text-align: center; 
	color: #000000;
	height:auto;
}

a:link{
	color: #666666;
	text-decoration: underline;
}
a:visited{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color: #0d3793;
	text-decoration: underline;
}
p {
	color: black;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 14px;
	text-align: left;
}
h1 {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	color:#0d3793;
	margin: 0px;
}
h2 {
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	color: #515051;
	margin-top: 0px;
}

h3 {
	font: 17px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	color:#0d3793;
}

img {
border: 0px;
}
td {
	color: black;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 14px;
}

 /*DIVS*/
 #container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px;
	text-align: left; 
} 
 #language { 
 	width: 800px;
	background-image:url(images/index_images/back_gradient_l_d.jpg);
	background-repeat: repeat-x;
	background-position:top;
	padding: 10px 0 0 0;
} 
#logo { 

	background: #ffffff; 
	padding: 0 0 0 0;
	
} 

 #header { 
	background: #ffffff; 
	padding: 20px 0 0 0;
} 

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

	#sitenav {
	background-color: #ffffff;
	padding: 4px 0 4px 10px;
	margin:0 0 4px 0;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/index_images/irmn_trial.gif);
	background-position:top center;
	background-repeat:no-repeat; 
	padding: 55px 10px 10px 10px;
}

 #mainContent { 
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 180px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

 #companyNews {
	float: left; /* since this element is floated, a width must be given */
	width: 277px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
 
 #productNews { 
	width: 277px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 170px  0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#contentWindowLocation{
	background-image: url(images/locations/map.gif);
	background-repeat:no-repeat;
	background-position: left top;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 180px 0 10px; 
	}
#links { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0d3793;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color:#FFFFFF;
}
#footer a:link {
color:#FFFFFF;
text-decoration:underline;
}

#footer a:hover {
color:#999999;
text-decoration:underline;
}

#footer a:visited {
color:#FFFFFF;
text-decoration:underline;
}

 #footer2 { 
 	width: 800px;
	background-color:#515051;
	padding:5px;
}
#footer2 p {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
}
/*floats*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Classes*/
.flag { border: 0px; }

.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
.line {
color:#e7e7e5;
height:2 px;
}
.bullets {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height:14px;
	list-style-image: none;
	list-style-type: disc;
	color: #000000;
}
.formText {
	text-align:right;
}
.tableText {
	text-align:center;
}

/*Photo Gallery Styles*/

.pikachoose{width:510px;margin:0 auto 50px auto;color:white;padding-top:20px;font-family:helvetica;font-size:12px;text-align: center;}
/* This is the ul you have all your images in */
.pikachoose ul{padding-top:75px;padding-left:0;width:510px;height:100%;margin:0;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #ffffff;padding:2px;background:#ffffff;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:506px;height:325px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:2px;left:2px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;border:1px solid #ffffff;background:#ffffff;padding:2px;}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:relative;bottom:10px;left:3px;background:url('images/smhu/black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('images/smhu/play.png') top center no-repeat;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:1px;height:1px;background:url('images/smhu/pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('images/smhu/rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('images/smhu/fastf.png') top right no-repeat;}