/**************************************************    Basic */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px Arial, Sans-serif;
	color: #444;
	background: #f8f9f9 url(../images/background.png) repeat-x;
}



/**************************************************    Layout */
#container {
	position: relative;
	width: 955px;
	margin: 0 auto;
	padding-top: 125px;
}
#inkstains {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 110px;
}
#brush {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 125px;
}
#header {
	position: relative;
	height: 200px;
}
#header h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -55px;
	margin-left: -4px;
	width: 218px;
	height: 218px;
	background: url(../images/logo.png) no-repeat;
	cursor: hand;
	cursor: pointer;
}
#header h1#logo span { display: none; }
#header #slogan {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 44px;
	margin-left: 253px;
	width: 390px;
	height: 82px;
	/*background: url(../images/slogan.png) no-repeat;*/
}
#header #phonebox {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 35px;
	width: 303px;
	height: 98px;
	background: url(../images/phonebox.png) no-repeat;
	cursor: hand;
	cursor: pointer;
}
#content {
	padding: 55px 10px 0 10px;
}
#footer {
	width: 955px;
	margin: 45px auto 20px auto;
	border: 1px solid #c6c6c6;
}
#footer-inner {
	padding: 5px 8px;
	border: 1px solid #fafafa;
	background-color: #eaebeb;
	color: #a5a6a6;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}
#footer a {
	text-decoration: none;
	color: #a5a6a6;
}
#footer a:hover { color: #555; }



/**************************************************    Navigation */
#nav { height: 33px; }
#nav ul { list-style: none; }
#nav ul li.nav-first a span { padding: 9px 0; !important; }
#nav ul li {
	float: left;
	background: url(../images/nav-separator.png) no-repeat 100% 0;
	padding-right: 2px;
}
#nav ul li a {
	color: #4c4c4c;
	text-decoration: none;
	font-size: 12px;
}
#nav ul li a span {
	display: block;
	padding: 10px 30px 8px 30px;
}
#nav ul li a:hover span {
	color: #000;
	text-decoration: underline;
}
#nav ul li.active a:hover span {
	text-decoration: none;
	color: #4c4c4c;
}
#nav ul li.active a span {
	background: url(../images/nav-active2.png) repeat-x;
	color: #000;
}




/**************************************************    Formatting */
h1 {

}
h2 {

}
p {
	margin: 25px 0;
	line-height: 20px;
}
a {

}
a:hover {

}



/**************************************************    Unsorted */
.clearfix { clear: both; }
a img { border: 0 !important; }
img { border: 0; }

.no-margin { margin: 0 !important; }
.no-top-margin { margin-top: 0 !important; }
.no-bottom-margin { margin-bottom: 0 !important; }
.less-top-margin { margin-top: 5px !important; }
.less-bottom-margin { margin-bottom: 5px !important; }

.frame {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.title span { display: none; }
.headerline {
	height: 2px;
	width: 450px;
	background: url(../images/headerline.png);
	margin: 5px 0;
}

.floatleft { float: left; }
.floatright { float: right; }

#slideshowholder {
	width: 464px;
	height: 296px;
	float: right;
}



/**************************************************    Titles */
#page-start .title {
	width: 355px;
	height: 50px;
	background: url(../images/titles/start.png) no-repeat;
}
#page-about .title {
	width: 154px;
	height: 22px;
	background: url(../images/titles/about.png) no-repeat;
}
#page-links .title {
	width: 340px;
	height: 21px;
	background: url(../images/titles/links.png) no-repeat;
}
#page-services .title {
	width: 141px;
	height: 24px;
	background: url(../images/titles/services.png) no-repeat;
}
#page-contact .title {
	width: 138px;
	height: 18px;
	background: url(../images/titles/contact.png) no-repeat;
}



/**************************************************    Page: start.php */
#page-start {

}


/**************************************************    Page: about.php */
#page-about {

}


/**************************************************    Page: links.php */
#page-links {

}


/**************************************************    Page: services.php */
#page-services {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url(../images/brush-big.png) no-repeat 110% 30%;
}
#page-services ul {
	float: left;
	display: inline;
	margin-left: 18px;
	margin-right: 25px;
}
#page-services ul li ul {
	float: none;
	display: block;
	margin-bottom: 15px;
}
#page-services ul li {
	padding: 1px 0;
}


/**************************************************    Page: contact.php */
#page-contact {

}

