

#adminbar {
	padding: 3px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
	margin-bottom: 24px;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}

/* ----- *\
	RESET
\* ----- */

* { outline: none; }
input::-moz-focus-inner { border: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0px;
}
address, caption, cite, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0px;
}

.clear { clear: both; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.divider { height: 1px; background: #cccccc; margin: 0px 0px 23px 0px; }

/* ----- *\
	MAIN HTML AND BODY
\* ----- */

html {
	font-family: Arial, Trebuchet MS, sans serif;
	font-size: 14px;
    color: #222222;
	margin: 0px auto;
	padding: 0px;
	background: #f2f7e3 url(../images/htmlbg.png) top center repeat-y;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}

/* ----- *\
	TYPOGRAPHY
\* ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Trebuchet MS, sans serif;
	padding-bottom: 24px;
	color: #3f97bd;
	font-weight: bold;
}

h1, h2, h3 {
	font-size: 18px;
	line-height: 24px;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 18px;
	color: #9abf3a;
}

p {
	padding-bottom: 24px;
}

ul, ol {
	padding: 0px 0px 24px 60px;
}
ul {
	list-style: square outside;
}
ul ul,
ol ol {
	padding: 0px 0px 0px 60px;
}

blockquote {
	margin: 0px 60px 24px 40px;
	border-left: 5px solid #458aab;
	padding-left: 20px;
	text-indent: -0.4em;
}
blockquote b {
	display: block;
	text-indent: 0px;
}

a {
	color: #d9b229;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ----- *\
	MAIN BODY CONTAINERS
\* ----- */

#wrapper {
	width: 720px;
	margin: 0px auto;
}

#leftcolumn {
	width: 233px;
	float: left;
}

#rightcolumn {
	width: 485px;
	float: right;
}

#contentdiv {
	padding: 24px 20px 0px 20px;
}

#footer_div {
	padding: 24px 20px 24px 0px;
	text-align: right;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
}

#footer_div a {
	color: #cccccc;
}

/* ----- *\
	MAIN NAVIGATION
\* ----- */

#navbar_div {
	padding: 12px 20px;
}

#navbar_div a {
	display: block;
	color: #f7e196;
	padding: 12px 6px 12px 6px;
	border-top: 1px dashed #f7e196;
	text-transform: uppercase;
}
#navbar_div a:first-child {
	border-top: none;
}
#navbar_div a:hover {
	color: #be9816;
	text-decoration: none;
}
#navbar_div a.current {
	color: #ffffff;
	text-decoration: none;
	background: url(../images/navbg.png) right center no-repeat;
}

/* ----- *\
	HEADER ELEMENTS
\* ----- */

#logo {
	display: block;
	padding: 0px;
	margin: 0px;
}

/* ----- *\
	HOME
\* ----- */

.footerwrap {
	background: e8f5ff;
	border: 1px solid #458aab;
	padding: 22px 19px 0px 19px
}

/* ----- *\
	TESTIMONIALS
\* ----- */

.testimonialholder {
	border-top: dashed 1px #cccccc;
	padding-top: 23px;
}
.testimonialholder:first-child {
	border-top: none;
	padding-top: 0px;
}
.author {
	font-weight: bold;
}

/* ----- *\
	ORDER ONLINE
\* ----- */

.textholder {
	border-top: dashed 1px #cccccc;
	padding-top: 23px;
}

/* ----- *\
	ADMIN IMAGES
\* ----- */

.text_image_left {
	float: left;
	margin: 0px 21px 10px 0px;
}

.text_image_right {
	float: right;
	margin: 0px 0px 10px 21px;
}
.text_image_left div {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
}

.text_image_right div {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
}


