@charset "UTF-8";
/* CSS Document */
body {
	background: #808080 url(../_images/tile.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-weight: bold;
}

body {
	background: #808080 url(../_images/tile.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-weight: bold;
}

h1 {
	font-size: 1.3em;
	color: #E8C56D;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

table td {
	border-top: 1px ridge #FFF;
}

a:link {
	color: #FFF;
	text-decoration: none;
	}
a:visited {
	color: #FFF;
	text-decoration: none;
	}
a:hover {
	color: #E8C56D;
	text-decoration: none;
}

#wrapper {
	background: url(../_images/background.jpg) no-repeat;
	height: 728px;
	width: 940px;
	margin: 0 auto;
	border: 1px ridge #000;
	text-align: left;
	position: relative;
}

#header {
	height: 89px;
	background-image:url(../_images/titlebar.png);
	margin: 0;
	padding: 0;
}

#menuBar {
	height: 324px;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 95px;
	vertical-align: top;
}

#menuBar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#menuBar li {
	list-style: url(none) none;
	font-size: 0.8em;
	text-transform: capitalize;
	text-shadow: #000 0.1em 0.2em 0.2em;
	line-height: 36px;
}

#menuBar form {
	text-align: center;
}

#menuBar a:link, #menuBar a:visited {
	text-decoration: none;
	background: url(../_images/buttondouble.png);
	background-position: left top;
	color: #fff;
	display: block;
	text-align: center;
}

#menuBar a:hover, #menuBar a:active {
	background-position: left bottom;
	color: #f4c664;
	border: none;
}

#content {
	height: 612px;
	width: 640px;
	position: absolute;
	top: 95px;
	right: 133px;
	background: url(../_images/bgfade.png);
	overflow: auto;
	visibility: visible;
	border: 1px solid #000;
	text-align: center;
	color: #FFF;
}

#content a:link img, #content a:visited img  {
	border: 1px solid #FFF;
}

#content a:hover img, #content a:active img  {
	border: 1px solid #E8C56D;
}

#content p {
	font-size: 0.8em;
}

#content ul {
	margin: 0;
	padding: 0;

}

#content li {
	list-style: url(none) none;
	font-size: 1em;
	text-transform: capitalize;
	text-shadow: #000 0.1em 0.2em 0.2em;
}

#aboutus img {
	margin-bottom: 30px;
	border: 1px solid #FFF;
}

#productpage a:link, #productpage a:visited {
	font-size: 1em;
}

#usa {
	position: absolute;
	top: 95px;
	right: 15px;
	background: url(../_images/usa.png);
	height: 75px;
	width: 106px;
}

#rightBar {
	height: 524px;
	width: 116px;
	float: right;
	position: absolute;
	top: 177px;
	right: 9px;
	text-align: center;
	background-image: url(../_images/bgfade.png);
	border: 1px solid #000;
	margin: 0px;
	padding: 5px 0px 0px;
}

#rightBar h1 {
	color: #f4c664;
	font-size: .9em;
	text-shadow: #000 0.1em 0.1em 0.1em;
	margin: 0px;
	padding: 0px;
}

#rightBar h3 {
	font-size: 9px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-shadow: #000 0.1em 0.1em 0.1em;
}

#rightBar p {
	padding: 3px 0px 0px;
	margin: 0px;
	text-align: center;
}

#rightBar img {
	border: none;
}

#footer {
	clear: both;
	height: 13px;
	width: 940px;
	background: url(../_images/footerback.png) repeat;
	position: absolute;
	bottom: 0px;
	text-align: center;

	font-size: 10px;
	color: #FFF;
	vertical-align: middle;
	text-shadow: #000 0.1em 0.2em 0.2em;
	border-top: 1px solid #000;
}
