body {
	background: #fff url(../img2/int-background-fill.jpg) repeat-x top left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	display: block;
}

#main {
	width: 800px;
	margin: auto;
	position: relative;
}
#header {
	width: 800px;
	height: 144px;
}
#header #logo {
}

ul#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 25px;
	left: 300px;
}
ul#nav li {
	float: left;
	padding-right: 10px;
}
ul#nav li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	padding: 0 4px 5px 4px;
	border-bottom: solid 5px #fff;
}
ul#nav li a:hover {
	border-bottom: solid 5px #d5e1f1;
}

#header2 {
	
}
.big_photo {
	position: absolute;
	left: 350px;
	top: 96px;
}
#secondary_nav {
	position: absolute;
	left: 450px;
}

#right_bar {
	width: 250px;
	float: right;
}
#content {
	margin-top: 25px;
}
#content_zone {
	width: 540px;
	float: left;
}
#left_bar, #center_bar {
	width: 260px;
	text-align: justify;
}
#left_bar {
	float: left;
}
#center_bar {
	float: right;
	padding-left: 10px;
	border-left: solid 1px #eee;
}


#footer {
	clear: both;
	margin: auto;
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 20px 5px;
	background-color: #ccc;
	height: 125px;
	border-top: solid 25px #fff;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding-bottom: 0.25em;
	text-align: left;
}

.img_inline img, img.img_inline {
	display: inline;
}


	div.product {
		vertical-align: middle;
		width: 650px;
	}
	div.product img {
		display: block;
		float: left;
	}
	table.product_table {
		border-collapse: collapse;
		border: solid 1px #1475ce;
	}
	table.product_table thead {
		border: solid 1px #1475ce;
	}
	table.product_table thead, table.product_table th {
		background: #1475CE;
		color: #fff;
		text-align: center;
		font-weight: normal;
	}
	td, th, tbody td, tbody th {
		padding: 2px 5px;
		white-space: nowrap
	}
	table.product_table tbody td {
		border-right: solid 1px #1475ce;
	}
	table.product_table tr.alt {
		background: #eaeff6;
	}
	a.breadcrumb { font-style: italic; font-size: .8em; float: right; }
	table.product_table tr.note {
		font-size: 0.8em;
		background: #ccc;
		color: #333;
		font-family: Helvetica, Arial, sans-serif;
	}
	tr.yellow { background: #ffa; }
	tr.blue { background: #aaf; }
	tr.red { background: #faa; }

.reqc { color: #f00; }

fieldset.contact {
	width: 450px;
	border: none;
}
fieldset.contact div, fieldset.contact input {
	width: 210px;
}
fieldset.contact div {
	margin-bottom: 15px;
}
fieldset.contact input, fieldset.contact select {
	display: block;
	font-family: Monaco, Consolas, Courier New, Courier, Monospace;
	margin-bottom: 2px;
}
fieldset.contact div.first_name,
fieldset.contact div.business_name,
fieldset.contact div.address,
fieldset.contact div.province
{
	float: left;
}
fieldset.contact div.last_name,
fieldset.contact div.business_division,
fieldset.contact div.city,
fieldset.contact div.postal_code {
	float: right;
}
fieldset.contact div.email, fieldset.contact div.email input,
fieldset.contact div.phone,
fieldset.contact div.rule,
fieldset.contact div.subject, fieldset.contact div.subject input,
fieldset.contact div.message {
	clear: both;
	width: 450px;
}
fieldset.contact div.phone input {
	width: 35px;
	display: inline;
	text-align: center;
}
fieldset.contact div.message textarea {
	width: 450px;
	height: 100px;
}
fieldset div.btn input, fieldset div.btn button {
	width: 100px;
}
fieldset.contact div.province {
	clear: both;
}
fieldset.contact div.province input {
	width: 100px;
}
fieldset.contact div.postal_code input {
	width: 100px;
}

.fleft {
	float: left;
}
#footer .fleft {
	color: #333;
	font-size: 12px;
	text-align: left;
	padding-right: 25px;
}
.fright {
	float: right;
}

hr { clear: both; }

table.product_table {
	float: right;
}

.error {
	display: block;
	width: 80%;
	padding: 20px;
	color: #800;
	border: solid 1px #800;
	background-color: #ffc;
}

td.adrfq {
	background-color: #f0f0f0;
	text-align: center;
	vertical-align: middle;
}
td.adrfq a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
td.adrfq a:hover {
	text-decoration: underline;
	color: #666;
}

div.quote {
	margin: 10px;
	padding: 10px;
	background-color: #ccc;
}

#newsletter-box {
	padding: 0 0 0 30px;
	color: #fff;
}
#newsletter-box div {
	padding: 5px 0;
}

#newsletter-box-cont {
	background: url(../img2/newsletter-fill.jpg) repeat-y top left;
}