/*#########################################################
  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, ul, il, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:inherit;
}
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-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	height:100%;
	margin:0px;

}

#container1 {
	width:100%;
	height:100%;
	background-image:url(gr/bg_gradient.jpg);
	background-repeat:repeat-x;
	margin:0px;

}

#container2 {	/*ie6*/
	width:980px;
	height:100%;
	margin:auto;
	padding-left:1px;	
	background:url(gr/bg_white.gif);
	background-repeat:repeat-y;
}

html>body #container2 {	/*ie7*/
	background:url(gr/bg_shadow.png);
}

html>/**/body #container2 {	/*non-ie*/
	background:url(gr/bg_shadow.png);
}

h1{
	font-size:26px;	
	line-height:26px;
	color:#98012e;
	font-weight:bold;
	padding:5px 0 15px 0;
}

h2{
	font-size:17px;
	line-height:25px;
	margin:4px 0 8px 0;
	position:relative;
	top:0px;
	color:#f58026;
	font-weight:bold;
}

h3{
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	margin: 5px 0 17px 0;
	color:#000;
	

}

h4 {
	font-weight:bold;
	padding:0 0 5px 0;
	color:#98012e;
	font-size:12px;
}

ul li {
	margin-left:15px;
	margin-bottom:5px;

	
}

ul li a {
	color:#98012e;
	}
	
td a{
	text-decoration:none;
	}
	
td a:hover{
	text-decoration:underline;
	}

/*#########################################################
  Header
########################################################*/

#header{
	margin:auto;
	width:960px;
	height:126px;
	background-image:url(gr/bg_header.jpg);
	background-repeat:no-repeat;
}

#header #logo{
	width:298px;
	height:117px;
	margin:0 0 0 3px;
}

#header img{
	border:none;
	margin:8px 0 0 20px;
}

#contact{	/*ie6*/
	text-align:right;
	vertical-align:top;
	float:right;
	top:-95px;
	right:25px;
	width:358px;
	position:relative;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:14px;
}


html>body #contact{		/*ie7*/
	top:-82px;}


html>/**/body #contact{		/*non-ie*/
	top:-82px;}

#contact #btn-contact{	/*ie6*/
	width:82px;
	height:29px;
	background-image:url(gr/btn_contact.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:-3px 0 -3px 0;
}

html>body #contact #btn-contact{		/*ie7*/
	background-image:url(gr/btn_contact.png);
	background-repeat:no-repeat;
	margin:-5px 0 0 0;
}

html>/**/body #contact #btn-contact{	/*non-ie*/
	background-image:url(gr/btn_contact.png);
	background-repeat:no-repeat;
	margin:-5px 0 0 0;
}

#header #contact img{
	float:left;
	margin:-5px 0 0 0;
	border:none;
}


#header a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#header a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

ul{
	padding:0px;
	margin:0 0 10px 0;
	width:300px;
	position: relative;
	top:3px;
}

li{
	padding:0 0 0 0;
	vertical-align:middle;
}


/* NAVIGATION */

#nav1{	/*ie6*/
	width:616px;
	height:28px;
	float:right;
	clear:both;
	position:relative;
	top:-55px;
	font-size:14px;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
}

html>body #nav1{	/*ie7*/
	top:-45px;
}

html>/**/body #nav1{	/*non-ie*/
	top:-45px;
}

#nav1 img{
	margin:0 6px 0 0;
	padding:0 0 0 0;
}


/*#########################################################
  Home Content
########################################################*/

#content-home{	/*ie6*/
	clear:both;
	width:980px;
	height:100%;
	margin:auto;
	padding:0 0 0 0;
	position:relative;
	top:-47px;
	float:left;
	vertical-align:top;
}

html>body #content-home{	/*ie7*/
	width:980px;
	position:relative;
	padding:8px 0 0 0;
	top:0px;
}

html>/**/body #content-home{	/*non-ie*/
	width:980px;
	position:relative;
	padding:0 0 0 0;
	top:-30px;
}

