
body {
	background-color: #bbbbf1;
	color: #000000;
	font-size: 1em;
	font-family: Verdana,Arial,Helvetican,sans-serif;
	margin: 0;
	padding: 1px;
}

/* BEGIN div/span tag */
div#header {
	background-image: url('/images/rainbow_head_foot.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #000000;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
}

div#header_left {
	float: left;
	width: 150px;
}

div#header_right {
	margin:0px;
	margin-left:152px;
	width: 750px;
}

div#header_top {
	font-size: 1.4em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	width: 99%;
}

div#navigation_holder {
	padding: 0px;
	width: 99%;
}

div#footer {
	background-image: url('/images/rainbow_head_foot.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #000000;
	font-size: 0.7em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	padding: 0px;
	text-align:center;
	width: 900px;
}

div#content {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	padding-bottom: 5px;
	width: 898px;
}

div.printservices {
    background-image: url('/images/print_cartridges.jpg');
    float:left;
    min-height: 175px;
    width: 276px;
}

div.webservices {
    background-image: url('/images/browser.jpg');
    margin-left: 307px;
    margin-right: 315px;
    min-height: 175px;
    width: 276px;
}

div.otherservices {
    background-image: url('/images/keyboard.jpg');
    float: right;
    min-height: 175px;
    width: 276px;
}

div#labels {
	font-size:1em;
	text-align: center;
	width: 100%;
}

div.labels_left {
	float: left;
}

div.labels_right {
	margin: 0px;
	margin-left: 200px;
	text-align: left;
}

div.news-title {
	background-color: #e6e6fa;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #a451a4;
	font-weight: bold;
}

div.news-item {
	background-color: #e6e6fa;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
}

div.portfolio_left {
	float:left;
	margin-left: 0px;
	width:48%;
}

div.portfolio_right {
	float:right;
	width:48%;
}

div.portfolio_client {
	border-bottom: 1px solid #c8a2c8;
	vertical-align:top;
}

div.portfolio_image {
	border: 4px groove #c8a2c8;
	text-align:center;
}

div.portfolio_info {
	border-bottom: 1px solid #c8a2c8;
}

div.casestudy_image {
	border: 4px groove #c8a2c8;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:350px;
}

a.bold, div.bold, span.bold {
	font-weight: bold;
}

span.big_letter {
	background: transparent;
	font-size: 1.6em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
}

span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

p.errors, span.errors {
	color: #ff0000;
}

h1.page_title {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* END div/span tag */

/* BEGIN form tag */
fieldset {
	border: 1px solid #c8a2c8;
}

fieldset#submitform {
	border-top: 0px;
}

fieldset ol {
	padding: 10px 10px 0 4px;  
	list-style: none;
}

fieldset li {  
	position: relative;
	padding-bottom: 2em;
	line-height: 1em;
}

label {
	position: relative;
	clear: left;
	float: left;
	width: 12em;
	margin-right: 5px;
	padding-right: 5px;
	line-height: 1em;
	text-align: right;
}

input.textInput {
	background-color: #e6e6fa;
	border: 1px solid #c8a2c8;
	width: 300px;
}

textarea.message {
	background-color: #e6e6fa;
	border: 1px solid #c8a2c8;
	width: 300px;
}
/* END form tag */

/* BEGIN img tag */
img {
	border: 0px;
}
/* END img tag */

/* BEGIN link tag */
a:link {
	color: #ad8dac;
	text-decoration: none;
}

a:visited {
	color: #897089;
	text-decoration: none;
}

a:active {
	color: #897089;
	text-decoration: none;
}

a:hover {
	color: #897089;
	text-decoration: underline;
}

a.linkopaque img, a.thickbox img {
/*	filter: alpha(opacity=60);
	-moz-opacity: 0.60;*/
	opacity: 0.60;
}

a.linkopaque:hover img, a.thickbox:hover img {
/*	filter: alpha(opacity=100);
	-moz-opacity: 1.0;*/
	opacity: 1.0;
}

a.thickbox:link, a.bold:link {
	color: #c8a2c8;
	font-weight: bold;
	text-decoration: none;
}

a.thickbox:visited, a.bold:visited {
	color: #897089;
	font-weight: bold;
	text-decoration: none;
}

a.thickbox:active, a.bold:active {
	color: #897089;
	font-weight: bold;
	text-decoration: none;
}

a.thickbox:hover, a.bold:hover {
	color: #897089;
	font-weight: bold;
	text-decoration: underline;
}
/* END link tag */

/* BEGIN list tag */
ul#navigation, ul#admin_navigation {
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

ul#navigation li, ul#admin_navigation li {
	display:inline;	
	padding:0px 6px 0px 2px;
}

ul#navigation .nav_item_start, ul#admin_navigation .nav_start_item {
	display:inline;	
	padding:0px 6px 0px 2px;
}

ul.none, li.none {
	list-style-type: none;
}

li.alpha {
	list-style-type: lower-alpha
}
/* END list tag */

/* BRGIN table tag */
table.full_width {
	border: 1px solid #c8a2c8;
	width: 99%;
}

td {
	background: #e6e6fa;
	border: 1px solid #c8a2c8;
	color: #000000;
}

th {
	background: #e6e6fa;
	border: 1px solid #c8a2c8;
	color: #000000;
}
/* END table tag */