﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	position: relative;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #656565;
	line-height: 1.5em;	
	background: url(../images/bagBG.jpg) top left repeat;
}

a {
	color: #2A7B85;
	text-decoration: underline;
}

a:hover, a:visited :hover {
	color: #656565;
}

a img {
	border: none;
}

h1{
	font-size: 24px;
	margin: 0 auto 5px 60px;
	color: #151515;
}

h2{
	font-size: 18px;
	color: #151515;
	margin: 10px 5px 0 70px;
	padding: 0;
}

h3{
	font-size: 14px;
	color: #036;
	margin: 5px 0 10px 0;
	clear: both;
}

iframe, small {
	margin-left: 90px;
}

p {
	width: 525px;
	margin: 0 10px 10px 85px;
}

ul {
	margin: 15px auto 15px 125px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nonFluid {
	position: relative;
	width: 1035px ;
	margin: 35px auto;
	background: url(../images/frame2.gif) top right no-repeat; 
	min-height: 610px;
	height: auto !important;
	height: 610px;
}

#content {
	position: relative;
	top: 200px;
	left: 230px;
	width: 675px;
	background: url(../images/mainBG.gif) top center repeat-y; 
}

#copyright {
	position: relative;
	top: 25px;
	width: 675px;
	height: 54px;
	background: url(../images/copyrightBG.gif) top center no-repeat; 
}

#copyright p {
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
	text-align: center;
	width: 550px;
	margin: 0 10px 10px 85px;
	padding-top: 5px;
}

#gallery #content img {
	width: 150px;
	height: 113px;
}

#homeMenu {
	position: absolute;
	top: 175px;
	left: 45px;
}

#homeMenu a {
	height: 59px;
	width: 169px;
	background: transparent url(../images/home.gif) top left no-repeat;
	display: block;
	text-decoration: none;
}

#home #homeMenu a, #homeMenu a:hover {
	background: transparent url(../images/home.gif) top right no-repeat;
}

#homeGallery {
	position: absolute;
	top: 286px;
	left: 25px;
}

#homeGallery a {
	height: 61px;
	width: 199px;
	background: transparent url(../images/gallery.gif) top left no-repeat;
	display: block;
	text-decoration: none;
}

#gallery #homeGallery a, #homeGallery a:hover {
	background: transparent url(../images/gallery.gif) top right no-repeat;
}

#homeService {
	position: absolute;
	top: 232px;
	left: 27px;
}

#homeService a {
	height: 56px;
	width: 187px;
	background: transparent url(../images/service.gif) top left no-repeat;
	display: block;
	text-decoration: none;
}

#service #homeService a, #homeService a:hover {
	background: transparent url(../images/service.gif) top right no-repeat;
}

#homeContact {
	position: absolute;
	top: 346px;
	left: 27px;
}

#homeContact a {
	height: 56px;
	width: 193px;
	background: transparent url(../images/contact.gif) top left no-repeat;
	display: block;
	text-decoration: none;
}

#contact #homeContact a, #homeContact a:hover {
	background: transparent url(../images/contact.gif) top right no-repeat;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0;
}

#phone {
	position: absolute;
	top: 415px;
	left: 25px;
}
/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/


/***********************************************/
/* Classes                                     */
/***********************************************/
.clear {
	clear: both;
	margin-top: 10px;
}

.flRight {
	float: right;
	margin: 0 50px 0 10px;
}
