/* ------------- START GENERAL TAG-BASED STYLES ---------------- */
body {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: silver url(/graphics/bkgds/mainbkgd.jpg) center;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

a:link {
	color: #B0A77A;
	text-decoration: none;
}

a:visited {
	color: silver;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #8F0000;
}

img {
	border: 0px;
}

/* ------------- END GENERAL TAGS - START HEADER ---------------- */
#header {
	background: #000;
	height: 144px;
}

#header a {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	z-index: 100;
}

#header span img {
	width: 70%;
	height: 144px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 0;
}

#header #tagline {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.5em;
	position:absolute;
	top: 126px;
	right: 20px;
}

/* ------------- END HEADER - START NAV BAR ---------------- */
#nav_bar {
	height: 26px;
	background: #000 url(/graphics/off.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

#nav_bar:hover {
	background: #000 url(/graphics/on.gif) right no-repeat;
}

#navmenu {
	text-transform:uppercase;
	font-size: 90%;
	line-height: normal;
	text-align: center;
	float: right;
    display: block;
	padding: 4px 0px 2px 0px;
}

#navmenu a {
	text-decoration: none;
}

#navmenu ul {
	margin: 0px;
	padding: 2px 10px 0px 10px;
	list-style:none;
}
#navmenu li {
	float: right;
	margin: 0px;
	padding: 0px 8px 0px 8px;
}

/* ------------- END NAV BAR - START GENERAL CONTENT ---------------- */
/*#content a {
	color: maroon;
	text-decoration: underline;
}*/

/*#content a:active {
	color: black;
}*/

#content p {
	text-align: justify;
}

#content sub a {
	color: #FF0000;
	font-size: .8em;
	text-align: center;
	width: 100%;
	margin-bottom: 48px;
}

#content sub a:hover {
	color: #FFCC00;
}

#content sub hr {
	visibility: hidden;
}

#content li {
	list-style-image: url(/graphics/off_sm.gif);
	list-style-position: outside;
	text-align: left;
	width: 400px;
}

.content {
	width: 780px;
	background-color: #000;
	border: silver dotted 1px;
	margin: 10px;
}

.content.home, .content.admin {
	width:100%;
	background: none;
	border: none;
	margin: 0px;
}

#catalog_menu {
	color: #FFF;
	font-size: .9em;
	text-align: left;
	background: #000 url(/graphics/catalog/catheader.jpg) no-repeat;
	padding: 10px 10px 0px 10px;
	height: 24px;
	border: 1px solid gray; 
}

.c_box {
	width: 368px;
	padding: 0px 10px;
	float: left;
	border: gray 1px solid;
}

.c_box p {
	text-indent: 10px;
}

.last {
	width: 500px;
	padding: 10px 60px 0px 60px;
	clear: both;
	float: none;
	border: none;
}

.lefttopimg {
	float: left;
	padding: 0px 16px 10px 0px;
	border: yellow 1px dashed;
}

.righttopimg {
	float: right;
	padding: 0px 0px 10px 16px;
	border: darkblue 1px dashed;
}

.rightbttmimg {
	float: right;
	padding: 10px 0px 0px 16px;
	border: red 1px dashed;
}

.lowerleftimg {
	float: left;
	padding: 10px 16px 0px 0px;
	border: teal 1px dashed;
}

/* ------------- END GENERAL CONTENT - START PAGE SPECIFIC CONTENT ---------------- */
/*.homebox {
	width: 90%;
	padding-top: 10%;
	padding-bottom: 10%;
}*/
#anibox {
	text-align: center;
	margin-top: -40px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 250px;
}

.leftani {
	margin-right:25px;
}
.centerani {
	margin-left:25px;
	margin-right:25px;
}
.rightani {
	margin-left:25px;
}
.homebox img {
	/*position: absolute;
	right: 50px;
	bottom: 206px;*/
	margin: 10px;
}
.contact p {
	padding: 0px 30px;
}

/* ------------- END PAGE SPECIFIC CONTENT  - START MAIL FORM ---------------- */
#mailform {
	width: 440px;
}

#mailform input {
	width: 99%;
	display: box;
}

#mailform textarea {
	width: 99%;
	height: 160px;
	display: box;
}

#mailform label {
	text-align: left;
}

#hide_form {
	visibility: hidden;
}

/* ------------- END MAIL FORM - START FOOTER ---------------- */
#footer {
	text-align:center;
	width: 100%;
}

#footerhome{
	width: 100%;
	text-align:right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
}

#footer a, #footerhome a {
	text-decoration: none;
	background: #333333;
	padding: 0px 4px;

}

#abm, #abm a {
	color: #333333;
	text-decoration: none;
	font-size: .6em;
	background: none;
	padding: 0px 4px;
}

/*#footer p {
	color: #666666;
	text-align: left;;
}*/

#footer em {
	color: magenta;
}

.copyright {
	color: #333333;
	font-size: .6em;
	padding: 10px;
}

/* ---------------------- END FOOTER ------------------------ */
.break {
	width: 100%;
	height: 10px;
	clear: both;
}
.note {
	color: red;
	font-size: .8em;
	font-style: oblique;
}
