@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html {
	margin: 0 auto;
	text-align: center;
}

body {
	background: #77797b url(../images/bg.gif) top center repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: small;
}

img {
	border: 0;
}

a, a:visited {
	color: #8bbfff;
}
a:hover {
	color: #66FFFF;
}


p {
	margin-bottom: 10px;

}

h1, h2, h3, h4, label {
	font-family: Arial, Helvetica, sans-serif;

}
h1 {
	font-size: 30px;
	color: #aed2fe;
	line-height: 100%;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	line-height: 125%;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #DFEEFF;
	border: none;
	font-size: 14px;
	line-height: 130%;
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #BDB675;
	border: none;
	font-size: 11px;
	line-height: 130%;
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#container {
	width: 920px;
	margin: 0 auto;
	text align: center;
	font-size: 1em;
	line-height: 1.4em;
}

#header {
	height: 111px;
	padding: 0 20px 0 10px;
}


#logo {
float: left;
}

#info {
	float: right;
	text-align: right;
	padding-top: 0px;
	width: 233px;
	background: url("../images/phone.gif") no-repeat;
	height: 111px;
}


#info h1 {
	font-size: 2.5em;
	color: #000000;
	line-height: 100%;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#info h2 {
	font-size: 1.3em;
	color: #c92d47;
	line-height: 125%;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav {
	height: 42px;
	padding: 0 8px;
}

#nav ul {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
}
#nav li {
	float: left;
	white-space: nowrap;
}
#nav li a, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px 10px 6px 10px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
}

#nav li.currentpage {
	color: #003764;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px 10px 6px 10px;
	background: #e3e3e3;
	border-bottom: 1px solid #555d68;
	border-left: 1px solid #555d68;
	border-right: 1px solid #555d68;
}



#nav li a:hover, body#home a#home, body#company a#company, body#services a#services, body#order a#order, body#contact a#contact, body#producttracking a#producttracking {
	color: #000000;
	margin-left: 9px;
	margin-right: 9px;
	background: #e4e4e4 url(../images/bghover.gif) repeat-x;
	border-left: 1px solid #555d68;
	border-right: 1px solid #555d68;
	border-bottom: 1px solid #555d68;
}

#nav li.selected a, #nav li.selected a:hover, #nav li.selected a:visited {
	background: url("../images/link-globalnav.gif") 0px -70px no-repeat;
	color: #fff;
}

#maincontent {
	padding: 15px;
	min-height: 300px;
	text-align: left;
}
.contentleft {
	float: left;
	width: 330px;
	text-align: left;
}

.contentright {
	float: right;
	width: 515px;
	text-align: left;
}

.mainleft {
	float: left;
	width: 665px;
	text-align: left;
}
.mainright {
	float: right;
	width: 190px;
	text-align: left;
}

.aboutleft {
	float: left;
	width: 485px;
	text-align: left;
}
.aboutright {
	float: right;
	width: 356px;
	text-align: left;
	padding-top: 15px;
}

.contactleft {
	float: left;
	width: 500px;
	text-align: left;
}
.contactright {
	float: right;
	width: 340px;
	text-align: left;
}

#footer {
	background: url("../images/footerbg.gif") no-repeat;
	height: 69px;
	padding-top: 20px;
	font-size: 75%;
}

.text {
	padding-top: 20px;
	font-size: 75%;

}

.mainright ul {
	color: #aed2fe;
	list-style: none;
}

.mainright li {
	list-style: none;
	margin: 5px 0;
	display: block;
	border-bottom: 1px #8295B0 solid;
	font-weight: bold;
	font-size: 11px;
}


.mainright li a {
	text-decoration:none; /* no underline for links */
	display: block; /* some air for it */
	color: #8bbfff; /* this will be link color for all levels */
	min-height:0.5em; /* Fixes IE7 whitespace bug */
	padding: 2px;
}

.mainright li a:hover {
	background-color: #92AFC7;
	color: #FFFFFF;
	padding: 2px;
}

.contentleft ul {
	margin-left: 20px;
	list-style-type: circle;
}

ol {
	margin-left: 20px;
}

td {
padding: 2px;
}

tr {
padding: 2px;
}




.contactform {
	background-color: #484848;

}
.contactform fieldset {
	padding: 1em;
}

.contactform textarea {
	width: 100%;
}


.onlineform {


}
.onlineform fieldset {
	padding: 0em;
}

.onlineform textarea {
	width: 100%;
}

.onlineform fieldset {
	font-weight: bold;
	border: 0;
}
	
.onlineform div {
	width: 100%;
	padding: 0.25em 0 0.25em 0;
}

.onlineform div label {
	display: block;
}

.onlineform div.required {
	color: #4fabc5;
}

.submitbox {
	text-align: center;




}

.contactform fieldset {
	font-weight: bold;
	border: 0;
}
	
.contactform div {
	width: 100%;
	padding: 0.25em 0 0.25em 0;
}

.contactform div label {
	display: block; 
	width: 10em;
}

.contactform div.required {
	color: #4fabc5;
}
