/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }


/* Removes border from fieldset and img */
fieldset, img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* website.css */

html 	{ 
background-color : #fff;
text-align : center; 
}
body { 
font : 75%/1.2 Arial, Verdana, sans-serif; color : #333;
position : relative; 
width : 1000px; 
margin : 0px auto; 
text-align : left; 
background-color:#ffffff;
}
/* Divisions */
div#branding {
position : relative;
z-index : 10;
height : 110px;
width : 100%;
background :  url("../Media/Images/topbar.jpg") no-repeat;
border-bottom: 1px solid #fff;
color: #FFFFFF;
}

div#searchbar {
	position : relative;
	z-index : 10;
	height : auto;
	width : 980px;
	background-color:#eee;
	padding: 2px 10px 2px 10px;
	text-align: center;
	color:#999;
	font-weight:bold;
	border-top: 1px solid #fff;
}
div#searchbar a
{
color:#999;
text-decoration:none;
}
div#branding h1 { 
position : absolute;
top : 0px; 
left : 10px;
width : 255px; 
height : 85px; 
background :  url("../Media/Images/logo.jpg") no-repeat;
text-indent : -9999px;
background-color:#fff;
 }
div#branding h2 { 
position : absolute;
top : 60px; 
right : 10px;
width : 100px; 
height : 22px; 
background :  url("../Media/Images/qualitek_small.png") no-repeat;
text-indent : -9999px;
background-color:#fff;
 }
div#cartlinks
{
position : absolute;
top : 77px; 
right : 10px;
width : 200px; 
height : 20px;
text-align:right;
}
div#cartlinks a
{
color:#fff;
text-decoration:none;
}
div#flashpanel
{
position : absolute;
top : 12px; 
left : 618px;
width : 370px; 
height : 50px;
}
div#content { 
position : relative; 
width : 100%;
}
div#content_products { 
position : relative; 
width : 100%;
}
div#content_main {
left : 200px; 
width : 780px; 
padding: 10px 10px 20px 10px;
z-index: 1;
 }  
div#content li {
list-style: circle inside;
}  
div#content_main li {
list-style: circle inside;
} 
div#content_navigation { 
left : 0px;  
width : 200px; 
padding : 0; 
margin-top: 10px;

background :  url("../Media/Images/menubackground.jpg") no-repeat;
}
div#footer {
	position: relative;
	background-color: #2B579E;
	height: 16px;
	font-size: x-small;
	color: #FFFFFF;
	padding: 2px;
	text-align:center;
	z-index: 1;
}
div#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
div#productimage
{
position:absolute;
left:400px;
top: 5px;
}
div#specialoffers
{
position:absolute;
right: 0px;
top: 240px;
background-image:url(../Media/Images/specialoffers.jpg);
background-position:center;
background-repeat:no-repeat;
width: 300px;
height: 115px;
margin: 0px;
z-index: -1;
padding-top: 45px;
}
div#specialoffers p
{
padding-left: 20px;
padding-right: 20px;
color:#FFFFFF;
}
div#latestinfo
{
background-color: #EDEDF1;
width: 240px;
height:	100px;
padding: 10px;
}
.frontpanels
{
background-color: #EDEDF1;
width: 240px;
height:	100px;
padding: 10px;
border: 1px solid #cccccc;
}
.frontpanel2
{
background-color: #ffffff;
width: 240px;
height:	100px;
padding: 10px;
border: 1px solid #cccccc;
}
/* End Division styles */
/* basket navigation bar */
#basketnav ul {
	position: absolute;
	top: 200px;
	width: auto;
}
#basketnav a {
	display: block;
	width: auto;
	color: Gray;
	text-decoration: none;
	padding: 10px;
	text-align: center;
}
#basketnav li {
	float: right;
}
/* Table styles*/
table#searchtable
{
table-layout: auto;
}
table#searchtable td
{
	padding: 2px;
	text-align: center;
	color: #fff;
	font-weight:bold;
}
table#productstable
{
	table-layout: auto;
	width: 100%;
}
table#productstable td
{
	text-align: center;
}

