/*	RESET: Standard overrides for common elements
	-------------------------------------------------- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/*	CLEARFIX: Clear any float issues
	-------------------------------------------------- */
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}


/*	BASE: Default font & colour styles
	-------------------------------------------------- */
	body {
		font: normal normal normal 68.5% Arial, Helvetica, sans-serif;  /* 11px */
		background: #FFFFFF;
		text-align: center;
		color: #003468;
 		text-shadow: 0 0 0 #333333;
	}



/*	ACCESSIBILITY LINKS: Skip links
	-------------------------------------------------- */
	ul.accessibility {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1000;
	}
	ul.accessibility li a {
		position: absolute;
		top: -1000px;
		left: -1000px;
		background-color: #333;
		border: 1px solid #666;
		font-size: 1.166em;
		font-weight: bold;
		color: white;
	}
	ul.accessibility li a:focus {
		position: absolute;
		top: 10px;
		left: 20px;
	}

h2,h3{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}

#page{
	text-align:left;
	margin:0 auto;
	width:950px;
	}

	#header{
		height:80px;
		background:url(../images/layout/header-bg.jpg) repeat-x top left;
		position:relative
		}
		#header #logo{
			background:url(../images/layout/logo.jpg) no-repeat top left;
			width:149px;
			height:52px;
			position:absolute;
			top:15px;
			left:40px;
			text-indent:-10111px
			}
		#header #contact{
			background:url(../images/layout/btn-contact.jpg) no-repeat top left;
			width:91px;
			height:31px;
			position:absolute;
			top:25px;
			right:120px;
			text-indent:-10111px
			}
		#header #login{
			background:url(../images/layout/btn-login.jpg) no-repeat top left;
			width:91px;
			height:31px;
			position:absolute;
			top:25px;
			right:20px;
			text-indent:-10111px
			}
	#navigation{
		list-style:none;
		width:100%;
		background:url(../images/layout/nav-bg.jpg) no-repeat top left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		display:block;
		height:36px
		}
		#navigation li{
			display:block;
			float:left;
		}
			#navigation li a{
				color:#ffffff;
				text-decoration:none;
				font-weight:bold;
				padding:10px 30px;
				display:block
				}
			#navigation li a.active,#navigation li a:hover{
				color:#E51C25;
				}
	#content, #footer{
		border:1px solid #BFCCD9;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin:12px 0;
		padding:15px 25px 25px;
		font-size:1.1em
	}
#content a.fom{
	display:block;
	width:180px;
	height:43px;
	text-indent:-10111px;
	background:url(../images/layout/btn-fom.jpg) no-repeat top left;
	}
#content a.account{
	display:block;
	width:180px;
	height:43px;
	text-indent:-10111px;
	background:url(../images/layout/btn-open.jpg) no-repeat top left;
	}
#content a.demo{
	display:block;
	width:180px;
	height:43px;
	text-indent:-10111px;
	background:url(../images/layout/btn-demo.jpg) no-repeat top left;
	}
#content a.callback{
	display:block;
	width:180px;
	height:43px;
	text-indent:-10111px;
	background:url(../images/layout/btn-request.jpg) no-repeat top left;
	}



#footer{}
	#footer p.grey{
			color:#333333;
			margin:15px 0
		}
	#footer ul{margin:15px 0}
		#footer ul li{
			display:inline;
			border-left:1px solid #003468;
			margin-left:8px;
			padding-left:12px;
			}
			#footer ul li.first{
				border-left:0;
				margin-left:0;
				padding-left:0;
				}
			#footer ul li a{
				color: #003468;
				font-weight:bold;
				text-decoration:none;
				}
				#footer ul li a:hover{
					text-decoration:underline
					}

/* Form Styles */

.zend_form dt {
    float: left;
    width: 10em;
    padding-top:2px;
    text-align:right;
}

.zend_form dd {
    margin-left: 10.5em;
    margin-bottom: 5px;
}

.zend_form label.required:after {
    content: "*";
    color:red;
}

.zend_form input, .zend_form textarea {
    margin: 0;
    padding: 0;
    width: 25em;
}

.zend_form textarea {
    height: 10em;
}

.zend_form input[type="submit"], .zend_form input[type="checkbox"] {
    width: auto;
    margin-right: .25em;
}

.zend_form ul.errors {
    margin-bottom: 1em;
}

dt#products-label {
    float:none;
    width: auto;
    text-align:left;
}

dd#products-element label {
    display: inline-block;
    margin-top: 5px;
}
p.message {
    text-align:center;
    color:green;
}
