@charset "utf-8";
/* Global */
html, body {
	background-color: #ececec;
	font-family: 'Lato', sans-serif;
	color: #636363;
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	min-height: 100%;
	width: 924px;
	margin: auto;
}
#container {
	margin: auto;
	width: 924px;
	background-color: #fff;
	padding: 25px 25px 0 25px;
	overflow: auto;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 1);
}
a img {
	border: none;
}
h1 {
	color: #000096;
	font-weight: normal;
	text-shadow: 1px 1px 1px #6a6a6a;
	font-size: 26px;
}
h2 {
	color: #000096;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	color: #000096;
	font-weight: normal;
	font-size: 14px;
}
h4 {
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
#content p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
a:link:not {
nav
}
, a:visited:not {
nav
} {
 color: #000096;
 text-decoration: none;
}
a:hover:not {
nav
}
, a:active:not {
nav
} {
 color: #636363;
 text-decoration: underline;
 font-family:lato, Arial, sans-serif;
}
a:focus {
	font-family: 'Lato', sans-serif;
}
/* Header & Navigation */
#right_header {
	float: right;
	width: 600px;
	text-align: right;
	height: 50px;
}
#right_header img {
	margin-top: 5px;
}
#topright {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #999;
}
#topright_blue {
	color: #009;
	font-weight: bold;
}
#txtSearch {
	color: #636363;
	height: 18px;
	border: 1px solid #636363;
	margin-right: -5px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#form1 {
	display: inline;
}
#rightinfo #form1 #search {
	vertical-align: top;
}
/*#navbar {
	width: 924px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	clear: both;
	display: block;
	background-image: url(../Images/nav_bg.png);
	background-repeat: repeat-x;
	text-shadow: 1px 1px 1px #333;
}
#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	text-decoration: none;
	padding: .3em 1em;
	color: #fff;
}
#navbar ul li a:hover {
	color: #fff;
	background-color: #000099;
margin-top:-1px;
}*/
/* 2. CSS Dropdown Nav Menu*/
#nav {
	height: 35px;
	clear: both;
	display: block;
	margin-bottom: 5px;
	color: white;
}
nav {
	width: 924px;
	clear: both;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 1000;
	position: relative;
	height: 35px;
	color: white;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #6A6A6A), color-stop(1, #515151) );
	background-image: -o-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: -moz-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: -webkit-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: -ms-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: linear-gradient(to bottom, #6A6A6A 0%, #515151 100%);
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	margin-left: 5px;
	margin-top: 0px;
	color: white;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
	color: white;
}
nav ul li {
	float: left;
	color: white;
}
nav ul li:hover {
	background-color: #000099;
	color: white;
}
nav ul li:hover a {
	color: white;
	text-decoration: none;
}
nav ul li a {
	display: block;
	padding: 8px 15px;
	color: white;
	text-decoration: none;
}
nav ul ul {
	background: #636363;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 32px;
	margin-left: 0px;
	color: white;
}
nav ul ul li {
	float: none;
	position: relative;
	color: white;
}
nav ul ul li a {
	padding: 10px 30px;
	color: white;
}
nav ul ul li a:hover {
	background-color: #000099;
	color: white;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	color: white;
}
#logo {
	width: 270px;
	clear: both;
	float: left;
	margin-bottom: 15px;
}
#logo img:hover {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: .75;
}
#rightinfo {
	float: right;
	width: 500px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