#content-home .row1 {
	height:226px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#content-home .row2 {
	height:238px;
	padding:0 0 0 0;
}

#content-home .row2 img{
	padding:0 0 4px 0;
}

#content-home .row3 {
	height:156px;
	width:776px;
	padding:0 0 0 0;
	margin:-2px 0 0 -1px;
	float:left;
}


/* LEFT CONTENT */

#content-home-left{
	float:left;
	vertical-align:top;
	width:738px;
	padding:0 0 0 20px;
}

/* NAV 2 */

#content-home-left #nav2{	/*ie6*/
	background-image:url(gr/bg_header1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:238px;
	width:762px;
	margin:-2px 0 0 -15px;
	padding:0 0 0 13px;
}

html>body #content-home-left #nav2{	/*ie7*/
	width:760px;
	margin:-2px 0 0 -8px;
	padding:0 0 0 8px;
}
	
html>/**/body #content-home-left #nav2{	/*non-ie*/
	width:760px;
	margin:-2px 0 0 -8px;
	padding:0 0 0 8px;
}

#content-home-left #nav2 .header{	/*ie6*/
	width:756px;
	height:23px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:10px 0 0 12px;
}

html>body #content-home-left #nav2 .header{	/*ie7*/
	padding:11px 0 0 14px;
}

html>/**/body #content-home-left #nav2 .header{	/*non-ie*/
	padding:10px 0 0 14px;
}

#content-home-left #nav2 .nav2_item{	/*ie6*/
	margin:3px 5px 0 1px;
	padding:0 0 0 0;
	width:146px;
	height:200px;
	background-image:url(gr/bg_nav2.jpg);
	background-repeat:no-repeat;
	float:left;
}

html>body #content-home-left #nav2 .nav2_item{	/*ie7*/
	margin:3px 6px 0 0;
}
	
html>/**/body #content-home-left #nav2 .nav2_item{ /*non-ie*/
	margin:3px 6px 0 0;
}

#content-home-left #nav2 .nav2_item .content{	/*ie6*/
	width:130px;
	height:196px;
	padding:0 0 0 6px;
	margin:0 0 0 1px;
	color:#FFF;
	font-size:11px;
	line-height:15px;
}

html>body #content-home-left #nav2 .nav2_item .content{	/*ie7*/
	width:125px;
	height:190px;
	padding:5px 7px 0 6px;
}

html>/**/body #content-home-left #nav2 .nav2_item .content{	/*non-ie*/
	width:125px;
	height:190px;
	padding:5px 7px 0 6px;
}


#content-home-left #nav2 .nav2_item .content a{
	color:#FFF;
	text-decoration:none;
}

#content-home-left #nav2 .nav2_item .content a:hover{
	color:#FFF;
	text-decoration:underline;
}

#content-home-left #nav2 .nav2_item .content h3{	/*ie6*/
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin:0 0 2px 0;
}

html>body #content-home-left #nav2 .nav2_item .content h3{	/*ie7*/
	margin:0 0 2px 0;
	line-height:12px;
}

html>/**/body #content-home-left #nav2 .nav2_item .content h3{	/*non-ie*/
	margin:3px 0 2px 0;
	line-height:13px;
}

#content-home-left #nav2 .nav2_item .content img{
	padding:0 0 0 0;
	margin:-5px 0 3px -6px;
}

#content-home-left #nav2 .nav2_item .office-products{
	background-color:#008263;
}

#content-home-left #nav2 .nav2_item .office-furniture{
	background-color:#58585a;
}

#content-home-left #nav2 .nav2_item .xerox{
	background-color:#025282;
}

#content-home-left #nav2 .nav2_item .commercial-printing{
	background-color:#98012e;
}

#content-home-left #nav2 .nav2_item .fine-stationery{
	background-color:#231f20;
}

/* NAV 3 */

#content-home-left #nav3 {
	width:570px;
	height:156px;
	margin:0 0 0 -2px;
	background-image:url(gr/bg_nav3.jpg);
	float:left;
}

