/*** site wide styling ***/
body {
    /*background: #F4EDE3;*/
		background:#f4ede3;
    color:#333;
    margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image: url(images/bg.jpg);
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

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

a { color: #7E3117; text-decoration: none; }
a:hover { color: #C35817; }

.clear-both {
	clear:both;
}

form {
    display: inline;
}

.small-text {
	font-size:9px;
}

#header {
  margin:auto;
  width:845px;
	height:15px;
	background: #F4EDE3;
	background-image: url(images/top_border.gif);
	padding:0;
}

#message {
    display:block;
}

.message-error {
    display:block;
    border:1px solid #D85A5E; 
    background-color:#EEB7B8; 
    padding:10px; 
    width: 97%;
}

.message-status {
    display:block;
    border:1px solid #91CE8E; 
    background-color:#D8EED7; 
    padding:10px; 
    width: 97%;
}
/*
.infoBoxContents {
    background: #f8f8f9;
    font-size: 10px;
}

.infoBoxNotice {
    background: #FF8E90;
}

.infoBoxNoticeContents {
    background: #FFE6E6;
    font-size: 10px;
}

TD.infoBoxHeading {
    font-size: 10px;
    font-weight: bold;
    background: #600206;
    color: #ffffff;
    padding: 5px;
}

.videoHead {
    font-size: 10px;
    color: #FFF380;
}

*/





/* input requirement */

.inputRequirement {font-size: 10px; color: #ff0000; }

a.small_link:link {font-size:9px; color:#333333; text-decoration:none;}


.catalog-table{
    float:left;
    height: 320px;
}


/*** main content area ***/
#content {
	margin:auto;
    display:block;
    width: 845px;
    padding: 0;
	background: #F4EDE3;
}

#content-container {
    display:block;
    width: 100%;
    padding: 0;
}
/*
#left-column {
    float: left; 
    width: 150px; 
    padding: 3px; 
    margin: 3px; 
    border:1px solid #aaaaaa;
}

#right-column{
    float: right; 
    align: left; 
    width: 500px;
    padding: 3px; 
    margin: 3px; 
    border:1px solid #aaaaaa;
}


*/

/*** footer ***/
#footer {
	margin:auto;
    width: 845px;
    color: #333333;
    padding: 10px 0 10px 0;
   	background: #F4EDE3;
	text-align:center;
}

