/*#########################################################
  FRAMEWORK
########################################################*/
/* browser reset controls */
/******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,  pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table, caption, tbody, tfoot, thead, tr, th, td {outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
body {line-height:1; color:black; background:white;}
/* remember to define focus styles! */
:focus {outline:0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/******************************************************/
/* end browser reset controls */
body {
	background-image:url(gr/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #000000;
	margin:0;
}

#container1 {
	background-image:url(gr/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
}

#container2 {
	margin:auto;
	_width:960px; /* ie6 only */
	width:972px;
	
	background-image:url(gr/shadow_repeat.png);
	_background-image:url(gr/blank.gif); /* ie6 only */
	background-repeat:repeat-y;
}

#container3 {
	margin:auto;
	width:972px;
}

#container4 {	/*ie6*/
	margin:auto;
	width:960px;
	background-color:#FFF;
}

html>body #container4 {	/*ie7*/
	
}

html>/**/body #container4 {	/*non-ie*/
	min-height:800px;
}


/*#########################################################
  Header
########################################################*/

#header-container{
	width:960px;
	margin-left:0px;
	background: url(gr/bg_header.jpg) no-repeat top right;
}

#header{
	width:960px;
	height:120px;
}

#header img{
	margin-left:0px;
	border-style:none;
}

#header #contact{
	float:right; 
	width:100px; 
	position:absolute; 
	top:5px; 
	margin-left:872px;
	*margin-left:440px;	/*ie6 & 7*/
	_margin-left:435px;
	color:#FFFFFF; 
	text-align:left;
	font-size:12px;
	line-height:16px;
}

#header #contact a{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#header #contact a:hover{
	text-decoration:underline;
}

#header #contact p{
	margin-top:2px;
}

/* Navigation */

#header-container #btn_nav {
	height: 0;
	width: 221px;
	position: relative;
	top: -29px;
	left: 0;
}

#header-container #nav {	
	width:960px;
	height:17px;
	background-color:#000;
	color:#FFF;
	vertical-align:top;
	padding-top:3px;
	padding-top:4px\9;	/*ie*/
	_margin-top:-29px; /*ie6*/
	
}

*+html #header-container #nav{	
	padding-top:2px;
	padding-bottom:3px;
	}


#header-container #nav img {	
	margin-top:-3px;
	margin-top:-3px\9;	/* ie */
	margin-left:20px;
}

*+html #header-container #nav img {	
	margin-top:-3px;
	margin-left:20px;
	padding-top:2px;
	margin-bottom:-1px;
}

.nav-item{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	_font-size:12px; /*ie6*/
	color:#FFF;
	font-weight:bold;
	margin-left:20px;
}




#header-container #nav a, #header-container #nav a:visited{
	color:#FFF;
	text-decoration:none;
	vertical-align:top;
}

#header-container #nav a:hover{
	color:#FFF;
	text-decoration:underline;
}

/*#########################################################
  Home Content
########################################################*/

#home-content-top{
	clear:both;
	width:960px;
	background-color:#FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	_margin-top:2px;
}

*+html #home-content-top{
	margin-top:7px;
}

#home-content-top #content-left{
	width:750px;
	position:relative;
	float:left;
	background-position:bottom;
	_left:-10px;
	margin-left:-2px;
	margin-right:2px;
}

.interior{
	_left:10px;
	_margin-left:25px;
	_margin-right:-14px;
	
}

#home-content-top #content-right{
	width:192px;
	height:225px;
	position:relative;
	left:1px;
	_left:-2px;	/*ie6*/
	clear:right;
	float:right;
	background-image:url(gr/bg_login.gif);
	background-repeat:no-repeat;
}

#home-content-top #content-right #login {
	width: 180px;
	text-align: center;
	color: #fff;
	height:199px;
	
}

#home-content-top #content-right #login h2 {
	margin:6px 0 12px 12px; 
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	line-height:13px;
}

#home-content-top #content-right #login a {
	text-decoration:none;
}

#home-content-top #content-right #login a:hover {
	text-decoration:underline;
}

#home-content-top #content-right #forgotpassword {
	width:168px;
	height:13px;
	background-color:#006292;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:2px 0 0 12px;
}

#home-content-top #content-right #forgotpassword a{
	color:#FFFFFF;
	text-decoration:none;
}

#home-content-top #content-right #forgotpassword a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#home-content-top #content-right .label1{
	text-align:left;
	margin:0 0 3px 12px;
	font-size:11px;
	position:relative;
	top:-9px;
	}
	