#top-nav-left a:link, #top-nav-left a:visited {
	color: #fff;
}
#top-nav-left a:hover, #top-nav-left a:active {
	color: #ccc;
}
/*Center Images on Homepage */
#main_boxes {
	height: auto;
	width: 924px;
	margin-bottom: 20px;
}
#green_box {
	height: 397px;
	width: 227px;
	background-image: url(../Images/greenbox.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#green_box:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 153, 51, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 153, 51, 1);
	box-shadow: 0px 0px 10px rgba(0, 153, 51, 1);
}
#green_box_text {
	height: 90px;
	margin-top: 30px;
	background-color: #009933;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#yellow_box {
	height: 397px;
	width: 227px;
	background-image: url(../Images/yellowbox.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-right: 5px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#yellow_box:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(255, 204, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(255, 204, 0, 1);
	box-shadow: 0px 0px 10px rgba(255, 204, 0, 1);
}
#yellow_box_text {
	height: 90px;
	margin-top: 30px;
	background-color: #ffcc00;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#blue_box {
	height: 397px;
	width: 227px;
	background-image: url(../Images/bluebox.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-right: 5px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#blue_box:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 102, 153, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 102, 153, 1);
	box-shadow: 0px 0px 10px rgba(0, 102, 153, 1);
}
#blue_box_text {
	height: 90px;
	margin-top: 30px;
	background-color: #069;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#orange_box {
	height: 397px;
	width: 227px;
	background-image: url(../Images/orangebox.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#orange_box:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(255, 102, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(255, 102, 0, 1);
	box-shadow: 0px 0px 10px rgba(255, 102, 0, 1);
}
#orange_box_text {
	height: 90px;
	margin-top: 30px;
	background-color: #ff6600;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#gray_box {
	background-image: url(../Images/greybox.jpg);
	display: block;
	float: left;
	height: 180px;
	width: 923px;
	background-repeat: no-repeat;
	margin-top: 5px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#gray_box:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(102, 102, 102, 1);
	-moz-box-shadow: 0px 0px 10px rgba(102, 102, 102, 1);
	box-shadow: 0px 0px 10px rgba(102, 102, 102, 1);
}
#gray_box_text {
	height: 90px;
	width: 208px;
	margin-top: 30px;
	background-color: #666;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 10pt;
}
#green_box_text h1 {
	font-family: 'Titan One', cursive;
	font-size: 18pt;
	color: #FFF;
	line-height: 18pt;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
	padding-top: 7px;
	font-weight: normal;
	color: #fff;
}
#yellow_box_text h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18pt;
	line-height: 18pt;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
	padding-top: 7px;
	color: #fff;
}
#blue_box_text h1 {
	font-family: 'Squada One', cursive;
	font-size: 24pt;
	line-height: 18pt;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
	padding-top: 7px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 16px !important;
}
#orange_box_text h1 {
	font-family: "Stencil Std";
	font-size: 18pt;
	line-height: 18pt;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
	padding-top: 7px;
	font-weight: normal;
	color: #fff;
}
#gray_box_text h1 {
	font-family: 'Lato', sans-serif;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	text-shadow: 1px 1px 3px #333;
	color: #fff;
}
#green_box a:link, #green_box a:visited, #green_box a:hover, #green_box a:active, #yellow_box a:link, #yellow_box a:visited, #yellow_box a:hover, #yellow_box a:active, #blue_box a:link, #blue_box a:visited, #blue_box a:hover, #blue_box a:active, #orange_box a:link, #orange_box a:visited, #orange_box a:hover, #orange_box a:active, #gray_box a:link, #gray_box a:visited, #gray_box a:hover, #gray_box a:active {
	text-decoration: none;
	text-transform: none;
}
#blue_box:hover, #green_box:hover, #yellow_box:hover, #orange_box:hover, #gray_box:hover {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: .75;
}
/* Homepage */
#main_boxes {
	/* [disabled]height: 583px;
*/
	width: 924px;
}
#main_text {
	width: 600px;
	margin-top: 20px;
	display: inline;
	float: left;
	margin-bottom: 20px;
}
#main_text p {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #333;
	display: inline;
}
#main_text h1 {
	font-family: 'Lato', sans-serif;
	font-size: 18pt;
	display: inline;
	text-transform: uppercase;
	color: #000099;
	text-shadow: 1px 1px 1px #999;
}
#credits {
	text-align: center;
	display: block;
	clear: both;
}
#credits img {
	padding-right: 20px;
}
#pod-container {
	clear: both;
	display: block;
}
.pod {
	/* [disabled]height: 397px;
*/
	width: 207px;
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	display: inline;
	padding-right: 20px;
	margin-bottom: 20px;
}
.pod1 {
	/* [disabled]height: 397px;
*/
	width: 227px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
}
#home-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #636363;
	margin-top: 30px;
}
#home-title p {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #333;
	display: inline;
}
#home-title h1 {
	font-family: 'Lato', sans-serif;
	font-size: 18pt;
	display: inline;
	text-transform: uppercase;
	color: #000099;
	text-shadow: 1px 1px 1px #999;
}
#main_boxes .pod p {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.pod h2 img {
	margin-right: 8px;
	vertical-align: middle;
}
#main_boxes h2 img {
	margin-right: 8px;
	vertical-align: middle;
}
/* Special Offer box on Homepage */
#special_offer {
	width: 207px;
	height: 310px;
	float: right;
	display: inline;
	margin-bottom: 20px;
	text-align: center;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(99,99,99,1.00)), color-stop( 100%, rgba(60,60,60,1.00)));
	background-image: -webkit-linear-gradient(270deg, rgba(99,99,99,1.00) 0%, rgba(60,60,60,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(99,99,99,1.00) 0%, rgba(60,60,60,1.00) 100%);
}
#special_title {
	font-family: 'Lato', sans-serif;
	font-size: 14pt;
	color: #fff;
	background-color: #000096;
	margin: 0 0 20px 0;
	padding: 10px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(0,0,150,1.00)), color-stop( 100%, rgba(0,0,83,1.00)));
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,150,1.00) 0%, rgba(0,0,83,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,150,1.00) 0%, rgba(0,0,83,1.00) 100%);
}
#special_text {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12pt;
	line-height: 20pt;
	margin: 0 0 5px 0;
	padding: 0;
}
#special_em {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16pt;
	line-height: 24pt;
	margin: 0 0 30px 0;
}
#special_offer a {
	font-family: 'Lato', sans-serif;
	color: #ccc;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}
