/********************
Cream: #FFFFCC
Red: #FF0000
Green: #339900
Blue: #333399
********************/

html {
    position: relative;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, Times, serif;
    font-size: 1em;
    color: black;
    text-align: center;
    background-color: transparent; /*#C0C0C0 grey*/
}
body {
    position: relative;
    z-index: 0;
    idth: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: 0px auto 0px auto;
    font-size: 1em;
    background-color: transparent;
}
#body {
    position: relative;
    z-index: 0;
    height: auto;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: 0px 0px 0px 0px;
    background-color: transparent; /* lime */
}

span { display: none; }

br.clear {
    position: relative;
    clear: both;
    height: 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
}

/*********************/
/* TOP & HEADER DIVS */
/*********************/
#top /* inside #view */ {
    position: relative;
    z-index: 0;
    width: 760px;
    padding: 0px auto 0px auto;
    border-top: 0px solid white;
    border-bottom: 3px solid #339900;
    border-left: 0px solid white;
    border-right: 0px solid white;
    margin: 0px auto 0px auto;
    background-color: transparent;
    clear: both;
}
.bar /* inside #view */ {
    position: relative;
    z-index: 0;
    width: 760px;
    height: 0px;
    padding: 0px auto 0px auto;
    border-top: 3px solid #FF0000;
    border-bottom: 3px solid #333399;
    border-left: 0px solid white;
    border-right: 0px solid white;
    margin: 0px auto 0px auto;
    background-color: transparent;
    clear: both;
}
div.header {
    position: relative;
    z-index: 0;
    width: 760px;
    height: 120px;
    padding: 0px auto 0px auto;
    border: 0px solid orange;
    margin: 0px auto 0px auto;
    background-color: transparent;
}
div.header a:link,
div.header a:visited,
div.header a:active,
div.header a:hover {
    padding: 0px;
    border: 0px solid orange;
    margin: 0px;
    text-decoration: none;
}

/**************/
/* BOTTOM DIV */
/**************/
#bottom {
    position: relative;
    z-index: 0;
    width: 760px;
    padding: 0px 0px 0px 0px;
    border: 0px solid green;
    margin: 0px auto 0px auto;
    background-color: transparent;
    clear: both;
}

/**************/
/* FOOTER DIV */
/**************/
.footer {
    position: relative;
    z-index: 0;
    width: 760px;
    min-height: 100px;
    padding: 0px 0px 0px 0px;
    border: 2px solid #FF0000;
    margin: 0px auto 0px auto;
    background-color: #FFFFCC;
    background-repeat: no-repeat;
    background-position: center left;
    clear: both;
}
.footer#index {
    background-image: url(images/footer_impact.jpg);
}
.footer#about {
    background-image: url(images/footer_ontop.jpg);
}
.footer#complete_design {
    background-image: url(images/footer_network.jpg);
}
.footer#contact {
    background-image: url(images/footer_contact.jpg);
}
.footer#design_card {
    background-image: url(images/footer_network.jpg);
}
.footer#examplecards {
    background-image: url(images/footer_anywhere.jpg);
    background-position: bottom left;
}
.footer#fastcards {
    background-image: url(images/footer_reminder.jpg);
}
.footer#otherservices {
    background-image: url(images/footer_fileme.jpg);
}
.footer#pricing {
    background-image: url(images/footer_checkme.jpg);
}

.footer p.left {
    position: absolute; /*absolute*//*relative*/
    z-index: 0;
    bottom: 0px;
    left: 0px;
    float: left;
    padding: 0px 0px 0px 0px;
    border: 0px solid orange;
    margin: 0px 0px 20px 270px;
    font-size: 65%;
    color: #696969;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
}
.footer p.right {
    position: absolute; /*absolute*//*relative*/
    z-index: 0;
    bottom: 0px;
    right: 0px;
    float: right;
    padding: 0px 0px 0px 0px;
    border: 0px solid orange;
    margin: 0px 20px 20px 0px;
    font-size: 65%;
    color: #696969;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
}
.footer p a:link,
.footer p a:visited,
.footer p a:active {
	color: #FF0000;
    text-decoration: none;
}
.footer p a:hover {
	color: #B22222;
    text-decoration: underline;
}

