/* Base.css */

@import url(../css/main.css);
@import url(../css/products.css);
@import url(../css/newsconf.css);
@import url(../css/clientservicesupport.css);
@import url(../css/general.css);
@import url(../css/company.css);


body {
	background-color: #FFFFFF;
	}

/* Wrapper Class for IE bug */
#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	}

/*Masthead */	
	
#masthead {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 740px;
	}
	
#nav1 {
	float: left;
	width: 90px;
	height: 45px;
	position: relative;
	top: 17px;
	left: 7px;
	}

#nav2 {
	float: left;
	width: 460px;
	position: relative;
	top: 28px;
	left: 30px;
	text-align: center;
	}

#nav3 {
	float: right;
	width: 120px;
	position: relative;
	top: 26px;
	height: 19px;	
	}


/*  FOOTER */

#footer{
	width: 740px;
	height: 40px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	}

#footer ul{
	margin:0;
	padding:0;
	list-style: none;
	width:320px;
	
	}
#footer ul li {
	float: left;
	font-size: 11px;
	color:#0000CC;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000033;
	}
#footer li a {
	padding-left: 5px;
	margin-left: auto;
	padding-right: 5px;
	text-decoration: none; color:#0000CC;
	}	

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

#footer_nav{
    float:left;
	width:320px;
	height: 30px;
	top: 10px;
	position: relative;
	}
#footer_links{
	float: right;
	width:280px;
	height: 40px;
	position: relative;
    }
	
#footer_link1{
	float:left;
	width:94px;
	height: 21px;
	position: relative;
	top: 10px;
	padding-right: 10px;
	padding-left: 30px;
    }
	
#footer_link2{
	float:right;
	width:100px;
	height: 40px;
	position: relative;
	padding-left: 10px;
	padding-right: 15px;
    }

#footercontent {
	width:600px;
	height: 40px;
	position:relative;
	float: left;
	}

#footerextra {
	float: right;
	width:120px;
	height: 40px;
	position:relative;
	}

#footerextra a {
	text-decoration:none;
	}

#footerextra a:hover {
	text-decoration:underline; color:#000066;
	}

.hdtxt{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.sbtxt{font-size:11px}

/* copyright */

#copyright{
	width:740px;
	
	}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

input, textarea {
	color: #330066;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	}
	