table#offerstable
{
	table-layout: auto;
	width: 100%;
	
}
table#offerstable td
{
	width: 33%;
}
table#offerdetails
{
	table-layout: auto;
	width: 98%;
	height:200px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
table#offerdetails td
{
	width: 50%;
	padding:5px;
}
table#headingtable
{
	table-layout: auto;
	width: 200px;
}
table#headingtable th
{
height:30px;
background-image:url(../Media/Images/productheader.jpg);
text-indent: 5px;
color:#FFFFFF;
font-weight:bold;
}
table#headingtable td#productdesc
{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 120px;
}
table#productdetails
{
table-layout: auto;
width: 100%;
border: 1px solid #eeeeee;
margin-bottom: 10px;
}
table#productdetails td
{
padding: 2px;
}
table#productrows
{
table-layout: auto;
width: 100%;
border-bottom: 1px solid #ffffff;
}
table#productrows td
{
	padding: 2px;
	border-bottom: 1px dotted #eeeeee;
}
table#tblcheckout
{
table-layout: auto;
width: 100%;

}
table#tblcheckout th
{
	padding: 2px;
	background-color:#cccccc;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	font-weight:bold;
}
table#tblcheckout td
{
	padding: 2px;
	border-bottom: 1px dotted #eeeeee;
}
table#ordertotals
{
table-layout: auto;
width: 100%;

}
table#ordertotals th
{
	padding: 2px;
	color: #000;
	text-align: right;
	width: 740px;
	font-weight:bold;
}
table#ordertotals td
{
	padding: 2px;
	text-align:center;
	width: 20%;
}

table#tblProductQuantity
{
table-layout: auto;
width: 100%;
}
table#tblProductQuantity th
{
padding: 4px; background: #2B579E; color: #fff; text-align: center; font-weight: bold; border-right: 1px solid #fff;
}
table#tblProductQuantity td
{
padding: 4px; text-align: center;
}
table#tblProductQuantity td#quantityCell
{
padding: 4px; text-align: center; width: 40px;
}
table#tblProductQuantity td#buyCell
{
padding: 4px; text-align: right; width: 30px;
}
.quantityText
{
width: 30px;
}


/*Accessability logos styles*/
#accessability {
	position: relative;
	}
	#accessability li {
	padding: 5px;
	float: left;	
}
p { 
font-size : 100%;
margin : .75em 0; 
}
p#offertext { 
color:#CC0000;
}
p#justifiedtext
{
text-align:justify;
}
.copyright { 
font-size : 80%; 
text-align:center;
}
h1{
	font-size: medium;
	text-transform:uppercase;
	color: #00288C;
	padding-bottom: 20px;
}
h2{
	font-size: small;
	color: #00288C;
	margin-bottom:20px;
}
h3{
	font-size: small;
	color: #00288C;
	margin-bottom:10px;
}
.smalltext{
	font-size: x-small;
}
.errormsg
{
	color: #cc0000;
}
.pjustify { 
font-size : 100%;
margin : .75em 0;
text-align:justify;
}
strong { 
	font-weight: bold;
}
.floatleft
{
float: left;
padding: 10px 10px 10px 0;
}
.floatright
{
float: right;
padding: 10px 0 10px 10px;
}
/*start menu */
.menu1{
padding-left:10px;
padding-top:5px;

padding-bottom: 2px;
display:block;
text-decoration: none;
font-weight:bold;
color: #fff;
height: 18px;
border-bottom: 1px solid #fff;
}
.submenu{
display: block;
margin-left: 0px;
padding-top: 2px;
padding-left: 7px;
padding-bottom:2px;
border-left: 1px solid #00288C;
border-bottom: 1px solid #fff;
color: #333333;
background-color:#A2B9E3;
text-decoration: none;
}
.submenu:hover{
background-color:#ffffff;
text-decoration: none;
}
.subsubmenu{
display: block;
margin-left: 0px;
padding-top: 2px;
padding-left: 7px;
padding-bottom:2px;
border-left: 1px solid #00288C;
border-bottom: 1px solid #fff;
color: #333333;
background-color:#D6DFEF;
text-decoration: none;
}
.subsubmenu:hover{
background-color:#ffffff;
text-decoration: none;
}
.hide{
display: none;
}
.imgborder
{
border: 1px solid #D6DFEF;
}
.productimage
{
border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
.show{
display: block;
}
/* end menu */
/* top menu */

#nav { 
	width: 1000px; 
	float: left;
	position: relative;
	z-index: 41;
	background :  url("../Media/Images/navigation.jpg");
	background-repeat:repeat-x;
 }
#nav ul li { 
float: left;
position: relative;
font: bold 1.1em/11px Arial, Helvetica, sans-serif;
border-right: 1px solid #fff;
z-index: 39;
}
#nav ul li:hover { background: #FFC053; z-index: 40; }
#nav li a,
#nav li a:link,
#nav li a:visited,
#nav li a:active,
#nav li a:hover { display: block; float: left; color: #fff; padding: 10px 20px 10px 20px; text-decoration:none; }

#deliveryPanel
{
padding: 10px;
border: 1px solid #2B579E;
}
/* images */
img.pic-r { margin: 12px 0 15px 20px; }
img.pic-l { margin: 12px 20px 15px 0; }
img.pic-r { float: right; }
img.pic-l { float: left; }
img.pic-c { text-align: center; display: block; margin: 15px auto; }
.telNumber
{
font-size: 18px;
color: #00288C;
}

/* end of navigation*/
/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