/*********************/
/* MAIN PAGE CONTENT */
/*********************/
div.content {
    position: relative;
    z-index: 0;
    width: 760px;
    min-height: 300px;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
    margin: 0px auto 0px auto;
    background-color: transparent; /*transparent*/
    background-image: none;
    clear: both;
}
div.left {
    position: relative;
    float: left;
    width: 200px;
    padding: 0px 0px 0px 0px;
    border: 0px solid orange;
    margin: 0px 0px 0px 0px;
    background-color: transparent; /*transparent*/
    background-image: none;
}
div.right {
    position: relative; /*relative*//*absolute*/
    z-index: 0;
    float: right;
    width: 530px;
    min-height: 430px;
    padding: 0px 10px 15px 10px;
/*    border: 0px solid blue;*/
    margin: 15px 0px 15px 0px;
    background-color: transparent; /*transparent*/
    background-image: none;
	/* border:thin #000000 solid;*/

}
#creme_background {
    background-color: #FFFFCC; /*transparent*/
}
#pad_bottom {
    padding-bottom: 45px;
}

/************************/
/* ANIMATION DIV STYLES */
/************************/
div.anim {
    float: right;
    width: 280px;
    padding: 0px 0px 0px 0px;
    border: 0px solid blue;
    margin: 50px 0px 0px 0px;
    background-color: transparent; /**/
    background-image: none;
}


/*******************************/
/* FAST CARD TABLE/FORM STYLES */
/*******************************/

.fasttable {
    display: block;
	position: relative;
    z-index: 0;
	width: 410px;
    padding: 0px auto 0px auto;
    border: 0px solid #000000;
    margin: 20px auto 0px auto;
    background-color: #FFFFCC;
}
.fasttable legend {
    display: none;
	position: relative;
    z-index: 0;
    padding: 3px 5px 3px 5px;
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    font-size: 75%;
    color: #696969;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    background-color: white;
}
.fasttable table {
    padding: 0px auto 0px auto;
    border: 0px solid blue;
    margin: 10px auto 0px auto;
}

.fasttable table td.title {
	position: relative;
    padding: 2px 15px 2px 0px;
    border: 0px solid red;
    margin: 0px 0px 0px 10px;
    font-size: 75%;
    color: black;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
	text-align:right;

}

.fasttable table td.title2 {
	position: relative;
    padding: 2px 15px 2px 0px;
    border: 0px solid red;
    margin: 0px 0px 0px 0px;
    font-size: 75%;
    color: black;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
	text-align:right;
}


.fasttable table td input {
    width: 290px;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 4px 0px;
}
.fasttable table a.submit {
    display: block;
    width: 150px;
    height: 18px;
    padding: 0px 0px;
    border: 0px solid red;
    margin: 10px 0px 5px 0px;
    background-color: transparent;
    background-image: url(images/submit.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.fasttable table a.submit:hover {
    background-image: url(images/submit_hover.gif);
}
.fasttable table a.reset {
    display: block;
    width: 51px;
    height: 18px;
    padding: 0px 0px;
    border: 0px solid red;
    margin: 10px 0px 5px 0px;
    background-color: transparent;
    background-image: url(images/reset.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.fasttable table a.reset:hover {
    background-image: url(images/reset_hover.gif);
}

/* additional styles for fastcards form - bill marquis */
.twarning
{	display:inline;
	color:#FF0000;
}


/************************/
/* EXAMPLE DIV STYLES */
/************************/
div.example_header {
    display: none;
}
div.example_border_top {
    float: right;
    width: 530px;
    padding: 10px 0px 0px 0px;
    border: 0px solid red;
    margin: 0px 0px 0px 0px;
    background-color: transparent; /*transparent*/
    background-image: url(images/example_bg_top.gif);
    background-repeat: no-repeat;
    background-position: left -10px;
    clear: both;
}
div.example_border {
    float: right;
    width: 530px;
    padding: 0px 0px 0px 0px;
    border: 0px solid pink;
    margin: 0px 0px 0px 0px;
    background-color: transparent; /*transparent*/
    background-image: url(images/example_bg.gif);
    background-repeat: repeat-y;
    background-position: center left;
    clear: both;
}
div.example {
    float: left;
    width: 430px;
    padding: 0px 0px 0px 0px;
    border: 0px solid blue;
    margin: 10px 20px 10px 20px;
    background-color: transparent; /**/
    background-image: none;
    clear: both;
}
div.example_small {
    float: left;
    width: 241px;
    padding: 0px 0px 0px 0px;
    border: 0px solid blue;
    margin: 10px 0px 10px 10px;
    background-color: transparent; /**/
    background-image: none;
    clear: right;
}
div.example_small2 {
    float: left;
    min-width: 100px;
    padding: 0px 0px 0px 0px;
    border: 0px solid blue;
    margin: 10px 0px 10px 10px;
    background-color: transparent; /**/
    background-image: none;
    clear: right;
}
div.example img {
    float: left;
    width: 200px;
    padding: 0px;
    border: 0px solid lime;
   	margin: 0px;
    vertical-align: top;
}
div.example p {
    float: right;
    width: 220px;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 10px 0px 0px 0px;
    text-align: left;
    color: #303030;
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
}
div.example_small2 p {
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 10px 0px 0px 0px;
    text-align: center;
    color: #303030;
    font-size: 65%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
}
div.example_border_bottom {
    float: right;
    width: 530px;
    min-height: 145px;
    padding: 0px 0px 0px 0px;
    border: 0px solid green;
    margin: 0px 0px 0px 0px;
    background-color: transparent; /*transparent*/
    background-repeat: no-repeat;
    background-position: bottom left;
    clear: both;
}
#example_simple {
    background-image: url(images/example_simple.gif);
}
#example_simple_logo {
    background-image: url(images/example_simple_logo.gif);
}
#example_image {
    background-image: url(images/example_image.gif);
}
#example_design_colour {
    background-image: url(images/example_design_colour.gif);
}
#example_doublesided {
    background-image: url(images/example_doublesided.gif);
}

