/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);


/* overall page structure */
html{
	background: #E9E8F2;
}

body{
	width: 994px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	height: 744px;
}

#header{
	width: 994px;
	height: 184px;
}

#menu{
	width: 190px;
	clear: left;
	float: left;
	display: inline;
	overflow: hidden;
	background: #fff;
	padding-top: 30px;
}

#main{
	width:724px;
	height: 507px;
	padding: 32px 40px 20px 40px;
	background: #fff url(images/main-bg-plain.jpg) 0 0 no-repeat;
	float: left;
}

#history #main{
	background: #fff url(images/main-bg-history.jpg) 0 0 no-repeat;
}

#process #main{
	background: #fff url(images/main-bg-process.jpg) 0 0 no-repeat;
}

#losalt #main{
	background: #fff url(images/main-bg-losalt.jpg) 0 0 no-repeat;
}

#contact #main{
	background: #fff url(images/main-bg-contact.jpg) 0 0 no-repeat;
}

#footer{
	clear: both;
}

/* generic styles */
h1, h2, h3, h4, h5, p, li{
	color: #03237e;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1.2em;
}

p, li{
 	font-size: 12px;
	line-height: 1.5em;
}

a{
	text-decoration: none;
}

sup{
	font-size: 10px;
	display: inline;
	position: relative;
	top: -0.5em;
	}
	

/* styles by section */


/* header & header menu */
h1#logo{
	width: 190px;
	height: 150px;
	background: url(images/logo.png) 25px 30px no-repeat;
	text-indent: -999em;
	overflow: hidden;
	float: left;
}

h1#logo a{
	width: 100%;
	height: 100%;
	display: block;
}

#header h2{
	background: url(images/header-bg-home.png) 0 0 no-repeat;
	float: left;
	width: 804px;
	height: 153px;
	text-indent: -999em;
	overflow: hidden;
	margin: 0;
}

/* #history #header h2{
	background: url(images/header-bg-history.png) 0 0 no-repeat;
}

#process #header h2{
	background: url(images/header-bg-process.png) 0 0 no-repeat;
}

#products #header h2{
	background: url(images/header-bg-products.png) 0 0 no-repeat;
} */

#losalt #header h2{
	background: url(images/header-bg-losalt.png) 0 0 no-repeat;
}

/*#header ul{
	clear: both;
	float: left;
	padding-left: 190px;
	background: url(images/header-ul-bg.png) 190px 0 repeat-y;
	overflow: hidden;
}

#header li{
	float: left;
	display: inline;
	width: 132px;
	margin-left: 2px;
	margin-bottom:0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

#header li a{
	display: block;
	float: left;
	color:#fff;
	width:132px;
	background: url(images/header-menu-tabs.png) 0 100% no-repeat;
	font-size: 12px;
	padding: 9px 0;
} */

#header ul{
	margin : 0;
	padding : 0;
	overflow : hidden;
	background: url(images/header-ul-bg.png) 190px 0 repeat-y;
	padding-left: 190px;
	list-style : none;
	float: left;
}

#header ul li{
	float : left;
	width : 132px;
	display: inline;
	margin : 0 0 0 2px;
	padding : 0;
	text-align : center;
	text-transform : uppercase;
	overflow : hidden;
}

#header ul li a{
	color:#fff;
	width: 100%;
	padding: 7px 0;
	float : left;
	display : block;
	background: url(images/header-menu-tabs.png) 0 0 no-repeat;
}

#header ul li a:hover, #header ul li a.current{
	background: url(images/header-menu-tabs.png) -132px 0 no-repeat;
}

#header ul#productsMenu{
	position: absolute;
	display: none;
	left: 260px;
	top: 68px;
	background: transparent;
	color: #fff;
	width: 300px;
	overflow: visible;
	height: 1px;
	z-index: 99;
	clear: left;
}

#header ul#productsMenu li{
	float: none;
	display: block;
	color: #fff;
	width: auto;
	text-transform : none;
	margin:0 0 4px 0;
	text-align: left;
	line-height: 13px;
}

#header ul#productsMenu li a{
	background: transparent;
	text-align: left;
	text-transform: none;
	width: auto;
	color: #fff;
	padding: 0;
	font-weight: bold;
}

#header ul#productsMenu li a:hover, #header ul#productsMenu li a.current{
	color: #00A6D6;
}




/* left hand menu */

#menu li{
	margin-bottom: 12px;
	padding: 2px 0;
	line-height: 1;
}

#menu li.current{
color: #1c1475;
}

#menu li a{
	background: url(images/menu-a-bg.png) 0 0 no-repeat;
	color :#00a6d6;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 25px;
	padding-left: 22px;
	font-size: 16px;
}

#menu li a span{
	font-size: 12px;
	vertical-align: top;
}

#menu li a:hover, #menu li a.current{
	background: url(images/menu-a-bg.png) 0 -20px no-repeat;
	color: #1c1475;
}

#menu li ul{
	list-style: disc;
	margin-left: 45px;
	margin-right: 5px;
	padding-top: 6px;
}

#menu li ul li{
	padding: 0;
	margin-bottom: 4px;
	color :#00a6d6;
}

#menu li li a, #menu li li a.current{
	padding:0;
	margin:0;
	font-size: 12px;
	background: none;
	text-transform: none;
}

#menu li li a:hover{
	background: none;
}

#menu div#addressDetails{
	position: absolute;
	left: 15px;
	bottom: 20px;
}

#menu div#addressDetails p a{
	color: #007;
	text-decoration: underline;
	font-size: 10px;
}

#menu div#addressDetails em{
	color :#00A6D6;
	font-style: normal;
}


/* main content */
#main p{
	margin-bottom: 10px;
	font-size: 14px;
	width: 500px;
	text-align: justify;
}

#home #main p{ /* make room for the globe animation on the home page */
	width: 240px;
}

#main h1{
	margin-bottom: 14px;
	font-size: 18px;
}

#main h2{
	font-size: 18px;
	margin-right: 40px;
}

#home #main h2{ /* make room for the globe animation on the home page */
	width: 250px;
	line-height: 1.5em;
}

#main h3{
	font-size: 14px;
	margin-bottom: 10px;
}

#main h4, #main h4 a{
	color: #D42E12;
}

#main h4 a{
	text-decoration: underline;
}

#main ul{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

#main li{
	font-size: 14px;
}

#main li a{
	font-weight: bold;
	color: #171795;
	text-decoration: underline;
}

#flashMovie{
	position: absolute;
	top: 220px;
	right: 10px;
}


/* contact form */

form#contactform{

}

form#contactform input.txt{
	width: 280px;
	padding: 4px;
}

form#contactform select{
width: 183px;
}

form#contactform textarea{
width: 280px;
padding: 4px;
}

form#contactform label{
	font-weight: bold;
	display: block;
	margin : 0 0 12px 0;
	padding: 2px 5px 2px 170px;
	color: #0E2C8E;
}

form#contactform label span{
	position: relative; left: -170px; float: left; margin-right: -170px;
}

form p.buttons{
  	padding-left: 170px;
	margin-top: -10px;
}

form input#Submit{
	background: #005;
	color: #fff;
	border: none;
	padding: 5px 10px;
}

form input#Submit:hover{
	background: #009;
}

/* add transparency to PNG with IE5.5+ PNG Alpha Fix (c) 2004-2008 Angus Turnbull http://www.twinhelix.com */
#main img{ behavior: url(iepngfix.htc) }
/* specify exact elements wherever possible to avoid conflicts with background positioning */

