/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ddd;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	clear: both;
	font-size: 2.2em;
	color: #fff;
	padding-top: 60px;
}

h2 {
	font-size: 1.2em;
	color: #ffa800;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 296px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 246px;
	padding: 2px;
}

select {
	width: 252px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
	padding-top: 38px;
	background: url(../images/containerbg.png) top no-repeat;
}

#content {
	float: left;
	width: 930px;
	padding: 0px 10px 10px 10px;
	background: url(../images/contentbg.png) top repeat-y;
}

#header {
	width: 880px;
	height: 282px;
	padding: 0px 25px;
	background: url(../images/headerbg.jpg) top no-repeat;
}

#topnav {
	float: left;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	font-weight: bold;
	font-size: 0.9em;
}

#topnav a {
	color: #000;
}

#topnav li {
	float: left;
	margin-right: 5px;
}

#topnav .on {
	text-decoration: underline;
}

#shoplink {
	float: left;
	position: relative;
	top: -19px;
	margin-bottom: -19px;
}

#nav {
	color: #fff;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
}

#nav a {
	color: #fff;
}

#nav li {
	float: left;
	margin-right: 5px;
}

#nav .on {
	text-decoration: underline;
}

#subnav {
	float: left;
	width: 194px;
	margin-right: 20px;
	margin-left: 25px !important;
	margin-left: 12.5px;
	padding-top: 10px;
}

#subnav a {
	color: #1f27ad;
}

#subnav .on, #subnav a:hover {
	color: #ffa800;
	text-decoration: none;
}

#subnav ul {
	color: #1f27ad;
	list-style: square;
	list-style-position: inside;
}

#subnav li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ffa800;
}

#subleftcol {
	float: left;
	width: 400px;
}

#leftcol {
	float: left;
	width: 614px;
	margin-left: 25px !important;
	margin-left: 12.5px;
}

#leftcol ul {
	margin-left: 20px;
	list-style: square;
}

#leftcol table {
	border: 1px solid #ccc;
	width: 612px;
	margin: 10px 0px 20px 0px;
}

#leftcol td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}

.price {
	width: 300px;
	text-align: center;
	font-weight: bold;
}

#rightcol {
	float: right;
	width: 248px;
	margin-right: 25px !important;
	margin-right: 12.5px;
	text-align: right;
}

#homeleftcol {
	float: left;
	width: 490px;
	margin-left: 25px !important;
	margin-left: 12.5px;
}

#homerightcol {
	float: right;
	width: 372px;
	margin-right: 25px !important;
	margin-right: 12.5px;
	text-align: right;
}

#homerightcol img {
	float: right;
	margin-left: 10px;
}

#gallerycol {
	float: left;
	width: 840px;
	margin-left: 45px !important;
	margin-left: 22.5px;
}

.gallery {
	float: left;
	width: 220px;
	padding: 15px 30px;
	text-align: center;
}

#footer {
	float: left;
	width: 880px;
	padding: 0px 35px;
	height: 44px;
	line-height: 30px;
	background: url(../images/footer.png) top no-repeat;
	color: #fff;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

#footer .on {
	text-decoration: underline;
}

#footerlink {
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.icon {
	position: relative;
	top: 3px;
}

.blue {
	color: #1f27ad;
}

.orange {
	color: #ffa800;
}

#admincontainer {
	width: 950px;
	margin: auto;
	text-align: left;
}

#admincontainer h1 {
	font-size: 1.8em;
	color: #ffa800;
	padding-top: 20px;
}

#admincontainer #subnav {
	padding-top: 20px;
}

#admincol {
	float: right;
	width: 650px;
}

.admintable {
	margin: 10px 0;
	width: 648px;
	border: 1px solid #ccc;
}

.admintable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.small {
	font-size: 0.8em;
}

.center {
	text-align: center;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}