/*  
Theme Name: Helisoftworks
Theme URI: http://www.helisoftworks.com/
Description: Main stylesheet for the helisoftworks homepage.
Version: 1.0.0
Author: Brian J. Martinson
Author URI: http://www.brianmartinson.com/
*/

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222222;
}

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a
{
	outline: none;
}

a:link
{
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	color: #CCCCCC;
}

a:visited
{
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	color: #CCCCCC;
}

a:hover
{
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-color: #ff8e35;
	border-bottom-width: 1px;
	color: #ff8e35;
}

a:active
{
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	color: #CCCCCC;
}

#nav a
{
	border: none;
	text-decoration: none;
}

#nav img
{
	border: none;
	text-decoration: none;
}


#b_top
{
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 563px;
	background-image: url(../images/bg_splash.jpg);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

#c_top
{
	position: relative;
	width: 802px;
	margin: 0 auto;
	top: 0px;
	height: auto;
	z-index: 0;
}

#c_content_top
{
	position: relative;
	width: 802px;
	margin: 0 auto;
	top: 0px;
	height: 11px;
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#c_content_middle
{
	position: relative;
	width: 802px;
	margin: 0 auto;
	top: 0px;
	height: auto;
	background-image: url(../images/c_main.jpg);
	background-repeat: repeat-y;
	z-index: 0;
}

#c_content_bottom
{
	position: relative;
	width: 802px;
	margin: 0 auto;
	top: 0px;
	height: 11px;
	background-image: url(../images/c_bottom.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#content
{
	position: relative;
	width: 754px;
	margin: 0 auto;
	top: 0px;
	z-index: 0;
}

#content img
{
	border: none;
	text-decoration: none;
}

#squish
{
	position: relative;
	width: 694px;
	margin: 0 auto;
	z-index: 0;
}

#spotlight
{
	position: relative;
	width: 694px;
	height: 300px;
	background-image: url(../images/spotlight.jpg);
	z-index: 0;
}

#spotlight_blurb
{
	position: relative;
	margin: 0 auto;
	bottom: 0px;
	width: 680px;
	z-index: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

.buttons a
{
	border: none;
	text-decoration: none;
}

.one
{
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}

.two
{
	color: #999999;
	font-size: medium;
	font-weight: bold;
}

blockquote
{
	padding: 5px;
}

input
{
	background-color: #212121;
	border: 1px solid #2C2C2C;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	vertical-align: middle;
}

textarea
{
	background-color: #212121;
	border: 1px solid #2C2C2C;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 1.0em;
}

select
{
	background-color: #212121;
	border: 1px solid #2C2C2C;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 1.0em;
}

option
{
	background-color: #212121;
	border: 1px solid #2C2C2C;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 1.0em;
}