/* ============================= main layout ====================== */
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-smooth: always;
}
body {
	background: #596b85 url(../images/bkg_bluegrad.jpg) top repeat-x;
}
.main-extra {
	background:none;
}
#main {
	max-width:1100px;
	margin:12px auto;
	text-align:left;
}
/* ============================= header ====================== */
#header {
	background-color: #fff;
}
#header img.banner {
	width: 100%;
	height: auto;
}
.sub-menu {
	height:27px;
	background:url(../images/sub-menu-bg.gif) repeat;
}
.sub-menu ul {
	float:right;
	width:312px;
	padding:5px 0px 0 0;
}
.sub-menu li {
	float:left;
	background:url(../images/sub-menu-li-bg.gif) left 4px no-repeat;
	line-height:1.243em;
	padding:0 20px 0 16px;
}
.sub-menu li a {
	color:#939393;
	text-decoration:none;
}
.sub-menu li a:hover {
	text-decoration:underline;
}
.logo {
	float:left;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 37px;
}
.thor-guy {
	float:right;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.rss {
	float:right;
	padding:61px 38px 0 0;
}
.inner {
	position:relative;
	padding:21px 0 0 24px;
}
.header-img {
	position:absolute;
	z-index:100;
	left:24px;
	top:21px
}
.menu {
	font-family:Arial, Geneva, sans-serif;
	background:#444;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -17px;
	margin-left: auto;
	display:table;
	top: -10px;
}
.menu ul {
	overflow:hidden;
}
.menu li {
	float:left;
	font-size:1.1666em;
	line-height:1.243em;
	padding:0;
	background-image: url(../images/menu-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	width:auto;
}
.menu li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	text-align:center;
	position:relative;
	margin-right:-1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.menu li a:hover, .menu .active a {
	background:#f98100;
	color:#fff;
}
.menu .first {
	background:none;
}

/* ==================== Google Search Box  ====================== */
#googlesearch-outer { max-width:1008px; margin:0 auto; padding:8px; }
#googlesearch-inner .cse .gsc-control-cse, #googlesearch-inner .gsc-control-cse {
  background-color: transparent;
  border: 0;
}
@media all and (max-width: 600px) {
  #googlesearch-outer { height:32px; }
}

/* ==================== Utility Menu  ====================== */
#utilitymenu-outer { 
	max-width:1008px; 
	margin:0 auto; 
	padding:8px; 
}
#utilitymenu-outer a { 
	text-decoration: none;
}
#utilitymenu-outer a:hover { 
	text-decoration: underline;
}
/* ============================= content ====================== */
#content {
/*	background:url(../images/content-bg.jpg) repeat; */
	background-color: #fff;
}
#content ul, #content ol 
{ 
	margin-left: 30px; 
}
#content li a:hover {
	text-decoration:none;
}
#slide_gallery {
	display: inline-block;
}
@media all and (max-width: 680px) {
	#slide_gallery { display: none; }
	.sidebarGlossymenu { display: none; }
	.sidebarMobilemenu {
	  -moz-border-radius: 15px; 
	  -webkit-border-radius: 15px; 
	  border: 4px solid #596B85;
	  background-color: #cfd7e2;
	  padding: 12px;
	  margin-bottom: 16px;
	}
}
@media all and (min-width: 680px) {
	.sidebarMobilemenu { display: none; }
}
.sidebarGlossymenu {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	padding: 0;
	margin: 12px 0;
	background: url(../accordian/bkg-sidebar-mid.png) center repeat-y;
}
.sidebarGlossymenu img {
	display: block;
}
#content .sidebarGlossymenu ul {
	margin-left: 0; 
}
/*
@media all and (max-width: 1024px) {
	.sidebarGlossymenu { display: none; }
	.sidebarMobilemenu {
	  -moz-border-radius: 15px; 
	  -webkit-border-radius: 15px; 
	  border: 4px solid #596B85;
	  background-color: #cfd7e2;
	  padding: 12px;
	  margin-bottom: 16px;
	}
}
@media all and (min-width: 1024px) {
	.sidebarMobilemenu { display: none; }
}
*/
.row {
	background:url(../images/row-bg.jpg) repeat;
	min-height:306px;
	height:auto !important;
	height:306px;
	color:#bdbdbd;
}
.row .indent {
	width: 90%;
	padding-top: 40px;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.row a {
	color:#bdbdbd;
}
.row .col-pad {
	padding-right:57px;
}
.row h2 {
	font-size:1.666em;
	line-height:1.243em;
	color:#eaeaea;
	padding:1px 0 9px 0;
}
.row .link {
	display:inline-block;
	background:url(../images/row-link-bg.gif) left 1px no-repeat;
	text-decoration: none;
	margin-top:19px;
	color:#dbdbdb;
	padding-left:22px;
	font-family:Arial, Helvetica, sans-serif;
}
.row .link:hover {
	text-decoration:underline;
}
.row .link-marg {
	margin-top:24px;
}
.row .list li {
	background:url(../images/row-list-bg.gif) left 9px no-repeat;
}
GHHighA .indent {
	padding:55px 0 34px 37px;
}
.indent1 {
	padding:55px 30px 34px 37px;
}
.introColumnContainer {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	display:table;
}
.introColumn {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	text-align: center;
}

.introColumn a h2 {
	text-decoration:underline;
}

.introColumn a:hover h2 {
	text-decoration:none;
}

.introColumn .img {
	margin-left:auto;
	margin-right:auto;
}
.main_col {
	width:95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	padding-top: 60px;
}
.col-pad {
	padding-right:52px;
}
.col-pad1 {
	padding-right:75px;
}
.bookmark {
	color:#7e7e7e;
	display:inline-block;
	padding-bottom:8px;
}
.proff {
	color:#7e7e7e;
	display:inline-block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.proff em {
	font-style:normal;
	display:inline-block;
	padding-left:30px;
}
.proff strong {
	color:#373636;
}
.name {
	float:right;
}
.pad {
	padding-top:24px;
}
.pad1 {
	padding-top:14px;
}
.pad2 {
	padding-top:30px;
}
.pad3 {
	padding-top:6px;
}
.h-pad {
	padding-bottom:18px;
}
.h-pad1 {
	padding:28px 0 18px 0;
}
.link {
	display:inline-block;
	background:url(../images/link-bg.gif) left 2px no-repeat;
	padding-left:20px;
	margin-top:6px;
	text-decoration:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.link:hover {
	text-decoration:underline;
}
.button {
	padding:5px 15px; 
	background:#b25800; 
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
	border: #b25800 2px solid;
	cursor:pointer;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button:hover {
	background:#fff; 
	color: #b25800;
}
.list li a {
	color:#da7303;
}
.link-marg {
	margin-top:15px;
}
.spacing {
	letter-spacing:-1px;
}
.gallery {
	padding-top:5px;
}
.gallery img {
	margin-right:28px;
}
.gallery .last {
	margin-right:0px;
}
.padding {
	padding-bottom:42px;
}
#content table td {
	 padding: 3px; 
}
.specTable {
	margin-left:auto;
	margin-right:auto;
}
.specTable td {
	padding:10px;
}
.sub3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #CC6600
}
.txtB {
	font-weight: bold
}
.smalltext {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

/* ============================= footer ====================== */
#footer {
	background-color: #d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
}
#footer .extra {
	padding: 12px 0;
	background:#b25800;
	font-size:1.5em;
	color:#ddd;
	text-shadow: 2px 2px 3px #333;
}
#footer .extra a:link, #footer .extra a:visited {
	color:#ddd;
}
#footer .extra .contactIcon {
	margin-left: 48px;
}
#footer .extra .bracket {
	margin: 0 20px;
}
#footer .extra a {
	color:#8f9090;
	text-decoration:underline;
}
#footer .extra a:hover {
	text-decoration:none;
}
#footer .extraMobile {
	text-align: left;
	font-size:14px;
	font-weight: bold;
	padding-top: 12px;
	margin-left: 40px;
	border-top: #ccc 1px solid;
}