#special_offer a:visited {
	font-family: 'Lato', sans-serif;
	color: #ccc;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}
#special_offer a:hover, #special_offer a:active, #special_offer a:focus {
	font-family: 'Lato', sans-serif;
	color: #ccc;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: underline;
}
/* Footer */
#footer {
	width: 900px;
	background-image: url(../Images/footer_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	text-align: left;
	padding: 1px 15px 10px 15px;
	height: 60px;
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
#copy {
	font-family: 'Lato', sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
#footer p {
	font-size: 9pt;
}
#address {
	display: inline;
	text-align: left;
	float: left;
}
#footer_menu {
	display: inline;
	float: right;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #fff;
}
#container #content {
	width: 923px;
}
#container #content #sidebar {
	width: 227px;
	margin-right: 20px;
	float: left;
	display: inline;
	background-image: url(../Images/gray-bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
.clear {
	clear: both;
}
#clearfix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container #content #greenbox-content {
	width: 665px;
	float: right;
}
/* Products */
.products .product-content {
	width: 313px;
	height: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #636363;
	background-image: url(../Images/gray-bg-top.png);
	background-repeat: repeat-x;
	background-position: left;
}
.products .product-content .product-thumbnail img {
	width: 160px;
	height: 160px;
	clear: both;
}
.products .product-content .product-thumbnail {
	float: left;
	margin-right: 3px;
}
.products .product-content .product-thumbnail a {
	font-size: 10px;
}
.products .product-content .product-info {
	float: right;
	width: 147px;
	font-size: 11px;
	line-height: 13px;
	color: #333;
}
.products .product-content .product-info .product-name {
	font-size: 12px;
	clear: both;
	line-height: 18px;
	font-weight: bold;
}
#productSelector {
	padding-left: 15px;
}
#wood-product-banner, #bamboo-product-banner, #cork-product-banner {
	width: 923px;
	height: 400px;
	clear: both;
	display: block;
}
#wood-product-banner {
	background-image: url(../Images/hardwood.jpg);
	background-repeat: no-repeat;
}
#bamboo-product-banner {
	background-image: url(../Images/bamboo.jpg);
	background-repeat: no-repeat;
}
#cork-product-banner {
	background-image: url(../Images/cork.jpg);
	background-repeat: no-repeat;
}
select.dl_viewselect {
	display: inline;
}
.products .product-tile {
	height: 250px;
	margin-bottom: 30px;
}
#banner-sm {
	background-image: url(../Images/banner-sm.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
/*Jump Menu*/
.jump-menu {
	padding: 0;
	height: 30px;
	margin: 20px 0 5px 0;
	font-size: 14px;
	width: 655px;
}
.tinylinks {
	margin: 5px 0 10px 0;
}
.tinylinks a:link, .tinylinks a:visited {
	font-size: 11px;
}
.tinylinks a:active, .tinylinks a:hover {
	font-size: 11px;
	text-decoration: underline;
}
/*Product Selector Menu*/
.tree {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.branch {
	list-style-type: none;
	font-size: 14px;
	border-top: solid 1px #636363;
	padding: 7px 5px 7px 0;
	line-height: 14px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}
.branch a:link, .branch a:visited {
	text-transform: uppercase;
	color: #636363;
	text-decoration: none;
}
.branch a:hover, .branch a:active {
	text-transform: uppercase;
	color: #636363;
	text-decoration: underline;
}
.programType {
	margin: 0;
}
.programType p {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
.programType p a:link, .programType p a:visited {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.programType p a:hover, .programType p a:active {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}
#productSelector p {
	color: #674834;
	font-size: 11px;
}
.selected-filter-header {
	color: Red;
	font-size: 12px;
}
p.filter-item {
	text-align: left;
	line-height: 2px;
}
/*.filter-item a:hover { text-decoration:none; }*/
.filter-delete span {
	color: #475c19;
	font-family: 'Arial Black', Gadget, sans-serif;
	margin-right: 10px;
}
.filter-container {
/*margin-top:5px;*/
}
.borderbluediv {
	background: #000093;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-top: solid 1px #636363;
	border-left: solid 1px #636363;
	padding: 7px 0px;
	padding-left: 10px;
	padding-right: 7px;
}
table.inner-table {
	border-collapse: collapse;
}
table.inner-table td {
	border: solid 1px #636363;
}
/*
.toplinks {
	font-size: 14px;
	color: #333;
}
.toplinks a {
	text-decoration: none;
}
.toplinks a:hover {
	text-decoration: none;
	cursor: pointer;
}
.toplinks ul, .toplinks li {
	list-style: none;
}
.toplinks li {
	display: inline;
	float: right;
	margin-left: 5px;
}*/
#register-container, #forget-pwd-container, #reset-pwd-container {
	width: 500px;
	margin: auto;
	padding: 20px;
}
#login-container {
	width: 400px;
	padding: 20px;
	margin: auto;
}
.forgot-pass a:link, .forgot-pass a:visited {
	font-size: 12px;
}
.forgot-pass a:hover, .forgot-pass a:active {
	font-size: 12px;
}
#register-container label {
	line-height: 13px;
	display: inline-block;
	width: 160px;
	float: left;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
#register-container.input {
	float: left;
	width: 225px;
	clear: right;
	margin-top: 5px;
}
#register-container div {
	margin: 6px 0 6px 0;
}
/*Top nav bar*/
#top-nav {
	background-color: #6a6a6a;
	height: 35px;
	width: 100%;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #6A6A6A), color-stop(1, #515151) );
	background-image: -o-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: -moz-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: -webkit-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: -ms-linear-gradient(bottom, #6A6A6A 0%, #515151 100%);
	background-image: linear-gradient(to bottom, #6A6A6A 0%, #515151 100%);
	color: white;
	font-size: 14px;
	line-height: 35px;
}
#top-nav-container {
	margin: 0 auto;
	width: 924px;
}
#top-nav-left {
	display: inline;
	float: left;
	margin-left: 5px;
}
#top-nav-right {
	display: inline;
	float: right;
	margin-right:-45px;
}
#top-nav-right img {
	vertical-align: sub;
	margin-right: 3px;
}
/*#top-nav-right a:link, #top-nav-right a:visited, #top-nav-left a:link, #top-nav-left a:visited {
	color: white;
	text-decoration: none;
	font-size: 14px;
}*/
#top-nav a.linkitem {
	color: #fff;
	text-decoration: none;
}
#top-nav-right a.linkitem:active, #top-nav-right a.linkitem:hover, #top-nav-left a.linkitem:active, #top-nav-left a.linkitem:hover {
	color: #CCC;
	text-decoration: underline;
	font-size: 14px;
}
.googlecart-widget-details-column a, .googlecart-widget-details-column a:link, .googlecart-widget-details-column a:active, .googlecart-widget-details-column a:hover {
	color: #000;
	text-decoration: none;
}
.legal-container {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.legal-left, .legal-right {
	display: inline;
	line-height: 1.3em;
	width: 410px;
}
.legal-left {
	padding-right: 10px;
	float: left;
}
.legal-right {
	padding-left: 10px;
	float: right;
}
#googlecart-widget {
	position: absolute;
}
.googlecart-visibility {
	visibility: hidden;
}
.googlecart-display, .googlecart-display-inline {
	display: none;
}
#contact-content {
	margin-left: 80px;
}
#contact-form {
	width: 330px;
	display: inline;
	float: left;
	border-right: 1px solid #999;
	padding-right: 50px;
	margin-right: 50px;
	margin-top: 40px;
}
#contact-info {
	width: 330px;
	display: inline;
	float: left;
	margin-top: 40px;
}
#contact-info h1 {
	text-transform: none;
}
#contact-info h2 {
	display: inline;
	margin-right: 10px;
}
#contact-info p {
	margin-bottom: 30px;
	display: inline;
}
#contact-info div {
	margin-top: 15px;
}
label {
	font-size: 16px;
	width: 100px;
	text-align: left;
	margin-bottom: 5px;
	display: inline;
	color: #636363;
}
.contact_field {
	width: 230px;
	border: 1px solid #636363;
	float: right;
	margin-bottom: 20px;
	height: 25px;
	padding: 5px;
}
.contact_textarea {
	width: 230px;
	border: 1px solid #636363;
	float: right;
	margin-bottom: 20px;
	height: 120px;
	padding: 5px;
}
/* ajax loading
----------------------------------------------------------*/
#loadingContainer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;/*background-color: Gray;opacity: 0.5; */
	background: transparent url("/Content/Images/gray.png") repeat;
	z-index: 99;
}
#ajax-loading {
	display: block;
	z-index: 99999;
	background: #FFF;
	width: 370px;
	height: 270px;
	/*
    margin-bottom: 3px; 
    position: absolute;*/
    /**/position: fixed;
	left: 50%;
	top: 50%;
	margin-left: - width/2;
	margin-top: - height/2
}
#top-nav-left script a {
	color: white;
}
/* iPad contest page */
#title-top {
	margin-bottom: 0px;
	padding: 0;
	line-height: .5em
}
#title-btm {
	font-size: 140px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-family: 'Bevan', cursive;
	letter-spacing: -2px;
	color: #C1434F
}
#title-sub {
	font-weight: strong;
	font-size: 24px;
}
#ipad-img {
	margin: 0 auto !important;
}
#win-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #44302b;
	position: relative;
	line-height: 1.75em;
}
.ipad-left {
	width: 55%;
	float: left;
	display: inline
}
.ipad-right {
	width: 45%;
	float: right;
	display: inline;
	padding-top: 35px;
}
.ipad-text-left {
	width: 49%;
	float: left;
	display: inline;
	position: relative;
	min-height: 1px;
}
.ipad-text-right {
	width: 49%;
	float: right;
	display: inline;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}