#home-content-top #content-right .password {
	height:11px; 
	margin-left:-2px; 
	position:relative; 
	top:-20px;
	font-size:10px;
}
	
#home-content-top #content-right input{
	height:11px; 
	margin-left:-2px; 
	position:relative; 
	top:-9px;
	font-size:10px;
	}
	
#home-content-top #content-right .label2{
	text-align:left;
	margin:11px 0 2px 12px;
	font-size:11px;
	position:relative;
	top:-19px;
	line-height:13px;
	}
	
#home-content-top #content-right .label3{
	text-align:left;
	margin:10px 0 5px 14px;
	font-size:11px;
	position:relative;
	top:-22px;
	line-height:13px;
	}
	
#home-content-top #content-right .submit{
	position:relative;
	top:-21px;
	left:-13px;
	margin-bottom:4px;
	}

#home-content-top #content-right #login p {
	margin-top: 15px;
}

#home-content-top #content-right #login a {
	color: #fff;
}

#home-content-top #content-right #login a:link {
	color: #fff;
}

#home-content-top #content-right #login input {
	width:148px;
}

#home-content-top #content-right #login .forgot-password {
	width:150px;
	height:30px;
	text-align:left;
	font-size:11px;
	margin:-31px 0 25px 12px;
}

.error{
	color:#ffffff; 
	font-size:10px; 
	margin:-5px 0 -20px 12px; 
	padding-bottom:8px; 
	position:relative; 
	top:-31px;
	text-align:left;
}

#home-content-middle{
	clear:both;
	width:950x;
	margin:0 0 0 10px;
	_margin:-10px 0 0 10px;
}

*+html #home-content-middle{	/*ie7*/
	margin:0 0 0 10px;
}

#home-content-middle #content-left{
	width:950px;
	float:left;
}

#home-content-middle #content-left #categories {
	width:950px;
	height:216px;
	background-color:#FFF;
	margin:4px 0 0 0;
}

#home-content-middle #content-left #category-item {
	width:180px;
	height:188px;
	background-image:url(gr/bg_category.jpg);
	vertical-align:top;
	float:left;
	margin-right: 10px;
}

#home-content-middle #content-left #category-item h3{
	font-size:14px;
	margin-bottom:4px;
	font-weight: bold;
}

#home-content-middle #content-left #category-item a, #home-content-middle #content-left #category-item a:visited {
	color:#FFF;
	text-decoration:none;
}

#home-content-middle #content-left #category-item a:hover {
	text-decoration:underline;
}

#home-content-middle #content-left #category-item .description {	
	width:169px;
	height:50px;
	padding:6px 5px 0 6px;
	margin-top:0px;
	_margin-top:-3px; /*ie6*/
	line-height:13px;
	color: #fff;
	font-size: 11px;
	_font-size:10px; /*ie6*/
}

*+html #home-content-middle #content-left #category-item .description {	/*ie7*/
	margin-top:-3px;
}

#home-content-middle #content-left #category-item h3 {	
	_font-size:12px; /*ie6*/
}

.office-products{
	background-color:#0f893c;
}

.inhouse-printing{
	background-color:#872d91;
}

.coffee-service{
	background-color:#6c5735;
}

.office-furniture{
	background-color:#ab0534;
}

.total-print-management {
	background-color:#b97100;
}

#home-content-middle #content-left #header{
	width:925px;
	height:20px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color: #000;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#home-content-middle #content-left #content-bottom {
	margin-top:2px;
	margin-bottom:5px;
}

#home-content-middle #content-left #content-bottom #content-left #header {
	width: 545px;
}

#home-content-middle #content-left #content-bottom #content-left {
	height:166px;
	width:567px;
	background-position:bottom right;
	background-image:url(gr/bg_productsservices.jpg);
	background-position:bottom right;
}

#home-content-middle #content-left #content-bottom #content-left .prodserv-item {
	float: left;
	width: 160px;
	height:108px;
	padding: 10px 0 0 23px;
}


#home-content-middle #content-left #content-right #header {
	height:22px;
	width:165px;
	font-size:14px;
	background-color: #007cbc;
}

#home-content-middle #content-left #content-right #header a:link {
	text-decoration: none;
	color: #fff;
}

#home-content-middle #content-left #content-right #header a:visited {
	text-decoration: none;
	color: #fff;
}

#home-content-middle #content-left #content-right #header a:hover {
	text-decoration: underline;
	color: #fff;
}


#home-content-middle #content-left #content-bottom #content-right {
	height:166px;
	width: 184px;
	float: left;
	margin-left: 3px;
	background: #a49c87 url(gr/bg_inktoner.jpg) no-repeat top left;
}

