/*
-----------------------------------------------
Title: Main Page Content Stylesheet
Author: Paul Schmit - Designkitchen, Inc.
Created:  20.feb.2005
Modified: 
----------------------------------------------- */

/* =STRUCTURE */
@import url("structure.css");

/* =NAVIGATION 
@import url("navigation.css");*/

/* =PAGE CONTENT */
@import url("content.css");



/* =PAGE CONTENT */
@import url("products.css");


#content p {
	color:#333333;
	font-size:1.0em;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 10px 0px;	
}

#content ul {
	background-color:#F0F0F0;
	margin:10px 0px 15px 0px;
	padding:10px 12px 12px 12px;
}

#content ul ul {
	margin:0px;
	padding:5px 0px 0px 0px;
}
#content ul li {
	color:#333333;
	line-height:16px;
	list-style:none;
	list-style-image:none;	
	margin:5px 0px 0px 0px;	
	padding:0px 0px 4px 14px;
}
#content ul li {
	background:url(http://83.138.143.21/images/products/nav.arrow.gif) 0px 5px no-repeat;
}
#content ul li ul li {
	background:url(http://83.138.143.21/images/products/list.arrow.gif) 0px 3px no-repeat;
}
#content a {
	color:#1A4897;
	text-decoration:underline;
}
#content a:hover {
	color:#0064aa;
	text-decoration:none;
}
.fullspan {
	display:block;
	margin-left:-28px;
	margin-right:-28px;
	margin-bottom:20px;
}