div.br {
    osition: relative;
    height: 50px;
    padding: 0px 0px 0px 0px;
    border: 1px solid red;
   	margin: 0px 0px 0px 0px;
    clear: both;
}

/*****************/
/* HEADER STYLES */
/*****************/
h1 {
    padding: 0px 0px 0px 0px;
    border: 0px solid cyan;
    margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, Times, serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
	color: #000000;
    line-height: 100%;
}
h1.logo {
    cursor: hand;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 10px;
    width: 267px;
    height: 93px;
    background-color: transparent;
    background-image: url(images/bizcard_logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
h2 {
    padding: 0px 0px 0px 0px;
    border: 0px solid pink;
   	margin: 0px 0px 0px 0px;
}
div.header h2 {
    position: absolute;
    z-index: 0;
    right: 0px;
    bottom: 20px;
    max-width: 500px;
	text-align: center;
	font-family: Arial, Helvetica, Times, serif;
    font-size: 65%;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
	color: #000000;
    line-height: 100%;
}
div#bottom h2 {
    position: relative;
    z-index: 0;
    margin: 0px 0px 30px 0px;
    font-family: "Trebuchet MS";
    font-size: 180%;
    color: #696969;
    text-align: right;
    font-weight: normal;
    font-style: normal;
    line-height: 120%;
    clear: both;
}
h3 {
    display: none;
}
h3.leafletsuk {
    display: block;
    width: 270px;
    height: 76px;
    padding: 0px 0px 0px 0px;
    border: 0px solid pink;
   	margin: 0px auto 0px auto;
    background-color: transparent;
    background-image: url(images/leafletsuk_logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
h4 {
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 15px 10px 5px 10px;
    text-align: left;
    color: #303030;
    font-size: 80%;
    font-weight: bold;
    font-style: normal;
    line-height: 140%;
}
h5, h6 {
    display: none;
}

/***************/
/* TEXT STYLES */
/***************/
p.p1 {
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 15px 10px 5px 10px;
    text-align: left;
    color: #303030;
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
    clear: both;
}
p.p2 {
    padding: 0px 0px 0px 0px;
    border: 0px solid lime;
   	margin: 0px 10px 5px 10px;
    text-align: left;
    color: #303030;
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
    clear: both;
}
a:link,
a:visited,
a:active {
    padding: 0px;
	color: #303030;
    text-decoration: underline;
}
a:hover {
    padding: 0px;
    color: #696969;
    text-decoration: none;
}

p.p3 {
    float: right;
    width: 270px;
    padding: 10px;
    border: 0px solid lime;
   	margin: 15px 0px 5px 0px;
    text-align: left;
    color: #303030;
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
    background-color: #FFFFCC; /*transparent*/
    clear: both;
}
p.p3 a img {
    padding: 0px;
    border: 0px solid lime;
   	margin: 10px;
    line-height: 140%;
    text-decoration: none;
    vertical-align: middle;
}

p.p4 {
    padding: 15px 0px 20px 20px;
    border: 0px solid lime;
   	margin: 0px 0px 0px 0px;
    text-align: left;
    font-family: "Trebuchet MS";
    color: #2E9FDB;
    font-size: 110%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
    background-color: transparent; /*transparent*/
    clear: both;
}
a.jumpto {
    border-bottom: 1px dashed #D3D3D3;
    text-decoration: none;
    cursor: help;
}

acronym {
    border-bottom: 1px dotted #D3D3D3;
    cursor: help;
}

ul.norm {
    list-style-type: square;
    list-style-position: outside;
    padding: 0px 0px 0px 20px;
    border: 0px solid orange;
   	margin: 15px 10px 5px 10px;
    text-align: left;
    color: #303030;
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
}

ul.blue_bullet {
    list-style-type: none;
    padding: 20px 0px 20px 0px;
    border: 0px solid orange;
   	margin: 0px 10px 0px 10px;
}
ul.blue_bullet li {
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 25px 10px 25px 0px;
    text-align: left;
    color: #303030;
    line-height: 140%;
}
ul.blue_bullet li a:link,
ul.blue_bullet li a:visited,
ul.blue_bullet li a:active {
    padding: 0px 0px 0px 20px;
    border: 0px solid red;
   	margin: 0px 0px 0px 10px;
    text-align: left;
    color: #303030;
    font-size: 85%;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    line-height: 140%;
    background-image: url(images/bullet_blue.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
ul.blue_bullet li a:hover {
    color: #696969;
}

/*************************/
/* INDEX PAGE NAVIGATION */
/*************************/
div.indexnavigation { /* outer box */
    position: relative;
    z-index: 10;
    min-height: 300px;
    width: 760px;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 0px auto 0px auto;
    background-color: transparent;
}
#indexnavcontainer {
    position: relative;
    z-index: 10;
    width: 760px;
    margin: 0px 0px 0px 0px;
    border: 0px solid yellow;
    padding: 0px 0px 0px 0px;
}
#indexnavcontainer ul {
    position: relative;
    z-index: 10;
  	width: 750px;
    margin: 0px 0px 0px 13px;
    border: 0px solid green;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
    background-color: transparent; /*transparent*/
    clear: both;
}
#indexnavcontainer ul li {
    position: relative;
    z-index: 10;
    display: block;
  	float: left;
    idth: 150px;
    in-height: 100px;
    margin: 15px 15px 0px 0px;
    border: 0px solid #FF0000;
    padding: 0px;
    background-color: transparent; /*transparent*/
}
#indexnavcontainer ul li br {
    line-height: 0%;
}
#indexnavcontainer ul li a {
    position: relative;
    z-index: 10;
  	display: block;
   	width: 148px;
    min-height: 6em;
    margin: 0px 0px 0px 0px;
    border: 2px solid #FF0000;
    padding: 10px;
    font-size: 90%;
    color: #4F4F4F;
    line-height: 120%;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFCC; /*transparent*/
}
#indexnavcontainer ul li a:hover {
    background-color: #FFFFCC; /*transparent*/
}
#indexnavcontainer ul li a em {
  	display: block;
    min-height: 3em;
    margin: 0px 0px 0px 0px;
    border-top: 0px solid #339900;
    border-bottom: 2px solid #339900;
    border-left: 0px solid #339900;
    border-right: 0px solid #339900;
    padding: 0px 0px 0px 0px;
    font-size: 95%;
    color: #4F4F4F;
    line-height: 120%;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    cursor: hand;
}
#indexnavcontainer ul li a small {
  	display: block;
    margin: 5px 0px 0px 0px;
    border-top: 0px solid #339900;
    border-bottom: 0px solid #339900;
    border-left: 0px solid #339900;
    border-right: 0px solid #339900;
    padding: 0px 10px 0px 10px;
    font-size: 75%;
    color: #808080;
    line-height: 150%;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

