/* GLOBAL SETTINGS
----------------------------------------------- */

html { padding: 0; margin: 0; border: 0; }

body {
		background: #1A1A1A url(images/bg1.jpg) top center fixed;
		font-family: Tahoma;
		font-size: 12px;
		color: #EFEFEF;
		margin: 0;
}

.hide { display: none; }

.clear { clear: both;}

/* PAGE STRUCTURE
----------------------------------------------- */
#container {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #262626;
    border-bottom: 2px solid #FAC934;
}

#header  {
	width: 770px;
	height: 120px;
	margin: 0;
	position: relative;
	display: block;
	background: url(images/BGTheader.jpg) 0 0 no-repeat;
}

#content {
	width: 750px;
	margin: 10px;
	font-size: 90%;
}

#footer {
	margin: 0;
	padding: 35px 0 5px 0;
	font-size: 83%;
	text-align: center;
	color: #FAC934;
	background: #212121 url(images/footer.jpg) no-repeat;
	clear:both;
}

/* NAVIGATION
----------------------------------------------- */

#navContainer{
	width: 750px;
	height: 40px;
	margin: 10px auto 0 auto;
	font-size: 95%;
	background: transparent url(images/navGradient.jpg) left bottom no-repeat;
	clear:right;  /* Required for everything except IE Win. */
}

div#navigation{
	height:30px;
	width:750px;
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	float:left;
}

div#navigation ul#menu{
	height:30px;
	width:750px;
	background:transparent url(images/nav.gif) top left no-repeat;
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
}

div#navigation ul#menu li{
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	text-align: center;
	top:0;
}

ul#menu li,ul#menu a{
	height:31px;
	display:block;
}

div#navigation ul#menu li a{
	text-decoration: none;
	color: #DDDDDD;
	font: bold 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

div#navigation ul#menu a:hover { color: #FAC934; }	

li#nav_home {left: 0; width: 90px;}
li#nav_products {left: 90px; width: 100px;}
li#nav_company {left: 190px; width: 100px;}
li#nav_ir {left: 290px; width: 137px;}
li#nav_team {left: 428px; width: 107px;}
li#nav_news {left: 535px; width: 107px;}
li#nav_galleries {left: 642px; width: 107px;}

#nav_home a:hover,body#nav_homeon #nav_home{
	background:transparent url(images/nav.gif) 0 -30px no-repeat;
}
#nav_products a:hover,body#nav_productson #nav_products{
	background:transparent url(images/nav.gif) -107px -30px no-repeat;
}
#nav_company a:hover,body#nav_companyon #nav_company{
	background:transparent url(images/nav.gif) -214px -30px no-repeat;
}
#nav_ir a:hover,body#nav_iron #nav_ir{
	background:transparent url(images/nav.gif) -321px -30px no-repeat;
}
#nav_team a:hover,body#nav_teamon #nav_team{
	background:transparent url(images/nav.gif) -428px -30px no-repeat;
}
#nav_news a:hover,body#nav_newson #nav_news{
	background:transparent url(images/nav.gif) -535px -30px no-repeat;
}
#nav_galleries a:hover,body#nav_gallerieson #nav_galleries{
	background:transparent url(images/nav.gif) -642px -30px no-repeat;
}

.skip {position:absolute; left:-200em; width:19em}

/* YOU ARE HERE */
body#home #nav_home {background: transparent url(images/nav.gif) 0px -30px no-repeat;}
body#products #nav_products {background: transparent url(images/nav.gif) -107px -30px no-repeat;}
body#company #nav_company  {background: transparent url(images/nav.gif) -214px -30px no-repeat;}
body#ir #nav_ir  {background: transparent url(images/nav.gif) -321px -30px no-repeat;}
body#team #nav_team  {background: transparent url(images/nav.gif) -428px -30px no-repeat;}
body#news #nav_news {background: transparent url(images/nav.gif) -535px -30px no-repeat;}
body#galleries #nav_galleries {background: transparent url(images/nav.gif) -642px -30px no-repeat;}


