.debug {
	border: 1px solid #f00;
}

body {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	background: url("../images/bg_body.png");
	background-position: top center;
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	text-decoration: none;
	color: #f93;
}

a img{
	border: none;
}

a:hover {
	text-decoration: underline;
}

h1 { font-size: 18px; margin:0; padding: 10px 0 0 0; }
h2 { font-size: 16px; margin:0; padding: 5px 0 0 0; }
h3 { font-size: 14px; }
h4 { margin: 0; }

ul {
	color: #999;
}

div#container {
	margin: 0 auto;
	width:800px;
	background: #fff;
	padding: 10px;
}

div#main {
	width: 580px;
	float: left;
	padding-right: 10px;
	min-height: 600px;
}

div#sidebar {
	width: 189px;
	float: right;
	font-size: 11px;
	padding-left: 10px;
	height: 100%;	
	border-left: 1px solid #c1eb8d;
}

div#sidebar h2 {
	margin-top: 0;
}

div#header {
	padding-bottom: 10px;
}

div#logo {
	position: absolute;
}

div#menu {
	position: relative;
	top: 68px;
	width: 600px;
	font-size: 14px;
}

div#menu a {
	text-decoration: none;
	color: #333;
}

div#menu a:hover {
	text-decoration: underline;
	color: #f93;
}

div#contact {
	position: relative;
	width: 250px;
	height: 65px;
	left: 550px;
	color: #6cf;
	font-size: 22px;
	text-align: right;
	line-height: 26px;
	text-transform: uppercase;
}

div#contact .text {
	font-size: 14px;
}

div#contact div {
	padding: 10px;
}

div#tertiary {
	position: relative;
	width: 500px;
	height: 25px;
	top: 0px;
	left: 300px;
	text-align: right;
	font-size: 10px;
}

div#content {

}

div#leftside {
	width: 190px;
	float: left;
	margin-right: 10px;
}

div#rightside {
	width: 200px;
	float: right;
}

div#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}
	
div#splash-container {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	
	height: 200px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

#splash {
	width: 740px;
	margin: 0 auto;
}

div#sidebar_contact_videos {
	text-align: center;
	margin-top: 20px;
}

.border-bottom {
	border-bottom: 1px solid #c1eb8d;
}

.clear {
	clear: both;
}

.splash {
	text-align: center;
	margin: 10px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.required {
    font-size:9px;
    color:#666;
}

/* END GENERAL */


/* Businesses */
#businesses h2{
	margin: 0px;
	margin-bottom: 2px;
	color: #f93;
	font-size: 15px;
}

#businesses h2 a{
	color: #f93;
}

#businesses div{
	font-size: 11px;
}

#businesses img {
	margin-top: 3px;
	padding:3px;
	border: solid 1px #f93;
	background: #fc9;
}

#businesses td div p{
	margin: 0;
}

#business-body {
	line-height: 1.5em;
}

/* Solutions */

#solutions h2 {
	margin: 0px;
	margin-bottom: 2px;
	color: #f93;
	font-size: 13px;
}

#solutions h2 a{
	color: #f93;
}

#solutions div{
	font-size: 11px;
}

#solutions_small_images {
	text-align: center;
}

#solutions_small_images img{
	margin: 5px;
}

#solution-body {
	font-size: 12px;
}

#solution-body img{
	margin-right: 10px;
	margin-bottom: 10px;
}

#solutions td div p{
	margin: 0;
}

#solution-body {
	line-height: 1.5em;
}

/* Contact */

/* Forms */

.input_text, .input_textarea, .input_select{
	width: 99%;
}

.input_button {
	background: #f93;
	color: #fff;
	text-transform: uppercase;
	border: #f93 1px solid;
}

/* Support */

div.faq {
    border-bottom:dotted 1px #000;
    padding:4px;
	margin-bottom: 10px;
}

div.faq:hover {
}

div.faq dt{
    font-style:italic;
    padding:4px;
    cursor:pointer;
}

div.faq dd{
    padding:4px;
    display:none;
}

/* About */

#about_small_images {
	text-align: center;
}

#about_small_images img{
	margin: 5px;
}


