body {
	background: url(images/polka.gif) top center repeat;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	text-align: center;
	min-width: 911px;
}
a {
	color: #d54287;
}
h1 {
	color: #c85c8c;
	font-size: 20px;
}
div#container {
	background: url(images/bg.png) 0 0 no-repeat;
	width: 911px;
	height: 640px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
}
body.home div#container {
	background: url(images/bg-home.png) 0 0 no-repeat;
}
div#footer {
	width: 800px;
	color: white;
	font-family: Arial, Helvetica, Sans-serif, Sans;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	top: -10px;
}
div#header {
	padding-top: 92px;
}
a#logo {
	margin-left: 120px;
	margin-top: 10px;
	display: block;
	float: left;
}
div#nav {
	height: 63px;
	float: right;
	padding-right: 90px;
}
div#nav ul li {
	float: left;
}
div#nav ul li a {
	display: block;
	height: 63px;
}
a#navhome {
	background: url(images/nav.gif) 0 0 no-repeat;
	width: 61px;
}
a#navhome:hover {
	background: url(images/nav.gif) 0 -63px no-repeat;
}
a#navabout {
	background: url(images/nav.gif) -61px 0 no-repeat;
	width: 66px;
}
a#navabout:hover {
	background: url(images/nav.gif) -61px -63px no-repeat;
}
body.about a#navabout {
	background: url(images/nav.gif) -61px -126px no-repeat;
}
a#navservices {
	background: url(images/nav.gif) -127px 0 no-repeat;
	width: 84px;
}
a#navservices:hover {
	background: url(images/nav.gif) -127px -63px no-repeat;
}
body.services a#navservices {
	background: url(images/nav.gif) -127px -126px no-repeat;
}
a#navportfolio {
	background: url(images/nav.gif) -211px 0 no-repeat;
	width: 87px;
}
a#navportfolio:hover {
	background: url(images/nav.gif) -211px -63px no-repeat;
}
body.portfolio a#navportfolio {
	background: url(images/nav.gif) -211px -126px no-repeat;
}
a#navcontact {
	background: url(images/nav.gif) -298px 0 no-repeat;
	width: 85px;
}
a#navcontact:hover {
	background: url(images/nav.gif) -298px -63px no-repeat;
}
body.contact a#navcontact {
	background: url(images/nav.gif) -298px -126px no-repeat;
}

div#page {
	padding: 15px 133px;
}
div#page h1 {
	padding-bottom: 15px;
}
div#page p {
	padding-bottom: 15px;
}
div#page div.column {
	float: left;
	width: 312px;
	padding-right: 20px;
}
div#page div#page-right {
	padding-right: 0;
}
div#page div#page-right img {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}

/* Services */
div#services-left {
	float: left;
}
div#services-right {
	float: right;
	width: 347px;
	overflow: auto;
	height: 252px;
	padding-right: 40px;
	margin-left: 25px;
}

/* scroller */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: right;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(images/scroll.gif) 0 0 no-repeat;
	width: 21px !important;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(images/scroller.png) 0 20px no-repeat;
	cursor: pointer;
	overflow: hidden;
	width: 21px !important;
	height: 70px !important;
	margin-left: -2px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #777;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* Portfolio */
div#gallery {
	position: absolute;
	width: 685px;
	height: 283px;
	background: url(images/slider-bg.gif) 0 0 no-repeat;
	margin-left: -25px;
}
div#slider {
	margin-left: 43px;
	padding-top: 15px;
	height: 283px;
	width: 596px;
}
div.slide {
	width: 596px;
	height: 222px;
}
div.slide a {
	margin: 4px;
	display: block;
	float: left;
}
span#prevBtn {
	position: absolute;
	margin-top: -125px;
	margin-left: 10px;
}
span#nextBtn {
	position: absolute;
	margin-top: -125px;
	margin-left: 643px;
}
span#prevBtn a {
	background: url(images/left.gif) 0 0 no-repeat;
	width: 30px;
	height: 32px;
	text-indent: -9999em;
	display: block
}
span#nextBtn a {
	background: url(images/right.gif) 0 0 no-repeat;
	width: 30px;
	height: 32px;
	text-indent: -9999em;
	display: block;
}

/* Contact */
table#contact tr td {
	vertical-align: top;
	padding-right: 10px;
}
table#contact tr td form {
	padding-left: 5px;
}
input.text-field {
	background: white;
	color: #777;
	font-size: 12px;
	border: 1px solid #f1a5c8;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 200px;
	margin-bottom: 10px;
	font-family: Georgia, Times, Times New Roman, Serif;
}
textarea.text-field {
	background: white;
	color: #777;
	font-size: 12px;
	border: 1px solid #f1a5c8;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
	height: 100px;
	display: block;
	margin-bottom: 10px;
	font-family: Georgia, Times, Times New Roman, Serif;
}