@media all and (max-width: 900px) {
	#footer .extra,#footer .policy { display: none; }
}
@media all and (min-width: 900px) {
	#footer .extraMobile { display: none; }
}

#footer .indent {
	padding:22px 36px 0 37px;
}
#footer .col-1 {
	width:211px 
}
#footer .col-2 {
	width:224px 
}
#footer .col-3 {
	width:197px 
}
/*
@media all and (max-width: 1024px) {
	#footer .col-1, #footer .col-2, #footer .col-3 { display: none; }
}
*/
.policy {
	float:right;
	text-align:right;
	padding:12px 0 0 0;
	color:#8c8b8b;
}
.policy a {
	color:#8c8b8b;
	text-decoration:none;
}
.policy a:hover {
	text-decoration:underline;
}
#footer li {
	background:url(../images/footer-marker.gif) left 5px no-repeat;
	font-size:1em;
	line-height:2.1666em;
	padding-left:22px;
}
#footer li a {
	color:#7e7e7e;
}
#footer li a:hover {
	text-decoration:underline;
}
#footer .footer-menu {
	padding:0 0 0 30px;
}
#footer .footer-menu li {
	padding:0 7px 0 8px;
	background:url(../images/footer-menu-li-bg.gif) left 9px no-repeat;
	float:left;
}
#footer .footer-menu li a {
	color:#fff;
	text-decoration:none;
}
#footer .footer-menu .first {
	background:none;
}
#footer .footer-menu li a:hover, #footer .footer-menu .active a {
	color:#fff;
	text-decoration:none;
}

