html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/*end of reset*/
body { 
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
}
body#aboutpage #nav #about, body#buynowpage #nav #store, body#storepage #nav #store, body#contactpage #nav #contactUs, body#prpage #nav #pr {
	background:rgb(130,172,53);
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}

strong {
	font-weight: bold;
}
#layout {
	width:964px;
	margin:auto;
	border:none;
}
/* begin of logo header*/
#logo {
	float: left;
	background: url("../images/logo.png") top left no-repeat;
	width: 161px;
	height: 34px;
	overflow: visible;
	position:relative;
	display: inline;
	margin:40px 40px auto;
}
#logo a {
	text-indent: -100001px;
	float: left;
	display: block;
	width: 161px;
	height: 34px;
	margin: 0 7px;
}
#header { 
	background-image:url("../images/Background.png");
	background-repeat: repeat-x;
	overflow:visible;
	height:70px;
}
/* end of logo header*/
/* begin of nav bar*/
#nav {
	float:right;
	width:698px;
	list-style:none;
	z-index:100;
}
#nav #menu {
	float:right;
}
#nav li {
	float:left;
	list-style:none;
	z-index:100;
	position:relative;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	display:block;
	margin:0 1px 1px 0;
	padding:6px 18px 3px 18px;
	background-image:url("../images/menuBG.jpg");
	border:1px thin rgb(25,20,19);
	border-bottom:none;*/
}	
#nav a:hover {
	background:rgb(130,172,53);
}
#nav #store {
	padding:6px 30px 3px 30px;
}
#nav #arrow {
	float:right;
	position:absolute;
	top:5px;
	right:12px;
}
#nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0;
	width:50px;
}
#nav ul ul ul{
	left:149px;
	top:0px;
	width:149px;
}
#nav ul ul ul.left {
	left:-149px;
}
#nav table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
#nav ul ul a{
	background:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	margin: 0px;
	border-right:1px outset #000000;
	border-bottom:1px outset #000000;
}
#nav ul ul ul a{
	border-right:none;
}
#nav ul li:hover ul,
#nav ul a:hover ul{
	visibility:visible;
}
#nav ul :hover ul ul{
	visibility:hidden;
}
#nav ul :hover ul :hover ul{
	visibility:visible;
}
/* begin of footer footer line*/
#footer {
	float: left;
	background: url("../images/line.jpg") top left no-repeat;
	width: 100%;
	height: 50px;
	overflow: visible;
	position:relative;
	display: inline;
	margin-top: 18px;
}
#footer iframe {
	height: 100px;
	margin-top: 18px;
}
#footerLink {
	float: left;
	width: 690px;
	overflow: hidden;
	position:relative;
	display: inline;
	margin:0 0 5px 0;
}
#footerLink li {
	list-style:none;
	display:inline;
	margin:0px 5px;
}
#footerLink li a {
	color:#FFFFFF;
	text-decoration:none;
}
#copyright {
	float: left;
	width: 100%;
	overflow: hidden;
	position:relative;
	display: inline;
	margin: 5px 0 0 0;
}
#copyright h6 {
	font-size:xx-small;
}
#region {
	float:left;
	width:270px;
	overflow:hidden;
	position:relative;
	display:inline;
	margin:0;
}
#region p {
	float:left;
	color:#FFFFFF;
	font-size:14px;
	display:inline;
	position:relative;
	margin: 0;
}
#region select {
	float:left;
	width:120px;
	position:relative;
	display:inline;
	margin:0 0 0 5px;
}
/*end of footer line*/