/*  
Theme Name: SalesFish Custom
Theme URI: http://www.salesfish.com
Description: Custom Theme for SalesFish by Kevin Sargent.
Version: 1.0
Author: Swarm
URI: http://www.swarmintel.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";
/* CSS Document */
body {
background: url(/images/body_bg.jpg) repeat-y;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #6e6e6e;
letter-spacing: 2px;
line-height: 15px;
}
h1 {
font-size:12px;
font-weight:bold;
color: #032c46;
margin-top:5px;
margin-bottom:0;
}

h4{
	margin-top:0;
	color: #032c46;
	font-size:10px;
}

#nav {
background:url(/images/nav_bg.jpg) repeat-x;
width:1027px;
height:40px;
text-align:right;
}
#leftcolumn {
background:url(/images/content_thrd_left.jpg) no-repeat #1d6eb7;
}
#midcolumn {
background: #FFFFFF;
}
#rightcolumn {
background: #FFFFFF;
}
#contentrtext {
padding:10px;
border-left: 1px solid #d9d9d9;
}
#contentltext {
padding:10px 10px 10px 10px;
text-align:left;
min-height:290px;
}
#contenttable {
border-bottom:1px solid #d9d9d9;
}
#footer {
background:url(/images/footer_bg.jpg) no-repeat #6e6e6e;
height: 339px;
width: 1027px;
}
#footertext {
padding:5px;
letter-spacing: 0px;
border-left: 1px solid #d9d9d9;
font-size:9px;
margin-left:222px;
}
#footertext a,#footertext a:visited {
color: #6e6e6e;
text-decoration:none;
}
#footertext a:hover {
color: #6e6e6e;
text-decoration:underline;
}

.side_nav,
#sidebar{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}

#sidebar p{margin:0;}
#sidebar h3{margin:0;}

.side_nav ul,
#sidebar ul{
	margin:3px 0 3px 15px;
	padding:5px;
}
.side_nav ul li,
#sidebar ul li{
	text-transform:none;
}	

.side_nav li,
#sidebar li{
	text-transform:uppercase;
	list-style:none;
	margin:0;
	padding:3px;
	color:#032c46;
}

.side_nav .current,
#sidebar .current{
	list-style:square;
	font-weight:bold;
}

.side_nav a:link,
.side_nav a:visited,

#sidebar a:link,
#sidebar a:visited
{
	color:#032c46;
	text-decoration:none;
}

.side_nav a:active,
.side_nav a:hover

#sidebar a:active,
#sidebar a:hover
{
	color:#333;
	text-decoration:underline;
}

#bubbles{
	position:absolute;
	top:256px;
	width:222px;
	height:434px;
	border:0px solid black;	
}

#contact label{
	float:left;
	width:140px;
	text-align:right;

}

#contact input, #contact textarea{
	float:left;
	margin:0 0 10px 5px;
	width:240px;
}

#contact p{clear:both;}

#contact .submit{margin-left:140px;}

.notice{
	padding:20px;
	margin:10px;
	font-weight:bold;
	font-size:14px;
	border:1px solid #ccc;
}
