@charset "UTF-8";
/* CSS Document */

body
	{
	padding: 0;
	margin: 0;
	background-image: url(images/bg.jpg);
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	}
	
a {color: #c60; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: 0px;}
a:hover {color: #669; text-decoration: underline; letter-spacing: 0px; text-decoration: none;}
a:active {color: #c30; text-decoration: none; letter-spacing: 0px; text-decoration: none;}

a.side {color: #669; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: 0px;}
a:hover.side {color: #f90; text-decoration: underline; letter-spacing: 0px; text-decoration: none;}
a:active.side {color: #c30; text-decoration: none; letter-spacing: 0px; text-decoration: none;}

td
	{
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	}

hr 
	{
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
	text-align: left;
	}

#pageTitle
	{	
	background: #E5E1D6;
	border-bottom: 1px solid #BFBFBF;
	color: #61779E;
	font-family: "MS Trebuchet",Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 1.5px;
	padding: 10px 10px 10px 28px;
	margin-bottom: 1em;	
	}

.pic
	{border: 3px #b1b1b1 solid;}
	
p
	{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	padding: 0px 20px 0px 20px;
	}

.sideInfo
	{
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 10px;
	text-transform: uppercase;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	}
	
.sideInfo2
	{
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 10px;
	text-transform: uppercase;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	}
	
li
	{
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 17px;
	padding: 0px 20px 0px 20px;
	}
	
.header
	{
	font-family: verdana;
	font-size: 11px;
	color: #466477;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	letter-spacing: 1px;
	}
	
#holder
	{
	}
	
#top
	{
	background-repeat: no-repeat;
	min-height: 500px;
	height: 500px;
	}
	
#topWelcome
	{
	padding: 163px 0px 0px 245px;
	}
	
#navFlashHolder
	{
	padding: 170px 0px 0px 10px;
	}
	
#top_flash {}
	
#flashHolder
	{
	padding: 0px 0px 0px 0px;
	}
	
#mid
	{
	background-image: url(images/midBar.jpg);
	background-repeat: no-repeat;
	min-height: 42px;
	height: 42px;
	padding: 0px 0px 0px 245px;
	margin-top: 0;
	}
	
#bottom
	{
	background-image: url(images/bgBottom.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
	height: 300px;
	}
	
#newsBlog1
	{
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 17px;
	width: 200px;
	padding: 5px 0px 0px 20px;
	}
	
#newsBlog2
	{
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 17px;
	width: 225px;
	padding: 30px 0px 0px 10px;
	}
	
#master
	{
	background-repeat: no-repeat;
	min-height: 850px;
	}
	
#contentHolder
	{
	width: 650px;
	position: absolute;
	top: 27px;
	left: 270px;
	padding: 0px 0px 5px 0px;
	}
	
#content
	{
	background-image: url(images/bgContent.png);
	width: 650px;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
	}
	
	
/* TOP NAV */

#topNav 
	{
	width: 650px;
	height: 18px;
	min-height: 18px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-image: url(images/bgContent.png);
	}

#topNav ul 
	{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	}

#topNav li 
	{
	margin: 0;
	padding: 0;
    display: inline;
	}

#topNav a#sign 
	{
	height: 18px;
	min-height: 18px;
    width: 67px;
    background: url(images/b_signin.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#sign:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#register 
	{
	height: 18px;
	min-height: 18px;
    width: 77px;
    background: url(images/b_register.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#register:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#my 
	{
	height: 18px;
	min-height: 18px;
    width: 83px;
    background: url(images/b_my.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#my:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#wish 
	{
	height: 18px;
	min-height: 18px;
    width: 70px;
    background: url(images/b_wish.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#wish:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#cart 
	{
	height: 18px;
	min-height: 18px;
    width: 77px;
    background: url(images/b_cart.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#cart:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#check 
	{
	height: 18px;
	min-height: 18px;
    width: 77px;
    background: url(images/b_check.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#check:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#search 
	{
	height: 18px;
	min-height: 18px;
    width: 66px;
    background: url(images/b_search.gif) no-repeat;
    float: left;
    padding: 0px 1px 0px 1px;
    margin: 0;
	overflow: hidden;
	}

#topNav a#search:hover 
	{
    background-position: 0 -18px;
	}

#topNav a#logout 
	{
	height: 18px;
	min-height: 18px;
    width: 69px;
    background: url(images/b_logout.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
}

#topNav a#logout:hover 
	{
    background-position: 0 -18px;
	}

/* END TOP NAV */

/* FRONT NAV */
#frontNav 
	{
	width: 529px;
	height: 18px;
	min-height: 18px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-image: url(images/bgContent.png);
	}

#frontNav ul 
	{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style: none;
	}

#frontNav li 
	{
	margin: 0;
	padding: 0;
    display: inline;
	}

#frontNav a#sign 
	{
	height: 18px;
	min-height: 18px;
    width: 67px;
    background: url(images/b_signin.gif) no-repeat;
    float: left;
	padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#sign:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#register 
	{
	height: 18px;
	min-height: 18px;
    width: 77px;
    background: url(images/b_register.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#register:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#my 
	{
	height: 18px;
	min-height: 18px;
    width: 83px;
    background: url(images/b_my.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#my:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#wish 
	{
	height: 18px;
	min-height: 18px;
    width: 70px;
    background: url(images/b_wish.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#wish:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#cart 
	{
	height: 18px;
	min-height: 18px;
    width: 77px;
    background: url(images/b_cart.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#cart:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#check 
	{
	height: 18px;
	min-height: 18px;
    width: 77px;
    background: url(images/b_check.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#check:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#search 
	{
	height: 18px;
	min-height: 18px;
    width: 66px;
    background: url(images/b_search.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#search:hover 
	{
    background-position: 0 -18px;
	}

#frontNav a#logout 
	{
	height: 18px;
	min-height: 18px;
    width: 69px;
    background: url(images/b_logout.gif) no-repeat;
    float: left;
    padding: 0px;
    margin: 0;
	overflow: hidden;
	}

#frontNav a#logout:hover 
	{
    background-position: 0 -18px;
	}

/* END FRONT NAV */


/* SUB NAV */

#subnav 
	{
	height: 42px;
	min-height: 42px;
	margin: 0;
	padding: 0;
	}

#subnav ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav li 
	{
	margin: 0;
	padding: 0;
    display: inline;
	}

#subnav a#about 
	{
	height: 42px;
	min-height: 42px;
    width: 77px;
    background: url(images/b_about.jpg) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#subnav a#about:hover 
	{
    background-position: 0 -42px;
	}

#subnav a#contact 
	{
	height: 42px;
	min-height: 42px;
    width: 94px;
    background: url(images/b_contact.jpg) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#subnav a#contact:hover 
	{
    background-position: 0 -42px;
	}

#subnav a#blog 
	{
	height: 42px;
	min-height: 42px;
    width: 49px;
    background: url(images/b_blog.jpg) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#subnav a#blog:hover 
	{
    background-position: 0 -42px;
	}

#subnav a#faq 
	{
	height: 42px;
	min-height: 42px;
    width: 47px;
    background: url(images/b_faq.jpg) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#subnav a#faq:hover 
	{
    background-position: 0 -42px;
	}

#subnav a#links 
	{
	height: 42px;
	min-height: 42px;
    width: 53px;
    background: url(images/b_links.jpg) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#subnav a#links:hover 
	{
    background-position: 0 -42px;
	}

#subnav a#privacy 
	{
	height: 42px;
	min-height: 42px;
    width: 116px;
    background: url(images/b_privacy.jpg) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#subnav a#privacy:hover 
	{
    background-position: 0 -42px;
	}

	
/* DF LIST */
	
dl.top
	{
	width: 40em;
	margin: em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px solid #ccc;
	line-height: 10px
	}

.top dt
	{
	width: 10em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em .2em .5em .8em ;
	border-top: 0px solid #ccc;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	line-height: 14px;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.top dd
	{
	float: left;
	width: 20em;
	margin: 0 0 0 0;
	padding: .5em .2em .5em .8em ;
	border-top: 0px solid #ccc;
	vertical-align: top;
	}
	
/* END LIST */

input, select, textarea
	{
	border: 1px;
	border-color: #cccccc;
	border-style: solid;	
	font-family: verdana; 
	font-size: 11px; 
	color: #666666; 
	background: #ffffff;
	padding: 5px;
	margin: 5px;
	}
	
#topForm .topField {
	border: 0px;
	border-color: #c7984a;
	border-style: solid;	
	font-family: verdana; 
	font-size: 11px; 
	color: #853e10; 
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 18px;
	min-height: 18px;
}

.submitButtonTop
	{
	padding-top: 0px;
	vertical-align: top;
	}
	
.clear
	{clear: both}
	
#footer
	{
	font-family: verdana;
	font-size: 11px;
	color: #666;
	line-height: 17px;
	padding: 0px 20px 0px 20px;
	}

/* NORMAL DF LIST */
	
dl.table-display
	{
	width: 650px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #333;
	border: 0px solid #ccc;
	}

.table-display dt
	{
	width: 100px;
	float: left;
	margin: 10px 10px 0px 20px;
	padding: 0;
	border: 0px solid #ccc;
	font-weight: bold;
	text-align: right;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
	{
	float: left;
	width: 450px;
	margin: 5px 0px 0px 50px;
	padding: 0;
	border: 0px solid #ccc;
	}