.ipad-right img {
	float: right;
}
#main_text_full {
	width: 100%
}
.text-muted {
	color: #999;
}
.text-right {
	text-align: right
}
.ipad-img {
	width: 50%;
	float: left;
	min-height: 1px;
	display: inline;
	margin-top: 20px;
}
.img-thumbnail {
	display: inline-block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-responsive {
	display: block;
	max-width: 94%;
}
.chooseButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #5656fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #5656fc;
	box-shadow: inset 0px 1px 0px 0px #5656fc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0a0aad), color-stop(1, #020275));
	background: -moz-linear-gradient(top, #0a0aad 5%, #020275 100%);
	background: -webkit-linear-gradient(top, #0a0aad 5%, #020275 100%);
	background: -o-linear-gradient(top, #0a0aad 5%, #020275 100%);
	background: -ms-linear-gradient(top, #0a0aad 5%, #020275 100%);
	background: linear-gradient(to bottom, #0a0aad 5%, #020275 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a0aad', endColorstr='#020275', GradientType=0);
	background-color: #0a0aad;
	border: 1px solid #000096;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}
.chooseButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #020275), color-stop(1, #0a0aad));
	background: -moz-linear-gradient(top, #020275 5%, #0a0aad 100%);
	background: -webkit-linear-gradient(top, #020275 5%, #0a0aad 100%);
	background: -o-linear-gradient(top, #020275 5%, #0a0aad 100%);
	background: -ms-linear-gradient(top, #020275 5%, #0a0aad 100%);
	background: linear-gradient(to bottom, #020275 5%, #0a0aad 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#020275', endColorstr='#0a0aad', GradientType=0);
	background-color: #020275;
}
.chooseButton:active {
	position: relative;
	top: 1px;
}
.ipad-left #contact-form {
	border: 0;
	margin-top: 10px;
}
#rightinfo h3 {
	color: #000096;
	font-weight: bold;
	font-size: 20px;}
