body {
	background:#999999;
	margin:0;
}
body.v1 #container {
	width:824px;
	background:white url(../img/g_page_bg.jpg) no-repeat right top;
	margin:0 auto;
	position:relative;
	padding:0 21px 0 15px;
}
body.v2 #container {
	width:824px;
	background:white url(../img/g_page_bg_2.jpg) no-repeat right top;
	margin:0 auto;
	position:relative;
	padding:0 21px 0 15px;
}
body.v3 #container {
	width:824px;
	background:white url(../img/g_page_bg_3.jpg) no-repeat right top;
	margin:0 auto;
	position:relative;
	padding:0 21px 0 15px;
}
body.v4 #container, #vacancies {
	width:824px;
	background:white url(../img/g_page_bg_4.jpg) no-repeat right top;
	margin:0 auto;
	position:relative;
	padding:0 21px 0 15px;
}
body.v5 #container {
	width:824px;
	background:white url(../img/g_page_bg_5.jpg) no-repeat right top;
	margin:0 auto;
	position:relative;
	padding:0 21px 0 15px;
}
#flashcontainer {
	width:860px;
	background:white;
	margin:0 auto;
}
#copyright {
	width:816px;
	margin:10px auto;
	color:#666;
	font:normal 11px Arial, sans-serif;
}
#copy {
	position:absolute;
	width:800px;
	left:-1000px;
	top:-400px;
}
#address {
	font:normal 11px Arial, sans-serif;
	color:#4f4e4e;
	padding:17px 0 0 6px;
}
#address em {
	color:#81B1EB;
	font-style:normal;
	font-weight:bold;
}
#columns a:link, #columns a:visited, #address a:link, #address a:visited, #copyright a:link, #copyright a:visited {
	text-decoration:none;
	color:#4f4e4e;
}
#subnav {
	width:260px;
}
#subnav a:link, #subnav a:visited {
	color:white;
}
#columns a:hover, #address a:hover, #copyright a:hover {
	color:#81B1EB;
}
a.subnav_button, a.subnav_button {
	background:url(../img/g_button_bg.gif) no-repeat;
	font:normal 10px Arial, sans-serif;
	color:white;
	display:block;
	width:128px;
	text-align:center;
	height:14px;
	float:left;
	margin-bottom:1px;
	text-transform: uppercase;
}
.extra_space {
	margin-right:4px;
}
#columns {
	margin:30px 0 0 6px;
}
#col1 {
	width:260px;
	float:left;
}
#col1prod {
	width:290px;
	float:left;
}
#col1extra {
	width:475px;
	float:left;
}
#col2 {
	padding:38px 0 0 49px;
	width:166px;
	float:left;
}
#col3 {
	width:313px;
	padding:0 0 0 12px;
}
#col4 {
	width:480px;
	padding:0 0 0 12px;
}
#largepic {
	clear:left;
	margin:8px 0 0 0;
}
#lowerstrip {
	clear:left;
	margin:20px 0 0 6px;
}
#blackstrip {
	margin:0 0 10px 6px;
	background:url(../img/g_black_strip.gif) no-repeat;
	font:bold 14px/38px Arial,sans-serif;
	color:#6498D9;
	text-align:right;
	padding:0 26px 0 0;
	font-style:italic;
	width:793px;
}
h1 {
	font:bold 16px Arial, sans-serif;
	color:#333;
	text-transform:uppercase;
}
p, td, dl {
	font:normal 12px Arial, sans-serif;
	color:#000;
}
#container table {
	border:1px solid #505250;
	background:#B3D2F5;
	margin-bottom:20px;
}
#container td {
	padding:2px 3px;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}
tr.last td {
	border-right:none;
	border-bottom:none;
}

#nav {
	position:absolute;
	left:300px;
	top:16px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration:none;
	padding:3px 4px;
	color:#81B1EB;
	font:bold 12px Arial, sans-serif;
}

#nav li ul li a:link, #nav li ul li a:visited {
	color:#666;
	padding-left:24px;
}


#nav a:hover {
	color:#f6e367;
}

#nav li ul li a:hover {
	background:url(../img/g_li_sub_leaf.gif) no-repeat 2px 1px;
	color:#333;
}

#nav li { /* all list items */
	float: left;
	padding-bottom:60px;
	background:url(../img/g_li_bg.png) repeat-x;
}

#nav li ul { /* second-level lists */
	background:url(../img/g_sub_fill.gif) repeat-x;
	position: absolute;
	width: 150px;
	padding-top:21px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	padding-bottom:2px;
	background:#f6e367;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover ul.contact, #nav li.sfhover ul.contact { /* lists nested under hovered list items */
	margin-left:-20px;
}
#nav li:hover, #nav li.sfhover, #nav li.active {
	color:#f6e367;
}
#col3 ul, #col4 ul {
	margin-top:0;
	margin-bottom:0;
}
#col3 ul li, #col4 ul li {
	font:normal 12px Arial, sans-serif;
	color:#333;
}

#leftfloat {
	float:left;
	width:240px;
	margin-top:20px;
}
#rightfloat {
	float:left;
	width:240px;
	margin-top:20px;
}

dt {
	float:left;
	width:80px;
}
dd {
	padding-bottom:5px;
}
input.text, {
	width:110px;
	font:normal 12px Arial, sans-serif;
	color:#000;
	background:#E8F0F9;
	border:1px solid #999;
	padding:2px;
}
textarea.message, {
	width:335px;
	font:normal 12px Arial, sans-serif;
	color:#000;
	background:#E8F0F9;
	border:1px solid #999;
	padding:2px;
}