@charset "UTF-8";
/* CSS Document */

/* Tags */

html {
	height: 100%;
}
p {
	margin-bottom: 1em;
	margin-top: 0px;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #858585;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Site-Wide Classes */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.bodytext a:link {
	color: #65907f;
	text-decoration: none;
}
.bodytext a:visited {
	color: #65907f;
	text-decoration: none;
}
.bodytext a:hover {
	color: #5a2581;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5a2581;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #65907f;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5a2581;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.price_bar {
	background-color: #eff4f2;
	display: block;
	padding: 5px;
	text-align: right;
	color: #65907f;
}
.price_bar_total {
	background-color: #f3f0f6;
	display: block;
	padding: 5px;
	text-align: right;
	font-size: 14px;
	color: #5a2581;
}

#page_content ul li {
	margin-bottom: 5px;
}

#page_content ol li {
	margin-bottom: 5px;
}
.dist_country {
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eff4f2;
	color: #65907f;
	margin-right: 15px;
	font-weight: normal;
	margin-top: 10px;
}
.dist_table {
	font-weight: normal;
}

/* Structure Divs */

#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 900px;
	position: relative;
}
#topmenu {
	height: 30px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6e2f1;
	position: relative;
}
#topbanner {
	height: 170px;
	width: 898px;
	border: 1px solid #d6e2f1;
}
#searchbar {
	background-color: #e5e4e9;
	height: 30px;
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
#content {
	width: 900px;
	text-align: left;
}
#footer {
	height: 30px;
	width: 900px;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d6e2f1;
	border-bottom-color: #d6e2f1;
	position: relative;
}
#sub_footer {
	height: 30px;
	width: 900px;
	position: relative;
}
#page_content {
	text-align: left;
	width: 600px;
}
#sub_menu {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6e2f1;
	text-align: left;
}

/* Header */

.qedlogo {
	margin-top: 55px;
}
#cart_box {
	position: absolute;
	height: 30px;
	width: 600px;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #65907f;
}
#cart_box a:link {
	color: #65907f;
}
#cart_box a:visited {
	color: #65907f;
}
#cart_box a:hover {
	color: #5a2581;
}

/* Top Menu */

.menuitem {
	margin-top: 5px;
	margin-right: 22px;
}
.myaccount_menuitem {
	position: absolute;
	top: 5px;
	right: 0px;
}

/* Footer */

.footer_menuitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #000000;
}
.footer_menuitems a:link {
	color: #000000;
	text-decoration: none;
	margin-right: 30px;
}
.footer_menuitems a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 30px;
}
.footer_menuitems a:hover {
	color: #65907f;
	text-decoration: none;
}
.footer_right {
	position: absolute;
	right: 0px;
}
.subfooter_menuitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #aaaaaa;
}
.subfooter_menuitems a:link {
	color: #aaaaaa;
	text-decoration: none;
}
.subfooter_menuitems a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
.subfooter_menuitems a:hover {
	color: #666666;
	text-decoration: none;
}

/* Search Bar */

#search_container {
	position: absolute;
	height: 30px;
	width: 300px;
	right: 0px;
	text-align: right;
	top: 0px;
}
#search_container form {
	margin: 0px;
}
.search_container_input {
	border: 1px solid #d2d1d6;
	background-color: #f2f1f6;
	height: 20px;
	margin-top: 4px;
	padding: 0px;
	width: 200px;
	}
	
/* Home Page */	
	
#home_research {
	background-image: url(../images/bp_images/home_rp_gb.gif);
	background-repeat: no-repeat;
	height: 320px;
	width: 235px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


#home_custom {
	background-image: url(../images/bp_images/home_crp_bg.gif);
	background-repeat: no-repeat;
	height: 320px;
	width: 235px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#home_latestnews {
	background-image: url(../images/bp_images/bg_latest_news.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 545px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
}

#box {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}


.home_list_custom ul li {
	margin-bottom: 13px;
	list-style-type: none;
	margin-left:0;
	padding-left:0;

}
.home_list_custom ul {
	list-style-type: none;
	margin-top: 0;
	margin-left:0;
	padding-left:0;

}
.home_list_custom a:link {
	text-decoration: none;
	color: #000000;
}

.home_list_custom a:visited {
	text-decoration: none;
	color: #000000;
}

.home_list_custom a:hover {
	text-decoration: none;
	color: #65907f;
}

.home_list_research ul li {
	margin-bottom: 13px;
	list-style-type: none;
	margin-left:0;
	padding-left:0;

}
.home_list_research ul {
	list-style-type: none;
	margin-top: 0;
	margin-left:0;
	padding-left:0;
}
.home_list_research a:link {
	text-decoration: none;
	color: #000000;
}

.home_list_research a:visited {
	text-decoration: none;
	color: #000000;
}

.home_list_research a:hover {
	text-decoration: none;
	color: #5a2581;
}
#home_new {
	float: left;
	width: 278px;
	background-image: url(../images/bp_images/what_new_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 305px;

}
.productnamecolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5a2581;
}
a.productnamecolor:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5a2581;
	text-decoration: none;
}
a.productnamecolor:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5a2581;
	text-decoration: none;
}
a.productnamecolor:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #65907f;
	text-decoration: none;
}
.productnamecolorLARGE {
	font-size: 18px;
	color: #5a2581;
}
#note {
	background-color: #ffe1e1;
	clear: both;
	height: 45px;
	width: 800px;
	margin-bottom: 10px;
	background-image: url(../images/bp_images/note.gif);
	background-repeat: no-repeat;
	background-position: 15px 13px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 85px;
	color: #000;
	font-size: 11px;
}
