
/* CSS Document */

body
{
	padding: 5px 0 0 0;
	background:#2e373d;
	font: 11px/130% Verdana, Arial, sans-serif;
	text-align:left;
}

td
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 130%;
}

p
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 150%;
}

th
{
	font-size: 13px;
	font-family: "arial narrow", arial, Helvetica, sans-serif;
	font-weight: Bold;
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-style: normal;
	background: #CCCCCC;
	line-height: 130%;
}

a:link
{
	font-weight: 500;
	color: #336699;
	text-decoration: underline;
}

a:active
{
	font-weight: 500;
	color: #cc0000;
	text-decoration: underline;
}

a:visited
{
	font-weight: 500;
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	font-weight: 500;
	color: #CC3300;
	text-decoration: underline;
}

hr
{
	width: 100%;
	color: #cccccc;
	height: 1px;
	padding: 0;
}

code
{
	font-family: tahoma, "Lucida Sans", "MS Sans Serif";
	font-size: 14px;
	color: #339900;
	background-color: #FFCC66;
}

ul > ul
{
	list-style-type: square;
	list-style-position: outside;
	padding: 3px 3px 3px 3px;
	font-family: verdana, arial, geneva, sans-serif;
	margin-right: 30px;
}

.sublist ul
{
	list-style-type: disc;
	list-style-position: outside;
	padding: 3px 3px 3px 3px;
	font-family: verdana, arial, geneva, sans-serif;
}

ol > ol
{
	list-style-position: outside;
	padding: 10px 0;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 82%;
}

li
{
	padding: 3px 30px 3px 0;
	margin-bottom: 0px;
	line-height: 130%;
}

#gallery img
{
	border:thin solid #fff;
	text-decoration: none;
}

#headertitle
{
	font-family:"Arial Narrow", arial, helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	letter-spacing:.25em;
	text-align:left;
}

#footer
{
	color: #ccc;
	text-align:center;
	font-size:10px;
	width: 590px;
}

td#nifty
{
	width: 570px;
	padding: 20px;
	margin:0 0 0 0;
	background:#fff;
	color:#000;
	line-height:150%;
}

/*div#nifty{ margin: 0 10%;background:#D4DDFF}*/
	
	
h1
{
	font: lighter 200% "Trebuchet MS", Arial, sans-serif;
	color: #208BE1;
	text-align:center;
}

h2
{
	font: lighter 500% "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	margin-top:0;
	padding: 0 10px 0 0;
	font-size:18px;
	text-align:center;
}

h3
{
	font-family: "Trebuchet MS", Arial sans-serif;
	color: #666;
	margin:20px;
	padding:10px 0;
	font-size:12px;
	text-align:center;
	line-height:130%;
}

h4
{
	font-family: "Trebuchet MS", Arial sans-serif;
	color: #fff;
	margin:3px;
	padding:3px 0;
	font-size:12px;
	text-align:left;
	line-height:130%;
}

#article h2
{
	font-family: verdana, Arial, sans-serif;
	color: #208BE1;
	margin: 0 20px;
	padding:6px 0;
	font-size:13px;
	text-align:center;
	letter-spacing: 1px;
}

div#menu
{
	float:left;
	width: 100%;
	padding-top:2px;
	padding-bottom: 10px;
	background: #2e373d;
	font-size: 11px;
}

ul#nav, ul#nav li
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:10px;
}

ul#nav { margin-left: auto; }

ul#nav li
{
	float:left;
	margin-right: 3px;
	text-align: center
}

ul#nav a
{
	float:left;
	width: 10.9em;
	padding: 5px 3px;
	background: #666;
	text-decoration:none;
	color: #ccc;
}

ul#nav a:hover
{
	background: #FFA826;
	color: #666
}

ul#nav li.activelink a, ul#nav li.activelink a:hover
{
	background: #666;
	color: #FFA826;
}

/* Styles for side nav bars */

#leftbarbox
{
	color: #ccc;
	border: 1px solid #666;
	width: 150px;
	margin-top: 6px;
	padding: 3px;
	text-align: center;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 130%;
}

#leftbarbox a
{
	color: #ccc;
	text-decoration: none;
}

#leftbarbox a:hover
{
	color: #208BE1;
	text-decoration: underline;
}

/* BEGIN style1 */
#snavlist
{
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 1px solid #666;
	width: 150px;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}

#snavlist td
{
	padding: 0;
	margin: 0;
}

#snavlist ul
{
	margin: 0 0 0 -12px;
	padding: 0;
}

#snavlist li
{
	list-style: none;
	padding: 0.35em;
	border-top: 1px solid #666;
	text-align:left;
	font-size: 15px;
	margin: 0 0 0 0;
	width: 150px;
}

#snavlist li a
{
	text-decoration: none;
	color: #ccc;
}

#snavlist li a:hover
{
	color: #FFA826;
	text-decoration: none;
}

/* A version of rounded rectangle corners*/
.roundcont
{
	width: 590px;
	background-color: #fff;
	color: #000;
}

