/* --------------------------------- MAIN --------------------------- */
html {
	font-size: 100%; /* 16px base - respects user browser settings */
}

body  {
	margin : 0;
	background-color : #ffffff;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8125rem; /* 13px at default */
}

td  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8125rem; /* 13px */
}

a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000099;
	text-decoration: none;
}

a:visited {
	color : #000099;
	text-decoration: none;
}

a:hover {
	color : #3333ff;
	text-decoration: none;
}

p  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

h1  {
	color : #333366;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size   : 1.25rem; /* 20px */
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2  {
	color : #333366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0625rem; /* 17px */
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h2.topalign  {
	margin-top: 0px;
}

h3  {
	color : #666699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9375rem; /* 15px */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ol  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8125rem; /* 13px */
}

ul  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8125rem; /* 13px */
}

li  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8125rem; /* 13px */
}

pre {  font-size: 0.8125rem; /* 13px */ }

dl.components dt { font-weight: bold; }

dl.components dd { margin-left: 20px; }

/* Image fonts */
.imgbg        { font-style: normal; font-size: 0.625rem; /* 10px */ color: #005177; }
.imgcatbg     { font-style: normal; font-size: 0.625rem; /* 10px */ color: #005177; font-weight: bold; }
.imgtitlebg   { font-style: normal; font-size: 0.625rem; /* 10px */ color: #FFFFFF;  font-weight: bold; }
.imgwindowbg  { font-style: normal; font-size: 0.5625rem; /* 9px */ color: #005177; }
.imgmenu      { font-style: normal; font-size: 0.6875rem; /* 11px */ color: #D4AD00; font-weight: bold; letter-spacing: 0.1em; }

/* YaBB navigation links */
a.nav          { font-size: 0.625rem; /* 10px */ text-decoration: none; color: #000000; }
a.nav:link     { font-size: 0.625rem; /* 10px */ text-decoration: none; color: #000000; }
a.nav:visited  { font-size: 0.625rem; /* 10px */ text-decoration: none; color: #000000; }
a.nav:hover    { font-size: 0.625rem; /* 10px */ text-decoration: none; color: #6394BD; font-weight: bold; text-decoration: underline; }



a.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #cccccc;
}

a.imageleft img {
	border:0;
	border: 3px solid #ffffff;
}

a.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #cccccc;
}

a.imageright img {
	border:0;
	border: 3px solid #ffffff;
}

/* --------------------------------- MENU ------------------------------- */
/* inspired by A list Apart's http://www.alistapart.com/articles/taminglists */
#navcontainer {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight:bold;
	/*width:141px;*/
	margin-top:20px;
	margin-bottom:100px;
	margin-left:0;
	margin-right:0;
	padding-right:0;
	padding-left:0;
}

#navcontainer ul {
	list-style:none;
	width:140px;
	margin:0;
	padding:0;
}

#navcontainer ul li {
	border-bottom: 1px solid #ccc;
	width: 140px;
}

#navcontainer ul li a {
	display:block;
	width: 120px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 20px;
	padding-right: 0px;
	font-size: 0.8125rem; /* 13px */
	color:#003;
	text-decoration:none;
/*	border-bottom:1px solid #fff;*/
}

#navcontainer ul li a:hover {
	color:#000;
	background:#fff;
}

/* ------------------------------ SEARCH BOX ------------------------------ */
#searchwrapper {
        border:0px; /*important*/
        width:135px; /*follow your image's size*/
        height:26px;/*follow your image's size*/
        background-image:url(../images/searchbox.png);
	background-position:20px 3px;
	background-repeat:no-repeat; /*important*/
	padding:0px;
	margin:0px;
	position:relative; /*important*/
}
 
#searchwrapper form { 
	display:inline ; 
}
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:21px;
width:92px;
height:18px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:114px;
width:20px;
height:18px;
}
/* ------------------------------- CLICKBOX ------------------------------- */

.simplebox {
	border:1px solid #ccc;
	padding:15px;
}

/* ------------------------------- CLICKBOX ------------------------------- */

.clickbox {
	margin-bottom:15px;
	border:1px solid #ccc;
	width:90%;
}

.clickbox a {
	display:block;
	width:100%;
	padding:10px 10px 10px 10px;
}

.clickbox img {
	border:0px;
	align:center;
	vertical-align:middle;
}


/* ------------------------------- SURVEY --------------------------------- */

.surveyquestion {
	font-weight: bold;
	color: #336;
	margin-top: 30px;
	margin-bottom: 5px;
}

/* ------------------------------ FORMS --------------------------- */
.frmfield {
}

.frmfield label {
	margin-top: .1em;
	margin-right: .5em;
	width: 7em;
	text-align: right;
	float: left;
}
.frmlabel {
	margin-top: 4px;
	width: 100px;
	text-align: right;
	float: left;
}
.frmwidget {
	margin-left: 110px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.frmsubmitarea {
	margin-left: 110px;
	vertical-align: middle;
}

.requiredbox {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #fffcfc;
}
.optionalbox {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:1em;
	padding: 1em;
	border: 1px solid #ccc;
}

/* --------------------------------- ORDER PAGE --------------------------- */
.productid {
	color: #ccc;
	text-align: right;
}

/* --------------------------------- SMALL LIST --------------------------- */

.smalllist {
}

.smalllist h1 {
	color: #000;
	font-size: 0.75rem; /* 12px */
	margin-top: 10px;
}

.smalllist p {
	font-size: 0.6875rem; /* 11px */
	color: #336;
}

.smalllist ul{
	color: #336;
	margin-top:5px;
	margin-left:0;
	padding-top:0;
	padding-left:1rem; /* 16px */
	font-size: 0.6875rem; /* 11px */
}

.smalllist ul li {
	font-size: 0.6875rem; /* 11px */
	line-height: 130%;
	margin-bottom: 5px;
}

/* --------------------------------- SUB MENU ------------------------------ */
.submenu {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight:bold;
	width:200px;
	margin-top:0px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	background: #fffcfc;
}

.submenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.submenu ul li {
	border-bottom: 1px solid #fff; /* fixes high item problem in IE */
}

.submenu ul li a {
	display: block;
	font-size: 0.6875rem; /* 11px */
	margin:0px 0px;
	padding: 5px 10px;
	color:#336;
	text-decoration:none;
	width: 180px;
}

.submenu ul li a:hover {
	display: block;
	color:#000;
	background:#ccc;
}

.submenu ul li a img {
	border: 0;
}

.submenu ul li.submenu_plain {
	font-weight: normal;
	font-size: 0.6875rem; /* 11px */
}

.submenu ul li.submenu_plain a {
	display: inline;
	padding: 0 0 0 10px;
}

.submenu ul li.submenu_plain a:hover {
	display: inline;
}


/* ------------------------------- CONTACT BOX ------------------------------ */
.contactbox {
	font-size: 0.625rem; /* 10px */
	border: 1px solid #ccc;
	background: #ffffee;
	width:190px;
	padding:5px;
}

/*-- topbar ------------------------------------------------------*/
										
.topbar {
	margin: 20px 0 0px;
	text-align: right;
	border-bottom: 1px solid #999;
	color: #666;
}

.topbar img {
	border: 0px;
}


/* ------------------------------- FOOTER ------------------------------ */
#footer {
	display: block;
	width: 760px;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 5em;
	font-size: 0.75rem; /* 12px */
	color: #999;
}