/*******************/
/* PAGE NAVIGATION */
/*******************/
div.navigation { /* outer box */
    position: relative;
    z-index: 10;
    float: left;
    padding: 0px 0px 0px 0px;
    border: 0px solid cyan;
   	margin: 0px 0px 0px 0px;
    background-color: transparent;
}
#navcontainer {
    position: relative;
    z-index: 10;
    float: left;
    margin: 0px 0px 0px 10px; /* indent list */
    border: 0px solid lime;
    padding: 0px 0px 20px 0px;
}
#navcontainer ul {
    position: relative;
    z-index: 10;
  	width: 200px;
    margin: 0px 0px 0px 0px;
    border: 0px solid green;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
    background-color: transparent; /*transparent*/
    clear: both;
}
#navcontainer ul li {
    position: relative;
    z-index: 10;
    display: block;
  	float: left;
    margin: 0px 0px 0px 0px;
    border: 0px solid yellow;
    padding: 0px;
    background-color: transparent; /*transparent*/
}
#navcontainer ul li a {
    position: relative;
    z-index: 10;
  	display: block;
   	width: 148px;
    margin: 0px 0px 0px 0px;
    border-top: 0px solid #339900;
    border-bottom: 2px solid #339900;
    border-left: 0px solid #339900;
    border-right: 0px solid #339900;
    padding: 5px 4px 4px 4px;
    font-size: 75%;
    color: #4F4F4F;
    line-height: 120%;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent; /*transparent*/
}