.roundcont p { margin: 20px; }

.roundcount h1
{
	font: lighter 200% "Trebuchet MS", Arial sans-serif;
	color: #208BE1;
	margin:20px;
	padding:20px;
	font-size:26px;
	text-align:center;
}

.roundcount h2
{
	font: lighter 500% "Trebuchet MS", Arial sans-serif;
	color: #666666;
	margin:20px;
	padding:20px;
	font-size:18px;
}

.roundcount ul { font-size:11px; }

.roundtop { background: url(../images/tr.gif) no-repeat top right; }

.roundbottom { background: url(../images/br.gif) no-repeat bottom right; }

img.corner
{
	width: 9px;
	height: 9px;
	border: none;
	display: block !important;
}

/* Form Styles ---------------------------------------------------------------*/

#thisform .button
{
	font: 11px verdana, arial, helvetica, sans-serif;
	background-color: #c0ac91;
	color: #003;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}

#thisform textarea, select, option
{
	font-family: verdana, helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	border: solid 1px #ccc;
	line-height:130%;
}

.forms
{
	font-family: verdana, helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	font-size: 11px;
	color: #000;
	text-align:left;
}

#thisform input
{
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
}

#thisform fieldset
{
	border: 1px solid #036;
	padding: 3px 10px 3px 10px;
}

#thisform legend
{
	background: #fff;
	font-weight:bold;
}

#thisform label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding: 3px 0 3px 0;
	width: 100px;
}

.form dd { margin: 0; }

form dt
{
	float: left;
	padding-right: 0px;
}

.buttonformsm
{
	background:#6177c2;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	text-align:center;
	color:#fff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:2px;
	margin-left: 3px;
}

#loginform
{
	background-color:#FFFFFF;
	width: 300px;
	border: 2px solid #990000;
	margin-left: auto;
	margin-right: auto;
}

/**************** blockquote styles ****************/		
	blockquote
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 6em;
	text-align: left;
}

blockquote.pull
{
	float: right;
	width: 200px;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #dadada;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: center;
	background: #eaeaea;
	color: #208BE1;
	line-height:140%;
	text-align:left;
}

blockquote.photo
{
	float: right;
	width: 160px;
	padding: 3px 10px 3px 0px;
	margin: 3px 10px 3px 0px;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid gray;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #fff;
}

blockquote.photoleft
{
	float: left;
	padding: 0 6px 0 0;
	margin: 3px 6px 3px 0px;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid gray;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #fff;
}

blockquote.photoright
{
	float: right;
	padding: 3px;
	margin: 3px 10px 3px 6px;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid gray;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #fff;
}

blockquote.image
{
	padding: 1px;
	margin: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	border: 0
}

/* Administration Area Styles ------------------------------ */
.admincontainer
{
	border: 1px solid silver;
	background:#FFFFFF;
}

/* ************  Product Display styles ****************/
#category p
{
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-weight: 700;
	color:#666;
	font-size:12px;
	padding: 3px 0;
	margin: 0 20px;
}

#category hr
{
	width: 70%;
	margin-left:auto;
	color: #cccccc;
	height: 1px;
	padding: 0;
}

#products p
{
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-weight: normal;
	color:#666;
	font-size:12px;
	padding: 3px 0;
	margin: 0 10px;
}

#products h2
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	margin:0 10px;
	padding: 0;
	font-size:16px;
	text-align:left;
	line-height:130%;
	font-weight:bold;
}

#productdetails { background-color:#FFFFFF; }

/* Styles for Gallery Pop Up Window */

.gallery
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#FFFFFF;
}

/* Article page styles */

#copyrightnotice
{
	font: 11px "Trebuchet MS", Tahoma, sans-serif #000;
	text-align:center;
	color:#666666;
}

#sitemap { padding: 20px; }

div.announce
{
	width: 500px;
	padding: 10px;
	margin: 10px 20px 10px 20px;
	font-size: 11px;
	font-weight: normal;
	border: 2px dotted #FF9900;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: left;
	background:#fff;
	color: #000;
	line-height:130%;
}

blockquote.announce-small
{
	width: 170px;
	padding: 6px;
	margin: 10px 10px 10px 5px;
	font-size: 12px;
	font-weight: normal;
	border: 2px dotted #cc0000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	background:#fff;
	color: #000;
	line-height:130%;
}

.dropdown {line-height: 120%;}

.thumbpic {padding: 6px; margin: 10px; border: 1px solid #e0e0e0; font-size: 9px; text-align:center;}
#productdisplay {background-color:#333333; color:#eaeaea;}

#productdisplay td {background-color:#333333; color:#eaeaea;}
#productdisplay table {color: #fff; border: 0px solid e0e0e0; background-color:#333333;}
#productdisplay h2
{
	font: lighter 500% "Trebuchet MS", Arial, sans-serif;
	color: #e0e0e0;
	margin-top:0;
	padding: 0 10px 0 0;
	font-size:18px;
	text-align:center;
}