@charset "utf-8";
/* CSS Document */

body {
	background:#FFF url(/images/template2/bg_left.jpg) repeat-y left;
	font-family:"Times New Roman", Times, serif;
}


.float{
	float:left;
}

.bold_text{
	font-weight:bold;
}


td{
	vertical-align:top;
}
img {
	border-width:0px;
	padding:0px;
	margin:0px;
}

h1 {
	font-size:x-large;
	color: #000000;
}
h2 {
	font-size: large;
	color: #035096;
}
h3 {
	font-size: medium;
	color: #035096;
}
h4 {
	color: #035096;
}
h5 {
	color: #3398CE;
}
h6 {
	color: #035096;
}

a:link {
	text-decoration: none;
	color: #35444A;
}
a:visited {
	text-decoration: none;
	color:#35444A;
}
a:hover {
	text-decoration: underline;
	color: #85949A;
}
a:active {
	text-decoration: none;
	color: #35444A;
}

.border
{
	border:#000000 thin solid;
}






#logo_top_left {
	position:absolute;
	left:0px;
	top:20px;
	width:100px;
	height:177px;
}
#logo_top_right {
	position:absolute;
	right:0px;
	top:0px;
	width:214px;
	height:61px;
}
#top_menu {
	position:absolute;
	right:214px;
	left:120px;
	top:13px;
	height:46px;
	border-bottom: 1px #CCA94F solid;
	z-index:100;
}
#top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top_menu li {
	float: left;
	position:relative;
}
#top_menu a {
	display: block;
	padding:2px 40px 2px 2px;
	text-decoration: none;
	color:#82754b;
	font-size:18px;
}
#top_menu a:hover {
	color: #CCA94F;
}

#top_menu li ul {
	position:absolute;
	display:none;
}

#top_menu li:hover ul {
	position:absolute;
	display:block;
	width:600px;
}

#top_menu li:hover ul li{
	float: left;
}


#the_page {
	position:absolute;
	left:120px;
	right:0px;
	top:60px;
	bottom:40px;
	padding-right:202px;
	overflow:auto;
	scrollbar-face-color:#D4CF98;
	scrollbar-track-color:#D4CF98;
}

#top_cart_div
{
	border-bottom:#CCA94F 1px solid;
	border-left:#CCA94F 1px solid;
	border-right:#CCA94F 1px solid;
	background-color:#FFFFFF;
}

#bottom_menu {
	position:absolute;
	right:20px;
	left:120px;
	bottom:13px;
	height:13px;
}
#bottom_menu p {
	margin:0px;
	padding-top:0px;
	font-size:12px;
}
#bottom_menu a {
	text-decoration: none;
	color:#82754b;
}
#bottom_menu a:hover {
	color: #CCA94F;
	text-decoration:underline;
}



img.template {
	border-width:0px;
}


h1, h2, h3, h4, h5, h6, strong{
	color:#82754b;
}
