/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
html {
	overflow: auto;
	height: 100%;
}
body {
	background-color: #FF9934;
	text-align: center;
}
body,p,td,th,li,textarea,input,select {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
}
input {
	padding-left: 1px;
	padding-right: 1px;
}
input.find {
	background-color: #777777;
	color: #FFFFFF;
	width: 270px;
}
option {
	padding: 0px 4px 0px 4px;
}
textarea {
	overflow: auto;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
	color: #A52A2A;
}
hr {
	border: 1px;
	height: 1px;
	color: #999999;
	background-color: #999999;
}
img {
	border: 0px;
}
br.half {
	line-height: 50%;
}
span.ybg {
	background-color: yellow;
}
.emailsent {
	padding: 5px 10px;
	background-color: #FFB6E2;
	border: 1px solid #666666;
}

/* ****************************************************************************** */

/* COLOURS */
.red {
	color: #FF0000;
}

/* ****************************************************************************** */

/* DIVS */
div#outer {
	position: relative;
	width: 96%;
	margin: 2% auto 0px auto;
	padding-right: 5px;
	background: url(images/right_edge.gif) top right no-repeat;
}
div#inner {
	position: relative;
	width: 100%;
	background: #FFFFFF url(images/fade.gif) bottom center repeat-x;
	text-align: left;
}
img#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
img#topright {
	position: absolute;
	top: 0px;
	right: 0px;
}
img#logo {
	position: absolute;
	top: 25px;
	right: 8px;
	z-index: 5;
}
img#leaves {
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 3;
}
div#linetitle {
	position: absolute;
	top: 142px;
	right: 0px;
	width: 100%;
	background: url(images/line_fade.gif) top right no-repeat;
	text-align: right;
}
span.title {
	position: relative;
	top: 3px;
	padding: 3px 14px 7px 18px;
	font-size: 15px;
	color: #FFFFFF;
	background: #FF9934 url(images/under_title.gif) bottom left no-repeat;
}
div#topnav {
	position: absolute;
	padding: 0px 16px;
	z-index: 10;
}
div#topnav ul {
	padding: 7px 0px;
}
div#topnav ul li {
	padding: 0px 2px;
	display: inline;
}
div#topnav ul li a {
	padding: 2px 6px 5px 6px;
	white-space: nowrap;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
div#topnav ul li a.hi {
	color: #CD3300;
}
div#topnav ul li a:hover, div#topnav ul li a.over {
	color: #FFFFFF;
	background-color: #999999;
}
div.popnav {
	display: none;
	position: absolute;
	z-index: 10;
	background-color: #FF9934;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	cursor: pointer;
}
div.popnav ul li {
	padding: 5px 0px;
	display: block;
	border-top: 1px solid #FFB76F;
}
div.popnav ul li:hover {
	background-color: #FFA852;
}
div.popnav ul li a {
	padding: 5px 6px;
	white-space: nowrap;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
div#rightcol {
	margin-left: 25px;
	margin-bottom: 20px;
	float: right;
}
div#sidenav {
	margin: 40px 5px 30px 0px;
}
div#sidenav ul li {
	background-image: url(images/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-type: none;
	padding: 4px 0px 4px 15px;
}
div#sidenav ul li a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
div#sidenav ul li a:hover, a:active {
	background-color: transparent;
	color: #666666;
	text-decoration: underline;
}
div#sidenav ul li a.hi {
	color: #CD3300;
}
div#sidenav ul li a.hi:hover, a.hi:active {
	color: #CD3300;
}
div#content {
	position: relative;
	padding: 175px 25px 25px 25px;
	text-align: left;
	z-index: 7;
}
div#content ol {
	padding: 0px 0px 0px 24px;
}
div#content ul {
	padding: 0px 0px 0px 17px;
}
div#content li {
	padding: 1px 0px 2px 0px;
}
div#content h1 {
	font-size: 23px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#content h2 {
	font-size: 19px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
div#content h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	color: #A52A2A;
}
div#content h4 {
	font-size: 13px;
	font-weight: bold;
	color: #A52A2A;
}
div#content a {
	color: #CE3201;
	text-decoration: underline;
}
div#content a:hover, div#content a:active {
	background-color: #CE542D;
	color: #FFFFFF;
}
div#content a.noline {
	text-decoration: none;
}
div#content a.noline:hover, div#content a.noline:active {
	background-color: transparent;
	color: #CE3201;
	text-decoration: underline;
}

div#footer {
	margin: 0px auto;
	width: 300px;
	border-top: 2px solid #F19637;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	clear: both;
}
div#footer a {
	color: #a82800;
	text-decoration: none;
}
div#footer a:hover {
	color: #a82800;
	background-color: transparent;
	text-decoration: underline;
}

div.textbox, div.sidebox {
	border: 2px solid #ECB3A0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #FDE1F2;
	padding: 6px;
	margin: 5px 0px 10px 0px;
	font-size: 14px;
}
div.textbox {
	width: 590px;
}
div.sidebox {
	width: 250px;
	margin-top: 40px;
	font-size: 16px;
}

div.info {
	padding: 0px 15px;
}
div.warning {
	background-color: #fef080;
	padding: 15px;
}
div.product {
	padding: 15px;
	border: 2px dashed #C0C0C0;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFFFFF;
}
div.cart {
	padding: 15px;
	border: 1px solid #C0C0C0;
	margin-bottom: 20px;
	background-color: #FAFCC6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.cart th {
	padding: 3px 5px 3px 5px;
}
div.cart td {
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #D0D0D0;
}
div.cart td.noline {
	border-top: 0px;
}
div.cart table.details td {
	border-top: 0px;
}
div.cart table.details tr.topgap td {
	padding-top: 10px;
}
	


/* ****************************************************************************** */

/* TABLES */
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.jalign {
	text-align: justify;
}
.talign {
	vertical-align: top;
}
.malign {
	vertical-align: middle;
}
.balign {
	vertical-align: bottom;
}
th {
	text-align: left;
	font-weight: bold;
	color: #666666;
}
table.grid {
	width: 70%;
	margin: 10px 0px;
}
table.grid td {
	padding: 3px 8px;
	border: 1px solid #ABABAB;
	background-color: #FEF9F0;
}
table.grid td.empty {
	border: 0px;
	background-color: transparent;
}

td.padright {
	padding-right: 150px;
}

table.search th {
	padding-right: 6px;
	text-align: left;
	font-weight: bold;
	color: #666666;
}

table.pract {
	width: 100%;
}
table.pract th {
	text-align: center;
	color: #333333;
}
table.pract td.photo {
	background-color: #FFFFFF;
}
table.pract td.profile {
	padding: 5px 10px;
	background-color: #FFFFFF;
}
table.pract img.pic {
	border: 1px solid #333333;
	margin: 5px 5px 5px 10px;
}

form.email {
	display: none;
}
table.email {
	margin-top: 10px;
}
table.email td {
	padding: 3px 5px 3px 0px;
}
table.email input.button {
	background-color: #777777;
	color: #FFFFFF;
	width: 99px;
}

/* ****************************************************************************** */

