@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(../images/slices/cloud-background.jpg) top center #FFFFFF no-repeat;
}

p  {
	color:#333;
	font-size:16px;
	margin:4px 0px 4px 4px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6  {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#06C;
	margin:6px 0px 15px 0px;
	padding:0px 0px 6px 0px;
}

a:link, a:visited  {
	text-decoration:underline;
	color:#666
}

a:hover {
	text-decoration:none;
	color:#666;
}

.paypal  {
	text-align:center;
}

.specs  {
	margin:10px;
	text-align:left;
	font-size:10px;
}

.list  {
	list-style-type:square;
	color:#333;
	font-size:16px;
	font-style:italic;
}

.list li  {
	margin: 8px;
}


.imgborder  {
	margin:5px;
	border:1px solid #666;
}

.footer  {
	margin:0px 0px 4px 0px;
	padding:0px;
	text-align:right;
}

.footer a:link, .footer a:visited  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#557535;
	padding:0px 8px;
}

.footer a:hover  {
	color:#557535;
	font-weight:bold;
	text-decoration:underline;
	padding:0px 8px;
}

.footer2  {
	margin:0px;
	padding:0px;
}

.footer2 p, .footer2 a  {
	text-decoration:none;
	font-weight:bold;
	color:#445E2B;
	
}


p.homepage-text  {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	color:#06C;
	margin-bottom:30px;
}

p.homepage-text2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
}

p.homepage-text3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6B9343;
}

/*------------START Breadcrumbs CSS--------------------*/

.breadcrumbsMAIN  {
	padding: 0px;
	margin: 0px;
	border-bottom:#000000 solid 1px;
	height:24px;
}

.breadcrumbs  {
	margin: 0px;
	padding: 0px;
	width:500px;
}

p.breadcrumbs  {
	font-size:16px;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-style:italic;
}

/*------------END Breadcrumbs CSS--------------------*/


/*------------START Navigation CSS--------------------*/

/* Overall main navigation styles */
#mainnav {
	width: 960px;
	margin: 7px auto;
	padding:0px;
	background: none;
	font-size:14px;
}

#nav, #nav ul {
	margin:2px 0px 0px 54px;;
	padding:0px;
	list-style: none;
	line-height: 1em;
	color: #999;
	background-color: transparent;
	font-weight: bold;
	
}

/* -------------------------- */
/* The top main navigation links */
#nav a:link, #nav a:visited {
	font-size:18px;
	display: block;
	padding: 2px 11px;
	margin:0px auto;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav a:hover  {
	color:#4B682F;
}


#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px dotted #FFFFFF;
	background-color: #557535;
	margin: 0px;
	padding:0px;
}

#nav li li  {
	padding:0;
	width:140px;
}

#nav li ul a:link, #nav li ul a:visited  {
	font-size:11px;
	padding: 5px 10px;
	width:120px;
	border-right:none;
}

*html #nav li ul a  {
	width: 100px;
	* html width: 100px;
}

/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */


#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: transparent;
}
/* -------------------------- */

#nav li ul.under a  {
	color:#ffffff;
	font-weight:bold;
	background-image:none;
}

#nav li ul.under a:hover {
	color:#FFFFFF;
	background-image:none;
	background-color:#4B682F;
}


/*------------END Navigation CSS--------------------*/
