/*renders all padding and margin at 0*/
* { 
	margin: 0; padding: 0; 
}
select { 
	min-width:1.5em; 
}

body {
	width: 100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Content {
	width:994px;
	margin:0px auto;
	padding: 0px;
	text-align:left;
	}
	
/*font text tags - change these to effect font TYPE accross site*/

h1 {
	font-size: 18px;
	color: #266497;
	padding-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-weight: bold;
}


p {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #266497;
	font-size: 14px;
}
a {
	color: #266497;
	text-decoration: underline;
}
a.noline {
	color: #266497;
	text-decoration: none;
}


ul {
}
li {
	text-align: left;
	list-style-type: disc;
	list-style: disc;
	margin-left: 15px;
	color: #266497;
}

input {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*HEADER STYLES*/

.header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 195px;
    margin-left: -189px;
}
.header #alt_menu {
	font-size: 12px;
	font-weight: bold;
	color: #4C8DB5;
	padding-top: 161px;
}

.header #alt_menu li {
	list-style-type: none;
	display: inline;
}
.header #alt_menu a {
	color: #4C8DB5;
	text-decoration: none;
}


/*QUICKSEARCH (KEYWORD SEARCH) ALWAYS TOP RIGHT OF PAGE*/
#keywordsearch {
	background-image: url(/images/quicksearch/bg.jpg);
	background-repeat: no-repeat;
	background-position: 13px 4px;
	height: 30px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	width: 257px;
	margin: 0px;
}
#keywordsearch table {
	margin-left: 30px;
}

.quicksearch_btn {
	background-image: url(/button.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 80px;
	background-color: #A1C8E5;
	height: 20px;
	margin-left: 15px;
	margin-right: 10px;
}
.blue_whiteBG_btn {
	background-image: url(/images/products/blue_whitebg_btn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	background-color: #A1C8E5;
	height: 19px;
	margin-left: 15px;
}

/*CONTENT STYLES*/
#content {
	background-image: url(/images/bg_underheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 805px;
	background-color: #F9FDFF;
}

/*SHOPPING BASKET QUICKLINK BOX (TOP OF PAGE)*/
.basket_box_left {
	background-image: url(/images/shopping_basket/box_left.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 14px;
}
.basket_box_mid {
	background-image: url(/images/shopping_basket/box_mid.jpg);
	background-repeat: repeat-x;
}
.basket_box_right {
	background-image: url(/images/shopping_basket/box_right.jpg);
	background-repeat: no-repeat;
	width: 14px;
}
.basket_box_mid ul {
	margin: 0px;
	padding: 0px;
}
.basket_box_mid li {
	list-style-type: none;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #B7C8D8;
	font-weight: bold;
}

/*PRODUCTS TO BE PUSHED ON HOMEPAGE*/
.product_offers {
	background-image: url(/images/products/homepage_productsbox.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 178px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	clear: none;
}
.product_offers_tbl {
	height: 203px;
	width: 178px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	clear: none;
}
#product_offer_box {
	width: 412px;
	height: 500px;
	overflow: visible;
}
.product_offers h1 {
	font-size: 14px;
	color: #266497;
	border: 1px solid #C3D3E0;
	width: 150px;
	font-family: Helvetica, Verdana, Arial;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product_offers_view {
	text-align: right;
	padding: 0px;
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/*PROSE WELCOME TEXT ON HOMEPAGE*/
.textbox {
	background-image: url(/textbox_mid.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
.textbox_mid {
	background-image: url(/images/textbox_mid.jpg);
	padding-right: 10px;
	padding-left: 20px;
}


/*TEXT ADVIRTISEMENT (BLUE BG) */
.textoffer {
	float: left;
	margin-left: 20px;
	height: 79px;
	width: 371px;
	background-image: url(/ads/textad.jpg);
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textoffer h1 {
	color: #FFFFFF;
	padding-top: 25px;
}

/*FOOTER*/
#footer {
	height: 40px;
	width: 982px;
	background-repeat: no-repeat;
	background-color: #F9FDFF;
}
.callus {
	font-size: 18px;
	color: #FFFFFF;
}
.ardentlink {
	font-size: 12px;
	padding-top: 10px;
	text-align: right;
	padding-right: 16px;
}
.ardentlink1 {
	font-size: 12px;
	padding-top: 10px;
	text-align: left;
	padding-left: 16px;
}
.footer_text1 {
	color: #F9FDFF;
}
