/* CSS Document - Vadis
 * Controls all front page elements
 *
 * $Id: frontpage.css, 001 2008-10-23 10:34:20 (Tue, 23 October 2008) steve Exp $
 * @copyright: Copyright (c) 2008 Vadis, Inc (http://www.vadis.org)
 * @version: 001 rev. 231008
 */

body, html
{
	margin: 0;
	padding: 0;
	font: 12px "Arial", "Helvetida", Tahoma, "Verdana", Sans-Serif;
	background: #3a3a3a;
	color: #000000;
}

#vadis
{
	position: absolute;
	top: -85px;
	width: 197px;
	height: 87px;
}

/* Kwick's - This controls the horiztonal accordian styling */
#kwick_container { width: 561px; height: 325px; margin: -201px auto auto -278px; background: #C14140; } 
#kwicks { margin: 0; padding: 5px; }
#kwicks .kwick { display: block; width: 41px; height: 314px; overflow: hidden; position: relative; }
#kwick_inner { margin: 0px 0px 0px 40px; padding: 0px; }

/* Kwick tab's */
#kwick_about { width: 41px; height: 314px; background: url(../images/tab_about.png) no-repeat; }
#kwick_about #kwick_inner { background: url(../images/bg_about.jpg) no-repeat; background-position: 1px 0; height: 314px; }
#kwick_about #kwick_inner a { display: block; width: 304px; height: 314px; text-indent: -999em; overflow: hidden; }

#kwick_business { width: 41px; height: 314px; background: url(../images/tab_business.png) no-repeat; }
#kwick_business #kwick_inner { background: url(../images/bg_business.jpg) no-repeat; background-position: 1px 0; height: 314px; }
#kwick_business #kwick_inner a { display: block; width: 304px; height: 314px; text-indent: -999em; overflow: hidden; }

#kwick_services { width: 41px; height: 314px; background: url(../images/tab_services.png) no-repeat; }
#kwick_services #kwick_inner { background: url(../images/bg_services.jpg) no-repeat; background-position: 1px 0; height: 314px; }
#kwick_services #kwick_inner a { display: block; width: 304px; height: 314px; text-indent: -999em; overflow: hidden; }

#kwick_resources { width: 41px; height: 314px; background: url(../images/tab_resources.png) no-repeat; }
#kwick_resources #kwick_inner { background: url(../images/bg_resources.jpg) no-repeat; background-position: 1px 0; height: 314px; }
#kwick_resources #kwick_inner a { display: block; width: 304px; height: 314px; text-indent: -999em; overflow: hidden; }

#kwick_baskets { width: 41px; height: 314px; background: url(../images/tab_baskets.png) no-repeat; }
#kwick_baskets #kwick_inner { background: url(../images/bg_baskets.jpg) no-repeat; background-position: 1px 0; height: 314px; }
#kwick_baskets #kwick_inner a { display: block; width: 304px; height: 314px; text-indent: -999em; overflow: hidden; }

#kwick_donate { width: 41px; height: 314px; background: url(../images/tab_donate.png) no-repeat; }
#kwick_donate #kwick_inner { background: url(../images/bg_donate.jpg) no-repeat; background-position: 1px 0; height: 314px; }
#kwick_donate #kwick_inner a { display: block; width: 304px; height: 314px; text-indent: -999em; overflow: hidden; }

