﻿/* element styles */
@import url(roboto/stylesheet.css);

body
{
	margin: 0px;
	color: #4c5b52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #16487c url(background.png) top;
	border-top: 9px solid #004881;
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	color: #005da6;
	line-height: normal;
}

h1,
h3,
h5
{
	font-family: RobotoCondensed, sans-serif;
}

h2,
h4,
h6
{
	font-family: RobotoCondensedLight, sans-serif;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 19px;
}

h4
{
	font-size: 17px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 15px;
}

a
{
	outline: none;
	color: #005da6;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.container
{
	width: 980px;
	margin: auto;
}

.container:before,
.container:after
{
	content: "";
	width: 0px;
	height: 0px;
	clear: both;
	display: block;
}

.adjacent
{
	overflow: hidden;
}

#header
{
	background: #fff url(headerBack.png) bottom repeat-x;
	background: url(headerBackgroundBack.png) top no-repeat, #fff url(headerBack.png) bottom repeat-x;
	z-index: 9994;
}

#header .container
{
	height: 170px;
	z-index: 9995;
}

#header h1
{
	margin-left: 7px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
}

#header .contact
{
	float: right;
	margin-right: 10px;
	margin-top: 60px;
	color: #0a7ad2;
	font-family: RobotoCondensed, sans-serif;
	font-size: 22px;
}

#header .contact p
{
	margin: 0px;
}

#header .contact h2
{
	color: #4c5b52;
	font-family: inherit;
	font-size: 30px;
	margin: 0px;
}

#menu
{
	background: rgb(0,98,175);
	background: -moz-linear-gradient(top,  rgba(0,98,175,1) 0%, rgba(0,72,129,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,98,175,1)), color-stop(100%,rgba(0,72,129,1)));
	background: -webkit-linear-gradient(top,  rgba(0,98,175,1) 0%,rgba(0,72,129,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,98,175,1) 0%,rgba(0,72,129,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,98,175,1) 0%,rgba(0,72,129,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,98,175,1) 0%,rgba(0,72,129,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062af', endColorstr='#004881',GradientType=0 );*/
	border-top: 1px solid #fff;
	font-size: 17px;
	font-family: RobotoCondensed, sans-serif;
	
	z-index: 9996;
	position: relative;
}

#menu:after
{
	width: 100%;
	height: 20px;
	display: block;
	content: "";
	position: absolute;
	background: url(menuAfterShadow.png) bottom no-repeat;
}

#menu .shadow
{
	background: url(menuShadow.png) bottom no-repeat;
	position: relative;
	z-index: 9997;
}

#menu .container
{
	background-color: #0062b0;
	padding: 0px;
	height: 60px;
	z-index: 9998;
}

#menu .container li
{
	display: block;
	position: relative;
}

#menu .container > li
{
	float: left;
	margin: 10px 15px 8px;
	position: relative;
	z-index: 9999;
}

#menu .container > li:before
{
	width: 1px;
	background-color: #147ccf;
	height: 35px;
	position: absolute;
	display: block;
	content: "";
	left: -15px;
	top: 3px;
}

#menu .container > li:first-child:before
{
	display: none;
}

#menu .container > li > a
{
	display: table-cell;
	vertical-align: middle;
	height: 42px;
	padding: 0px 5px;
	color: #fff;
	padding-bottom: 1px;
}

#menu .container > li > a[href='#']
{
	cursor: default;
	text-decoration: none;
}

#menu .container > li.sel > a,
#menu .container > li:hover > a,
#menu .container > li:focus > a,
#menu .container > li:active > a
{
	border-radius: 3px;
	color: #000;
	border-bottom: 1px solid #003d6f;
	
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(177,181,185,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(177,181,185,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(177,181,185,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(177,181,185,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(177,181,185,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(177,181,185,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b1b5b9',GradientType=0 );
	
	padding-bottom: 0px;
}

#menu .container > li.sel:after,
#menu .container > li:hover:after,
#menu .container > li:focus:after,
#menu .container > li:active:after
{
	width: 12px;
	height: 7px;
	display: block;
	content: "";
	position: absolute;
	left: -6px;
	margin-left: 50%;
	background: url(menuSelectedArrow.png) bottom no-repeat;
	bottom: 2px;
	z-index: 10000;
	margin-bottom: -8px;
}

#menu li ul
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	min-width: 100%;
	display: none;
	margin-top: 0px;
	z-index: 10001;
}

#menu li:hover ul,
#menu li:focus ul,
#menu li:active ul
{
	display: block;
}

#menu li ul li
{
	z-index: 10002;
}

#menu li ul li a
{
	color: #000;
	background: rgb(252,253,253);
	background: -moz-linear-gradient(top,  rgba(252,253,253,1) 0%, rgba(191,195,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,253,253,1)), color-stop(100%,rgba(191,195,199,1)));
	background: -webkit-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(191,195,199,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(191,195,199,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(191,195,199,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,253,253,1) 0%,rgba(191,195,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#bfc3c7',GradientType=0 );
	text-align:center;
	display: block;
	white-space: nowrap;
	padding: 12px 16px;
}

#menu li ul li a:hover,
#menu li ul li a:focus,
#menu li ul li a:active,
#menu li ul li.sel a
{
	color: #004881;
}

#superContent
{
	background: url(superContentBack.jpg) top;
	overflow: hidden;
	margin-top: 1px;
}

#superContent .container
{
	position: relative;
	color: #fff;
	padding-top: 30px;
}

#superContent .container h1
{
	color: inherit;
}

#orbit
{
	margin: 0px 2px 0px 3px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	background-color: #000;
}

#orbit img
{
	position: absolute;
	top: 0px;
}

#orbit img:first-child
{
	position: relative;
	z-index: 100;
}

#content .prevSlide,
#content .nextSlide,
#superContent .prev,
#superContent .next
{
	width: 51px;
	height: 51px;
	text-indent: -9001px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}

#superContent .prev,
#content .prevSlide
{
	background-image: url(slideshowLeft.png);
	left: -80px;
}

#superContent .next,
#content .nextSlide
{
	background-image: url(slideshowRight.png);
	right: -80px;
}

#content .prevSlide,
#content .nextSlide
{
	top: 85px;
}

#content
{
	border-top: 9px solid #fff;
	box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.07) inset, 0px -7px 16px rgba(0, 0, 0, 0.07) inset;
	background: #f9f9f9 url(contentBack.png) top;
}

#menu + #content
{
	border-top: 1px solid #fff;
}

#content .container
{
	padding: 30px 0px 60px;
	position: relative;
}

#content .container > .left,
#tinymce .left
{
	width: 590px;
	float: left;
}

#content .container > .right,
#tinymce .right
{
	width: 350px;
	float: right;
}

.left {
	width: 590px;
	float: left;
}

.right {
	width: 350px;
	float: right;
}

#featured
{
	overflow: hidden;
	position: relative;
	background-color: #005496;
}

#featured .feature
{
	position: absolute;
	background-color: #005496;
	color: #fff;
	padding: 0px 25px 25px 20px;
	font-size: 13px;
	width: 305px;
}

#featured img
{
	border-bottom: 1px solid #fbfbfb;
	margin-bottom: 15px;
	margin: 0px -30px 0px -20px;
}

#featured h2
{
	color: inherit;
}

#featured a
{
	color: inherit;
	text-decoration: underline;
}

#featured a:hover,
#featured a:focus,
#featured a:active
{
	text-decoration: none;
}

.featuredBullets
{ 
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
}

.featuredBullets span
{ 
    font-family: arial;
    font-size: 35px;
    width: 16px;
    height: 16px; 
    display: inline-block;
    color: #6c7971;
    cursor: pointer; 
    margin-right: 5px;
}

.featuredBullets span.cycle-pager-active
{
	color: #005496;
}

.featuredBullets > *
{
	cursor: pointer;
}

.projects
{
	word-spacing: 56px;
}

.projects .project
{
	display: inline-block;
	width: 460px;
	word-spacing: normal;
	vertical-align: top;
}

#orbiter
{
	width: 100% !important;
	height: 118px;
}

#orbiter img
{
	margin-right: 15px;
	border: 2px solid rgba(0, 0, 0, 0);
	animation: all 1s;
}

#orbiter img.cycle-slide-active
{
	border: 2px solid #0062b0;
}

#superFooter
{
	background-color: #fff;
	color: #000;
}

#superFooter .container
{
	padding-top: 30px;
	padding-bottom: 20px;
}

#superFooter h1
{
	color: inherit;
}

#superFooter img
{
	border-radius: 3px;
	display: block;
}

#superFooter a
{
	position: relative;
	display: block;
	padding-right: 15px;
	float: left;
}

#superFooter a:after
{
	width: 177px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.46) inset;
	left: 0px;
	top: 0px;
	border-radius: 3px;
}

#superFooter .viewHolder
{
	display: block;
}

#superFooter .view
{
	background: #4c554f url(viewBack.png) right no-repeat;
	width: 176px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-family: RobotoCondensedLight, sans-serif;
	font-size: 24px;
	line-height: normal;
	border-radius: 3px;
	padding: 15px;
}

#superFooter .view:after
{
	box-shadow: none;
}

#superFooter .view strong
{
	font-family: RobotoCondensed, sans-serif;
	font-size: 30px;
	display: block;
}

#footer
{
	border-top: 9px solid #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.33) inset;
	background: url(footerBack.png) center 14px no-repeat;
	min-height: 282px;
}

#footer a
{
	color: inherit;
}

#footer .top
{
	overflow: hidden;
	color: #fff;
	margin-top: 45px;
	font-family: RobotoCondensed, sans-serif;
	line-height: 20px;
	font-size: 15px;
}

#footer .top .section
{
	display: inline-block;
	margin-right: 50px;
}

#footer .top img.section
{
	position: relative;
	top: 20px;
}

#footer .top img.section
{
	margin-right: 0px;
}

#footer .bottom
{
	overflow: hidden;
	margin: 60px 0px 25px;
	color: #569be1;
}

#footer .bottom .left
{
	float: left;
}

#footer .bottom .right
{
	float: right;
}

.avd {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #7e7e7e;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}

.orbit-wrapper .orbit-caption {

}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
}

.contact p {
	line-height: 1.75em;
}

.contact p.action {
	text-align: center;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: 25%; 
	vertical-align: top;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 45%;
	font-family: inherit;
	font-size: 0.875em;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 45%;
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
}

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

.regionList
{
	padding: 15px 10px;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	font-size: 15px;
	width: 696px;
	margin: auto;
}

.regionList li
{
	float: left;
	display: block;
}

.regionList li a
{
	width: 150px;
	padding: 10px;
	border: 3px;
	display: block;
	color: #6d6e71;
	background-color: #f9f9f9;
	border: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.regionList li.sel a,
.regionList li a:hover,
.regionList li a:focus,
.regionList li a:active
{
	background-color: #a29061;
	color: #fff;
}

.stockists
{
	width: 716px;
	margin: auto;
	border-radius: 10px;
	margin-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.stockists:before,
.stockists:after
{
	content: "\0000a0";
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}

.stockists h2
{
	position: absolute;
	top: -65px;
	left: 10px;
}

.stockists div
{
	float: left;
	height: 155px;
	padding: 10px;
	width: 155px;
	position: relative;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.stockists h3
{
	font-size: 17px;
	margin: 0px;
}

.stockists p
{
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
}

.stockists .mapLink
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 40px;
	padding-top: 15px;
	background: url(map.png) left no-repeat;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

.adjacent .description
{
	width: 515px;
	float: left;
	font-family: RobotoCondensed, sans-serif;
}

.adjacent .features
{
	width: 330px;
	float: right;
	font-size: 18px;
	color: #004881;
	font-family: RobotoCondensed, sans-serif;
	margin-top: 10px;
}

.adjacent .features p
{
	overflow: hidden;
}

.adjacent .features .left
{
	width: 110px;
	display: block;
	float: left;
}

.adjacent .features .right
{
	width: 200px;
	float: right;
	display: block;
}

/* tinymce universal formatting */
#tinymce {border: 0px; width: 980px; padding: 10px; background: #f9f9f9 url(contentBack.png) top; text-align: left;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

/* Trying something new for the Form */

.lcon {
	float: left;
	width:405px;
	margin-left:20px;
}

.rcon {
	float: right;
	width:465px;
	margin-top:0px;
	margin-right:20px;
}

/* New Form Stuff */

.white-back {
	color:#FFF;
	background-color:#fff;
	width: 400px;
	height:500px;
	padding: 20px;
}

.form-box {
	width: 300px;
	border-left: 1px solid #EDECE1;
    border-right: 1px solid #EDECE1;
    box-shadow: 0 15px 22.5px rgba(229, 228, 225, 0.5) inset;
    position: absolute;
    z-index: 2;
}

.form-box H2 {
	text-shadow: 1px 1px 0 #FFFFFF;
	padding-left:10px;
}

.lightgrey {
    background-color: #F5F4EE;
    color: #5B5B5B;
}
	
.padded {
	padding: 30px;
}

#submission-form {
	 font-size: 14px;
	 padding: 4px 10px;
}

.banner-box {
    margin-bottom: 20px;
    position: relative;
}

.submission-form label input[type="text"], .submission-form label textarea {
    font-size: 14px;
    padding: 4px 10px;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #6CA400;
}

input[type="text"] .placeholder, input.placeholder[type="text"], input[type="password"] .placeholder, input.placeholder[type="password"], textarea .placeholder, textarea.placeholder {
    color: #6CA400;
}

input[type="text"], input[type="text"]:hover, input[type="text"]:focus, input[type="password"], input[type="password"]:hover, input[type="password"]:focus, textarea, textarea:hover, textarea:focus {
    border: 1px solid #656565;
    outline: medium none;

}

input[type="text"], input[type="password"], textarea {
    
    font: 15px/1.5 Helvetica,Arial,sans-serif;
    padding: 5px 10px;
    transition-duration: 0.1s;
    transition-property: background-image, color, border-color;
	border: 1px solid #bbbcbc;
	border-bottom: 1px solid #dbdbdb !important;
}

.lightgrey input[type="text"], .lightgrey input[type="password"], .lightgrey textarea {
    border-color: #E5E4E1;
}

.lightgrey input[type="text"]:focus, .lightgrey input[type="password"]:focus, .lightgrey textarea:focus {
    border-color: #656565;
	border-bottom: 1px solid #7b7b7b !important;
	background-color:#e96756;
}
.lightgrey input[type="text"]:focus:-moz-placeholder, .lightgrey input[type="password"]:focus:-moz-placeholder, .lightgrey textarea:focus:-moz-placeholder {
    color: #E5E4E1;
}
.lightgrey input[type="text"]:focus .placeholder, .lightgrey input.placeholder[type="text"]:focus, .lightgrey input[type="password"]:focus .placeholder, .lightgrey input.placeholder[type="password"]:focus, .lightgrey textarea:focus .placeholder, .lightgrey textarea.placeholder:focus {
    color: #E5E4E1;
}

input[type="text"][disabled], input[type="text"][disabled]:hover, input[type="password"][disabled], input[type="password"][disabled]:hover, textarea[disabled], textarea[disabled]:hover {
    opacity: 0.6;
}
input[type="checkbox"]:focus {
    outline-color: #848484;
    outline-width: 1px;
}
form label {
    clear: both;
    display: block;
    margin: 0 0 0.8em;
	text-align:center;
}
form label input[type="text"], form label input[type="password"], form label textarea, form label select.full-width {
    -moz-box-sizing: border-box;
    width: 420px;
	color:#2e2e2e;
	background-color:#fff;
}

form label textarea {
    resize: vertical;
	max-width: 420px;
}
form label select {
    max-width: 350px;
    padding: 1.875px 3.75px;
}

form label radio {
	float: left;
    padding: 1.875px 3.75px;
}

.nform-box {
	width: 465px;
	border: 1px solid #969493;
    /*box-shadow: 0 10px 17.5px rgba(229, 228, 225, 0.5) inset; */
    position: relative;
    z-index: 2;
	background-color: rgba(0, 81, 145, 1.0);
	padding-top:0px;
	padding-bottom:10px;
	float: left;
}

.radio {
	float: left;
	font-size:1.2em;
	margin-left:10px;
	color: #fff;
	margin-top:10px;
}


.radio2 {
	float: left;
	font-size:1.2em;
	margin-left:12px;
	color: #fff;
	margin-top:10px;
}

.radio2a {
	float: left;
	font-size:1.2em;
	margin-left:15px;
	color: #fff;
	margin-top:10px;
}

.button2 {
  text-align: right;
  padding-right: 8px;
  float:right;
  margin-top: -48px;
}


.button2 input {
	display: inline-block;
	height:40px;
	width:135px;
	background: #e9e9f2;
	color: #171717;
	font-size:15px;
	text-transform: uppercase;
	cursor:pointer;
	border: none;
	border-radius: 20px 0 20px 20px;
	-webkit-box-shadow:  2px 2px 2px 2px #b5b5b6;
    box-shadow:  2px 2px 2px 2px #b5b5b6;
}

.button2 input:hover, .button2 input:focus {
	background: #FFF; 
}

.clear { clear:both; height:1px;}
