/* @group Page settings */




/* outside page boundaries */

#container {
	width: 850px;
	margin: 0 auto;
}

/* coloured banner */

#banner {
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
}

#banner h1 {
	padding-bottom: 10px;
	margin-bottom: -1px;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
	font: 54px/62px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin-top: -5px;
	text-shadow: #666 2px 3px 3px;
	color: green;
}

#banner img {	padding-left: 20px;
	padding-bottom: 10px;
}

#banner p {
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 5px;
}

#banner p.tagline {
	text-transform: capitalize;
	font: italic 18px Georgia, Times, "Times New Roman", serif;
	margin-top: -6px;
	border-bottom: 1px dashed silver;
	padding-bottom: 5px;
}

/* content boundaries */

#content {
	float: left;
	width: 600px;
	margin: 5px 20px 0;

}

#content p {
	text-align: justify;
	line-height: 1.4;
	font-size: 13px;
}

#content img {
	margin: 5px;
}

/* Left sidebar navigation */

#navigation {
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-top: 20px;
	clear: right;
}

#navigation p.heading {
	margin-bottom: -1px;
	margin-top: 8px;
	padding-left: 0;
	text-transform: uppercase;
	padding-top: 8px;
	font: bold 13px Arial, Helvetica, sans-serif;
			width: 160px;
border-bottom: 1px dashed silver;

}

#navigation p.headsub {
text-align: left;
	padding-left: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
}



#navigation p.headsuba {
text-align: left;
	padding-left: 7px;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: -5px;
}



#navigation a {
	text-decoration: none;
}

/* Advertising */


#pagebase {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	border-top: 1px dotted navy;
	padding-top: 10px;
	clear:  both;;
}

#sidebar p.caption
{
	text-align: center;
	font: italic bold 22px/130% Georgia, Times, serif;
	margin-right: 10px;
	margin-left: 20px;
	float: right;
	width: 150px;
	color: green;
	padding: 5px;
}
/* page footer */


#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
		border-top: 1px dashed silver;
	padding-top: 10px;
}


#footer p.copy {
	font: 10px Arial, Helvetica, sans-serif;
	
}


#footer p.sitemenu {
	font:  12px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}


/* @end */

body {
		background: #fff;
	font-size: 12px;
}



/* @group Images */

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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: 200px;
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;
left: -220px;
	bottom: 0px;
}

</style>



/* @end */
/* @group Paragraphs */

p {
	font: 13px Georgia, Times, "Times New Roman", serif;
	text-align: justify;
}

p.intro {
	font-size: 15px;
	word-spacing: 2px;
	text-align: justify;
}

.quote {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 3px 25px 0;
}

.tagline {
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
	font-size: 14px;
	text-transform: capitalize;
}

P.intro:first-line {
	font-weight: bold;
	color: #660033;
}

.strong
{
	font-weight: bold;
}


blink {
	color: red;
}

.smaller {
	font-size: 75%;
}
.bigger {
	font-size: 15px;
}

/* @group Elements */

.client-quote {
	font: italic bold 16px Georgia, Times, serif;
	color: maroon;
	text-align: center;
	padding-top: 15px;
}

.client-comment {
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	font: italic 14px Georgia, Times, serif;
	color: maroon;
	margin-right: 10px;
	margin-left: 10px;
}


p.client {
	padding-bottom: 15px;
	text-align: center;
	padding-right: 25px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: -5px;
	margin-left: 10px;
}

.product {
	font-weight: bold;
}



/* @end */



/* @end */

/* @group Headings */


H1{
	text-align: left;
	text-transform: capitalize;
	color: black;
	font: bold 24px Arial, Helvetica, sans-serif;
}

H2 {
	font: bold 18px Helvetica, Arial, sans-serif;
	color: #006633;
	margin-top: 20px;
}


H3 {
	font: bold 15px Helvetica, Arial, sans-serif;
	color: maroon;
	margin-bottom: -5px;
}

H4 {
	font: bold 13px Helvetica, Arial, sans-serif;
	color: #660033;
	margin-bottom: -5px;
}

/* @end */

/* @group Lists */


ul li {
	list-style-type: square;
	margin-right: 25px;
}

ol {

	margin-right: 25px;
}
/* @end */

/* @group Links */


a:link {
		color: navy;
}

a:hover {
	color: green;
	font-weight: bold;
}

a:visited {
	color: #660033;
}

/* @group Contact email */


a:hover.white {
	color: silver;
}

a:visited.white {
	color: white;
}

a:link.white {
		color: white;

}


/* @end */


/* @end */

/* @group Menus */



.submenu {
	font-size: 11px;
	text-align: center;
}

.urhere {
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin-top: 15px;
}

.urhere-sub {
	text-transform: capitalize;
	font-size: 11px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

p.menu {
	text-align: center;
	font-size: 10px;
}

.menu_header {
	font-weight: bold;
	padding-top: 25px;
}

.options {
	background-color:none;
	height:32px;
}

/* @end */
.external-url {
	line-height: 35px;
	text-align: center;
	margin-top: 10px;
}
.credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 140%;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
}