#content-home-left #nav3 .header{	/*ie6*/
	width:556px;
	height:23px;
	color:#FFF;
	font-size:13px;
	padding:5px 0 0 14px;
}

html>body #content-home-left #nav3 .header{	/*ie7*/
	padding:5px 0 0 14px;
}

html>/**/body #content-home-left #nav3 .header{	/*non-ie*/
	padding:4px 0 0 14px;
}

#content-home-left #nav3 .nav3_item{
	margin:3px 0 0 24px;
}

/* "SIGN UP FOR OUR MAILING LIST" BOX */

#content-home-left #box-sign-up {
	width:172px;
	height:96px;
	background-image:url(gr/bg_sign-up.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:60px 0 0 16px;
}

#content-home-left #box-sign-up input{
	margin:7px 0 0 2px;
	background:none;
	border:none;
	cursor:text;
	font-size:12px;
}

#content-home-left #box-sign-up .label1{
	font-weight:bold;
}

#content-home-left #box-sign-up img{
	font-weight:bold;
	margin:11px 0 0 33px;
}


/*#########################################################
  Right Content
########################################################*/

#content-right{	/*ie6*/
	float:right;
	width:195px;
	position:relative;
	margin:0 -3px -780px 4px;
	top:-723px;
}

html>body #content-right{	/*ie7*/
	float:right;
	width:195px;
	padding:0 8px 0 0;
	position:relative;
	margin:auto;
	top:auto;
}


html>/**/body #content-right{	/*non-ie*/
	float:right;
	width:195px;
	padding:0 8px 0 0;
	position:relative;
	margin:auto;
	top:auto;
}


#content-right img{	/*ie6*/
	padding: 0 0 0 0;
	margin:-121px 0 0 0;
}

html>body #content-right img{	/*ie7*/
	padding: 0 0 0 0;
	margin:-120px 0 0 0;
}

html>/**/body #content-right img{	/*non-ie*/
	padding: 0 0 0 0;
	margin:-120px 0 0 0;
}

/* LOGIN BOX */

#content-right #box-login a{
	color:#FFF;
	text-decoration:underline:
}

#content-right #box-login a:hover{
	color:#FFF;
	text-decoration:underline;
}


#content-right #box-login{
	width:	186px;
	background-image:url(gr/bg_login.jpg);
	background-repeat:no-repeat;
	margin:-1px 0 -36px 0;
	padding:35px 0 0 20px;
}

#content-right #box-login input{	/*ie6*/
	margin:3px 0 0 0;
	background:none;
	border:none;
	cursor:text;
}

html>body #content-right #box-login input{	/*ie7*/
	margin:3px 0 0 0;
	cursor:text;
}

html>/**/body #content-right #box-login input{	/*non-ie*/
	margin:5px 0 0 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#content-right #box-login .label1{
	position:relative;
	top:0px;
	color:#FFF;
}

#content-right #box-login .label2{
	position:relative;
	top:7px;
	margin:0 0 6px 0;
	color:#FFF;
}

#content-right #box-login .link-small{
	color:#FFF;
	font-size:11px;
	margin:7px 0 0 0;
}

#content-right #box-login .link-norm{
	color:#FFF;
	font-size:13px;
	margin:13px 0 0 0;
}

#content-right #box-login img{
	margin:15px 0 0 24px;
}


/* FEATURED ITEMS */


#content-right #box-featured-items-lg{		/*ie6*/
	width:	186px;
	height:390px;
	background-image:url(gr/bg_featured.jpg);
	background-repeat:no-repeat;
	margin:-3px 0 0 0;
	text-align:center;
	padding:36px 0 0 0;
}

html>body #content-right #box-featured-items-lg{		/*ie7*/
	height:485px;
	margin:-3px 0 0 0;
}

html>/**/body #content-right #box-featured-items-lg{	/*non-ie*/
	height:440px;
	margin:0 0 0 0;
}

