@charset "utf-8";
/* main container background eae3c9
main body background f7f5eb
main body text + menu text 4a4946
font: georgia all
menu txt same height as arrow
footer background 4a4946*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a4946;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	margin-top:0;
	background-color:#eae3c9;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
}

#header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	height:110px;
}
#header a, #header a:visited {
	display:inline-block;
	padding: 0 27px 0 27px;
	text-decoration:none;
	color: #4a4946;	
	border-right: 1px #4a4946 solid;
}
#header a:hover, #header a:active {
	display:inline-block;
	padding: 0 27px 0 27px;
	text-decoration:underline;
	color: #4a4946;	
	border-right: 1px #4a4946 solid;
}
#banner {
	height:218px;
	padding-right:10px;
	background-image:url(resources/template/layout_04.jpg);
	background-repeat:no-repeat;
}
#menu {
	height:218px;
}
#menu a.link, #menu a.link:visited {
	display:block;
	width:283px;
	background-image:url(arrow.jpg);
	background-repeat:no-repeat;
	background-position: 34px 8px;
	text-indent:63px;
	font-size: 18px;
	text-decoration:none;
	color: #4a4946;
	padding: 4px 0 4px 0;
}
#menu a.link:hover, #menu a.link:active {
	display:block;
	width:283px;
	background-image:url(arrow.jpg);
	background-repeat:no-repeat;
	background-position: 34px 8px;
	text-indent:63px;
	font-size: 18px;
	text-decoration:underline;
	
	padding: 4px 0 4px 0;
}



#maincontainer {
	background-color: #eae3c9;
}
#content {
	background-color: #f7f5eb;
	padding: 10px 10px 10px 10px; 
}
#content h1 {
	font-size: 36px;
	font-weight:normal;
}
#content h3 {
	font-size: 18px;
	
}
.home h1 {
	font-size: 36px;
	font-weight:normal;
}
#content p {
	font-size: 13px;
	font-weight:normal;
}
#footerholder {
	background-color: #4a4946;
}
	
.footer {
	background-color: #4a4946;
	font-size:12px;
	color:#f7f5eb;
	vertical-align:middle;
	padding: 10px 10px 10px 10px;
	
}
.footer p, .footer a {
	color:#f7f5eb;
	text-decoration:none;
}
.footercards img {
	padding:2px 2px 10px 0;
	background-color: #4a4946;
}
.homeimage {
	vertical-align:top;
	padding:10px 0 10px 0;
}

img.homepic {
	border: 1px solid #eae3c9;
}

#homecontent {
	background-image:url(resources/image%20edits/gnomes-trailer-edited.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

#guarantee {
	background-image:url(resources/image%20edits/boy-with-hat-400w.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#fff;
	min-height:400px;
	padding:0 5px 0 5px;
}
#aboutus {
	background-image:url(resources/image%20edits/gnomes-in-chase-sketch-859w.jpg);
	background-repeat:no-repeat;
	height: 672px;
}

.detailsprice {
	background-image:url(resources/image%20edits/icb-logo-transparent-150w.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
#header #cartbox a, #header #cartbox{
	border:none;
	font-size:12px;
}
input {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #4a4946;
	color: #eae3c9;
	
	
}
textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #4a4946;
	color: #eae3c9;
	
}
.divMenu {
	position: absolute;
	top: 0;
	left:0;
	visibility:hidden;
	}
.divMenu a, .divMenu a:visited {
	position:relative;
	display:block;
	width:100px;
	background-image:url(resources/template/menu_grad_slice2.jpg);
	background-repeat:repeat-y;
	left:110px;
	text-indent:0px;
	font-size: 18px;
	text-decoration:none;
	color: #4a4946;
	padding: 4px 10px 4px 10px;	
		
}
 
.divMenu a:hover  {
	position:relative;
	display:block;
	width:100px;
	
	background-image:url(resources/template/menu_grad_slice2.jpg);
	background-repeat:repeat-y;
	font-size: 18px;
	text-decoration:underline;
	
	padding: 4px 10px 4px 10px;	

	}
	







