/* Reset CSS */
html, body, div, span,
applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	/* eliminate margin */
	margin: 0;
	padding: 0;
}

/****************************************************************
End CSS reset 
****************************************************************/





body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea, option {
	color: #eee;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}



a { color: #fff; cursor: pointer; outline: none !important; }
a:visited { color: #fff; }
a:hover, a:focus { color: #fff; text-decoration: none; }
a:active { color: #fff; }



h1 {
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	background: url(../images/dotted_line_red.gif) repeat-x bottom left;
	padding-bottom: 10px;
}


h2 {
	margin: 35px 0 8px;
	font-size: 16px;
	color: #fff;
}


em { font-style: italic;}


.bigBold {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


/* Main Structure

---------------------------------------------------------------------------------------------------- */


#wrapper { 
	margin: 0 auto;
	width: 805px;
	background: url(../images/wrapper_bg.gif) repeat-y;
}




#header {
	width: 805px;
	float: left;
	padding: 0;
	height: 0;
	margin: 0;
	background: #fff;
}



#leftcolumn { 
	color: #333;
	background: #fff url(../images/left_col_bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	width: 260px;
	float: left;
}



#rightcolumn { 
	float: left;
	background: #a51d16 url(../images/right_col_bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	width: 545px;
}



#footer { 
	width: 805px;
	height: 34px;
	background: #a51d16 url(../images/footer_bg.gif) no-repeat;
	clear: both;
	margin: 0;
	padding: 0;
}


#spacer {
	width: 500px;
	height: 35px;
}

#bottom-space {
	height: 50px;
	background: none;
}


/* Left Guts

---------------------------------------------------------------------------------------------------- */


#login_box {
	width: 260px;
	height: 227px;
	background: url(../images/login_bg.jpg) no-repeat;
	float: left;
}




/* Main Nav

---------------------------------------------------------------------------------------------------- */

#navigation {
	float: left;
	margin: 3px 0 0 29px;
	
}

* html #navigation { /* ie hack */
	margin: 3px 0 0 15px;
	
}


#left #main_nav{
  height: 22px;
  list-style: none;
  position: relative;
}

#main_nav li {
  float: left;  
  height: 22px;
  padding-bottom: 1px;
}
	
#main_nav li a {
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  background-position: top;
  height: 22px;
}

#main_nav .active a, #main_nav .active a:hover {
  background-position: bottom;
}
 
#main_nav li a:hover {
  background-position: bottom;
}

#nav_home { width: 205px; background:url(../images/nav01.gif) no-repeat; }
#nav_aboutus { width: 205px; background:url(../images/nav02.gif) no-repeat; }
#nav_contactus { width: 205px; background: url(../images/nav03.gif) no-repeat; }
#nav_gogreen { width: 205px; background: url(../images/nav04.gif) no-repeat; }
#nav_testimonials { width: 205px; background: url(../images/nav05.gif) no-repeat; }
#nav_services { width: 205px; background: url(../images/nav06.gif) no-repeat; }
#nav_supplies { width: 205px; background: url(../images/nav07.gif) no-repeat; }
#nav_furniture { width: 205px; background: url(../images/nav08.gif) no-repeat; }
#nav_printing { width: 205px; background: url(../images/nav09.gif) no-repeat; }
#nav_promo { width: 205px; background: url(../images/nav10.gif) no-repeat; }
#nav_janitorial { width: 205px; background: url(../images/nav11.gif) no-repeat; }
#nav_break { width: 205px; background: url(../images/nav12.gif) no-repeat; }
#nav_computer { width: 205px; background: url(../images/nav13.gif) no-repeat; }
#nav_stamps { width: 205px; background: url(../images/nav14.gif) no-repeat; }
#nav_contact { width: 205px; background: url(../images/nav15.gif) no-repeat; }
#nav_return { width: 205px; background: url(../images/nav16.gif) no-repeat; }