#copyright {
	width: 800px;
	margin:auto;
	padding:10px 0 10px 0;
	background-image: url(images/gg_green.jpg);
	color: #AB3011;
	font-weight: bold;
	font-size: 10px;
}
/*
#menu-footer-links a{
    color: #FBB917;
    text-decoration: none;
}
#menu-footer-links .first{
    border:none;
}

#menu-footer-links ul li {
	display:inline;
	list-style: none;
	padding:0 10px;
	border-left:1px solid #aaaaaa;
}
*/
/* GG footer links */
a.footer_menu:link {color: #000000; font-size: 14px; text-decoration: none}
a.footer_menu:active {color: #000000; font-size: 14px; text-decoration: none}
a.footer_menu:visited {color: #000000; font-size: 14px; text-decoration: none}
a.footer_menu:hover {color: #000000; font-size: 14px; text-decoration:underline}

/* GG Tour Menu Links */
a.tour-menu:link {color: #FFFFFF; font-size: 18px; font-weight: bold; text-decoration: none}
a.tour-menu:active {color: #FFFFFF; font-size: 18px; font-weight: bold; text-decoration: none}
a.tour-menu:visited {color: #FFFFFF; font-size: 18px; font-weight: bold; text-decoration: none}
a.tour-menu:hover {color: #FFFFFF; font-size: 18px; font-weight: bold; text-decoration:underline}

/*** left column category menu ***/
/*
#left-category {
    font-size: 100%;
    width: 140px;
    padding: 0px;
    margin: 0px;
}
#left-category ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#left-category ul li a {
    font-size: 80%;
    display: block;
    border-bottom: 1px dashed #C39C4E;
    padding: 5px 0px 2px 4px;
    text-decoration: none;
    width:140px;
}
#left-category ul li a:hover, #left-category ul li a:focus {
    background-color: #eeeeee;
}
*/

/*** content search ***/
# search-details * {
    display: inline; 
    margin: 0px;
    padding: 0px;
}
#search-details {
    height: 20px;
    background-color: #FFE87C;
}
#search-details ul{
    list-style: none;
    display: inline;
}
#search-details li {
    list-style: none;
    display: inline;
}
#search-filter {
    background-color: #aaaaaa;
}


.product-sample {
    width:125px;
    height:125px;
    float:left;
}

.product-thumb {
    width:125px;
    height:125px;
    float:left;
}
.product-thumb-image {

}

/* GG related */
.updates {
	overflow: auto;
	height: 100px;
	margin-left: 6px;
	font: bold 10px verdana,arial,sans-serif
}
.archivetable {
	border: 2px solid #981702;
	overflow: auto;
	height: 100px;
	padding-left: 6px;
	margin-bottom:10px;
	font: bold 12px verdana,arial,sans-serif;
	text-align:left;
}

.archivetable a:hover{
	text-decoration:underline;
}


.bordered-block-container {
	width:845px;
	padding:0;
	margin:0;
}
.bordered-block-top {
	width:845px;
	height:25px;
	padding:0;
	margin:0;
	background-image: url(/themes/tpl/images/ggb_top.jpg);
}
.bordered-block-body {
	width:845px;
	padding:0;
	margin:0;
	background-image: url(/themes/tpl/images/ggb_body.jpg);
}
.bordered-block-bottom {
	width:845px;
	height:25px;
	padding:0;
	margin:0;
	background-image: url(/themes/tpl/images/ggb_bottom.jpg);
}

/* tour */
.tour-imblock {
	display:block;
	width:845px;
	padding:0;
	margin:0;
	
}

.tour-imblock-content {
	width:700px;
	padding:0 60px;
	margin:0;
	text-align:center;
}

.main-links-block {
	display:block;
	width:845px;
	height:35px;
	padding:0;
	margin:0;
}

#tour-main-menu {
	display:block;
	margin-left:245px;
	padding-top:5px;
	color: #FFFFFF; 
	font-size: 18px; 
	font-weight: bold;
}

.signup-text{
	font-size:16px;
}

/* members */

.members-imblock {
	width:845px;
	padding:0;
	margin:0;
	
}
.members-imblock-header {
	background-image: url(/themes/tpl/images/ggm.jpg);
	width:845px;
	height:136px;
	padding:0;
	margin:0;
}

#members-main-menu {
	margin-left:245px;
	padding-top:80px;
	width:200px;
	color: #FFFFFF; 
	font-size: 18px; 
	font-weight: bold;
}

.members-bordered-block-container {
	width:845px;
	padding:0;
	margin:0;
}
.members-bordered-block-top {
	display:block;
	width:845px;
	height:25px;
	padding:0;
	margin:0;
	background-image: url(/themes/tpl/images/ggb_top.jpg);
}
.members-bordered-block-body {
	display:inline-block;
	width:845px;
	padding:0;
	margin:0;	
	background-image: url(/themes/tpl/images/ggb_body.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
.members-bordered-block-bottom {
	display:block;
	width:845px;
	height:25px;
	padding:0;
	margin:0;
	background-image: url(/themes/tpl/images/ggb_bottom.jpg);
}

.block-content{
	display:inline-block;
	margin-left:0;	
}

/* grid table for Product Image and Sample Image pages */
.grid-table {
	display:block;
	margin:0;
	padding:0;
	width:625px;

}

.grid-table-cells {
	display:block;
	text-align:center;
	float:left;
	margin:5px;
	padding:3px;
	width:140px;
	height:140px;
	
}
.grid-table-image {
	padding:3px;
}

h3.gallery-header {
	padding:10px;
}
.red-text {
		color: #AB3011;			 
}
.red-block {
	border:solid 2px #AB3011;
	width:700px;
	padding:0;
	margin:0;
	padding-left:15px;
}
.inline-block {
	display:inline-block;
}

a.tour-show-more {
	font-size:36px;
	font-weight:bold;
	color:#000;
}
a.tour-show-more:hover {
	color:#0F0;
	text-decoration:underline;
}