/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFEF5 url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
	font-size: 80%;
}

h1, h2, h3, h4 {
	color: #E45619;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	font-size: 1.0em;
}

h4 {
	margin-bottom: -0.5;
	font-size: 1.0em;
}

h5 {
	color: #FF0000;
	margin-bottom: 1.5em;
	font-size: 1.0em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #E45619;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
margin-bottom: 0.6em;
}

ol {
}

ol li {
margin-bottom: 0.6em;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: #E45619;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #E45619;
}

img {
}

.contactform p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	clear: left; 
}
.contactform p.indent {
	padding-left: 10px;
}
.contactform p label {
	float: left;
	width: 25%;
	padding: 0 0 0 10px;
}
.contactform p label.addquals {
	float: left;
	width: 55%;
	padding: 0 0 0 10px;
}
.contactform.text {
	background: #F5F6F2;
	padding: 2px;
	width: 280px;
	border: 1px solid #3C582F;
}

.contactform p input {
	width: 280px;
}

.contactform p select {
	width: 150px;
}

.contactform p input.date {
	width: 8em;
}

.contactform p.submit {
	margin-left: 0;
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

.list-right {
	float: right;
	margin-left: 1em;
	padding: 10px;
	list-style: none;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 230px;
	padding: 0 0 0 220px;
	background: url(images/img02b.gif) no-repeat left;
}

/* Logo */

#logo {
	height: 80px;
	padding: 150px 0 0 30px;
	background: url(images/img03.jpg) no-repeat;
	text-transform: lowercase;
}

#logo h1 {
	margin: -100px 0 0 0;
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

/* Wrapper */

#wrapper {
	margin-right: 100px;
	background: url(images/img05.jpg) repeat-y 220px 0;
}

/* Sidebar */

#sidebar {
	position: absolute;
	width: 220px;
	left: 0px;
	top: 230px;
}
#rightbox {
	position: absolute;
	width: 220px;
	left: 644px;
	top: 57px;
	border: dotted #808080;
	padding: 3px;
	padding-bottom: 0;
}

/* Content */

#content {
	margin-left: 220px;
	padding: 30px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 35px;
	padding: 16px 0 0 30px;
	background: url(images/img04.jpg) repeat-x;
	text-decoration: none;
	font-size: 1.0em;
	font-style: italic;
	color: #767941;
}

#menu a:hover {
	color: #E45619;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome ul {
}

/* Footer */

#footer {
	padding: 60px 30px;
	background: url(images/img06.gif);
	color: #ADB07C
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #ADB07C
}

/*Popup images using CSS*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE0;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -350px;
left: -300px; /*position where enlarged image should offset horizontally */
}

/*Buttons*/
#appbuttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	font-weight: bold;
}

#appbuttons li {
	line-height: 2em;
}

#appbuttons a:link, #appbuttons a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #E45619;
	background-color: #C8C8C8;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

#appbuttons a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
/*end of buttons*/	
