/*
 *   Verdelais CSS Document
 *   Global CSS
 *   @author Jarrad Seers
 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFFFFF url('images/body.bg.png') repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #323232;
}

i
{
	color: #22BABC;
}

.wrap
{
	background: url('images/picture.bg.png') 100% 58px no-repeat;
	min-height: 550px;
}

a
{
	text-decoration: none;
	color: #787878;
}

a:visited
{
	color: #787878;
}

a:hover
{
	color: #22BABC;
	text-decoration: underline;
}

p
{
	margin-bottom: 10px;
}

/*
  Specifc CSS
*/

.site
{
}

.wrap
{
	margin: 0 auto;
	width: 760px;
}

.topbar
{
	cursor: default;
	text-align: right;
	padding: 25px 10px 0 0;
}

.topbar a
{
	padding: 0 5px;
}

.logo
{
	position: relative;
	left: 40px;
}

.slideshow
{
	margin: 28px 0 0 351px;
}

.slideshow img
{
	display: none;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	z-index: 10;
}

.qualmark
{
	float: right;
	position: relative;
	top: -324px;
	right: 34px;
	opacity: alpha(opacity=6);
	opacity: .6;
	z-index: 999999999;
}

.slogan
{
	position: relative;
	top: -7px;
	left: 68px;
	color: #444444;
}

.content-wrap
{
}

.menu
{
	clear: both;
	width: 200px;
	list-style: none;
	line-height: 30px;
	font-size: 18px;
	padding: 50px 0 0 40px;
	font-weight: normal;
}

.menu li
{
	border-bottom: 1px dotted;
}

.selected, .selected a
{
	color: #22BABC;
}

.content-wrap
{
	clear: both;
}

.content
{
	clear: both;
	padding: 0 0 20px 0;
}

.content p
{
	line-height: 20px;
	padding: 2px 0 2px 2px;
}

h1
{
	color: #666666;
	font-size: 24px;
	padding: 5px 0 15px 0;
	font-weight: normal;
}

h3
{
	color: #352929;
	font-size: 16px;
	padding: 15px 0;
}

.block_1
{
	float: left;
	width: 315px;
	border-top: #BBBBBB 1px dotted;
	margin-right: 30px;
	padding-bottom: 10px;
}

.block_2
{
	float: right;
	width: 400px;
	position: relative;
	border-top: #BBBBBB 1px dotted;
	padding-bottom: 10px;
}

.footer
{
	clear: both;
	width: 100%;
	padding: 0 0 20px 0;
	margin-top: 40px;
	border-top: #d8d8d8 4px solid;
	background-color: #eaeaea;
}

.testimonials
{
	line-height: 20px;
	padding-left: 20px;
	font-size: 1.1em;
	background: url('images/quote.marks.png') no-repeat;
}

.footer ul
{
	list-style: none;
	line-height: 20px;
	padding-right: 25px;
	font-size: 10px;
	margin: 0 20px 20px 0;
}

.border-right
{
	border-right: #AAAAAA 1px dotted;
}

.bold
{
	color: #22BABC;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.copyright
{
	color: #AAAAAA;
}

/* Gallery Style */

.gallery 
{
	background-color: #AAAAAA;
	padding: 10px;
}

.gallery ul
{
	list-style: none;
}

.gallery ul li
{
	display: inline;
}

.gallery ul img 
{
	border: 6px solid #3e3e3e;
	width: 131px;
}

.gallery ul a:hover img 
{
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}

.gallery ul a:hover 
{
	color: #fff;
}

/* Contact Us Page */

ol
{
	margin-left: 20px;
}

ol li
{
	padding: 4px;
}

input
{
	width: 580px;
	border: 1px solid #229898;
}

textarea
{
	width: 580px;
	height: 300px;
	border: 1px solid #229898;
}

table td
{
	padding: 4px;
	font-weight: bold;
}

.highlight
{
	background: #ededed;
}

.button
{
	float: right;
	width: 200px;
	background: #ededed;
	cursor: pointer;
	cursor: hand;
}

.error
{
	color: red;
}

