/*----------------------------------------------
http://www.comoxvalleyacaciadesigns.com
author:		Logistica Systems
date:		06.16.2009
----------------------------------------------- */

html,body, div {
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


body {
	background-color: #FFFFFF;
	background-image: url(images/acacia_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #BE5900;
	margin: 0 0 1em 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #DE9D37;	
	margin: 0 0 .3em 0;
}


p	{
	margin: 0 0 .7em 0;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 130%;
}


td.content_cell {
	padding-top:2em;
	vertical-align:top;
}

td.nav_cell {
	height: 31px;
}



ul.list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	padding-top:3px;
}


/* MISC */
.small		{font-size: 10px; color:#C80000; }
.small2		{font-size: 11px; }


/* LAYOUT */

#col_left_hm {
	width:460px;
	float:left;
}


#col_right_hm {
	width:500px;
	float:left;
}

#col_left {
	width:560px;
	float:left;
	border: 0px solid RED;
}


#col_right {
	width:390px;
	float:left;
	border: 0px solid BLUE;
}

#footer {
	width:100%;
	background-color: #E5E5E5;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
	padding: 2em 0 0 0;
}
#footer_content {
	width: 960px;
	margin: 0 auto;
	text-align:center;	
	
}

.contact_box {
	float:right; 
	width:200px; 
	text-align:right; 
	margin-right:1em;
}

div.sitemap {

	float:left; 
	width:600px;
	text-align:left;
}

/* Legal Stuff */
div.copyright	{
	float:left;
	text-align:left;
	width:375px;
	font-size: 9px;
	color: #999999;
	font-family: Verdana, arial, sans-serif;
	height: 50px;
}


/* Contact Form */
.warning {
	color:#FF0000;
	}

label {
	float:left;
	margin-right:10px;
	width:200px;
	font-weight:bold;	
	}

/* NAVIGATION */
#main-menu ul {
margin: 0px;
padding: 0px;
font-size:13.3pt;
} 
#main-menu li {
list-style-type: none; 
display: inline;
margin: 0 7px 0 7px; 
}
#main-menu li a {
color: #000000;
text-decoration: none;
}
#main-menu li a.active, #main-menu a:hover {
text-decoration: none;
color: #FFFFFF; 
}

/* SLIDE SHOW */

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:486px; margin:0px auto; display:none; margin-bottom:4em;}  /*width +6 and white space below SS via margin-bottom: */
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:480px; height:360px; padding:2px; border:1px solid #ccc; background:#030303}
#information {position:absolute; left:2px; bottom:0; width:480px; height:0; background:#030303; color:#fff; overflow:hidden; z-index:200; }
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:480px}
#image img {position:absolute; z-index:25; width:auto; left:2px;}
.imgnav {position:absolute; width:25%; height:366px; cursor:pointer; z-index:150}  /*height +6 */
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:366px; width:100%; z-index:100;} /*height +6 */
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#BBB}
#slideleft:hover {background-color:#303030}
#slideright {float:right; width:20px; height:81px; background:#BBB url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#303030}
#slidearea {float:left; position:relative; width:436px; margin-left:5px; height:81px; overflow:hidden} /*width -44*/
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}


/* Generic Link */
a.link			{font-size: 10pt; text-decoration: underline;}
a.link:link		{color: #003399; text-decoration: underline;}
a.link:visited	{color: #003399; text-decoration: underline; }
a.link:hover	{color: #0033FF; text-decoration: underline}


/* Links Site Map */
a.link_sm			{font-size: 11px; text-decoration: none;}
a.link_sm:link		{color: #666; text-decoration: none;}
a.link_sm:visited	{color: #666; text-decoration: none; }
a.link_sm:hover		{color: #000;  text-decoration: none;}



a.logistica				{font-size: 9px; color: #999999; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #999999;}
a.logistica:visited		{color: #999999;}
a.logistica:hover		{color: #019EEC; text-decoration: underline; font-weight: normal; }

