/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:small;
}

body {
	background: #000 url('../images/g-background.gif') repeat-x top left;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body { 
  margin:0; 
  padding:0; 
  color:#000;
}

input,select,textarea { 
  font-size:1em;
}

small { 
  font-size:0.85em;
}

a {
	text-decoration: none;
	color: #A29261;
}
a:hover {
	color: #EFE7D4;
}

img { 
  border:0;
}

form { 
  margin:0; 
  padding:0;
}

ul {  
  margin:0.5em 0 1em 2em; 
  padding:0;
}

li {
  margin: 0.2em 0 0.2em 0; 
}

p,dl { 
  margin:1em 0 1em 0; 
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

.clear {
	clear:both;
	zoom:1;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

blockquote {
	margin: 10px;
	padding-bottom: 10px;
	background: #EFE7D4;
	padding: 10px;
}

blockquote p {
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

blockquote p.author {
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}

/* My con generic Styles */
#constrain {
	width: 900px;
	margin: 0px auto 0px auto;
	background: #fff;
	border-left: 2px solid #302d1e;
	border-right: 2px solid #302d1e;
	position: relative;
	z-index: 2;
}

#header {
	postion: relative;
}

#header img {
display: block;
}

#header .pagetitle {
	position: absolute;
	top: 136px;
	left: 540px;
	text-align: right;
	width: 318px;
	padding-right: 40px;
}

#header .pagetitle h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
	font-size: 20px;
	color: #fff;
}

#nav-side {
	position: absolute;
	z-index:100;
}
#nav-side img {
	margin-left:15px;
	position:absolute;
	z-index:100;
	}
#content .benefits {
	float: right;
	width: 330px;
	background: #F5F2ED url('../images/p-sidebackground.jpg') no-repeat bottom right;
	padding: 10px 20px 20px 10px;
}

#content .benefits h2 {
	font-size: 15px;
	color: #A29261;
	margin-bottom: 10px;
}

#content .benefits ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	color: #4F4F4F;
	list-style-image: url(../images/g-list.gif);
}

#content .benefits ul li {
	line-height: 16px;
}

#content {
	margin-left: 181px;
}

.remove-top-padding {
	margin-top: 0px !important;
}

.bottom {
	 vertical-align: baseline;
	 padding-bottom: 0px;
	 margin-bottom: 0px;
	 display: block;
}

#innercontent-outter {
	margin-left: 30px;
	padding-bottom: 20px;
	min-height: 820px;
}

#content h1, #content h2, #content h3, #footer th {
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
	color: #A29261;
}

#content h1 {
	font-size: 26px;
	font-weight: normal;
}

#content h2 {
	font-size: 15px;
}

#content h3 {
	font-size: 13px;
}

#content .index-content {
	width: 300px;
}

#content p {
	color: #4F4F4F;
	font-size: 11px;
	line-height: 16px;
}

#nav-side {
	width: 181px;
	position: absolute;
	z-index:100;
	left: 0px;
}

#nav-side ul {
	list-style: none;
	text-align: right;
	margin-right: 40px;
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
}

#nav-side a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
}

#nav-side a:hover {
	color: #ccc;
}

#nav-side ul ul {
	margin: 14px 0px 14px 0px;
}

#nav-side ul ul a {
	font-size: 13px;
	font-weight: bold;
	color: #A29261;
}

#nav-side ul ul a:hover {
	color: #F5F2ED;
}

#footer .lower-logo {
	position: absolute;
	z-index:0;
	margin-left: 40px;
	top: -480px;
	background:url('../images/g-longside-logo.gif') no-repeat;
	width:109px;
	height:439px;
}

#footer {
	position: relative;
	width: 900px;
	margin: 30px auto 30px auto;
	z-index: 3;

}

#footer table {
	color: #A29261;
	margin-left: 104px;
}

#footer th {
	font-size: 13px;
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
	padding-bottom: 6px;
}

#footer a {
	color: #A4956B;
	text-decoration: none;	
}

#footer a:hover {
	color: #fff;
}

#footer td {
	font-size: 11px;
	padding-bottom: 6px;
}

#author {
	font-size: 10px;
	position: relative;
	z-index: 1;
}

#author .author-wrap {
	position: absolute;
	top: -230px;
	height: 240px;
	background: transparent url('../images/g-lower-g.gif') no-repeat center top;
	width: 99%;
}

#author .lowestg {
	position: absolute;
	margin-left: 170px;
	top: -109px;
}

#author a {
	color: #A4956B;
	text-decoration: none;
}

#author .move {
	position: absolute;
	width: 98%;
	margin: 0px auto 0px auto;
	text-align: center;
	z-index: 3;
}

#author a:hover {
	color: #fff;
}

#content-holder {
	padding: 0px;
	margin: 0px;
	background: transparent url('../images/g-nav-bg.gif') repeat-y top left;
	z-index: 3;
	border-bottom: 10px solid #a09261;
}
#content-holder ul {
	margin-top: 0px;
}

#content-holder li {
	margin-top: 0px;
}

#innercontent .images {
	float: right; 
	margin: 0px 20px 0px 40px;
}

#innercontent .push {
	margin-left: 30px;
	
}

#innercontent .images img {
	margin-bottom: 20px;
}

#innercontent {
	margin-right: 20px;
}

#gallery .img { 
	position: relative;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	border:1px solid #000;
	background: #000;	
}

#gallery .description {
	position: absolute;
	top: 236px;
	left: 0px;
	background: #000;
	width: 172px;
	padding: 4px;

}

#gallery .order {
	position: absolute;
	top: 216px;
	left: 0px;
	background: #666;
	width: 174px;
	padding: 2px;
	padding-left: 4px;
	
}

