* {
		margin: 0px;
		padding: 0px;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background: #677959 url(img/bg.gif) repeat-y;
}

#container {
	margin: 5px 0 0 5px;
	width: 800px;
	background-color: #93A484;
	
}

#header {
	margin: 5px 0 0 5px;
	background-image: url(/images/layout/heading2.gif);
	background-repeat: no-repeat;
	height: 80px;
}

#main{
	margin: 10px 5px 5px 5px;
	float: right;
	padding: 5px 5px 5px 5px; 
	width: 630px;
	background-color: white;
	border-top-color: #677959;
	border-top-style: solid;
	border-top-width: 2px;
}

#newestset{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #677959;
	border-top-color: #677959;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #677959;
}
#newestspecial{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #677959;
	border-top-color: #677959;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #677959;
}
#newestexclusive{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #677959;
	border-top-color: #677959;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #677959;
}
#search {
	position: absolute;
	left: 578px;
	padding: 2px 0 0 0;
	width: 220px;
}

.search-box {
	float: left;
	width: 150px;
}

.search-button {
	float: right;
	width: 60px;
}


#banner {
	height: 91px;
	background-color: #ADC2CE;
}

#body {
	float: left;
	margin: 10px 0 0 4px;
	padding: 10px 5px 5px 5px;
	right: 1px;
	width: 510px;
	background-color: white;
	border-top-color: #677959;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: .92em;
}
#left {
	width: 125px;
	float: left;
	margin: 10px 0 7px 0;
}

#navleft {
	font-size: 1em;
	font-weight: bolder;
	margin: 0 0 0 0;
	background: white;
}	

 #titlebar {
	float: left;
	height: 25px;
	width: 500px;
	margin: 10px 0 0 2px;
	padding: 0 0 0 5px;
	background-image: url(../images/layout/welcomebanner.gif);
	background-repeat: no-repeat;
}

#right {
	float: right;
	margin: 10px 0 0 0;
	width:  145px;
	background-color: white;
	border-top-color: #677959;
	border-top-style: solid;
	border-top-width: 1px;
}


#pagebody {
	float: left;
	margin: 10px 0 0 4px;
	padding: 10px 5px 5px 5px;
	right: 1px;
	width: 650px;
	background-color: white;
	border-top-color: #677959;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: .92em;
}
.textpadding{
	padding: 0 10px 0 10px;
}

.tablepadding{
	padding: 3px;
	margin: 3px;
}

#pagetitle {
	width: 350px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #677959;
	padding: 5px  0 5px 10px;
	border-bottom: 2px solid #677959;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 15px 5px 30px;
}
	

#footer {
	font-size: .9em;
	margin: 4px 0 0 0;
	border-top: 2px solid #677959;
	border-bottom: 2px solid #677959;
	width: 760px;
	clear: both;
	padding: 14px 14px 14px 14px;
	color: white;
}
#footer a{
	color: white
}

/*typography*/
 a, a:link, a:visited, a:active {
	outline:  none;
	text-decoration: none;
	font-weight: bold;
	color: #677959;
}

a:hover {
	text-decoration: underline;
	color: black;
	background: #B7C2AD;
	}

a.active {
	text-decoration: none;
	color: #000;
	background-color: white;
	}

h1 {
	width: 350px;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #303829;
	margin: 1px 0 15px 0;
	padding: 0 0 0 10px;
	border-bottom: 2px solid #BEC8B5;
  /*\*//*/
	width: 80%;
/**/
}

h2 {
	font-size: .95em;
	font-weight: bold;
}

h3 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
	}

	
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0 10px 0 10px;
	}

strong, b {
	font-weight: bold;
}


#vertmenu {
padding: 0px;
margin: 0px;
font-size: .9em;
 list-style: none;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border-bottom: 2px solid #677959; /*DARK*/
}


#vertmenu ul ul {
border-bottom: 0px none #677959;/*DARK*/
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
 list-style: none outside none;
 display: inline;
}

#vertmenu ul li a {
display: block;
padding: 5px 6px 4px 7px;
margin: 0px;
width: 125px;
border-top: 2px solid #677959; /*DARK*/
}

#vertmenu ul li a.active {
background-color: #677959; /*DARK*/
margin: 0px;
color: #000;
}

#vertmenu ul li a.active:hover {
text-decoration: underline;
margin: 0px;
}

#vertmenu ul ul li a.active {
background-color: #B7C2AD;  /*light*/
margin: 0px;
color: #000;
}

#vertmenu ul ul li a {
background-color: #B7C2AD;  /*light*/
border-top: 1px solid #677959;
border-bottom: 0px none #677959;
margin: 0px;
 list-style: none;
}

#vertmenu ul ul ul li a {
border-top: 0px none #ADC2CE;
padding: 5px 6px 4px 15px;
margin: 0px;
width: 125px;
}


}
#regbullets{
list-style: circle;
display: block;
position: inherit;
}