#menu_bottom {
	background: url(../images/menu_bottom.gif) no-repeat;
	width: 205px;
	height: 37px;
	float: left;
}


/* Login Form

---------------------------------------------------------------------------------------------------- */


#form_elements {
	margin: 65px 0 0 92px;
}



#form_elements input.text_area {
	background: #fff;
	border: 1px solid #beba7a;
	width: 140px;
	height: 20px;
	margin-bottom: 10px;
	color: #333333;
	padding-top: 3px;
	padding-left: 3px;
}

#form_elements input.login_btn {
	display: block;
	overflow : hidden;
	background: url(../images/login_button.jpg) no-repeat;
	width: 31px;
	height: 19px;
	padding : 19px 0 0 0; /* Hide button text */
	border: none;
}


/* Right Guts

---------------------------------------------------------------------------------------------------- */



#logo {
	width: 545px;
	height: 135px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
}

#info {
	float: right;
	margin: 60px 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

* html #info {
	margin: 60px 15px 0 0;
}


#banner_top {
	width: 545px;
	float: left;
	padding-left: 13px;
}

* html #banner_top {
	width: 532px;
	padding-left: 13px;
}

#body_copy {
	width: 500px;
	float: left;
	margin: 35px 0 0 0;
	padding: 0 0 0 13px;
}





/* Big Buttons */

#large_btns {
	float: left;
	margin: 35px 0 0 13px;
}

* html #large_btns {
	margin: 35px 0 0 6px;
}

dl {float:left;text-align:center;}

dt {
	width: 129px;
	height: 150px;
	float:left;
}





/* Tip Box */

.tip_box {
	width:515px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 0 0 0;
	height: auto;
}

dl.tip_text dd {
	line-height: 20px;
}

.tip_box img {
	float:left;
}

.text_holder {
	width: 450px;
	padding: 5px 0 0 10px;
	float:right;
	overflow:hidden;
}

.text_holder p a{
	font-weight:normal;
	text-decoration:underline;
}

.text_holder p a:hover{text-decoration:none;}




/* Table Styles

---------------------------------------------------------------------------------------------------- */




#mytable {
	width: 500px;
	padding: 0;
	margin-top: 20px;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #508367;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	color: #fff;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.title {
	color: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #508367;
	
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


/* Interior Guts

---------------------------------------------------------------------------------------------------- */




.checked_list li { 
	background: url(../images/check.gif) left center no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}

#bullet_list ul li { 
	background: url(../images/bullet_round.jpg) 0px 5px no-repeat;
	padding-left: 15px;
	margin-left: 15px;
}

#bullet_list ul .nested_list li {
	list-style-position:outside;
	list-style-type:none;
	margin-left: 40px;
	line-height: 20px;
	font-weight: normal;
}



#interior_left {
	float: left;
	width: 240px;
}

#interior_right {
	float: right;
	width: 250px;
}

.star {
	width: 14px;
	height: 13px;
	background: url(../images/star.jpg) no-repeat;
	display: block;
	float: left;
}


#divider_line {
	width: 100%;
	height: 2px;
	background: url(../images/divider_line.gif) repeat-x;
	margin: 25px 0;
}



/*   Rounded Info Box   */

.rbroundbox { background: #f4f2f0; float: left;}
.rbtop div { background: url(../images/corner_tl.gif) no-repeat top left; }
.rbtop { background: url(../images/corner_tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/corner_bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/corner_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 0 6px 0; }
.rbroundbox { margin: 1em auto; }


h2.header_two { color: #292828; margin: 8px 0 3px;}


.overview_box { width: 480px; margin-top: 0; }

.img { float: left; margin: 5px 15px 0 0; }

.copy { float: left; margin-top: 0; }

.overview_box p { 
	font-size: 12px;
	line-height: 18px;
	width: 360px;
	color: #363636;
}

a.button_small { display: block; background: url(../images/button_go.jpg) no-repeat right top;height: 39px; width: 132px; text-indent: -2000px; float: left; }