#content-right #box-featured-items-sm{		/*ie6*/
	width:	186px;
	height:360px;
	background-image:url(gr/bg_featured.jpg);
	background-repeat:no-repeat;
	margin:-3px 0 0 0;
	text-align:center;
	padding:36px 0 0 0;
}

html>body #content-right #box-featured-items-sm{		/*ie7*/
	margin:-3px 0 0 0;
	height:360px;
}


html>/**/body #content-right #box-featured-items-sm{	/*non-ie*/
	margin:0 0 0 0;
	height:320px;
}

#content-right #box-featured-items-sm img{	/*ie6*/	
	margin:0 0 4px 0;
}

html>body #content-right #box-featured-items-sm img{		/*ie7*/		
	margin:0 0 4px 0;
}

html>/**/body #content-right #box-featured-items-sm img{	/*non-ie*/	
	margin:0 0 7px 0;
}

#content-right #box-featured-items-lg img{	/*ie6*/	
	margin:0 0 4px 0;
}

html>body #content-right #box-featured-items-lg img{		/*ie7*/		
	margin:0 0 4px 0;
}

html>/**/body #content-right #box-featured-items-lg img{	/*non-ie*/	
	margin:0 0 7px 0;
}


/*#########################################################
  Directory
########################################################*/

#directory{	/*ie6*/
	font-size:12px;
	width:650;
	margin:15px 0 -100px 176px;
	position:relative;
	top:-55px;
}

html>body #directory{	/*ie7*/
	top:auto;
	margin:0 0 0 180px;
}

#directory-home {
	top:-170px;
	}

html>body #directory{		/*non-ie*/
	top:0px;
	margin:0 0 0 180px;
}

#directory .directory-list{
	float:left;
	height:130px;
	padding:0 35px 0 35px;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#999;
}

#directory a{
	line-height:15px;
	text-decoration:none;
	color:#666;
}

#directory a:hover{
	text-decoration:underline;
}

/*#########################################################
  Inside Content
########################################################*/
#content-home-left #featured-products {
	margin: 0 10px 0 0;
	float:right;
	width:720px;
	background: #fff url(gr/int-content-bg.jpg) repeat-y top left;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 7px;
}

#content-home-left #featured-products h1 {
position:relative;
left:235px;
top:5px;
margin:0 0 10px 0;
}

#content-home-left #featured-products h2 {
padding: 5px 0 0 15px;
font-weight: bold;
font-size: 19px;
_margin-left:15px; /*ie6*/
color:#98012e;
line-height: 1.2;
}

#content-home-left #featured-products h3 {
padding: 0 15px 0 0;
margin:5px 0 10px -10px;
font-weight: bold;
font-size: 14px;
color: #000;
width:320px;
line-height: 19px;
}

#content-home-left #featured-products p {
margin:0 0 17px -10px;
position:relative;
top:8px;
}

#content-home-left #featured-products .intro {
position:relative; left:220px; margin-bottom:15px; text-align:left; float:left;
}

#content-home-left #featured-products #featured-image{
width:200px; margin-left:15px; float:left; margin-right:30px; margin-bottom:10px; text-align:right; clear:both;
}

#content-home-left #featured-products #featured-info{
float:left; margin-left:0px; vertical-align:top; width:450px;

}

#content-home-left #featured-products #featured-info p{
_margin-left:0px;

}

* html .feat-ie6{		/*ie6*/
	margin:40px 0 0 0;
	position:relative;
	left:60px;
}

*:first-child+html .feat-ie6 {	/*ie7*/
	
	position:relative;
	left: 60px;
}


*:first-child+html .feat-ie6 { 	/*ie8?*/
	margin:40px 0 0 0;
	position:relative;
	left: 88px;
	}

* html .feat-ie6v2{		/*ie6*/
	margin:40px 0 0 0;
	position:relative;
	left:110px;
}

*:first-child+html .feat-ie6v2 {	/*ie7*/
	
	position:relative;
	left: 127px;
}


