@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #151F6D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	height: 160px;
	background-image: url(../images/header.jpg);
}

#header_address {
	width: 325px;
	float: right;
	margin-right: 10px;
	margin-top: 90px;
	text-align: right;
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	line-height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.more {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

#header_address a {
	color: #FFF;
	text-decoration: none;
}

#header_address a:hover {
	text-decoration: underline;
}

.company {
	font-size: 22px;
	font-weight: normal;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 232px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 100%;
}

#sidebar_main {
	background-color: #EAEAEA;
	width: 222px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
	border: 1px solid #CBCBCB;
}

#search {
	background-image: url(../images/searchbackground.jpg);
	background-repeat: repeat-x;
	height: 48px;
	width: 232px;
	position: relative;
}

#search .quickproductsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 60px;
}

#search form .search {
	position: absolute;
	left: 8px;
	top: 6px;
}

#search form .search_box {
	position: absolute;
	left: 58px;
	top: 8px;
}

/* Navigation Begins */

#navigation {
	width: 222px;
	height: 350px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 57px;
	float: left;
}

#navigation ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #172A50;
}

#navigation ul li a {
	display: block;
	height: 57px;
	width: 222px;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	border-right-width: 0;
}

#navigation ul li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/navigation.jpg);
}

#navigation ul li#Home a {
	width: 222px;
}

#navigation ul li#Home a:link,
#navigation ul li#Home a:visited {
	background-position: 0px 0px;
}

#navigation ul li#Home a:hover {
	background-position: -222px 0px;
}

#navigation ul li#About a {
	width: 222px;
}

#navigation ul li#About a:link,
#navigation ul li#About a:visited {
	background-position: 0px -57px;
}

#navigation ul li#About a:hover {
	background-position: -222px -57px;
}

#navigation ul li#Product a {
	width: 222px;
}

#navigation ul li#Product a:link,
#navigation ul li#Product a:visited {
	background-position: 0px -114px;
}

#navigation ul li#Product a:hover {
	background-position: -222px -114px;
}

#navigation ul li#Clients a {
	width: 222px;
}

#navigation ul li#Clients a:link,
#navigation ul li#Clients a:visited {
	background-position: 0px -171px;
}

#navigation ul li#Clients a:hover {
	background-position: -222px -171px;
}

#navigation ul li#Contact a {
	width: 222px;
}

#navigation ul li#Contact a:link,
#navigation ul li#Contact a:visited {
	background-position: 0px -228px;
}

#navigation ul li#Contact a:hover {
	background-position: -222px -228px;
}

#navigation ul li#Specials a {
	width: 222px;
}

#navigation ul li#Specials a:link,
#navigation ul li#Specials a:visited {
	background-position: 0px -283px;
}

#navigation ul li#Specials a:hover {
	background-position: -222px -283px;
}


/* Navigation Ends */

#news {
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#main_content {
	width: 680px;
	float: right;
	margin-top: 10px;
}

#callouts {
	height: 224px;
	position: relative;
}

#product_animation {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 224px;
	width: 335px;
}

#catalog {
	position: absolute;
	right: -35px;
}

#home_text {
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#home_text h1 {
	font-size: 30px;
	color: #1A1B80;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B276F;
	margin-top: 15px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home_text p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 80px;
}

#pages_text {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#pages_text h1 {
	font-size: 30px;
	color: #1A1B80;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B276F;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pages_text h2 {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #1A1B80;
	padding-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pages_text ul li {
	line-height: 18px;
	margin-left: 30px;
	padding-bottom: 3px;
}

#pages_text p {
	line-height: 20px;
	padding-top: 10px;
}

#footer {
	background-image: url(../images/footer_break.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

#phone_footer {
	font-size: 18px;
	font-style: italic;
	float: left;
	width: 350px;
	margin-top: 25px;
}

#address_footer {
	font-size: 18px;
	font-style: italic;
	text-align: right;
	float: right;
	width: 500px;
	margin-top: 25px;
}
#pages_text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #1A1B80;
	font-size: 18px;
	margin-top: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.NewsBold {
	color: #131C67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


table {
	padding: 5px;
}
table tr td {
	padding: 5px;
}
.fields {
	width: 300px;
}
#clientlist {
	padding: 10px;
	height: 490px;
	width: 601px;
	overflow-y: scroll;
	margin-top: 10px;
	color: #1B305C;
	line-height: 16px;
}
#clientlist p {
	padding-top: 2px;
	padding-bottom: 2px;
}
#pages_text p img {
	margin-right: 10px;
	margin-bottom: 5px;
}

.align-right {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}
.align-left {
	float:left;
	margin-top: 10;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}
#news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #1A1B80;
	padding-top: 10px;
	padding-bottom: 5px;
}