/* ============================= forms ============================= */
#ContactForm label {
	height:37px;
	display:block;
}
.column1 {
	float:left;
	width:314px;
}
.alignright {
	text-align:right;
}
#ContactForm .link {
	margin:8px 0 0 20px
}
.input {
	width:290px;
	background:#fff;
	padding:3px 0 2px 5px;
	font-size:1em;
	line-height:1.243em;
}
textarea {
	width:305px;
	height:93px;
	background:#fff;
	padding:0 0 0 5px;
	overflow:auto;
	font-size:1em;
}

#order-steps { 
	padding:12px; 
	font-size:14px; 
	font-weight:bold; 
	background-color:#fc3; 
	background-image:url(../images/steps-bkg.jpg)
}
#order-steps h3 {
	padding:0; 
	margin:0; 
}
#order-steps-end {
	height:12px; 
	background-color:#e9ad53;  
	margin-bottom:12px;
}
.config-button {
	font-size:14px; 
	font-weight:bold; 
	padding:8px; 
	background-color:#ffe8b4;
	cursor:pointer;
}
	
/* ============================= shadow effects ============================= */
@media all and (min-width: 680px) {
  .shadow {
	  -moz-box-shadow: 3px 3px 16px #000;
	  -webkit-box-shadow: 3px 3px 16px #000;
	  box-shadow: 3px 3px 16px #000;
  }
}
.shadow .menu {
	text-shadow: 2px 2px 3px #000;
}

/* ============================= misc styles ============================= */
.imgindent {
	margin:0 20px 0 0;
	float:left;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.container {
	width:100%;
	overflow:hidden;
}
.container1 {
	width:100%;
}
.row .col-1 {
	width:200px !important;
}
.col-1 {
	width:632px;
}
.col-2 {
	width:267px;
}
img {
	vertical-align:top;
}
a img {
	border:0;
}
ul {
	list-style:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
html, input, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	color:#000;
}
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:2.5em;
	line-height:1.243em;
	color:#575757;
	padding:0 0 10px 0;
	margin-top:-30px
}
h1 strong {
	display:block;
	margin-top:-10px;
}
h1 em {
	text-transform:uppercase;
	color:#dc7403;
}
h2 {
	font-size:1.8em;
	color:#333;
	padding:12px 0 2px 0;
}
h3 {
	text-transform:uppercase;
	font-size:1.3em;
	line-height:1.8em;
	color:#444;
	padding:4px 0 8px 0;
}
input, select {
	vertical-align:middle;
	font-weight:normal;
}
a {
	color:#010101;
	outline:none;
}
a:hover {
	text-decoration:none;
}
p {
	padding-top:18px;
}
li {
	padding-bottom:6px;
}
li a {
	color:#585858;
	text-decoration:underline;
}


