@import url("fonts.css");

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #333;
	background-attachment: fixed;
}
h1 {
	font-family: GroR;
	letter-spacing: 2px;
	font-size: 20pt;
}
h2 {
	font-family: GroR;
	letter-spacing: 2px;
	font-size: 12pt;
}

#nav {
	background-repeat: repeat;
	background-image: url(../images/whitetransbg.png);
	left: 0px;
	top: 100px;
	position: fixed;
	width: 180px;
	height: 200px;
}
#nav-links {
	left: 24px;
	top: 112px;
	position: absolute;
	margin: 0;
}
a.gro {
	font-family: GroR;
	letter-spacing: 2px;
	font-size: 12pt;
	display: block;
	margin-bottom: 8px;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #e6444c;
	text-decoration: underline;
}
img#logo {
	right: 0px;
	top: 45px;
	position: absolute;
}
img#work {
	left: 24px;
	top: 112px;
	position: absolute;
}
img#info {
	left: 24px;
	top: 145px;
	position: absolute;
}

#contact-container {
	background-repeat: repeat;
	background-image: url(../images/graytransbg.png);
	left: 0px;
	top: 300px;
	position: fixed;
	width: 180px;
	height: 85px;
}
#contact {
	left: 24px;
	top: 12px;
	position: absolute;
	color: #FFFFFF;
}
#contact h2 {
	color: #FFFFFF;
	margin: 0;
}
#contact a:link, #contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover, #contact a:focus, #contact a:active {
	color: #57da8b;
	text-decoration: underline;
}

#content-container {
	width: 650px;
	left: 250px;
	top: 50px;
	padding-bottom: 40px;
	position: absolute;
	background-repeat: repeat;
	background-image: url(../images/whitetransbg.png);
}
#content {
	width: 500px;
	margin: 50px 120px 40px 30px;
	font-size: 1.2em;
}

#gallery-container {
	width: 530px;
	margin: 0 120px 0 0;
	background-repeat: repeat;
	background-image: url(../images/greentransbg.png);
}
#gallery-container h2 {
	margin: 0px;
	padding: 30px 30px 15px 30px;
}
#gallery-container a {
	margin: 0px;
	padding: 20px 30px 15px 30px;
}
#gallery {
	width: 490px;
	margin: 0 20px;
}

#testimonials-container {
	width: 530px;
	margin: 0 0 0 120px;
	color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../images/graytransbg.png);
	position: relative;
}
.testimonials h2 {
	color: #FFFFFF;
}
.testimonials {
	width: 200px;
	margin: 40px 0 20px 30px;
	color: #FFFFFF;
	float: left;
}

.portfolio-container {
	width: 530px;
	height: 275px;
	margin: 0 120px 0 0;
	background-repeat: repeat-x;
	background-image: url(../images/pfgradbg.png);
}
.portfolio {
	width: 470px;
	padding: 30px;
	position: relative;
}
.portfolio-gallery {
	width: 200px;
}
.portfolio-thumbs {
	height:38px;
	margin-top: 15px;
}
.portfolio-thumbs img {
	float: left;
	margin-right: 25px;
	border:1px solid #CCC;
}
.portfolio-text {
	position: absolute;
	top: 26px;
	right: 26px;
	width: 245px;
}

#info {
	width: 360px;
	margin: 50px 30px 40px 30px;
	font-size: 1.2em;
}
#info h5 a {
	text-decoration: none;
}
#info-sidebar-container {
	width: 230px;
	margin-top: 100px;
	right: 0;
	float: right;
	background-repeat: repeat;
	background-image: url(../images/graytransbg.png);
}
#info-sidebar {
	margin: 30px;
	color: #FFF;
}
#info-sidebar h2 {
	color: #FFF;
}
#info-sidebar a:link, #info-sidebar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#info-sidebar a:hover, #info-sidebar a:focus, #info-sidebar a:active {
	color: #57da8b;
	text-decoration: underline;
}