*:first-child+html .feat-ie6v2 { 	/*ie8?*/
	margin:40px 0 0 0;
	position:relative;
	
	}


#content-home-left #featured-products #featured-info h3{ 
_margin-left:0px;
}


#content-home-left #featured-products ul {
margin:10px 0 15px 0;
}


#content-home-left #featured-products ul li{
margin:0 0 0 15px;
color:#000000;
width:380px;

}

#content-home-left #featured-products img {
margin-bottom:8px;
}


.start-shopping{
	margin-top:30px;
}

#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;
}

#content-home #content-home-left #content-side{
	width:200px;
	float:left;
}


#content-home #content-home-left #content-interior{	/*ie6*/
	width:550px;
	float:right;
	margin:0 0 0 -15px;
}

html>body #content-home #content-home-left #content-interior{	/*ie7*/
	width:543px;
	float:right;
	margin:0 0 0 -15px;
}

html>/**/body #content-home #content-home-left #content-interior{	/*non-ie*/
	width:543px;
	float:right;
	margin:0 0 0 -15px;
}

#content-home #content-home-left #content-interior p{
	width:450px;	
	line-height: 18px;
	margin-bottom:15px;
}

#content-home #content-home-left #content-interior a{
	color:#98012e;
}

#content-home #content-home-left #content-interior  .intro{
	font-size:15px;
	line-height:22px;
	margin:0px 0 12px 0;
}

#content-home #content-home-left #column-left {
	width:270px;
	float:left;
}

#content-home #content-home-left #column-right {
	width:220px;
	float:left;
	margin:0 0 0 40px;
}


#content-home #content-home-left ul li{
	font-size:12px;	
	line-height:15px;
	}

#content-home #content-home-left ul li .list-item{
	color:#333;
}


/* INTERIOR RIGHT CONTENT */

#content-interior-right{	/*ie6*/
	float:right;
	width:195px;
	position:absolute;
	top:0px;
	margin:0 0 0 -100px;
}

#content-interior	h3{
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	margin: 5px 0 17px 0;
	color:#000;
	position:relative;
	top:5px;
	width:350px;
}

html>body #content-interior-right{	/*ie7*/
	float:right;
	width:195px;
	padding:0 8px 0 0;
	position:relative;
	margin:auto;
	top:auto;
}


html>/**/body #content-interior-right{	/*non-ie*/
	float:right;
	width:195px;
	padding:0 8px 0 0;
	position:relative;
	margin:auto;
	top:auto;
}

#content-interior-right img{	/*ie6*/
	padding: 0 0 0 0;
	margin:-121px 0 0 0;
}

html>body #content-interior-right img{	/*ie7*/
	padding: 0 0 0 0;
	margin:-120px 0 0 0;
}

html>/**/body #content-interior-right img{	/*non-ie*/
	padding: 0 0 0 0;
	margin:-120px 0 0 0;
}

/* INTERIOR LOGIN BOX */

#content-interior-right #box-login a{
	color:#FFF;
	text-decoration:underline:
}

#content-interior-right #box-login a:hover{
	color:#FFF;
	text-decoration:underline;
}


#content-interior-right #box-login{
	width:	186px;
	background-image:url(gr/bg_login.jpg);
	background-repeat:no-repeat;
	margin:-1px 0 -36px 0;
	padding:35px 0 0 20px;
}

#content-interior-right #box-login input{	/*ie6*/
	margin:3px 0 0 0;
	background:none;
	border:none;
	cursor:text;
}

html>body #content-interior-right #box-login input{	/*ie7*/
	margin:3px 0 0 0;
	cursor:text;
}

html>/**/body #content-interior-right #box-login input{	/*non-ie*/
	margin:5px 0 0 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#content-interior-right #box-login .label1{
	position:relative;
	top:0px;
	color:#FFF;
}

#content-interior-right #box-login .label2{
	position:relative;
	top:7px;
	margin:0 0 6px 0;
	color:#FFF;
}

