body {
	background-color: #D7D7D7;
}
html, body, #wrap {
	height: 90%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
a:link {
	color: #c00000;
	text-decoration: none;
}
a:hover {
	color: #c00000;
	text-decoration: underline;
}
a:visited {
	color: #c00000;
	text-decoration: none;
}
a:visited:hover {
	text-decoration: underline;
}
#tophr {
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #BFBFBF;
	position: absolute;
	top: 76px;
	z-index: 5;
}
#top {
	width: 100%;
	height: 103px;
	background-color: #808080;
	position: relative;
	background-image: url(images/gd.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#wrap_top {
	text-align: left;
	vertical-align: middle;
	width: 1000px;
	margin: 0px auto;
}
#logo {
	position: relative;
	left: 30px;
	bottom: 20px;
}
#wrap {
	text-align: left;
	vertical-align: middle;
	width: 1000px;
	margin: 0px auto;
	margin-top: -103px;
}
#left {
	background-color: #808080;
	width: 235px;
	height: 90%;
	border: solid 1px #BFBFBF;
}
#right {
	background-color: #D7D7D7;
	width: 715px;
	height: 90%;
}
#shadowleft {
	width: 25px;
	border-left: solid 1px #BFBFBF;
}
#shadowright {
	width: 25px;
	border-right: solid 1px #BFBFBF;
}
#spacerbottom {
	border: solid 1px #BFBFBF;
	border-top: none;
}
#content_left {
	margin-top: 103px;
}
#content_right {
	margin-top: 103px;
	padding-left: 17px;
	font-family: Arial;
	font-size: 12px;
	color: #5A5A5A;
}
#storelink {
	float: left;
	margin-left: 29px;
	margin-top: 150px;
}
#copyright {
	margin-left: 25px;
	color: #BFBFBF;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}
#copyright a, #copyright a:hover {
	color: #BFBFBF;
	text-decoration: none;
}
#disclaimer {
	margin-left: 15px;
	color: #5A5A5A;
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
}
#disclaimer a, #disclaimer a:hover {
	color: #5A5A5A;
	text-decoration: underline;
}

				/*-- NAVIGATION --*/
				#navigation {
					margin-left: 25px;
					margin-top: 50px;
					width: 175px;
					float: left;
				}
				#navigation a {
					color: #FFFFFF;
					text-decoration: none;
					font-family: Arial;
					font-size: 13px;
					margin-bottom: 10px;
					display: block;
					width: 175px;
				}
				#navigation a:hover {
					color: #333333;
				}
				#inactive a, #inactive a:hover {
					color: #BFBFBF;
					text-decoration: none;
				}
				#subnav {
					margin-left: 10px;
					text-transform: capitalize;
				}
				#subnav a, #subnav a:hover {
					color: white;
				}
				#active a, #active a:hover {
					color: black;
				}				
				
				/*-- NAVIGATION TOP --*/						
						#navtop {
							padding-top: 4px;
							padding-left: 17px;
						}
						#navtop a {
							float: left;
							font-family: arial;
							color: white;
							text-decoration: none;
							text-transform: uppercase;
							font-size: 13px;
							margin-right: 27px;
						}
						#navtop a:hover {
							color: black;
						}
						#active2 a, #active2 a:hover {
							color: black;
						}
				
								#language {
									float: right;
									word-spacing: 5px;
								}
								#language a, #language a:hover {
									font-family: arial;
									color: #333333;
									text-decoration: none;
									text-transform: uppercase;
									font-size: 11px;
								}

									/*-- GALLERY --*/
									#imageBox {
										width: 706px;
										height: 92px; 
										overflow: hidden;
										padding-top: 1px;
										padding-bottom: 2px;
										z-index: 3;
										border-bottom: 1px solid #808080;
									}
									#imageBoxInside { 
										width: 10000px; 
									}  
									#imageBox img {
										float: left; 
										padding: 0px; 
										margin: 0px; 
									}
									#imageBox br { 
										clear: both; 
									}
									.image {
										margin: 0px;
										padding: 0px;
										border-right: solid 4px #D7D7D7;
										width: 138px;
									}
