@charset "UTF-8";
/* CSS Document */

div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 85%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
}
#background {
	width: 800px;
	height: 520px;
	padding: 100px;
	margin: 5% auto 0 auto;
	background-image: url(images/background_faded.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 800px;
	height: 520px;
}
#header {
	height: 60px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
}
#header #nav {
	margin-left: -10px;
	float: left;
	width: 220px;
	margin-top: 37px;
	width: 250px;
	font-size: .9em;
}
#header #nav li{
	display: inline;
	float: left;
}
#header #nav li a {
	border-right: 1px solid;
	border-right-color: #FFF;
	padding: 0 10px;
}

#header #nav li a:link, #header #nav li a:visited {
	text-decoration: none;
	color: #FFF;
}
#header #nav li a:hover {
	text-decoration: underline;
	font-style: italic;
}
#header #nav li a.current {
	font-style: italic;
	text-decoration: underline;
}
#header #nav li a.currentLast {
	font-style: italic;
	text-decoration: underline;
	border: none;
}
#header #nav li a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #nav li a.holder {
}
#header img {
	width: 156px;
	height: 51px;
	left: 645px;
	top: 8px;
	float: right;
	margin-top: 1.5px;
}
#header a:link img, #header a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent {
	height: 420px;
	position: relative;
	width: 800px;
}
#mainContent h1  {
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 1.2;
}
#mainContent p   {
	font-size: 0.8em;
	font-weight: lighter;
	line-height: 1.4;
}
#mainContent #mainText {
	height: 300px;
	width: 350px;
	float: left;
	margin: 50px 0 0 0;
}
#mainContent #galleryMaintext {
	height: 300px;
	width: 160px;
	float: left;
	margin: 50px 0 0 0;
}
#mainContent #mainText #column1 {
	width: 160px;
	float: left;
}
#mainContent #mainText #column2 {
	width: 160px;
	float: right;
}
#mainContent #homeMainimage {
	height: 350px;
	width: 350px;
	float: right;
	margin: 35px 0 0 0;

}
#mainContent #aboutHappyclients {
	height: auto;
	width: 375px;
	float: right;
	margin: 50px 0 0 0;
	position: relative;
}
#mainContent #galleryImagecontainer {
	height: auto;
	width: 600px;
	float: right;
	margin: 50px -7px 0 0;
	text-align: right;
}
#galleryImagecontainer img {
	padding: 1px;
	width: 80px;
	height: 80px;
	margin: 6px;
}
#galleryImagecontainer a:link img, #galleryImagecontainer a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#aboutHappyclients #descriptionOne {
	height: 95px;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 212px;
}
#aboutHappyclients #descriptionTwo {
	height: 72px;
	width: 227px;
	position: absolute;
	left: 153px;
	top: 213px;
}
#mainContent #galleryLink a:link, #mainContent #galleryLink a:visited {
	position: absolute;
	left: 461px;
	top: 366px;
	width: auto;
	height: auto;
	font-style: italic;
	font-size: 0.7em;
	text-decoration: none;
	color: #000;
}
#mainContent #galleryLink a:hover {
	text-decoration: underline
}
#footer {
	height: 40px;
	width: 650px;
	float: right;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 1px;
}
#footer #nav{
	height: 20px;
	margin-right: -16px;
	margin-top: 8px;
	font-size: .9em;
}
#footer #nav li {
	display: inline;
	border-right: 1px solid;
	border-right-color: #FFF;
	padding: 0 15px;
	float: right;
}
#footer #nav li a:link, #footer #nav li a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer #nav li a:hover {
	text-decoration: underline;
}
#footer #nav ul li.last {
	border: none;
}
#hat {
	position: relative;
}
#hat img {
	position: absolute;
	width: 247px;
	height: 90px;
	left: -6px;
	top: -29px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.quote {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.3;
	font-weight: lighter;
}
#galleryImagecontainer a:hover img, #galleryImagecontainer a:active img{
	background: rgba(255, 255, 255, .5);
}