#content-interior-right #box-login .link-small{
	color:#FFF;
	font-size:11px;
	margin:7px 0 0 0;
}

#content-interior-right #box-login .link-norm{
	color:#FFF;
	font-size:13px;
	margin:13px 0 0 0;
}

#content-interior-right #box-login img{
	margin:15px 0 0 24px;
}


/* INTERIOR FEATURED ITEMS */

#content-interior-right #box-featured-items-lg{		/*ie6*/
	width:	186px;
	height:390px;
	background-image:url(gr/bg_featured.jpg);
	background-repeat:no-repeat;
	margin:-3px 0 0 0;
	text-align:center;
	padding:36px 0 0 0;
}

html>body #content-interior-right #box-featured-items-lg{		/*ie7*/
	height:485px;
}

html>/**/body #content-interior-right #box-featured-items-lg{	/*non-ie*/
	height:485px;
	margin:0 0 0 0;
}

#content-interior-right #box-featured-items-sm{		/*ie6*/
	width:	186px;
	height:360px;
	background-image:url(gr/bg_featured.jpg);
	background-repeat:no-repeat;
	margin:-3px 0 0 0;
	text-align:center;
	padding:36px 0 0 0;
}

html>body #content-interior-right #box-featured-items-sm{		/*ie7*/
	margin:-3px 0 0 0;
	height:360px;
}


html>/**/body #content-interior-right #box-featured-items-sm{	/*non-ie*/
	margin:0 0 0 0;
	height:300px;
}

#content-interior-right #box-featured-items-sm img{	/*ie6*/	
	margin:0 0 4px 0;
}

html>body #content-interior-right #box-featured-items-sm img{		/*ie7*/		
	margin:0 0 4px 0;
}

html>/**/body #content-interior-right #box-featured-items-sm img{	/*non-ie*/	
	margin:0 0 7px 0;
}

#content-interior-right #box-featured-items-lg img{	/*ie6*/	
	margin:0 0 4px 0;
}

html>body #content-interior-right #box-featured-items-lg img{		/*ie7*/		
	margin:0 0 4px 0;
}

html>/**/body #content-interior-right #box-featured-items-lg img{	/*non-ie*/	
	margin:0 0 7px 0;
}

/*#########################################################
  Contact
########################################################*/

.name {
	width: 120px;
	float: left;
	clear:both;
	padding:0 0 7px 0;
	}
	
.name a{
	text-decoration:none;
	}
	
.name a:hover{
	text-decoration:underline;
	}

.label{
	font-size:15px;
	padding:15px 0 12px 0;
	}
	
.tel-ext{
	width:120px;
	float:left;
	padding-left:10px;
	text-align:center;
}

.job-title{
	width:250px;
	float:left;
	padding-left:40px;
	}


/*#########################################################
  Footer
########################################################*/

#footer-container{	/*ie6*/
	height:50px;
	width:980px;
	background-image:none;
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	top:10;
}

html>body #footer-container{	/*ie7*/
	background-image:url(gr/bg_footer.png);
}

html>/**/body #footer-container{	/*non-ie*/
	background-image:url(gr/bg_footer.png);
	top: 30px;
}

#footer {
	height:13px;
	width:936px;
	margin:0 0 0 10px;
	background-color:#98012e;
	position:relative;
	top:5px;
	color:#FFF;
	padding:7px 12px 7px 12px;
	font-size:11px;

}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

#footer #content-left{
}

#footer #content-right {
	width:300px;
	text-align:right;
}

.footer-ie6{
	_margin-top:55px;
	_position:relative;
}

.text-ie6{
	_margin-top:-312px;
}



/* Support for the "iehover-fix.js" */
ul.navItems iframe {position: absolute;left: -0.25em;top: -0.25em;z-index: -1;filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);}
* html ul.navItems li { z-index: 501; }
/* this is for IE 5.0
     select.hide { visibility: hidden; }
/* End Support for the "iehover-fix.js" */
/*##### END NAVIGATION #####*/