#home-content-middle #content-left #content-bottom #featured-items {
	width: 180px;
	float: right;
	padding-top: 36px;
	margin-right: 10px;
	_margin-left: 5px; /*ie6*/
	background: #fff url(gr/bg_featured.jpg) no-repeat top left;
}


#home-content-middle #content-left #content-bottom #sitelinks {
	width:750px;
	float: left;
	*padding-bottom:15px; /*ie6 & 7*/
}

#home-content-middle #content-left #content-bottom #sitelinks .column {
	float: left;
	width: 18%;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #007cbc;
	border-left: #666 1px solid;
	padding-left: 15px;
	padding-right:5px;
	height:100px;
}

#home-content-middle #content-left #content-bottom #sitelinks .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
}

#home-content-middle #content-left #content-bottom #sitelinks .column p {
	margin-bottom:3px;
}

#home-content-middle #content-left #content-bottom #sitelinks .column a:link {
	text-decoration: none;
	color: #666;
}

#home-content-middle #content-left #content-bottom #sitelinks .column a:visited {
	color: #666;
	text-decoration: none;
}

#home-content-middle #content-left #content-bottom #sitelinks .column a:hover {
	text-decoration: underline;
}


#home-content-bottom{
	margin-top:4px;
}


/* Side boxes */


/*#########################################################
  Inside content
########################################################*/

#home-content-top #content-left #interior-header{
	width:741px;
	height:29px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 10px 0 10px;
	background: #007cbc url(gr/interior-header.jpg) no-repeat top left;
	padding-left: 15px;
}

#home-content-top #content-left #interior-header h1 {
	padding-top: 6px;
}

#home-content-top #interior-content-left {
	margin: -1px 10px;
	width: 756px;
	background: #fff url(gr/int-content-bg.jpg) repeat-y top left;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 7px;
	min-height:475px;
}

.formbox{
	height:28px;
}

#home-content-top #featured-products {
	margin: 0 10px;
	width: 756px;
	height:1000px;
	background: #fff url(gr/int-content-bg.jpg) repeat-y top left;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 7px;
}

#home-content-top #featured-products h2 {
padding: 15px 15px 0 15px;
font-weight: bold;
font-size: 19px;
_margin-left:15px; /*ie6*/
color: #007cbc;
line-height: 1.2;
}

#home-content-top #featured-products h3 {
padding: 15px 15px 0 15px;
font-weight: bold;
font-size: 14px;
color: #000;
line-height: 1.1;
}

#home-content-top #featured-products p {
padding: 15px 15px 0 15px;
}

#home-content-top #featured-products .intro {
position:relative; left:220px; margin-bottom:15px;
}

#home-content-top #featured-products #featured-image{
width:200px; margin-left:15px; float:left; margin-right:30px; margin-bottom:10px; text-align:right; clear:both;
}

#home-content-top #featured-products #featured-info{
float:left; margin-left:-25px; vertical-align:top; width:450px;
}

.start-shopping{
	margin-top:30px;
}

#home-content-top #interior-content-left h2 {
padding: 15px 15px 0 15px;
font-weight: bold;
font-size: 15px;
color: #007cbc;
line-height: 1.2;
width: 380px;
}

#home-content-top #interior-content-left h3 {
padding: 15px 15px 0 15px;
font-weight: bold;
font-size: 14px;
color: #000;
line-height: 1.1;
width: 380px;
}

#home-content-top #interior-content-left p {
padding: 15px 15px 0 15px;
width: 380px;
}

#home-content-top #interior-content-left p.intro {
}

#home-content-top #interior-content-left em {
	font-style: italic;
}

#home-content-top #interior-content-left ul {
	width: 380px;
	margin: 10px 0 0 20px;
}

#home-content-top #interior-content-left ul li{
	_margin-left:15px; /*ie6*/
}

#home-content-top #interior-content-img {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 35px;
}

#home-content-top #interior-content-img img {
	margin-bottom: 15px;
}

#home-content-top #interior-content-bottom {
	margin: 0 10px;
	width: 756px;
	height: 12px;
	background: #fff url(gr/int-content-btm.jpg) repeat-y top left;
	clear: both;
}

/* Forms */



/*#########################################################
  Footer
########################################################*/

#footer {
	width:972px;
	height:33px;
	clear:both;
	margin: auto;
	background-image:url(gr/bg_footer.jpg);
	_margin-top:15px;	/*ie6*/
}
