@charset "UTF-8";

/*=HTML
--------------------------------------------------------------------------*/
html{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff8bc;
	font-weight: normal;
}
li {
	list-style-type: none;	
}
a img {
	border: none; 
}
a:link {
color: #4e3215;
text-decoration:none;
outline: none;
}
a:visited {
color: #4e3215;
text-decoration: none;
outline: none;
}
a:hover {
color: #A2783B;
text-decoration: none;
outline: none;
}
a:active {
color: #4e3215;
text-decoration: none;
outline: none;
}

/*=BODY
--------------------------------------------------------------------------*/
body{
	background-color: #000000;
}
div#container{
	height: 750px;
	width: 766px;
	padding: 0;
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#branding{
	height: 145px;
	width: 430px;
	left: 343px;
	top: 70px;
	z-index: 3;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/gw_logo.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-position: -10px -7px;
	margin-left: -7px;
}
div#branding h1{
	text-indent: -9999px;
}
div#branding_aboutus{
	height: 145px;
	width: 410px;
	left: 355px;
	top: 77px;
	z-index: 3;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/gw_logo_sm.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-position: right center;
}
div#branding_aboutus h1{
	text-indent: -9999px;
}
div#branding_jewelry{
	height: 145px;
	width: 445px;
	top: 66px;
	z-index: 3;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(images/gw_logo.jpg);
	background-repeat: no-repeat;
	margin-left: 310px;
	background-position: 8px;
}
div#branding_jewelry h1{
	text-indent: -9999px;
}
div#branding_events{
	height: 150px;
	width: 497px;
	top: 81px;
	z-index: 3;
	position: absolute;
	background-image: url(images/gw_logo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-position: 17px -5px;
	margin-left: 250px;
}
div#branding_events h1{
	text-indent: -9999px;
}
div#branding_contact{
	height: 145px;
	width: 423px;
	top: 55px;
	z-index: 1;
	padding: 0;
	margin: 0;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/gw_logo.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-position: right top;
}
div#branding_contact h1{
	text-indent: -9999px;
}

/*=NAVIGATION 
--------------------------------------------------------------------------*/
div#nav_line{
	height: 1px;
	width: 766px;
	position: absolute;
	left: auto;
	top: 698px;
	right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	z-index: 2;
}
div#nav_line_index{
	height: 1px;
	width: 766px;
	position: absolute;
	left: auto;
	top: 698px;
	right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	z-index: 2;
}
div#nav_line_jewelry{
	height: 1px;
	width: 766px;
	position: absolute;
	left: auto;
	top: 698px;
	right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	z-index: 2;
}

/*=FOOTER
--------------------------------------------------------------------------*/
div#site_info{
	width: 300px;
	height:10px;
	top: 713px;
	padding: 0;
	margin-left: 480px;
	position: absolute;
	white-space: pre;
	font-size: 10px;
	color: #333;
	left: auto;
	right: auto;
	text-indent: 35px;
}
div#site_info_contact{
	width: 300px;
	height:10px;
	top: 713px;
	padding: 0;
	margin-left: 480px;
	position: absolute;
	white-space: pre;
	font-size: 10px;
	color: #333;
	left: auto;
	right: auto;
	text-indent: 41px;
}
div#site_info_design{
	width: 300px;
	height:10px;
	top: 713px;
	position: absolute;
	text-indent: 10px;
}
div#site_info_design a{
	font-size: 10px;
	color: #333;
}
div#site_info_design a:hover{

}
