* {
	margin:0;
	padding:0;
} 

img { 
	margin:0; 
	padding:0;
	border: none;
} 

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial;
	font-size:12px;
	background-image: url(images/body_back2.jpg);
	color: #585858;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.clearfloats {
	clear: both;
}

/** header section **/

#header {
	height: 111px;
	background-image: url(images/header.jpg);
}
#logo {
	margin-top: 15px;
	margin-left: 40px;
	height: 80px;
	width: 600px;
	float: left;
}
#flash {
	float: right;
}

/* content section */

#leftnav {
	width: 165px;
	height: 600px;
	padding-left: 5px;
	float: left;
	margin-left: 30px;
}

/* news section */
#newscontainer {
	height: 22px;
	margin-bottom: 10px;
}

#newsfeed {
	float: left;
	width: 444px;
	padding-right: 5px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
}

/* left navigation */

#prodmenutop {
	background-image: url(images/nav_back.png);
	height: 8px;
	width: 165px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: top;
}
#productmenu {
	background-image: url(images/nav_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 165px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#productmenu h1 {
	line-height: 21px;
	font-size:12px;
	padding-left: 7px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 15px;
}

#productmenu ul {
	list-style-type: none;
}

#productmenu ul li {
}

#productmenu ul li a {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
}

#productmenu ul li a:hover {
	color: #00b1e5;
}
#productmenu .hardware, #productmenu .datastorage, #productmenu .consumables, #productmenu .audiovisual, #productmenu .digitalphotography {
	width: 164px;
}

#productmenu .hardware {
	background-image: url(images/hardware_back.png);
}
#productmenu .datastorage {
	background-image: url(images/datastorage_back.png);
}
#productmenu .consumables {
	background-image: url(images/consumables_back.png);
}
#productmenu .audiovisual {
	background-image: url(images/audiovisual_back.png);
}
#productmenu .digitalphotography {
	background-image: url(images/digital_photography_back.png);

}


/* main mid section */

#maincontainer {
	float: left;
	width: 820px;
}
#contentmenu {
	text-align: left;
	margin-left: 20px;
}

#contentmenu ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

#contentmenu ul li {
	display: inline;
}

#contentmenu ul li a {
	text-decoration: none;
	color: #585858;
	padding-left: 0.7em;
	padding-right: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00b1e5;
}

#contentmenu ul li a:hover {
	color: #00b1e5;
}

#contentmenu .first {
	border: none
}

#mainmidsection {
	width: 580px;
	margin-left: 20px;
	padding-top: 10px;
	float: left;
	display: inline;
}

.prodselect {
	width: 108px;
	float: left;
	margin-right: 10px;
	height: 220px;
}

.prodselectlast {
	width: 108px;
	float: left;
	height: 220px;
}
#banner {
	margin-bottom: 10px;
	margin-top: 10px;
}
#resources {
	background-image: url(images/resource_centre.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 10px;
}
#resources h1 {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}


#categories {
	margin-bottom: 10px;
	margin-left: 1px;
}


#mainmidsection a:link, #mainmidsection a:visited {
	color: #00b1e5;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}

#mainmidsection a:hover, #mainmidsection a:active {
	text-decoration: underline;
}

#mainmidsection .hardware {
	border-bottom-color: #f8b423;
}

#mainmidsection .datastorage {
	border-bottom-color: #93c154;
}
#mainmidsection .consumables {
	border-bottom-color: #34a3da;
}
#mainmidsection .audiovisual {
	border-bottom-color: #243779;
}
#mainmidsection .photography {
	border-bottom-color: #e1007a;
}

/* category boxes */

.hardware_cat, .data_cat, .consumables_cat, .audiovisual_cat, .photography_cat {
	float: left;
	margin-left: 3px;
	width: 112px;
	height: 112px;
}


.hardware_cat {

}
.data_cat {

}
.consumables_cat {
}
.audiovisual_cat {

}
.photography_cat {

}



/* bottom buttons */

#btmbuttons {
	margin-top:15px;
	font-size: 12px;
}
#btmbuttons .small {
	font-size: 10px;
}


.ordering {
	height: 74px;
	width: 179px;
	background-image: url(images/online_ordering.png);
	float: left;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 6px;
}

.catalogue {
	height: 74px;
	width: 179px;
	background-image: url(images/catalogue.png);
	float: left;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 6px;
	margin-left: 14px;
}

.credit {
	height: 74px;
	width: 179px;
	background-image: url(images/credit2.png);
	float: left;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 6px;
	margin-left: 14px;
}

.blue {
	color: #00b1e5;
}

/* right section */

#rightsection {
	width: 165px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	display: inline;
}

#rightsection a:link, #rightsection a:visited {
	color: #00b1e5;
	font-weight: bold;
	text-decoration: none;
}

#rightsection a:hover, #rightsection a:active {
	text-decoration: underline;
}
.box {
	background-image: url(images/box_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: bold;
}
#searchbox {
	background-image: url(images/search.gif);
	height: 27px;
	width: 100px;
	padding-right: 18px;
	padding-left: 44px;
	padding-top: 10px;
}

#searchbox input {
	border: 0;
	color: #666;
}

.ad {
	margin-bottom: 8px;
}

.box h1 {
	background-image: url(images/blue_header_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: -8px;
	margin-left: -8px;
	margin-bottom: 8px;
}

#newsmenutop {
	background-image: url(images/nav_back.png);
	height: 8px;
	width: 165px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: top;
}

#newsmenu {
	background-image: url(images/nav_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 145px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 2px;
}

#newsmenu h1 {
	line-height: 21px;
	font-size:12px;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-left: -10px;
	margin-top: 10px;
	background-color: #84d0f0;
	margin-right: -10px;
}

#newsmenu ul {
	list-style-type: none;
}

#newsmenu ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#newsmenu ul li a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#newsmenu ul li a:hover {

}

#newsmenu p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#newsmenu a:link, #newsmenu a:visited {
	color: #585858;
}

.cart {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00b1e5;
	border-bottom-color: #00b1e5;
	padding-top: 4px;
	padding-bottom: 4px;
	
}

/* footer */
#footer {
	text-align: center;
	margin-left: 20px;
	margin-top:60px;
}

#footer ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	color: #585858;
	padding-left: 0.7em;
	padding-right: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00b1e5;
}

#footer ul li a:hover {
	color: #00b1e5;
}

#footer .first {
	border: none
}
.popup_msg{
  position:absolute;
  z-index:10;   
  width:200px;
  height:102px;
  text-align:center;
  color:#669900;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  /*background:url(images/bg_image.gif) bottom right no-repeat;*/
  background-color:#FFFF99;
 display:none;
 border:1px dotted #666666; 
}
