/*
 * This file is part of the SpyderSilk Applictions software suite.
 * Copyright (c) 2005-2006, SpyderHost.net, Inc.
 * Licensed under the SpyderSilk Applications Software License
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * File     $Id: style.css,v 1.2 2006/04/14 20:32:57 dfdugal Exp $ <br>
 * Author   Adam Harris <awharris at spyderhost dot net>
 * @package spydersilk.applications.common
 */

*			{ margin:0; padding:0; }
img			{ border:0; }
body			{ font-family:arial, sans-serif; background:white url(/images/body_gradient.jpg) repeat-x; }
h5			{ color:white; font-size:18px; margin:5px 0; }
ul.services		{ width:100%; text-align:right; color:black; font-size:30px; text-decoration:underline; font-weight:bold; font-style:italic; }
li.services_item	{ list-style:none; margin:10px; }
ul.navbar		{ width:100%; font-weight:bold; font-size:18px; }
li.nav_item		{ list-style:none; }
li.nav_item_primary	{ list-style:none; font-size:30px; font-family:garamond, serif; }
p.copyright		{ font-size:14px; font-weight:bold; margin:4px 0; }
p.page_title		{ color:white; font-size:30px; }
p.body			{ color:white; font-size:16px; }

a:link.nav, a:active.nav, a:visited.nav				{ color:white; text-decoration:none; }
a:hover.nav							{ color:#ddd; }
a:link.first, a:active.first, a:visited.first			{ color:red; text-decoration:none; }
a:hover.first							{ color:white; }
a:link.footer_lnk, a:active.footer_lnk, a:visited.footer_lnk	{ color:#881C1E; }
a:hover.footer_lnk						{ color:black; }

#master_container	{ width:785px; margin:0 auto; border:1px solid black; }
#header			{ background:white; height:225px; width:100%; display:table; background:url(/images/header_gradient.jpg) repeat-x; }
#container		{ display:table; width:100%; background:black url(/images/body_bg.jpg) no-repeat; height:400px; }
#sidebar		{ float:left; width:275px; }
#content		{ float:left; width:510px; }
#navigation		{ width:200px; }
#flash			{ width:500px; height:364px; background:url(/images/light_bulbs.jpg) no-repeat; color:white; font-weight:bold; font-size:23px; }
#footer			{ width:100%; background:white; height:40px; display:table; }

.company_logos		{ background:white; width:125px; }
.footer_left		{ width:745px; float:left; }
.footer_right		{ width:40px; float:left; }
.header_left		{ width:400px; float:left; }
.header_right		{ width:385px; float:left; }