
body {
	background: #fff url(i/bg.jpg) 50% 0 no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
	font: 80%/160% georgia, "times new roman", times, serif;
}

#head, #nav, #con {
	text-align: left;
}

/*----- standard block-level elements -------*/

p, ul, td {
	margin: 0 0 1.5em 0;
}
p.intro {
	font-size: 130%;
	color: #666;
	font-style: italic;
}

ul {
	list-style: square;
}

h1, h2, h3, h4, legend {
	font: 100%/100% Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 .3em 0;
	color: #147;
}
h1 {
	font-size: 160%;
	padding: 4px 0;
	padding-left: 30px;
	margin-left: -30px;
}
h1.home { background: url(i/home24.gif) 0 50% no-repeat; }
h1.ebill { background: url(i/ebill24.gif) 0 50% no-repeat; }
h1.printing { background: url(i/print24.gif) 0 50% no-repeat; }
h1.fulfillment { background: url(i/fulfillment24.gif) 0 50% no-repeat; }
h1.coding { background: url(i/coding24.gif) 0 50% no-repeat; }
h1.lists { background: url(i/list24.gif) 0 50% no-repeat; }
h1.paperless { background: url(i/paperless24.gif) 0 50% no-repeat; }
h1.contact { background: url(i/mail24.gif) 0 50% no-repeat; }


h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4, legend { font-size: 110%; }


/*---- anchors ---------*/

a {
	color: #c80;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #a60;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ea2;
}

/*--- forms ---*/
fieldset {
	margin: 1em 0;
}
label {
	margin-bottom:.2em;
	display: block;
}
input, textarea, select {
	margin: 0 5px 5px 0;
	width: 150px;
	padding: 1px;
	font-size: .9em;
}
textarea {
	width: 300px;
}
input.override {
	width: auto;
	margin-bottom: 0;
}
label.override {
	display: inline;
}

input:focus, textarea:focus {
	background: #ffd;
}


/*--- basic layout structure --------*/

#wrap {
	width: 730px;
	margin: 0 auto;
	position: relative;
}

#head {
	background: url(i/bgleft.jpg) 50% 0 repeat-x;
	margin: 0 10px 20px 10px;
	float: left;
	width: 730px;
	clear: both;
}
#head img#logo {
	float: left;
}
#head img#tag {
	float: right;
	margin: 0;
}



/*--- navigation ----*/

#nav {
	background: #fff;
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;
	font: 11px/110% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
}

#nav ul {
	padding: 0;
	margin: 0 0 2em 0;
}
#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li a, #nav li a:visited {
	color: #c80;
	padding: 9px 10px 9px 28px;
	display: block;
	text-decoration: none;
}
#nav li a:hover, #nav a#current {
	color: #036;
	text-decoration: none;
}
li#home a:hover, li#home a#current { background: url(i/home24.gif) 0 50% no-repeat; }
li#ebill a:hover, li#ebill a#current { background: url(i/ebill24.gif) 0 50% no-repeat; }
li#printing a:hover, li#printing a#current { background: url(i/print24.gif) 0 50% no-repeat; }
li#fulfillment a:hover, li#fulfillment a#current { background: url(i/fulfillment24.gif) 0 50% no-repeat; }
li#coding a:hover, li#coding a#current { background: url(i/coding24.gif) 0 50% no-repeat; }
li#lists a:hover, li#lists a#current { background: url(i/list24.gif) 0 50% no-repeat; }
li#paperless a:hover, li#paperless a#current { background: url(i/paperless24.gif) 0 50% no-repeat; }
li#contact a:hover, li#contact a#current { background: url(i/mail24.gif) 0 50% no-repeat; }


#nav p {
	font-size: .9em;
	line-height: 130%;
	margin: 2em 0 0 28px;
}

/*----- end nav --------*/
#con {
	width: 480px;
	float: left;
	display: inline;
	background: #fff;
	margin-left: 35px;
}


/*----modules -----*/

.mod1 {
	width: 225px;
	background: url(i/mod1bg.gif) no-repeat;
	font: 10px/140% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 9px;
	margin-bottom: 1em;
}
.mod1 input {
	width: 100px;
	margin: 0 12px .5em 12px;
	font: 10px/100% Verdana, Arial, Helvetica, sans-serif;
}
input.button {
	width: auto;
}
.mod1 h3 {
	display: block;
	padding: 10px 12px .3em 12px;
}

.mod1 p , .mod1 label {
	display: block;
	padding: 0 12px;
}
.mod1 label {
	margin: 0 0 .5em 0;
}
.mod1 p.last {
	background: url(i/mod1_bot.gif) bottom no-repeat;
	margin-bottom: 0;
	padding-bottom: 15px;
}


p.smaller {
	font-size: .9em;
}


.r {
	float: right;
	margin: .5em 0 .5em 1em;
}


/*--- ftp interface styles ----*/
table.ftpbox {
	font: 1em/150% verdana, arial, helvetica, sans-serif;
	width: 500px;
}

.ftpbox img {
	margin-right: .5em;
}

table.ftpbox a {
	background:#eed;
	display: block;
	padding: 5px;
	vertical-align: middle;
}

table.ftpbox a:hover {
	background: #fff;
	text-decoration: none;
}

table.ftpbox h3, table.ftpbox h4 {
	background: #eee;
	padding: 5px;
}


.percentage {
	font: 10px/100% verdana, arial, helvetica, sans-serif;
	color: #000;
}



td {
/*	border: 1px solid #ccc;*/
}