/* The magic */
#navcontainer ul li:hover ul {
    display:block
}
/* set dropdown to default */
#navcontainer ul li:hover li a {
   background-color: white;
}
/* this sets all hovered lists */
#navcontainer ul li:hover a,
#navcontainer ul li:hover li a:hover {
   background-color: #FFFFCC;
}

#navcontainer ul li a:hover {
    border-color: #FF0000;
    background-color: #FFFFCC; /*transparent*/
}

#navcontainer ul li#current {
    position: relative;
    z-index: 10;
    display: block;
  	float: left;
    margin: 10px 0px 0px -7px;
    border: 0px solid lime;
    padding: 0px;
    background-color: transparent; /*transparent*/
}
#navcontainer ul li#current a {
    position: relative;
    z-index: 10;
  	display: block;
   	width: 148px;
    in-height: 6em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #FF0000;
    padding: 10px;
    ont-size: 100%;
    color: #4F4F4F;
    line-height: 120%;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFCC; /*transparent*/
}
#navcontainer ul li#current a:hover {
    background-color: #FFFFCC; /*transparent*/
}
#navcontainer ul li#current a em {
  	display: block;
    in-height: 2.5em;
    margin: 0px 0px 0px 0px;
    border-top: 0px solid #339900;
    border-bottom: 2px solid #339900;
    border-left: 0px solid #339900;
    border-right: 0px solid #339900;
    padding: 2px 0px 10px 0px;
    font-size: 115%;
    text-align: center;
    color: #4F4F4F;
    line-height: 120%;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    cursor: hand;
}
#navcontainer ul li#current a small {
  	display: block;
    margin: 0px 0px 0px 0px;
    border: 0px solid blue;
    padding: 0px 10px 0px 10px;
    font-size: 95%;
    text-align: center;
    color: #808080;
    line-height: 150%;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

#navcontainer ul ul {
	display: none;
}
#navcontainer ul ul.show {
	display: block;
}
#navcontainer ul ul {
    position: relative;
    z-index: 10;
  	width: 165px;
    margin: 0px 0px 0px 10px;
    border: 0px solid green;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
    background-color: transparent; /*transparent*/
    clear: both;
}
#navcontainer ul ul li {
    position: relative;
    z-index: 10;
    display: block;
  	float: left;
    margin: 0px 0px 0px 0px;
    border: 0px solid yellow;
    padding: 0px;
    background-color: transparent; /*transparent*/
}
#navcontainer ul ul li a {
    position: relative;
    z-index: 10;
  	display: block;
   	width: 138px;
    margin: 0px 0px 0px 0px;
    border-top: 0px solid #333399;
    border-bottom: 2px solid #333399;
    border-left: 0px solid #333399;
    border-right: 0px solid #333399;
    padding: 5px 4px 4px 4px;
    font-size: 75%;
    color: #4F4F4F;
    line-height: 120%;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent; /*transparent*/
}
#navcontainer ul ul li a:hover {
    border-color: #FF0000;
    background-color: #FFFFCC; /*transparent*/
}

/********************
Cream: #FFFFCC  Red: #FF0000  Green: #339900  Blue: #333399
********************/
