* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0;
}

fieldset {
	margin: 1.25em;
	border: none;
	clear: both;
}

ul.clean {
	float: left;
	list-style: none;
	margin: 1em;
	width: 175px;
	padding: 0;
}

ul.clean label {
	white-space: nowrap;
}

a img {
	border: none;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#head {
	clear: both;
}

.column {
	width: 393px;
}

.clear {
	clear: both;
}

ul.calltoaction {
	float: right;
	margin: 2em;
	clear: left;
	z-index: 1000;
	padding: 0;
	width: 150px;
}

ul.calltoaction li {
	float: left;
	list-style: none;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: #CB2E37 url(/images/background-action.jpg) no-repeat scroll
		bottom center;
	color: #fff;
	width: 150px;
	margin-top: 10px;
}

ul.calltoaction li.blue {
	background-image: url(/images/background-action-blue.jpg);
}

ul.calltoaction li:hover {
	background-position: center center;
}

ul.calltoaction a {
	display: block;
	overflow: hidden;
	padding: 1em;
	color: #fff !important;
	text-decoration: none;
	font-size: 13px;
}

ul.calltoaction a:hover {
	color: #000;
}

.logo {
	float: left;
	border-bottom: 10px solid #000;
	height: 75px;
	width: 250px;
	text-align: center;
}

.logo>a>img {
	margin-top: 15px;
	border: none;
}  /* Navigation */
.nav {
	float: left;
	height: 75px;
	width: 750px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 10px solid #CB2E37;
}

.nav>ul {
	position: relative;
	top: 65px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav>ul li {
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CB2E37;
	list-style: none;
	text-transform: uppercase;
}

.nav>ul>li:hover,.nav>ul>li.active {
	background-color: #000;
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
	top: -5px;
}

.nav>ul>li.active {
	background-color: #444;
}

.nav>ul>li>a {
	color: #fff;
	text-decoration: none;
}

li.hasSubMenu>ul {
	position: absolute;
	top: -22px;
	padding: 0;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

li.hasSubMenu>ul>li {
	color: #CB2E37;
	font-size: 13px;
	padding: 0 5px 5px 5px;
	margin: 0;
	background-color: transparent;
	text-transform: none;
}

li.hasSubMenu>ul>li:hover {
	background-color: transparent;
}

li.hasSubMenu>ul>li a {
	color: #CB2E37;
	text-decoration: none;
}

li.hasSubMenu>ul li a:hover {
	text-decoration: underline;
	color: #000;
}  /* Content */
#body {
	clear: both;
}

#left {
	background-color: #CB2E37;
	color: #FFFFFF;
	float: left;
	height: 100%;
	min-height: 440px;
	width: 250px;
}

#left div.submenu {
	background-image: url(/images/background-bullet-15x15.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 5px 0;
}

#left div.submenu a {
	margin-left: 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#left>* {
	margin-left: 15px;
	margin-right: 15px;
}

#left a {
	color: #accfd1;
}  /* OLD #right
#right {
	float:left;
	min-height:440px;
	width:750px;
	background-image:url(/images/background-product-750x291.jpg);
	background-position:100% 0%;
	background-repeat:no-repeat;
}
*/ /* NEW #right by Brant */
#right {
	float: left;
	min-height: 440px;
	width: 750px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
}  /* Add these classes to the <div id="right" class="xxx">  by Brant*/
.background-products {
	background-image: url(/images/background-product-750x291.jpg);
}

.background-about {
	background-image: url(/images/background-about-750x291.jpg);
}

.background-home {
	background-image: url(/images/home.gif);
}

.background-solutions {
	background-image: url(/images/background-solutions-750x291.jpg);
}

.background-support {
	background-image: url(/images/background-support-750x291.jpg);
}

.background-partners {
	background-image: url(/images/background-partners-750x291.jpg);
}

.background-contact {
	background-image: url(/images/background-contact-750x291.jpg);
}  /* End of new backgrounds. Continue with the same convention */
#right img.title {
	margin: 100px 0 25px 25px;
	display: block;
}

#right p {
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 1.5em;
}

#right p a {
	color: #CB2E37;
	text-decoration: none;
}

#foot {
	clear: both;
}

#foot .left {
	float: left;
	border-top: 10px solid #004181;
	width: 500px;
	text-align: right;
	font-size: 20px;
	letter-spacing: 1px;
	color: #7694B1;
	padding-top: 10px
}

#foot .right {
	float: left;
	width: 500px;
}

#foot .right a {
	margin-left: 20px;
}

#recaptcha_widget_div {
	clear: both;
	padding-left: 20px;
}

#send-form {
	background-color: #CB2E37;
	border: 2px solid #000;
	padding: .25em 2em;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}