* {
	margin:0;
	padding:0;
}

.small { font-size: 9pt; color: #111111; font-family: arial; }
.medium { font-size: 11pt; color: #111111; font-family: arial; }
.large{ font-size: 15pt; color: #111111; font-family: arial; }

body {
	background: #FFFFFF;
	color: #111111;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url("/img/background.gif");
	background-repeat: repeat-x;
}
a {
	color: #3577bb;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #111111;
	text-decoration:none;
	font-weight: normal;
}
a img {
	border:none;
}


input {
	width: 150px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold; 
	color: #333333;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
}

textarea {
	width: 150px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold; 
	color: #333333;
	margin: 0px;
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
}




.wrapper {
	width: 985px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
}

.main {
	width: 935px;
	height: 250px;
	padding: 0px;
	background-image: url("/img/main.gif");
}

.content {
	width: 935px;
	margin: 0 auto;
}

.spacer {
	clear:both;
}


.nav_index {
	width: 713px;
	height: 35px;
	background-image: url('/img/navigation/home_on.gif');
	background-repeat: no-repeat;
}

.nav_productsAndServices {
	width: 713px;
	height: 35px;
	background-image: url('/img/navigation/products_services_on.gif');
	background-repeat: no-repeat;
}

.nav_internationalPartners {
	width: 713px;
	height: 35px;
	background-image: url('/img/navigation/international_partners_on.gif');
	background-repeat: no-repeat;
}

.nav_contactUs {
	width: 713px;
	height: 35px;
	background-image: url('/img/navigation/contact_us_on.gif');
	background-repeat: no-repeat;
}

.nav_off {
	width: 713px;
	height: 35px;
	background-image: url('/img/navigation/nav_off.gif');
	background-repeat: no-repeat;
}

.zip_code_search {
	width: 216px;
	height: 35px;
	background-image: url('/img/zip_code_search.gif');
	background-repeat: no-repeat;
}
