html, body {
height:100%;
	}
body {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Helvetica; 
	color:#cacaca;
	background:#d3d2a7 url(images/body_bg.gif) repeat-y center;
	}
#pageContainer {
	height:100%;
	width:760px;
	margin:0px auto;
	background: url(images/body_bg.gif) repeat-y center;
	}
	#pageContent {
		width:728px;
		margin:0px auto;
		}
		#header {
			width:728px;
			height:123px;
			background:url(images/header_bg.gif) repeat-y center;
			}
			#headerLogo {
				width:225px;
				height:123px;
				background:url(images/header_deverinc_logo.gif) no-repeat center center;
				}
				#headerLogo h1, #headerLogo span {
					display:none;
					}
					#badge {
						width:324px;
						height:123px;
						float:right;
						background:url(images/badge.jpg) no-repeat center center;
						}
					#headerLogo a {
						display: block;
						width:225px;
						height:123px;
					}

/* FUN IMAGE MENU USING SINGLE IMAGE YAY*/
	.accesslinks {display:none;}
	#menu {
		width: 728px;
		height: 40px;
		background:url(images/menu.gif) no-repeat top left;
		margin:0;
		padding: 0;
		position: relative;
	}
	#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
	#menu li, #menu a {height: 40px; display: block; color:transparent;}
		#menu_1 {left: 0; width: 56px;}
		#menu_2 {left: 56px; width: 82px;}
		#menu_3 {left: 138px; width: 97px;}
		#menu_4 {left: 235px; width: 181px;}
		#menu_5 {left: 416px; width: 88px;}
		#menu_6 {left: 504px; width: 68px;}
		#menu_7 {left: 572px; width: 58px;}
		#menu_8 {left: 630px; width: 98px;}

		#menu_1 a:hover {background: transparent url(images/menu.gif) 0px -40px no-repeat;}
		#menu_2 a:hover {background: transparent url(images/menu.gif) -56px -40px no-repeat;}
		#menu_3 a:hover {background: transparent url(images/menu.gif) -138px -40px no-repeat;}
		#menu_4 a:hover {background: transparent url(images/menu.gif) -235px -40px no-repeat;}
		#menu_5 a:hover {background: transparent url(images/menu.gif) -416px -40px no-repeat;}
		#menu_6 a:hover {background: transparent url(images/menu.gif) -504px -40px no-repeat;}
		#menu_7 a:hover {background: transparent url(images/menu.gif) -572px -40px no-repeat;}
		#menu_8 a:hover {background: transparent url(images/menu.gif) -630px -40px no-repeat;}

/* END */

		#flashHeader {
			border-top:1px solid #fff;
			}
		#content {
			width:670px;
			margin:0 auto;
			}
			
			
		.homeLeftColItem a, .homeLeftColItem a:visited, .homeLeftColItem a:hover {
			border-top:1px solid #373737;
			border-bottom:1px dotted #5e5e5e;
			display:block;
			background:url(images/home_leftcol_01.gif) no-repeat center left;
			text-decoration:none;
				color:#fff;
				padding:20px 0 0 60px;
				height:72px;
				height/* */:/**/52px; 
				height: /**/52px;
			}
			.homeLeftColItem a:hover {
				color:#cacaca;
				}
			.homeLeftColItem span {
				cursor:pointer;
				color:#fff;
				display:block;
				padding:20px 0 0 60px;
				height:70px;
				height/* */:/**/50px; 
				height: /**/50px;
				}

		.productRightCol a, .productRightCol a:visited, .productRightCol a:hover {
			border-top:1px solid #373737;
			border-bottom:1px dotted #5e5e5e;
			display:block;
			background:url(images/home_leftcol_01.gif) no-repeat center left;
			text-decoration:none;
				color:#fff;
				padding:10px 0 0 60px;
				height:62px;
				height/* */:/**/42px; 
				height: /**/42px;
			}
			.productRightCol a:hover {
				color:#cacaca;
				}
			.productRightCol span {
				cursor:pointer;
				color:#fff;
				display:block;
				padding:10px 0 0 60px;
				height:60px;
				height/* */:/**/40px; 
				height: /**/40px;
				}
				
		.greenBoxLinks a, .greenBoxLinks a:visited, .greenBoxLinks a:hover {
			padding-left:10px;
			background:url(images/li_green_box.gif) no-repeat left center;
			color:#cacaca;
			text-decoration:underline;
			}
			.greenBoxLinks a:hover {
				text-decoration:none;
				}
			
		#footer {
			width:670px;
			margin:20px auto;
			font-size:9px;
			color:#555555;
			border-top:1px solid #212121;
			}
			#footer a, #footer a:visited, #footer a:hover {
				font-size:9px;
				color:#555555;
				text-decoration:none;
				}
				#footer a:hover {
					color:#8e8e8e;
					}
			#footerLinks {
				font-size:9px;
				padding-top:30px;
				color:#555555;
				border-top:1px solid #555555;
				}
				#footerLinks a, #footerLinks a:visited, #footerLinks a:hover {
					font-size:9px;
					color:#8e8e8e;
					text-decoration:none;
					}
					#footerLinks a:hover {
						color:#fff;
						}