
body {
	background: url('../images/bg_topbar.jpg') top left repeat-x;
	margin: 0 auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 964px;
	margin: 0 auto;
}
a, a:visited, a:hover {
	outline: none;
}



/***************
 * TOP NAV *
 ***************/
#topnav {
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}
#topnav a, #topnav a:hover, #topnav a:visited {
	color: #fff;
	text-decoration: none;
}
#topnav span {
	margin: 0px 40px;
}
#topnav img {
	vertical-align: middle;
}




/****************
 * Header *
 ****************/
#header img {
	/* float: left; */
}
#header form {
	float: left;
	padding: 0;
	margin: 0;
	margin: 34px 30px 0 30px;
}
#header form h2 {
	text-align: center;
	padding-top: 20px;
	color: #78b5ed;
	font-size: 1.25em;
	font-weight: lighter;
}
#header form input[type='text']{
    width: 552px;
    height: 34px;
    line-height: 33px;
    border: 1px solid #c2c2c2;
    border-right: 0;
    float: left;
    border-radius: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding-left: 32px;
}
#header form input[type='submit']{
	/* margin: 34px 31px 0 0; */
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    width: 52px;
    height: 38px;
    color: #fff;
    background: #0ca349;
    border: 0;
    float: left;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 0;
}
/* #header .lowerhead { */
/* 	min-height: 112px; */
/* 	background: url('../images/bisd_logo.jpg') top left no-repeat; */
/* 	text-align: center; */
/* 	color: #0a304e; */
/* } */
.lowerhead h1 {
	margin: 0;
	padding-top: 40px;
	font-size: 1.8em;
}
.lowerhead h4 {
	margin: 6px 0 0 0;
	font-weight: lighter;
}



/****************
 * Content *
 ****************/
#content {
	margin: 20px 0;
}
table#products {
	font-weight: lighter;
	font-size: .9em;
}
table#products thead {
	color: #325671;
	background-color: #e9e9e9;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
table#products thead th {
	padding-left: 20px;
}
table#products tbody {
	color: #3c3c3c;
}
table#products td {
	padding-left: 20px;
}
table#products td button {
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    width: 40px;
    height: 20px;
    color: #fff;
    background: #d94a9a;
    border: 0;
    float: left;
    padding: 0;
}


/* NICELY INNER-BORDERED TABLE */
table.data {
	border-collapse: collapse;
}
table.data td {
	border: 1px solid #ccc;
}
table.data tr:first-child td {
	border-top: 0;
}
table.data tr:last-child td {
	border-bottom: 0;
}
table.data tr td:first-child {
	border-left: 0;
}
table.data tr td:last-child {
	border-right: 0;
}

/**************
 * Contact us *
 **************/
#profiles {
	margin: 0 auto;
	color: #212121;
}
.profile img {
	vertical-align: middle;
	margin: 10px 14px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.profile a, .profile a:hover, .profile:visited {
	color: #c6268d;
	text-decoration: none;
}
.profile span {
	font-weight: bold;

}
.contactush2 {
	color: #0a304e;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}


/*****************
 * Shopping cart *
 ****************/
#shopping_cart {
	margin-top: 50px;
}
.cart_product_name {
	padding-left: 40px !important;
	font-weight: bold;
	background-color: #f6f6f6;
}
.cart_buttons button {
	border-radius: 0;
	cursor: pointer;
	font-size: .7em;
	margin: 0;
	text-transform: uppercase;
	border: 0 none;
	color: #fff !important;
	font-family: Helvetica,Arial,sans-serif;
	text-decoration: none !important;
	padding: 6px 35px;
	font-weight: bold;
}
#cart_totals {
	margin-top: 30px;
}
#cart_totals a, #cart_totals a:visited, #cart_totals a:hover {
	margin-top: 20px;
	text-decoration: none;
	color: #077fb2;
	font-weight: bold;
}
#cart_totals span {
	font-weight: bold;
	font-size: 2.2em;
	color: #3d3d3d;
}


/* QUOTE SPECIFIC MODS */
#quote_footer {
	margin-top: 50px;
	color: #3d3d3d;
	font-size: .92em;
}
#quote_footer span {
	float: left;
}
#quote_footer span:not(:first-child) {
	margin-left: 50px;
}
.quotepage #products {
	margin-top: 185px;
}
.quotepage .lowerhead {
	margin-top: 15px;
}


/****************
 * Common classes *
 ****************/
.clear {
	clear: both;
}
.clearsmall {
	clear: both; font-size:1px; line-height:1px; height:1px;
}
.special_price {
	color: #ee1720;
	text-transform: uppercase;
}
.lightblue {
	color: #78b5ed;
}
.bluebg {
	background-color: #78b5ed;
}
.greenbg {
	background-color: #0ca349;
}
.fleft {
	float: left;
	display: block;
}
.fright {
	float: right;
	display: block;
}


