/*
<!-- 2008/12/12 (C)Copyright OmniX Web Design(Matthew David Xerri) -->
<!-- The visual format for the SERVICES webpage containing Identification and Class Tags. -->

	background-color:	; 
	border: 			; 
	border-color: 		; 
	border-style:  		;	
	color: 				;
	font-family: 		;
	font-size: 			;
	font-style:			;
	font-weight:		;
	height:				;
	margin: 			;
	padding: 			;
	text-decoration:	;
	text-align: 		;
	width:				;
	vertical-align:		;
*/

/* Classes */
a.navigation_services {
	background-color:	;
	color: 				#FFFFFF;
}
			
a:hover.navigation_services {
	background-color:	;
	color: 				#FF0000;
}

li.navigation_services {
	border-bottom: 		3px solid #FF0000;
	display: 			block;
	list-style:			none;
	padding:			3px;
	text-align:			center;
}

/* ID */
div#navigation_services {
	background-color:	#000000;
	float:				left;
	height:				350px;
	text-align:			center;
	width:				200px;
}

li#navigation_services_first {
	border-top: 		3px solid #FF0000;
}

li#navigation_services_last {
}

div#services {
	height:				350px;
	overflow:			hidden;
	padding:			10px;
	text-align:			center;
	width:				630px;
}

div#services_list {
	float:				left;
	padding:			0px 0px 0px 100px;
	text-align:			left;
}

div#services_images {
	float:				right;
	padding:			0px 100px 0px 0px;
	text-align:			center;
}

img#printing {
	height: 			125px;
	width:				250px;
}

p#services_text {
}

div#services table tr td {
	padding:			0px 20px;
}