body {
	background: #fff;
	color: #444444;
	cursor: default;
	font: 13px/1.3em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

body * {
	margin: 0;
	padding: 0;
	}

ul, ol {
	padding: 0 0 0 25px;
	}
	ul {
		list-style: square;
		}

a {
	color: #125adc;
	cursor: pointer;
	outline: none;
	}
	a:hover {
		background-position: 100% 100%;
		color: #125a90;
		}

p {
	margin: 0 0 1.5em;
	}

blockquote {
	border-left: 4px solid #ccc;
	font-size: 150%; line-height: 1.3em;
	font-style: italic;
	margin: 0 0 1em;
	padding: 0 0 0 1em;
	}
	
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	}
	.content h3 {
		color: #125a90;
		font-size: 30px; line-height: 1.3em;
		}
	h4 {
		font-size: 18px; line-height: 1.3em;
		}
	h5 {
		font-size: 15px; line-height: 1.3em;
		font-weight: bold;
		}
	h6 {
		font-size: 13px; line-height: 1.3em;
		font-weight: bold;
		}
	

img {
	border: none;
	}

.inner {
	margin: 0 auto;
	width: 950px;
	}

/* 	Special */
	
	.floatright {
		float: right !important;
		}

	.goto {
		background: url(../images/goto.png) no-repeat 100% 0;
		color: #fff !important;
		float: left;
		font-size: 15px; line-height: 1.3em;
		height: 20px;
		margin: 0 3px 3px 0;
		padding: 10px 30px 10px 10px;
		text-decoration: none;
		width: 260px;
		}
		.goto:hover {
			background-position: 100% -100px;
			}
	
	.largerfont {
		font-size: 125%; line-height: 1.3em;
		}
	
	/* Sorting on portfolio page */
	.sort-cover {
		height: 10px;
		}
	.sort {
		list-style: none;
		float: right;
		}
		.sort li {
			color: #666;
			float: left;
			padding: 0 .4em;
			}
			.sort li a {
				color: #222222;
				text-decoration: none;
				}
			.sort li a:hover,
			.sort .sel a {
				color: #125ADC;
				}
				.sort .sel a:hover {
					color: #125A90;
					}
	
	/* Visit site */
	.visit-site {
		background: url(../images/visit-site.png) no-repeat;
		float: left;
		height: 29px;
		width: 112px;
		} .visit-site span { display: none; }
		.visit-site:hover {
			background-position: 0 100%;
			}
	
	/* Read more (black background) */
	.read-more-black {
		background: url(../images/read-more-black.png) no-repeat;
		float: left;
		height: 29px;
		width: 129px;
		} .read-more-black span { display: none; }
		.read-more-black:hover {
			background-position: 0 100%;
			}

/* Head */

.head {
	background: url(../images/head.png) repeat-x;
	color: #fff;
	padding: 36px 0 0;
	height: 68px;
	}
	
	/* Logo */
	
	.head h1 {
		float: left;
		clear: none;
		width: 216px;
		}
	
	.head h1 a {
		background: url(../images/adept_interactive.png) no-repeat;
		display: block;
		height: 33px;
		width: 216px;
		}
		.head h1 span {
			display: none;
			}
	
	/* Head Nav */
	
	.nav {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.nav li {
			float: left;
			padding: 0 7px;
			}
		
		/* Links */
		.nav a {
			display: block;
			height: 28px;
			} .nav a span { display: none; }
		.nav a:hover { background-position: 0 50%; }
		.nav a:active { background-position: 0 100%; }
		.sel a { background-position: 0 50%; }
		
		.nav_home {
			background-image: url(../images/nav_home.png);
			width: 64px;
			}
		.nav_services {
			background-image: url(../images/nav_services.png);
			width: 89px;
			}
		.nav_portfolio {
			background-image: url(../images/nav_portfolio.png);
			width: 91px;
			}
		.nav_about {
			background-image: url(../images/nav_about.png);
			width: 69px;
			}
		.nav_contact {
			background-image: url(../images/nav_contact.png);
			width: 83px;
			}

/* Main */

.main {
	background: url(../images/main-shadow.png) repeat-x;
	float: left;
	padding: 2em 0 6em;
	width: 100%;
	}

	/* Left (l) */
	.l {
		float: left;
		padding: 0 44px 0 0;
		width: 188px;
		}
		/* left menu */
		.l ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
		.l li {
			clear: both;
			float: left;
			}
			.l .sel {
				}
		.l a {
			font-size: 18px; line-height: 1.3em;
			text-decoration: none;
			}
		.l a {
			float: left;
			height: 24px;
			padding: 8px 12px;
			text-align: right;
			width: 164px;
			}
			.l .sel a {
				background: url(../images/l-sel.png) no-repeat;
				color: #444444;
				float: left;
				height: 32px;
				padding: 8px 12px 0;
				width: 164px;
				}
	
	/* Content */
	.content {
		float: left;
		min-height: 380px; /* So it still looks good on pages with little content */
		padding: 0 0 0 23px;
		width: 695px;
		}
		.content div {
			padding: 0 0 1.5em;
			}
		.content h3, .content h4, .content .h5, content .h6 {
			padding: .2em 0 .6em;
			}
		.content .infobox {
			background: #f6f6f6;
			border: 1px solid #ccc;
			padding: 1em;
			}

/* Foot */

.foot {
	background: url(../images/foot.png);
	float: left;
	padding: 0 0 35px;
	width: 100%;
	}
	.copyright {
		height: 5em;
		}
		.copyright p {
			color: #96bad5;
			float: right;
			padding: .8em 0 0;
			width: auto;
			}

.foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
.foot ul li {
	float: left;
	width: 120px;
	}
	.foot ul li li {
		float: none;
		width: auto;
		}

.foot h5 {
	font-size: 15px; line-height: 1.3em;
	font-weight: normal;
	}
	.foot a {
		color: #444444;
		text-decoration: none;
		}
	.foot h6 {
		font-size: 13px; line-height: 1.3em;
		font-weight: normal;
		}
		.foot h6 a {
			color: #888888;
			}

.foot a:hover {
	color: #000;
	}
	.foot h6 a:hover {
		color: #666;
		}