/* REGION SELECTOR
----------------------------------------------- */
#productSelector {
	float: right;
	position: relative;
	top: 0;
	left: 0;
	font-size: 80%;
}

#productSelector #my-productSelector {
	display: block;
	margin: 5px 0 0 7px;
	float: left;
	width: 140px;
	height: 16px;
	text-indent: -3000px;
	background: url(images/btn_productSelector.gif) left top no-repeat;
}
#productSelector #my-productSelector:hover {
	background-position: 0;
}
#productSelector ul {
	position: absolute;
	top: 11px;
	left: -3000px;
	margin-left: 7px;
	padding: 0;
	list-style: none;
	text-transform: capitalize;
	z-index: 1000;
}
#productSelector:hover ul {
	display: block;
	left: 0px;
	z-index: 1000;
}
#productSelector ul li {
	display: block;
	width: 140px;
	height: 18px;
}
#productSelector ul li.first-child  {
	height: 18px;
}
#productSelector ul li.last-child  {
	height: 19px;
}
#productSelector ul li a,
#productSelector ul li a:visited {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 12px;
	color: #EFEFEF;
	background: url(images/dd_middle.png) left top no-repeat;
}
#productSelector ul li a:hover,
#productSelector ul li a:active {
	color: #FAC934;
	text-decoration: none;
	background-position: 0 -18px;
}
#productSelector ul li.first-child a,
#productSelector ul li.first-child a:visited {
	background: url(images/dd_top.png) left top no-repeat;
	padding-top: 0;
}
#productSelector ul li.first-child a:hover,
#productSelector ul li.first-child a:active {
	background-position: 0 -18px;
}
#productSelector ul li.last-child a,
#productSelector ul li.last-child a:visited {
	height: 19px;
	background: url(images/dd_bottom.png) left top no-repeat;
}
#productSelector ul li.last-child a:hover,
#productSelector ul li.last-child a:active {
	background-position: 0 -19px;
}
#regionSelector {
	float: right;
	position: relative;
	top: 0;
	left: 0;
	font-size: 80%;
}

#regionSelector #my-regionSelector {
	display: block;
	margin: 5px 17px 0 7px;
	float: left;
	width: 140px;
	height: 16px;
	text-indent: -3000px;
	background: url(images/btn_regionSelector.gif) left top no-repeat;
}
#regionSelector #my-regionSelector:hover {
	background-position: 0;
}
#regionSelector ul {
	position: absolute;
	top: 11px;
	left: -3000px;
	margin-left: 7px;
	padding: 0;
	list-style: none;
	text-transform: capitalize;
	z-index: 1000;
}
#regionSelector:hover ul {
	display: block;
	left: 0px;
	z-index: 1000;
}
#regionSelector ul li {
	display: block;
	width: 140px;
	height: 18px;
}
#regionSelector ul li.first-child  {
	height: 18px;
}
#regionSelector ul li.last-child  {
	height: 19px;
}
#regionSelector ul li a,
#regionSelector ul li a:visited {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 12px;
	color: #EFEFEF;
	background: url(images/dd_middle.png) left top no-repeat;
}
#regionSelector ul li a:hover,
#regionSelector ul li a:active {
	color: #FAC934;
	text-decoration: none;
	background-position: 0 -18px;
}
#regionSelector ul li.first-child a,
#regionSelector ul li.first-child a:visited {
	background: url(images/dd_top.png) left top no-repeat;
	padding-top: 0;
}
#regionSelector ul li.first-child a:hover,
#regionSelector ul li.first-child a:active {
	background-position: 0 -18px;
}
#regionSelector ul li.last-child a,
#regionSelector ul li.last-child a:visited {
	height: 19px;
	background: url(images/dd_bottom.png) left top no-repeat;
}
#regionSelector ul li.last-child a:hover,
#regionSelector ul li.last-child a:active {
	background-position: 0 -19px;
}