#gallery .order a {
	color: #fff;
	font-size: 9px;
	line-height:20px;
}

#gallery .order a:hover {
	
}

#gallery .description p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height:20px;
	}

#contactdetails {
	padding-top: 10px;
}

#contactdetails .details {
	width: 310px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#instructions {
	padding-top: 10px;
}

#instructions .steps {
	float: left;
	width: 320px;
	margin-bottom: 20px;
	height: 120px;
	vertical-align: middle;
}

#instructions .steps img {
	border: 1px solid #A29261;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

#instructions .steps p {
	float: left;
	width: 180px;
}

#instructions .steps sup {
	font-size: 8px;
}

#instructions .steps .step {
	background: url('../images/g-steps.gif') no-repeat;
	font-size: 22px;
	font-weight: bold;
	padding-top: 6px;
	color: #fff;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
	height: 33px;
	width: 39px;
	text-align: center;
}

select.purchase {
	border: 1px solid #666 !important;
	font-size: 10px;
	padding: 3px;
}

h2.orderpage {
	margin-top: 10px;
	margin-bottom: 10px;
}

.orderbtn {
	border: 1px solid #666;
	padding: 3px;
	font-size: 10px;
	background: #666;
	color: #fff;

}

.orderbtn:hover {
	background: #999;
}

/* CSS Buttons Code */
.clearbutton  {
	overflow: hidden;
	width: 100%;
}

a.button {
	background: transparent url('../images/g-bar-r.gif') no-repeat scroll top right;
	color: #124D35;
	display: block;
	float: left;
	font: normal 14px "trebuchet ms", verdana, sans-serif;
	height: 21px;
	color: #fff;
	margin-right: 6px;
	padding-right: 12px;
	text-decoration: none;
}

a.button:hover {
	color: #ccc !important;
}

a.button span {
	background: transparent url('../images/g-bar-fromleft.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 3px 6px 5px 18px;
}

a.button:hover {
	color: #000;
	outline: none;
}

#innercontent-outter .submitorder {
	padding:10px;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color:#fff;
	background:url(/images/i-submitbutton.gif) no-repeat #a29261;
	width:280px;
	height:40px;
}

#instructions h3 {
	margin-bottom:10px;
}

.orderbox {
	background:#eeeed9;
	border: solid 2px #ddd;
	margin-bottom:10px;
	padding:10px;
	width:560px;
	}

.orderbox a:hover {
	color:#beb28e;
}

.orderbox-online {
	border: solid 2px #ddd;
	margin-bottom:10px;
	height:78px;
	width:580px;
}
.orderbox-online a {
	background:#e6e5cd url(../images/g-order-bg.gif) no-repeat;
	display:block;
	height:78px;
	width:580px;
	font-size:11px;
	line-height:78px;
	text-indent: 100px;
	color: #4c4c4c;
	position:absolute;
	z-index:1;
	}
.orderbox-online a:hover {
	background:#dfddc2 url(../images/g-order-bg-o.gif) no-repeat;
	color:#000;
}
.orderbox-online span {
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
	color: #A29261;
	font-size: 16px;
	font-weight:bold;
	padding-right:50px;

	}
/* Contact Form */
.contact-form {
	margin:20px 0 0 0;
	}
.contact-form th {
	color: #4F4F4F;
	font-size: 11px;
	line-height: 16px;
	text-align:left;
	font-weight:normal;
	padding-bottom:10px;
	width:60px;
	}
.contact-form td {
	color: #4F4F4F;
	font-size: 11px;
	line-height: 16px;
	padding-bottom:10px;
}
.contact-form td input, .contact-form td textarea {
	border: 1px solid #A29261;
	padding:3px;
	width:180px;
	}
.contact-form td input:hover, .contact-form td textarea:hover {
	background:#f4f4f2;
	}
.contact-form td .submit-button, #customersurvey td .submit-button {
	background: url(../images/g-submit.gif) no-repeat;
	height:21px;
	width:143px;
	font: normal 14px "trebuchet ms", verdana, sans-serif;
	text-align:left;
	padding: 0 0 2px 0;
	text-indent: 15px;
	line-height:21px;
	color:#fff;
	border:0;
	}
.contact-form td .submit-button:hover {
	background: url(../images/g-submit.gif) no-repeat;
	}	
.content-photo {
	border: 2px solid #a1945d;
	margin: 10px 0 10px 0;
	}
.contact-photos {
	margin: 40px 8px 0 0;
	}
.pics-right {
	float:right;
	margin: 20px 0 0 20px;
	}
.portrait-pics {
	float:right;
	background: #d0c8b0 url(../images/g-photo-bg.gif) no-repeat;
	width: 203px;
	height: 308px;
	margin: 45px 0 0 20px;
	text-align:center;
	padding-top: 30px;
	}
hr {
	background: #000;
	color:#000;
	height:1px;
	margin: 20px 0 20px 0;
	}
.cd {
	background:#f5f4f1;
	padding: 10px;
	height:110px;
	float:left;
	width:303px;
	margin-right:10px;
	margin-bottom:10px;
	}
.cd-medium {
	height: 50px;
	margin-bottom: 0;
	}
.cd-long {
	height: 270px;
	}
	
.col-2 {
	margin: 10px 0 25px 0;
	}
.col-2 dt, .col-2 dd {
	float:left;
	width:150px;
	font-size:0.875em;
	color:#4F4F4F;
	line-height:18px;
}
#footer-images {
	width: 713px;
	height: 207px;
	background: #efe7d4;
	padding-left:6px;
}
#footer-images img {
	margin: 11px 6px 0 0;
	}
