@charset "utf-8";


body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/background_brown.jpg);
	background-repeat: repeat;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #369;
	text-decoration: none;
	position: relative;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
	white-space: normal;
	height: 18px;
	width: auto;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 227px;
	width: 836px;
	margin-top: 65px;
	background-image: url(../Images/header.png);
	background-repeat: no-repeat;
}

#header #splotchHolder {
	width: 587px;
	height: 413px;
	background-image: url(../Images/splotch.png);
	z-index: 2;
	position: relative;
	left: 390px;
	top: -140px;
}
#themeSwitch {
	position: relative;
	height: 30px;
	width: 200px;
	top: -22px;
	left: 160px;
	visibility: visible;
}
#flashContent {
	position: relative;
	height: auto;
	width: 250px;
	left: 50px;
	top: 50px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 836px;
	background-image: url(../Images/content_bg.png);
	background-repeat: repeat-y;
	clear: both;
}
#footer {
	height: 152px;
	width: 836px;
	background-image: url(../Images/footer.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#credit {
	height: 30px;
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 45px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
}

#services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 440px;
	margin-left: 110px;
	margin-top: 30px;
	margin-bottom: 15px;
	height: auto;
}
#content #clientHolder {
	width: 650px;
	margin-right: 70px;
	margin-left: auto;
	margin-top: 28px;
	height: auto;
	position: relative;
}

#content #clientHolder #clients1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 320px;
	height: auto;
	float: left;
}
#content #clientHolder #clients2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 320px;
	height: auto;
	float: right;
}
.centeredText {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 705px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
	z-index: 2;
	margin-top: 20px;
	line-height: 16px;
}

/*Classes*/
.titleImageClass {
	left: 30px;
	z-index: 0;
	top: 10px;
	position: relative;
}


.centeredTextBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #369;
	font-weight: bold;
}
.alignTop {
	top: -115px;
	position: relative;
}
.clientInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 10px;
	display: block;
	position: relative;
	text-indent: 10px;
	height: auto;
	width: auto;
}
.changeTheme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	position: relative;
	padding-top: 0px;
	padding-left: 2px;
	top: -5px;
}


/* Buttons */
#contactBtn {
	position: relative;
	height: 44px;
	width: 115px;
	left: 20px;
	top: -58px;
	
}

#contactBtn  a{
	height: 44px;
	width: 115px;
	background-image: url(../Images/contact_over2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -0px;
	display: block;

}

#contactBtn   a:hover{
	height: 44px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: 0px -44px;
	display: block;
}

#credit a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	
}

#credit a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	
}

