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

* {margin:0; padding:0; }

body {
	background-color:#364327;
	}

#container {
	position:relative;
	width:780px;
	height:1031px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	}

/*HEADER*/

#header {
	position:absolute;
	width:780px;
	height:129px;
	top:0;
	background-image:url(images/header_bg.jpg);
	}


/*FLASH_HEADER*/

#flashHeader {
	position:absolute;
	width:770px;
	height:232px;
	top:129px;
	left:0;
	border:5px solid #fff;
		}
	
/*NAVIGATION*/

#nav {
	position:absolute;
	width:780px;
	height:40px;
	left:0;
	top:371px;
	text-align:center;
	background-color:#999;
	}
	
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:155px;
height:16px;
border-right:1px solid #333;
padding:12px 0;
color:#000;
background:#949e7c;
text-decoration:none;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
	


/*CONTENT*/

#content {
	position:absolute;
	width:780px;
	height:580px;
	left:0;
	top:411px;
	background-color:#364327;
	}
	
/*HOME PAGE*/

#maintext {
	position:absolute;
	width:260px;
	height:400px;
	top:0;
	left:0;
	padding:10px;
	margin:10px 10px 10px 0;
	background-color:#364327;
	border-right:1px solid #949e7c;
	}
#maintext2 {
	position:absolute;
	width:447px;
	height:400px;
	top:0;
	left:0;
	padding:10px;
	margin:10px 10px 10px 0;
	background-color:#364327;
	border-right:1px solid #949e7c;
	}
	
#thumbs {
	position:absolute;
	width:487px;
	height:515px;
	top:18px;
	left:290px;
	background-color:#333;
	}
#thumbs2 {
	position:absolute;
	width:300px;
	height:515px;
	top:18px;
	left:477px;
	background-color:#333;
	}
	
#shoptext {
	position:absolute;
	width:390px;
	height:520px;
	top:0;
	left:0;
	padding:10px;
	margin:10px 0 10px 0;
	background-color:#364327;
	border-right:1px solid #949e7c;
	}

#shoptextflow {
	position:absolute;
	width:390px;
	height:520px;
	top:0;
	left:0;
	padding:10px;
	margin:10px 0 10px 0;
	background-color:#364327;
	border-right:1px solid #949e7c;
	overflow:auto;
	}
	
#shopthumbs {
	position:absolute;
	width:368px;
	height:520px;
	top:10px;;
	left:410px;
	background-color:#364327;
	}

/*FOOTER*/

#footer {
	position:absolute;
	width:780px;
	height:39px;
	left:0;
	bottom:0;
	border-top:1px solid #fff;
	background-color:#364327;
	}
	
/*LINKS, PARAGRAPHS AND TITLES*/

h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; font-weight:bold; color:#d3bf7d;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#949e7c; margin-top:10px; margin-bottom:10px;}
p {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; margin-top:10px; line-height:18px;}
p.small {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#fff; margin-top:5px;}
a.small {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:underline;}
a.small:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#949e7c; text-decoration:underline;}
a.contact {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; }
a.contact:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#949e7c; text-decoration:underline;}
p.large {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff; margin-top:10px; line-height:18px; font-weight:bold;}
p.large2 {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#fff; margin-top:10px; line-height:18px; font-weight:bold;}
p.large3 {font-family:Arial, Helvetica, sans-serif; font-size:30px; color:#FF0000; margin-top:10px; line-height:18px; font-weight:bold;}










































