*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	background-color: #000;
	background-image: url( 'images/background.png' );
	background-repeat: repeat-x;
	
	font-family: "Myriad Web Pro", Arial, Helvetica, Tahoma, sans-serif;
	/*font-family: Arial, Helvetica, Tahoma, sans-serif;*/
	font-size: 14px;
	color: #333;	
}

div.content
{
	width: 944px;
	margin-left: auto;
	margin-right: auto;
}

.leftFloat { float: left; }
.rightFloat { float: right; }
.clearFloat { clear: both; }

p
{
	margin-bottom: 22px;
}

p.centered
{
	text-align: center;
}

ul
{
	list-style-type: none;
	margin-left: 38px;
	margin-bottom: 28px;
}
li
{
	background-image: url( 'images/bullet.gif' );
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 16px;
	margin-bottom: 6px;
	line-height: 1.3em;
}

span.blue
{
	color: #114b72;
	/*font-weight: bold;
	text-transform: uppercase;*/
}

/* ============================
 *   Header
 * ============================
*/
div#header
{
	background-image: url( 'images/background_content.png' );
	background-repeat: repeat-x;
	width: 944px;
	height: 334px;
	
	color: #ffffff;
}

a.topLinks:link, a.topLinks:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.topLinks:hover
{
	color: #7f9f9b;
}

a.blogLinks:link, a.blogLinks:visited
{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 14px;
	letter-spacing: -0.05em;
	color: #114b72;
}

a.blogLinks:hover
{
	color: #7f9f9b;
}

.smallPrint
{
	padding-top: 8px;
	margin-left: 25px;
	font-size: 12px;
}

a.calltoaction:link, a.calltoaction:hover, a.calltoaction:visited
{
	position: relative;
	margin-top: 165px;
	margin-left: 24px;
	
	display: block;
	width: 221px;
	height: 49px;
	
	float: left;
}

a.reseller
{
	background-image: url( 'images/action_reseller.png' );
}
a.consumer, a.consumer:hover, a.consumer:visited
{
	background-image: url( 'images/action_consumer.png' );
	width: 281px;
	position: relative;
	margin-top: 165px;
	margin-left: 24px;
	
	display: block;
	height: 49px;
	
	float: left;
	
}

/* =======================================
 *   Page
 * =======================================
*/
div#page
{
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 20px;
}

	div#page div.leftColumn
	{
		width: 560px;
		float: left;
		margin-right: 30px;
	}

	div#page div.rightColumn
	{
		width: 350px;
		float: left;
	}
	
	div#page div.smallTaglines
	{
		width: 270px;
		padding-top: 12px;
		padding-left: 10px;
	}

p
{
	line-height: 1.3em;
	margin-bottom: 28px;
}

h1
{
	font-size: 34px;
	/*line-height: 34px;*/
	
	letter-spacing: -0.05em;
	margin-bottom: 18px;
	color: #114b72;
}

h2
{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 14px;
	letter-spacing: -0.05em;
	color: #114b72;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
	letter-spacing: -0.05em;
	color: #114b72;
}

/* =======================================
 *   Footer
 * =======================================
*/
div#footer
{
	background-color: #000;
	background-image: url( 'images/spacerbar.gif' );
	background-repeat: repeat-x;
	
	padding-top: 30px;
	
	height: 30px;
	color: #aaa;
}

/* ==============================================
 *   Form
 * ==============================================
*/
form
{
	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div.inputHolder
{
	background-image: url( 'images/input_bg.gif' );
	width: 361px;
	height: 33px;
	float: left;
	margin-bottom: 6px;
}

div.textareaHolder
{
	background-image: url( 'images/textarea_bg.gif' );
	width: 361px;
	height: 120px;
	float: left;
}

input, textarea
{
	font-family: "Myriad Web Pro", Arial, Helvetica, Tahoma, sans-serif;
	
	margin-bottom: 0px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	width: 345px;
	
	font-size: 16px;
}

input
{
	/*border: 1px solid;*/
	height: 20px;
}

textarea
{
	/*border: 1px solid;*/
	height: 106px;
}

input[type="submit"]
{
	background-image: url( 'images/submit_bg.gif' );
	width: 148px;
	height: 33px;
	color: #fff;
	padding: 0px;
	cursor: pointer;
	margin-left: 80px;
}

/*input[type="submit"]:hover
{
	background-image: url( 'images/textarea_bg.gif' );
}*/

div.label
{
	text-align: right;
	float: left;
	width: 65px;
	margin-right: 15px;
	font-size: 16px;
	padding-top: 7px;
	margin-bottom: 2px;
	
	background-image: url( 'images/form_error.gif' );
	background-repeat: no-repeat;
	background-position: -20px 0px;
}
